boot.package 279 B

1234567891011121314151617181920212223
  1. lua = [
  2. "core/game/boot"
  3. ]
  4. shader = [
  5. "core/shaders/default"
  6. ]
  7. physics_config = [
  8. "global"
  9. ]
  10. unit = [
  11. "core/units/camera"
  12. "units/princess/princess"
  13. "units/soldier/soldier"
  14. ]
  15. level = [
  16. "levels/game"
  17. ]
  18. font = [
  19. "core/game/hud/debug"
  20. ]
  21. material = [
  22. "core/game/hud/debug"
  23. ]