https://github.com/brecert/betterglobals
A mod for Resonite that makes it easier to work with globals
https://github.com/brecert/betterglobals
Last synced: about 1 year ago
JSON representation
A mod for Resonite that makes it easier to work with globals
- Host: GitHub
- URL: https://github.com/brecert/betterglobals
- Owner: brecert
- Created: 2025-03-13T03:25:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-14T07:03:52.000Z (over 1 year ago)
- Last Synced: 2025-03-21T12:57:33.913Z (about 1 year ago)
- Language: C#
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BetterGlobals
This is a Resonite mod that makes it easier to work with globals.
The mod implements the following feature requests from these issues
- https://github.com/Yellow-Dog-Man/Resonite-Issues/issues/3888
- https://github.com/Yellow-Dog-Man/Resonite-Issues/issues/3885
- https://github.com/Yellow-Dog-Man/Resonite-Issues/issues/3724
- https://github.com/Yellow-Dog-Man/Resonite-Issues/issues/3719
Currently when Globals are "Cleared" the original Global is not removed, this can create additional "dangling" globals that should be removed manually.
This behavior is unintuitive and may be changed in the future.
## Acknowledgements
The project structure is based on https://github.com/esnya/ResoniteEsnyaTweaks.