HATPC/engine
En Yi e2ae30e45e Prepare for menu scene implementation
Changelog:
- Add components:
  - selectable : indicate an entity is selectable
  - selection : indicate an entity has a list of choices
- Add menu scene implementation and test
- Reduce repetition in CMakeLists in specifying libraries
2023-01-31 21:17:11 +08:00
..
EC Prepare for menu scene implementation 2023-01-31 21:17:11 +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 Prepare for menu scene implementation 2023-01-31 21:17:11 +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 Improve crate bashing 2023-01-30 20:51:53 +08:00
game_systems.h Refactor out game systems for scene 2023-01-21 10:44:02 +08:00
menu_impl.c Prepare for menu scene implementation 2023-01-31 21:17:11 +08:00
menu_impl.h Prepare for menu scene implementation 2023-01-31 21:17:11 +08:00
scene.c Refactor out game systems for scene 2023-01-21 10:44:02 +08:00
scene.h Prepare for menu scene implementation 2023-01-31 21:17:11 +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