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

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

Awesome Lists containing this project

README

          

# Jelly Cube

platformer jump animation plays in normal mode at some events:
- Normal Jump
- Hit Head
- Player Bump

the mod's logo

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