Updated TODO.md.
This commit is contained in:
parent
6202a20f72
commit
0fb48ff6a6
18
TODO.md
18
TODO.md
|
|
@ -2,25 +2,31 @@
|
||||||
|
|
||||||
### Todo
|
### Todo
|
||||||
|
|
||||||
|
- [ ] Work on events (publish / subscribe)
|
||||||
|
|
||||||
|
- [ ] Work on entities draw priority
|
||||||
|
|
||||||
- [ ] Create tilemap management and display
|
- [ ] Create tilemap management and display
|
||||||
- [ ] Find tilemap building format
|
- [ ] Find tilemap building format
|
||||||
- [ ] Add building support for tilemaps in asset builder
|
- [ ] Add building support for tilemaps in asset builder
|
||||||
- [ ] Add loading support in asset manager
|
- [ ] Add loading support in asset manager
|
||||||
- [ ] Display tilemaps
|
- [ ] Display tilemaps
|
||||||
- [ ] Work on optimizations !
|
- [ ] Work on optimizations !
|
||||||
|
|
||||||
- [ ] Create camera
|
- [ ] Create camera
|
||||||
|
|
||||||
- [ ] Create entities management
|
- [ ] Make functionnal hitboxes between entities and map
|
||||||
- [ ] Find entities building format
|
|
||||||
- [ ] Add building support for entities in asset builder
|
|
||||||
- [ ] Add loading support in asset manager
|
|
||||||
|
|
||||||
- [ ] Change the way default values are defined across components and systems
|
- [ ] Make triggers
|
||||||
- [ ] Remove the need of a dummy texture
|
- [ ] Add triggers into map loading
|
||||||
|
|
||||||
### In progress
|
### In progress
|
||||||
|
|
||||||
|
- [ ] Make functionnal hitboxes between entities
|
||||||
|
|
||||||
### Done
|
### 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
|
- [x] Work on linked lists optimizations
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue