You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
radium/TODO.md

18 lines
431 B
Markdown

# TODO list
## Behavioural bugs
* Ensure that object association is not lost when a Timer is fired for an object.
## Visual bugs
* Make the first frame draw correctly, without requiring a `return true` from the onStep event.
## Build process
* Add build-games.sh functionality (ie. SVG-to-PNG export) to gulpfile.
## Ideas
jQuery-like $ selector on scene objects (ie. @$) for selecting instances by name, coordinates, etc.