-
Notifications
You must be signed in to change notification settings - Fork 0
/
customcursormod.cfg
29 lines (19 loc) · 1.04 KB
/
customcursormod.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Configuration file
cursors {
# [default: {"xHotSpot":16,"yHotSpot":16,"link":"textures/gui/customcursor_beam.png"}]
S:beam={"xHotSpot":16,"yHotSpot":16,"link":"textures/gui/customcursor_beam.png"}
# [default: {"xHotSpot":16,"yHotSpot":16,"link":"textures/gui/customcursor_cross.png"}]
S:cross={"xHotSpot":16,"yHotSpot":16,"link":"textures/gui/customcursor_cross.png"}
# [default: {"xHotSpot":9,"yHotSpot":1,"link":"textures/gui/customcursor_hand.png"}]
S:hand={"xHotSpot":9,"yHotSpot":1,"link":"textures/gui/customcursor_hand.png"}
# [default: {"xHotSpot":14,"yHotSpot":7,"link":"textures/gui/customcursor_hand_grab.png"}]
S:hand_grab={"xHotSpot":14,"yHotSpot":7,"link":"textures/gui/customcursor_hand_grab.png"}
# [default: {"xHotSpot":0,"yHotSpot":0,"link":"textures/gui/customcursor.png"}]
S:pointer={"xHotSpot":0,"yHotSpot":0,"link":"textures/gui/customcursor.png"}
}
data {
# [default: true]
B:clickAnimation=false
# [default: true]
B:dynamicCursor=true
}