From 08b4963bcef63ba7e9fa8b1843c5fb0ffaa1f1f6 Mon Sep 17 00:00:00 2001 From: Ulysse Cura Date: Fri, 21 Aug 2026 22:58:07 +0200 Subject: [PATCH] Updated TODO.md. --- TODO.md | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/TODO.md b/TODO.md index e711e10..58b14cc 100644 --- a/TODO.md +++ b/TODO.md @@ -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