Allow keyboard input for options 1 - 9
Custom save points
Add sound effects.
Should be available in scripting too.
Ex.
<cry:Sound>
data/sounds/cry.wav
...
Sound=cry
Character animations should be available in scripting using the Sprite option.
Ex.
Sprite=Casual
Or
Sprite=Casual|REPEATED_TIMES
Where REPEATED_TIMES as 0 is infinite looping.
1 is default. Ex. playing an animation once.
Add character animations.
Ex.
Casual=data/aiko/casual|animation
Instead of
Casual=data/aiko/casual
All images in the given folder will be added as frames for the animation sorted by file name 1 - X. Ex. 1.png, 2.png, 3.png etc.
Accept animations as loaded media instead of having to specify it always in config etc. by adding multiple images.
Ex. just specifying a folder and then that gets added similar to Character animations.
Better resolution support ex. vertical resolutions too. Necessary for ex. proper phone support.
Dialogue options should have text associated with them.
Dialogue options should be displayable with buttons.
UI Buttons - Must support bgimages/colors/bgcolors/bordercolors (default, hover, click) etc.
Scene:
Background animation when a scene is introduced.
Fading (Currently the only supported.), Zooming, Scrolling
Dialoguebox needs image support.