add cursor hovering and dragging status

This commit is contained in:
2024-03-07 23:59:45 +08:00
parent 01b60f6bc2
commit 51c08a935d
11 changed files with 139 additions and 24 deletions

23
JCursor/README.md Normal file
View File

@@ -0,0 +1,23 @@
# J Cursor
Custom Cursor
---
ModDir: `%AppData%\Balatro\Mods\JCursor\`
Change the default cursor by replacing the following files:
- `Cursor.png`
- `CursorDrag.png`
- `CursorHover.png`
Default cursors made by `@MarioMak967`
---
Modify the top constant of Lua to determine the cursor hot spot
```lua
-- The x-coordinate in the cursor's hot spot.
local HOT_X = 20
-- The y-coordinate in the cursor's hot spot.
local HOT_Y = 4
```