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