breakout/bugs.md

10 lines
392 B
Markdown
Raw Normal View History

2023-05-29 10:47:47 -05:00
* Changing img of sprite sometimes changes different sprite
* Bounding box calculates incorrect width
* Calculate bounding box without instantiating first
2023-06-05 12:50:04 -05:00
- For both gameobjects and GUI items
* Implement pausing - stop updates on needed objects
* Add GUI layering
* Add generic signal sending from C code based on strings
2023-05-29 10:47:47 -05:00
- Look up collision functions dynamically instead of with registry