From 6c25cc0ca02434daeb924d092185f77e0d649003 Mon Sep 17 00:00:00 2001 From: Ulysse Cura Date: Sun, 16 Aug 2026 23:31:46 +0200 Subject: [PATCH] Updated todo. --- TODO.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/TODO.md b/TODO.md index 071a013..e711e10 100644 --- a/TODO.md +++ b/TODO.md @@ -24,9 +24,9 @@ ### In progress - [ ] Create tilemap management and display - - [ ] Find tilemap building format - - [ ] Add building support for tilemaps in asset builder - - [ ] Add loading support in asset manager + - [x] Find tilemap building format + - [x] Add building support for tilemaps in asset builder + - [x] Add loading support in asset manager - [ ] Display tilemaps - [ ] Work on optimizations ! @@ -43,6 +43,6 @@ - [x] Make functionnal hitboxes between entities - [x] Change the way default values are defined across components and systems - - [NO] Remove the need of a dummy texture + - [x] Remove the need of a dummy texture - [x] Work on linked lists optimizations