Updated TODO.md.

This commit is contained in:
Ulysse Cura 2026-08-04 02:01:24 +02:00
parent 6202a20f72
commit b969770d4e
1 changed files with 11 additions and 7 deletions

16
TODO.md
View File

@ -2,25 +2,29 @@
### Todo
- [ ] Work on events (publish / subscribe)
- [ ] Create tilemap management and display
- [ ] Find tilemap building format
- [ ] Add building support for tilemaps in asset builder
- [ ] Add loading support in asset manager
- [ ] Display tilemaps
- [ ] Work on optimizations !
- [ ] Create camera
- [ ] Create entities management
- [ ] Find entities building format
- [ ] Add building support for entities in asset builder
- [ ] Add loading support in asset manager
- [ ] Make functionnal hitboxes between entities and map
- [ ] Change the way default values are defined across components and systems
- [ ] Remove the need of a dummy texture
- [ ] Make triggers
- [ ] Add triggers into map loading
### In progress
- [ ] Make functionnal hitboxes between entities
### Done
- [x] Change the way default values are defined across components and systems
- [NO] Remove the need of a dummy texture
- [x] Work on linked lists optimizations