osqat-Cinnamon icon

Cinnamon

GUI library that helps mods draw interfaces without the game cursor appearing underneath them.

Last updated 4 hours ago
Total downloads 7
Total rating 0 
Categories Mods Libraries Misc
Dependency string osqat-Cinnamon-0.10.14
Dependants 0 other packages depend on this package

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2305 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2305

README

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.