HATPC remake
 
 
 
Go to file
En Yi 0b9637a2db Add RAYLIB_DIR as CMake Cache variable 2023-05-28 14:45:10 +08:00
scenes Prevent crashing when no sprites is supplied 2023-05-27 17:01:20 +08:00
.gitignore Update gitignore 2023-05-23 21:18:17 +08:00
CMakeLists.txt Add RAYLIB_DIR as CMake Cache variable 2023-05-28 14:45:10 +08:00
Conventions.txt Attempt to apply code style consitency 2023-04-15 22:52:38 +08:00
assets_test.c Add horizontal flip to sprites 2023-05-23 21:33:05 +08:00
build.sh Add convenience scripts 2023-03-11 22:50:17 +08:00
entManager_test.c Add manager field to an entity 2023-05-23 21:00:23 +08:00
lsan_supp.txt Add convenience scripts 2023-03-11 22:50:17 +08:00
main.c Combine Component, Entity + Manager headers 2023-05-23 20:37:55 +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 Implement player sprite info loading from file 2023-05-22 20:33:48 +08:00