mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-09 12:42:11 +00:00
14 lines
547 B
XML
14 lines
547 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<MyGUI type="Pointer">
|
|
|
|
<Pointer layer="Pointer" texture="mwpointer.png" default="arrow">
|
|
<Info name="arrow" point="7 0" size="32 32" offset="0 0 32 32"/>
|
|
<Info name="hresize" point="16 14" size="32 32" offset="32 0 32 32"/>
|
|
<Info name="vresize" point="17 16" size="32 32" offset="0 32 32 32"/>
|
|
<Info name="dresize" point="17 15" size="32 32" offset="32 32 32 32"/>
|
|
<Info name="dresize2" point="15 15" size="32 32" offset="64 32 32 32"/>
|
|
</Pointer>
|
|
|
|
</MyGUI>
|