forked from stuntrally/stuntrally3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcore_pointers.xml
48 lines (48 loc) · 1.88 KB
/
core_pointers.xml
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<?xml version="1.0" encoding="UTF-8"?>
<MyGUI type="Resource" version="1.1">
<Resource type="ResourceImageSetPointer" name="blank">
<Property key="Point" value="1 1"/>
<Property key="Size" value="1 1"/>
<Property key="Resource" value="BlankPointerImage"/>
</Resource>
<Resource type="ResourceImageSetPointer" name="arrow">
<Property key="Point" value="1 1"/>
<Property key="Size" value="32 32"/>
<Property key="Resource" value="ArrowPointerImage"/>
</Resource>
<Resource type="ResourceImageSetPointer" name="beam">
<Property key="Point" value="16 16"/>
<Property key="Size" value="32 32"/>
<Property key="Resource" value="BeamPointerImage"/>
</Resource>
<Resource type="ResourceImageSetPointer" name="size_left">
<Property key="Point" value="16 16"/>
<Property key="Size" value="32 32"/>
<Property key="Resource" value="SizeLeftPointerImage"/>
</Resource>
<Resource type="ResourceImageSetPointer" name="size_right">
<Property key="Point" value="16 16"/>
<Property key="Size" value="32 32"/>
<Property key="Resource" value="SizeRightPointerImage"/>
</Resource>
<Resource type="ResourceImageSetPointer" name="size_horz">
<Property key="Point" value="16 16"/>
<Property key="Size" value="32 32"/>
<Property key="Resource" value="SizeHorzPointerImage"/>
</Resource>
<Resource type="ResourceImageSetPointer" name="size_vert">
<Property key="Point" value="16 16"/>
<Property key="Size" value="32 32"/>
<Property key="Resource" value="SizeVertPointerImage"/>
</Resource>
<Resource type="ResourceImageSetPointer" name="hand">
<Property key="Point" value="16 16"/>
<Property key="Size" value="32 32"/>
<Property key="Resource" value="HandPointerImage"/>
</Resource>
<Resource type="ResourceImageSetPointer" name="link">
<Property key="Point" value="1 1"/>
<Property key="Size" value="32 32"/>
<Property key="Resource" value="LinkPointerImage"/>
</Resource>
</MyGUI>