boot.package 243 B

12345678910111213141516171819202122
  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/sphere"
  13. ]
  14. level = [
  15. "levels/test"
  16. ]
  17. font = [
  18. "core/game/hud/debug"
  19. ]
  20. material = [
  21. "core/game/hud/debug"
  22. ]