./managers/scene_manager.lua
./base_scene.lua
Use State.scene_manager:addScene(name, BaseScene) to add a scene use State.scene_manager:switchScene(name) to switch to it
./base_entity.lua
Bundle common methods into this, and extend from the class
./utils
- ./libs/30log.lua