Updated TODO
parent
749cac6442
commit
7854245a4b
9
TODO.md
9
TODO.md
|
@ -1,4 +1,12 @@
|
|||
## Specific Jobs
|
||||
- Check for handle leaks
|
||||
- Rename and crtl-f comments
|
||||
- gameobject and world
|
||||
- behavior and personality
|
||||
- ship (content) / ship (data) / ship (world)
|
||||
- Fix ship controllers
|
||||
- Don't allocate each frame
|
||||
|
||||
- UI: text arranger
|
||||
- Sound system
|
||||
- Ship death debris
|
||||
|
@ -90,7 +98,6 @@
|
|||
- Clear all `// TODO:` comments littered in the source
|
||||
- CLI options (debug, save location, content location, check content)
|
||||
- Config file and compile options, remove all those consts.
|
||||
- Sprite optimization: do we need to allocate a new `Vec` every frame? Probably not.
|
||||
- Better error when run outside of directory
|
||||
- Documentation site & front page
|
||||
- Random animation delay/fps?
|
||||
|
|
Loading…
Reference in New Issue