HATPC remake
 
 
 
Go to file
En Yi 82b8a3b988 Implement simple animation system
Changelog:
- Add sprite map for player
- Add an animation system
- Add a placeholder player sprite transition function
2023-03-18 13:55:55 +08:00
engine Implement simple animation system 2023-03-18 13:55:55 +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 Update the test to use the get functions 2023-03-13 20:07:52 +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 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
run.sh Add convenience scripts 2023-03-11 22:50:17 +08:00
scene_test.c Add Sprite Component 2023-03-13 21:12:37 +08:00