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