Releases: Cykyrios/GodotDrone
Releases · Cykyrios/GodotDrone
v0.1
This is the first public release after the demo I released two weeks ago on itch.io. The most notable changes are the following:
New
- Updated all tracks with launchpads for timing
- Made the torus tunnel an actual track
- Added a race results table at the end of a race
- Added a flight mode label at the top right corner of the HUD for stabilized modes
- Various changes in menus for clarity
Fixed
- Fixed checkpoints not always registering when passing through them at high speeds
- Fixed crash in Graphics menu when changing resolution
Breaking
While fixing the resolution crash, I changed the resolution settings, which causes a black screen on launch if you have saved graphics settings with the previous version. You need to either delete the Graphics.cfg file or edit it to change the resolution field to resolution=100
. This file can be found here:
- Windows: %APPDATA%\Drone\Graphics.cfg
- Linux and MacOS: ~/.local/share/godot/app_userdata/Drone/Graphics.cfg
I will add some sanity checks in the next release to prevent such changes from breaking the game.