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

https://github.com/MasterCedric/animation_wheel

A simple wheel menu that is used to play animations in the game "Onset".
https://github.com/MasterCedric/animation_wheel

Last synced: 7 days ago
JSON representation

A simple wheel menu that is used to play animations in the game "Onset".

Awesome Lists containing this project

README

        

# đŸ•šī¸ Animation Wheel (Onset)
A simple wheel menu that is used to play animations in the game "Onset".

## đŸ’¯ Usage
The default key is **"G"** but you can change it in "client/animation_wheel.lua".

You can also change the **different icons** and menu actions in "web/index.html".

## đŸ“Ļ Installation
Put the package "animation_wheel" in the folder "packages" on your server.

**Don't forget to add this package in server_config.json :**
```bash
"packages": [
"animation_wheel"
],
```

## đŸ–ŧī¸ Screenshot
![Screenshot of the menu](https://i.imgur.com/grHk5uI.jpg)