An open API service indexing awesome lists of open source software.

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)

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.

the mod's logo

*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)