boot.config 170 B

12345678910
  1. // Lua script to launch on boot
  2. boot_script = "lua/game"
  3. // Package to load on boot
  4. boot_package = "boot"
  5. console_port = 10001
  6. window_width = 1280
  7. window_height = 720