| 1234567891011121314151617181920212223 |
- lua = [
- "core/game/boot"
- ]
- shader = [
- "core/shaders/default"
- ]
- physics_config = [
- "global"
- ]
- unit = [
- "core/units/camera"
- "units/princess"
- "units/soldier"
- ]
- level = [
- "levels/game"
- ]
- font = [
- "core/game/hud/debug"
- ]
- material = [
- "core/game/hud/debug"
- ]
|