HATPC/scenes
En Yi 20d5bd4ac7 Integrate loading RRES data pack
Changelog:
- Add in rres
    - Split rres header only into two files. Easier to deal with. Sorry
      Raysan...
- Add function to load assets from rres chunk
- Add function to load player sprite info from rres chunk
- Test loading rres in scene test
2023-09-01 20:50:45 +08:00
..
engine Integrate loading RRES data pack 2023-09-01 20:50:45 +08:00
CMakeLists.txt Correct CMakeLists for web build 2023-08-19 20:33:07 +08:00
assets_loader.c Integrate loading RRES data pack 2023-09-01 20:50:45 +08:00
assets_loader.h Integrate loading RRES data pack 2023-09-01 20:50:45 +08:00
constants.h Update editor scene to be larger 2023-08-19 20:33:31 +08:00
editor_scene.c Change keybinds to be more convenient 2023-08-20 11:47:51 +08:00
ent_impl.h Integrate loading RRES data pack 2023-09-01 20:50:45 +08:00
game_scene.c Add Sandbox button in main program 2023-08-14 21:54:25 +08:00
game_systems.c Fix (hopefully) one way collision 2023-08-20 16:40:51 +08:00
game_systems.h Refactor out level tilemap initialisation 2023-08-14 13:51:20 +08:00
items_ent.c Add hurtbox to player 2023-08-17 22:19:01 +08:00
menu_scene.c Implement quit function in main menu 2023-08-18 23:10:48 +08:00
player_ent.c Integrate loading RRES data pack 2023-09-01 20:50:45 +08:00
scene_impl.h Add spikes sprite support 2023-08-16 21:21:55 +08:00
scene_systems.c Add spikes sprite support 2023-08-16 21:21:55 +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