HATPC/engine
En Yi 5ddb9f00ca Fix bugs related to entity with water
Changelog:
- Fix edge case where jumps are not recovered consistently when
  exitting out of water and immediately landing
- Fix friction not applied to crates (and other entities)
2023-01-21 15:38:24 +08:00
..
EC Make a directory for ECS 2023-01-21 09:38:14 +08:00
AABB.c Refactor AABB functions 2023-01-21 11:12:06 +08:00
AABB.h Refactor AABB functions 2023-01-21 11:12:06 +08:00
CMakeLists.txt Refactor AABB functions 2023-01-21 11:12:06 +08:00
actions.h Refactor out game systems for scene 2023-01-21 10:44:02 +08:00
constants.h Refactor out game systems for scene 2023-01-21 10:44:02 +08:00
game_systems.c Fix bugs related to entity with water 2023-01-21 15:38:24 +08:00
game_systems.h Refactor out game systems for scene 2023-01-21 10:44:02 +08:00
scene.c Refactor out game systems for scene 2023-01-21 10:44:02 +08:00
scene.h Refactor out game systems for scene 2023-01-21 10:44:02 +08:00
scene_impl.c Refactor out game systems for scene 2023-01-21 10:44:02 +08:00
scene_impl.h Refactor out game systems for scene 2023-01-21 10:44:02 +08:00