// Lua script to launch on boot boot_script = "boot" // Package to load on boot boot_package = "boot" window_title = "00-empty" // Linux-only configs linux = { renderer = { resolution = [ 1280 720 ] } } // Windows-only configs windows = { renderer = { resolution = [ 1280 720 ] } }