HATPC remake
 
 
 
Go to file
En Yi 57c9eb0216 Fix incorrect usage of s64 map
Changelog:
- Turns out, the map doesnt make a copy of the string for storage.
  Therefore, need to store the name somewhere before inserting into
  the map.
- Add struct for each assets to retain the name.
- Update assets functions to maintain interface
2023-05-20 16:09:00 +08:00
scenes Fix incorrect usage of s64 map 2023-05-20 16:09:00 +08:00
.gitignore Implement assets and assets management 2023-03-11 16:02:47 +08:00
CMakeLists.txt Refactor for better separation of concern 2023-05-16 21:09:38 +08:00
Conventions.txt Attempt to apply code style consitency 2023-04-15 22:52:38 +08:00
assets_test.c Slightly rework scene rendering 2023-05-07 16:25:03 +08:00
build.sh Add convenience scripts 2023-03-11 22:50:17 +08:00
entManager_test.c Implement test scene 2022-12-05 12:20:00 +08:00
lsan_supp.txt Add convenience scripts 2023-03-11 22:50:17 +08:00
main.c Fix main program crash 2023-05-07 16:27:14 +08:00
menu_test.c Slightly rework scene rendering 2023-05-07 16:25:03 +08:00
run.sh Add convenience scripts 2023-03-11 22:50:17 +08:00
scene_test.c Add a sprite for player 2023-05-15 20:48:56 +08:00