https://github.com/user95401/jelly-cube
platformer jump animation plays in normal mode at some events. geode mod
https://github.com/user95401/jelly-cube
Last synced: about 1 year ago
JSON representation
platformer jump animation plays in normal mode at some events. geode mod
- Host: GitHub
- URL: https://github.com/user95401/jelly-cube
- Owner: user95401
- License: mit
- Created: 2024-10-14T17:19:33.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-23T12:21:26.000Z (over 1 year ago)
- Last Synced: 2025-01-23T13:25:18.202Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 97.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Jelly Cube
platformer jump animation plays in normal mode at some events:
- Normal Jump
- Hit Head
- Player Bump

## Build instructions
For more info, see [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)