diff options
Diffstat (limited to '')
-rw-r--r-- | addons/skin.estouchy/xml/Pointer.xml | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/addons/skin.estouchy/xml/Pointer.xml b/addons/skin.estouchy/xml/Pointer.xml new file mode 100644 index 0000000..cb9eb2d --- /dev/null +++ b/addons/skin.estouchy/xml/Pointer.xml @@ -0,0 +1,42 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window> + <defaultcontrol></defaultcontrol> + <coordinates> + <posx>0</posx> + <posy>0</posy> + </coordinates> + <controls> + <control type="image" id="1"> + <description>Pointer Image</description> + <posx>0</posx> + <posy>0</posy> + <width>30</width> + <height>45</height> + <texture>pointer_focus.png</texture> + </control> + <control type="image" id="2"> + <description>Pointer Focus Image</description> + <posx>0</posx> + <posy>0</posy> + <width>30</width> + <height>45</height> + <texture>pointer_focus.png</texture> + </control> + <control type="image" id="3"> + <description>Pointer Drag Image</description> + <posx>0</posx> + <posy>0</posy> + <width>30</width> + <height>45</height> + <texture>pointer_focus.png</texture> + </control> + <control type="image" id="4"> + <description>Pointer Click Image</description> + <posx>0</posx> + <posy>0</posy> + <width>30</width> + <height>45</height> + <texture>pointer_focus.png</texture> + </control> + </controls> +</window> |