Update TODO

This commit is contained in:
2024-01-21 18:14:12 +01:00
parent d8a841907d
commit bd5ddc8d4b

View File

@@ -3,7 +3,8 @@
## Engine ## Engine
### Core ### Core
- Virtual file system (Wishlist) - Virtual file system
- Hot reloading
### Rendering ### Rendering
@@ -13,14 +14,13 @@
### Audio ### Audio
- 2D audio abstraction
- ~~Integrate FMOD~~ - ~~Integrate FMOD~~
- 2D audio abstraction
### Misc ### Misc
- ~~Asset manager~~ - ~~Asset manager~~
- ~~Separate engine and game into separate projects~~ - ~~Separate engine and game into separate projects~~
- Create a custom math library
- ~~Particle system~~ - ~~Particle system~~
### Entity system ### Entity system
@@ -30,6 +30,7 @@
## Input ## Input
- ~~Action system~~ - ~~Action system~~
- Gamepad support
### UI ### UI