Changelog: - Hold to jump is removed. Need to release jump action to recover jump - Fix jump recovery issue when interacting with crates and ground
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
Changelog: - Move Entity and Component files into a dedicated folder - This is for clean up