Updated TODO.md.

This commit is contained in:
Ulysse Cura 2026-08-21 22:58:07 +02:00
parent 419a247584
commit 08b4963bce
1 changed files with 12 additions and 8 deletions

20
TODO.md
View File

@ -8,10 +8,6 @@
- [ ] Add compression into asset builder and asset manager
- [ ] Optimize asset builder file analize
- [ ] Create camera
- [ ] Make functionnal hitboxes between entities and map
- [ ] Make triggers
@ -19,19 +15,27 @@
- [ ] Make physics component use acceleration
- [ ] Make camera use acceleration
- [ ] Make camera center on map
###### Bugs
### In progress
- [ ] Create tilemap management and display
### Done
- [x] Create camera
- [x] Optimize asset builder file analize
- [x] Create tilemap management and display
- [x] Find tilemap building format
- [x] Add building support for tilemaps in asset builder
- [x] Add loading support in asset manager
- [ ] Display tilemaps
- [x] Display tilemaps
- [ ] Work on optimizations !
### Done
- [x] Work on entities draw order
- [x] Make entities react to events