// Lua script to launch on boot boot_script = "core/game/boot" // Package to load on boot boot_package = "boot" window_title = "02-animation" // Linux-only configs linux = { renderer = { resolution = [ 960 540 ] vsync = true } } // Windows-only configs windows = { renderer = { resolution = [ 960 540 ] vsync = true } }