JMods/JCursor
2024-03-07 23:59:45 +08:00
..
Cursor1.png add cursor hovering and dragging status 2024-03-07 23:59:45 +08:00
Cursor2.png add cursor hovering and dragging status 2024-03-07 23:59:45 +08:00
Cursor.png add cursor hovering and dragging status 2024-03-07 23:59:45 +08:00
CursorDrag1.png add cursor hovering and dragging status 2024-03-07 23:59:45 +08:00
CursorDrag2.png add cursor hovering and dragging status 2024-03-07 23:59:45 +08:00
CursorDrag.png add cursor hovering and dragging status 2024-03-07 23:59:45 +08:00
CursorHover1.png add cursor hovering and dragging status 2024-03-07 23:59:45 +08:00
CursorHover2.png add cursor hovering and dragging status 2024-03-07 23:59:45 +08:00
CursorHover.png add cursor hovering and dragging status 2024-03-07 23:59:45 +08:00
JCursor.lua add cursor hovering and dragging status 2024-03-07 23:59:45 +08:00
README.md add cursor hovering and dragging status 2024-03-07 23:59:45 +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