/Fullscreen-Fix

Fullscreen mode fix in geometry dash for macOS

Primary LanguageObjective-C++MIT LicenseMIT

Fullscreen Notch Fix

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.

Known Issues

  • 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.

Installation

  1. Install Geode.
  2. Place the .geode file from releases in the geode/mods folder located where you installed Geometry Dash.

Building

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.

Credits