Fixed another crash when entering a map with no map metadata, fixed Sky Drop failing causing the target to remain in the air, decapitalised some Debug menu text

This commit is contained in:
Maruno17
2023-07-12 21:06:54 +01:00
parent 104bf2b598
commit 8287f32a5e
10 changed files with 212 additions and 213 deletions

View File

@@ -20,10 +20,6 @@
"defScreenW": 512,
"defScreenH": 384,
// The game's frame rate.
//
"fixedFramerate": 61,
// The path to the game window's icon. For Linux only. (Default: none)
//
// "iconPath": "/path/to/icon.png",
@@ -149,6 +145,10 @@
//
"vsync": true,
// The game's frame rate.
//
"fixedFramerate": 61,
// Use a fixed framerate that is approx. equal to the native screen refresh
// rate. This is different from "fixedFramerate" because the actual frame
// rate is reported back to the game, ensuring correct timers. If the screen