HATPC remake
 
 
 
Go to file
En Yi 340d507f14 Implement assets and assets management
Internal Changelog:
- Use string-int mapping for assets tracking
- static alloc assets (so there is a hard limit for now)
- Add simple assets test code
- Implement functions to load in assets
- Current assets:
    - Texture + Sprites
    - Sound
    - Font
2023-03-11 16:02:47 +08:00
engine Implement assets and assets management 2023-03-11 16:02:47 +08:00
.gitignore Implement assets and assets management 2023-03-11 16:02:47 +08:00
CMakeLists.txt Implement assets and assets management 2023-03-11 16:02:47 +08:00
Conventions.txt First Commit of HATPC remake 2022-11-26 18:11:51 +08:00
assets_test.c Implement assets and assets management 2023-03-11 16:02:47 +08:00
entManager_test.c Implement test scene 2022-12-05 12:20:00 +08:00
lsan_supp.txt Implement test scene 2022-12-05 12:20:00 +08:00
main.c Implement basic scene switching 2023-02-13 23:05:24 +08:00
menu_test.c Refactor and prepare for scene changing 2023-02-12 23:30:55 +08:00
scene_test.c Implement Crates 2023-01-10 21:24:50 +08:00