Fixes the fullscreen mode in geometry dash on macOS. The regular fullscreen mode is broken and doesn't account for the menu bar / notch, cutting off the top part of the game which contains useful info like the progress bar.
You can switch between regular and borderless fullscreen modes in the settings.
-
Some of the bottom is cutoff in regular fullscreen, but y-scaling the game scene appears to break triggers.
-
Switching from borderless fullscreen to windowed mode doesn't move it back to the desktop space.
- Install Geode.
- Place the
.geodefile from releases in the geode/mods folder located where you installed Geometry Dash.
Install Geode CLI and the sdk.
Release build - Run geode build. It is automatically installed to Geometry Dash if set up correctly.
Debug build - I run with the debugger in VSCode. You may have to edit the launch.json with the path to Geometry Dash on your device.