CMakeLists.txt
|
Separate out engine from scenes
|
2023-10-13 21:26:42 +08:00 |
assets_loader.c
|
Add sound loading from rres file
|
2023-11-07 21:49:15 +08:00 |
assets_loader.h
|
Integrate loading RRES data pack
|
2023-09-01 20:50:45 +08:00 |
assets_tag.h
|
Add in engine configuration
|
2023-10-13 21:55:30 +08:00 |
constants.h
|
Initial implementation of camera system
|
2023-10-08 12:13:03 +08:00 |
ent_impl.h
|
Add some more sfx
|
2023-10-10 21:57:45 +08:00 |
game_scene.c
|
Move frame counter out of sprite component
|
2023-11-04 20:32:29 +08:00 |
game_systems.h
|
Implement air meter
|
2023-09-27 22:08:16 +08:00 |
items_ent.c
|
Add chest sprite
|
2023-11-02 20:37:55 +08:00 |
menu_scene.c
|
Rework scene rendering function
|
2023-10-21 10:48:21 +08:00 |
player_ent.c
|
Implement air meter
|
2023-09-27 22:08:16 +08:00 |
scene_impl.h
|
Finish initial camera behaviour
|
2023-10-08 12:13:03 +08:00 |
water_flow.c
|
Make water runner travel faster
|
2023-08-19 13:03:13 +08:00 |
water_flow.h
|
Add water runner entity into game loop
|
2023-07-19 11:15:34 +08:00 |