You are viewing a potentially older version of this package.
View all versions.
Cinnamon
GUI library that helps mods draw interfaces without the game cursor appearing underneath them.
| Date uploaded | a month ago |
| Version | 0.11.0 |
| Download link | osqat-Cinnamon-0.11.0.zip |
| Downloads | 147 |
| Dependency string | osqat-Cinnamon-0.11.0 |
This mod requires the following mods to function
BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2305README
Cinnamon
Cinnamon is a BepInEx GUI library for Ultimate Chicken Horse mods. It helps mod authors draw custom interfaces while keeping the game's cursor visible above those interfaces.
Features
- Provides a cursor overlay helper for IMGUI and Unity GUI panels.
- Keeps the cursor from being hidden behind mod UI.
- Does not include auto-update behavior in the Thunderstore build.
For Mod Developers
Reference Cinnamon.dll from your mod and call:
Cinnamon.UI.CursorOverlay.Request();
Call it once per frame while your GUI is open.
AI Disclosure
This Thunderstore package and parts of the packaging/refactoring work were created with assistance from Anthropic and OpenAI tools.