HATPC/scenes
En Yi 0f485d89f2 Add assets loading from a file
Changelog:
- Add assets_loader functions from a file
- Update scene_test to use loader function
2023-05-20 16:14:39 +08:00
..
engine Fix incorrect usage of s64 map 2023-05-20 16:09:00 +08:00
CMakeLists.txt Add assets loading from a file 2023-05-20 16:14:39 +08:00
assets_loader.c Add assets loading from a file 2023-05-20 16:14:39 +08:00
assets_loader.h Add assets loading from a file 2023-05-20 16:14:39 +08:00
constants.h Refactor for better separation of concern 2023-05-16 21:09:38 +08:00
editor_scene.c Refactor implementation of Crate Entity 2023-05-16 22:14:54 +08:00
ent_impl.h Refactor implementation of Crate Entity 2023-05-16 22:14:54 +08:00
game_systems.c Refactor out implementation of Player Entity 2023-05-16 21:55:59 +08:00
game_systems.h Refactor out implementation of Player Entity 2023-05-16 21:55:59 +08:00
items_ent.c Refactor implementation of Crate Entity 2023-05-16 22:14:54 +08:00
menu_scene.c Refactor for better separation of concern 2023-05-16 21:09:38 +08:00
player_ent.c Refactor out implementation of Player Entity 2023-05-16 21:55:59 +08:00
scene_impl.h Refactor for better separation of concern 2023-05-16 21:09:38 +08:00