HATPC/scenes
En Yi b56e0e7f10 Clamp target position and revert to old behaviour
Need to figure out the y direction update. Should not be
the same way as x
2023-10-08 12:13:03 +08:00
..
engine Fix uninitialised overlap value 2023-10-08 12:07:04 +08:00
CMakeLists.txt Correct CMakeLists for web build 2023-08-19 20:33:07 +08:00
assets_loader.c Fix incorrect check for invalid assets 2023-09-02 19:51:36 +08:00
assets_loader.h Integrate loading RRES data pack 2023-09-01 20:50:45 +08:00
constants.h Initial implementation of camera system 2023-10-08 12:13:03 +08:00
editor_scene.c Initial implementation of camera system 2023-10-08 12:13:03 +08:00
ent_impl.h Implement level ending 2023-09-25 22:04:13 +08:00
game_scene.c Initial implementation of camera system 2023-10-08 12:13:03 +08:00
game_systems.c Clamp target position and revert to old behaviour 2023-10-08 12:13:03 +08:00
game_systems.h Implement air meter 2023-09-27 22:08:16 +08:00
items_ent.c Implement level ending 2023-09-25 22:04:13 +08:00
menu_scene.c Implement quit function in main menu 2023-08-18 23:10:48 +08:00
player_ent.c Implement air meter 2023-09-27 22:08:16 +08:00
scene_impl.h Initial implementation of camera system 2023-10-08 12:13:03 +08:00
scene_systems.c Only apply new behaviour to x direction only 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