Fixes and improvements
- Fix for a crash that can occur when entering the Options menu with certain controllers attached
- Fixed that audio mods used reverse mod priority
- Sound Test in Options menu now shows a proper name for each music track as well
- Enforcing a fixed simulation update rate of 60 Hz in Time Attack
- Off-screen tails display for player 2 now correctly renders his tails as well
- Modding: Added "Renderer.drawText" script function for easy text rendering
- Modding: Added a better way of defining constants in scripts by using the "constant" keyword
Early preview of larger work-in-progress features
- Networking test cases, especially Ghost Sync (needs to be enabled in the config.json)
- Frame Interpolation (needs to be switched to via Alt+H)
- Lemon script feature level 2: Introduces "string" as a dedicated data type with only limited compatibility to u64 + check for parentheses after "if" (need to be enabled for script mods with "//# script-feature-level(2)")