https://github.com/user95401/editor-button-forever
Basically, for fan-made mods that don't allow you to go to the creator layer. (Geode Mod Gor Geometry Dash)
https://github.com/user95401/editor-button-forever
geode geode-mods geode-sdk
Last synced: over 1 year ago
JSON representation
Basically, for fan-made mods that don't allow you to go to the creator layer. (Geode Mod Gor Geometry Dash)
- Host: GitHub
- URL: https://github.com/user95401/editor-button-forever
- Owner: user95401
- License: mit
- Created: 2025-01-08T16:19:30.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-23T15:29:00.000Z (over 1 year ago)
- Last Synced: 2025-01-23T16:31:31.110Z (over 1 year ago)
- Topics: geode, geode-mods, geode-sdk
- Language: C++
- Homepage:
- Size: 109 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Editor Button Forever
Basically, for fan-made mods that don't allow you to go to the creator layer. This mod adds a popup to choose whether to open the CreatorLayer or to call the original callback.

*Updated logo.png to change mod's icon (really)*
## Getting started
We recommend heading over to [the getting started section on our docs](https://docs.geode-sdk.org/getting-started/) for useful info on what to do next.
## Build instructions
For more info, see [our docs](https://docs.geode-sdk.org/getting-started/create-mod#build)
```sh
# Assuming you have the Geode CLI set up already
geode build
```
# Resources
* [Geode SDK Documentation](https://docs.geode-sdk.org/)
* [Geode SDK Source Code](https://github.com/geode-sdk/geode/)
* [Geode CLI](https://github.com/geode-sdk/cli)
* [Bindings](https://github.com/geode-sdk/bindings/)
* [Dev Tools](https://github.com/geode-sdk/DevTools)