| .. | ||
| Cursor.png | ||
| Cursor1.png | ||
| Cursor2.png | ||
| CursorDrag.png | ||
| CursorDrag1.png | ||
| CursorDrag2.png | ||
| CursorHover.png | ||
| CursorHover1.png | ||
| CursorHover2.png | ||
| JCursor.lua | ||
| README.md | ||
J Cursor
Custom Cursor
ModDir: %AppData%\Balatro\Mods\JCursor\
Change the default cursor by replacing the following files:
Cursor.pngCursorDrag.pngCursorHover.png
Default cursors made by @MarioMak967
Modify the top constant of Lua to determine the cursor hot spot
-- 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