balatro-mods/JCursor
2025-01-19 15:01:49 +08:00
..
Cursor.png initial commit 2025-01-19 15:01:49 +08:00
Cursor1.png initial commit 2025-01-19 15:01:49 +08:00
Cursor2.png initial commit 2025-01-19 15:01:49 +08:00
CursorDrag.png initial commit 2025-01-19 15:01:49 +08:00
CursorDrag1.png initial commit 2025-01-19 15:01:49 +08:00
CursorDrag2.png initial commit 2025-01-19 15:01:49 +08:00
CursorHover.png initial commit 2025-01-19 15:01:49 +08:00
CursorHover1.png initial commit 2025-01-19 15:01:49 +08:00
CursorHover2.png initial commit 2025-01-19 15:01:49 +08:00
JCursor.lua initial commit 2025-01-19 15:01:49 +08:00
README.md initial commit 2025-01-19 15:01:49 +08:00

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

-- 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