mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-09 16:05:07 +00:00
## About The Pull Request this PR improves the UX of pet commands a bit. i decided to expand on their radial menu. You can now hold shift and hover over your pet to display a menu of commands which you can choose from. alternatively, you can still type out commands in chat https://github.com/user-attachments/assets/9da7f7ea-58a3-4fd6-b040-45cc05cda51d ## Why It's Good For The Game makes pet commands easier to give out when you're managing more than 1 pet. also fixes the fishing command not working. ## Changelog 🆑 qol: holding shift and hovering over your pet will display a list of commands you can click from fix: fixes the fishing pet command not working /🆑
7 lines
163 B
Plaintext
7 lines
163 B
Plaintext
#define NEXT_PAGE_ID "__next__"
|
|
#define DEFAULT_CHECK_DELAY 2 SECONDS
|
|
|
|
#define BUTTON_SLIDE_IN (1<<0)
|
|
#define BUTTON_FADE_IN (1<<1)
|
|
#define BUTTON_FADE_OUT (1<<2)
|