update todo; version bump
This commit is contained in:
parent
d1254988bc
commit
df7718cbf2
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "bitsy-parser"
|
||||
version = "0.65.7"
|
||||
version = "0.65.8"
|
||||
authors = ["Max Bradbury <max@tinybird.info>"]
|
||||
edition = "2018"
|
||||
description = "A parser for Bitsy game data"
|
||||
|
|
|
@ -57,10 +57,16 @@ some more practical uses would be things like:
|
|||
## todo
|
||||
|
||||
* test for bitsy 7.0 and implement new features
|
||||
* add dialogues to exits
|
||||
* titles can have multiple lines of dialog
|
||||
* dialogue names
|
||||
* implement Result return types on ::from functions so we can handle errors
|
||||
* check multi-line endings/dialogues
|
||||
* handle old out-of-bounds editor errors (extra image pixels, exits/endings with position -1,-0 etc.)
|
||||
* it's ok if the output of these does not match the input as we're fixing it
|
||||
* "unquote" function for dialogues, game title, anything else that supports """
|
||||
* if old room format, export game in old room format
|
||||
* make game version and room format option as old games didn't have them (1.0 / 0 can be inferred from this)
|
||||
|
||||
### tidy up
|
||||
|
||||
|
|
Loading…
Reference in New Issue