New mouse cursors
parent
eb47474ba0
commit
46fe913712
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" ?>
|
||||
<Imageset version="2" name="ColobotGunsight" resourceGroup="textures" imagefile="mouse.png" autoScaled="vertical" nativeHorzRes="2560" nativeVertRes="1920">
|
||||
<Image name="Corner" width="128" height="128" xPos="0" yPos="64" />
|
||||
<Image name="Gunsight" width="128" height="128" xPos="128" yPos="64" />
|
||||
</Imageset>
|
|
@ -1,61 +1,21 @@
|
|||
<?xml version="1.0" ?>
|
||||
<Imageset version="2" name="ColobotMouse" resourceGroup="textures" imagefile="mouse.png">
|
||||
<Image name="NormalAlpha" width="64" height="64" xPos="0" yPos="0" />
|
||||
<Image name="Normal" width="64" height="64" xPos="64" yPos="0" />
|
||||
<Image name="WaitAlpha" width="64" height="64" xPos="128" yPos="0" />
|
||||
<Image name="Wait" width="64" height="64" xPos="192" yPos="0" />
|
||||
<Image name="HandAlpha" width="64" height="64" xPos="256" yPos="0" />
|
||||
<Image name="Hand" width="64" height="64" xPos="320" yPos="0" />
|
||||
<Image name="NoAlpha" width="64" height="64" xPos="384" yPos="0" />
|
||||
<Image name="No" width="64" height="64" xPos="448" yPos="0" />
|
||||
<!-- TODO: xOffset yOffset -->
|
||||
<Image name="Normal" width="32" height="32" xPos="0" yPos="0" xOffset="1" yOffset="1" />
|
||||
<Image name="Wait" width="32" height="32" xPos="32" yPos="0" />
|
||||
<Image name="Hand" width="32" height="32" xPos="64" yPos="0" />
|
||||
<Image name="No" width="32" height="32" xPos="96" yPos="0" />
|
||||
<Image name="ScrollL" width="32" height="32" xPos="128" yPos="0" />
|
||||
<Image name="ScrollR" width="32" height="32" xPos="160" yPos="0" />
|
||||
<Image name="ScrollU" width="32" height="32" xPos="192" yPos="0" />
|
||||
<Image name="ScrollD" width="32" height="32" xPos="224" yPos="0" />
|
||||
|
||||
<Image name="Edit" width="64" height="64" xPos="0" yPos="64" />
|
||||
<Image name="EditAlpha" width="64" height="64" xPos="64" yPos="64" />
|
||||
<Image name="Cross" width="64" height="64" xPos="128" yPos="64" />
|
||||
<Image name="CrossAlpha" width="64" height="64" xPos="192" yPos="64" />
|
||||
<Image name="ResizeV" width="64" height="64" xPos="256" yPos="64" />
|
||||
<Image name="ResizeVAlpha" width="64" height="64" xPos="320" yPos="64" />
|
||||
<Image name="ResizeH" width="64" height="64" xPos="384" yPos="64" />
|
||||
<Image name="ResizeHAlpha" width="64" height="64" xPos="448" yPos="64" />
|
||||
|
||||
<Image name="ResizeDL" width="64" height="64" xPos="0" yPos="128" />
|
||||
<Image name="ResizeDLAlpha" width="64" height="64" xPos="64" yPos="128" />
|
||||
<Image name="ResizeDR" width="64" height="64" xPos="128" yPos="128" />
|
||||
<Image name="ResizeDRAlpha" width="64" height="64" xPos="192" yPos="128" />
|
||||
<Image name="Resize" width="64" height="64" xPos="256" yPos="128" />
|
||||
<Image name="ResizeAlpha" width="64" height="64" xPos="320" yPos="128" />
|
||||
<Image name="Target" width="64" height="64" xPos="384" yPos="128" />
|
||||
<Image name="TargetAlpha" width="64" height="64" xPos="448" yPos="128" />
|
||||
|
||||
<Image name="ScrollL1" width="64" height="64" xPos="0" yPos="192" />
|
||||
<Image name="ScrollL2" width="64" height="64" xPos="64" yPos="192" />
|
||||
<Image name="ScrollR1" width="64" height="64" xPos="128" yPos="192" />
|
||||
<Image name="ScrollR2" width="64" height="64" xPos="192" yPos="192" />
|
||||
<Image name="ScrollU1" width="64" height="64" xPos="256" yPos="192" />
|
||||
<Image name="ScrollU2" width="64" height="64" xPos="320" yPos="192" />
|
||||
<Image name="ScrollD1" width="64" height="64" xPos="384" yPos="192" />
|
||||
<Image name="ScrollD2" width="64" height="64" xPos="448" yPos="192" />
|
||||
|
||||
<Image name="NormalShadow" width="64" height="64" xPos="0" yPos="256" />
|
||||
<Image name="WaitShadow" width="64" height="64" xPos="64" yPos="256" />
|
||||
<Image name="HandShadow" width="64" height="64" xPos="128" yPos="256" />
|
||||
<Image name="NoShadow" width="64" height="64" xPos="192" yPos="256" />
|
||||
<Image name="EditShadow" width="64" height="64" xPos="256" yPos="256" /> <!-- unused -->
|
||||
<Image name="CrossShadow" width="64" height="64" xPos="320" yPos="256" /> <!-- unused -->
|
||||
<Image name="ResizeVShadow" width="64" height="64" xPos="384" yPos="256" /> <!-- unused -->
|
||||
<Image name="ResizeHShadow" width="64" height="64" xPos="448" yPos="256" /> <!-- unused -->
|
||||
|
||||
<Image name="ResizeDLShadow" width="64" height="64" xPos="0" yPos="320" /> <!-- unused -->
|
||||
<Image name="ResizeDRShadow" width="64" height="64" xPos="64" yPos="320" /> <!-- unused -->
|
||||
<Image name="ResizeShadow" width="64" height="64" xPos="128" yPos="320" /> <!-- unused -->
|
||||
<Image name="ScrollLShadow" width="64" height="64" xPos="192" yPos="320" />
|
||||
<Image name="ScrollRShadow" width="64" height="64" xPos="256" yPos="320" />
|
||||
<Image name="ScrollUShadow" width="64" height="64" xPos="320" yPos="320" />
|
||||
<Image name="ScrollDShadow" width="64" height="64" xPos="384" yPos="320" />
|
||||
<!-- <Image name="UnusedSpace" width="64" height="64" xPos="448" yPos="320" /> -->
|
||||
|
||||
<Image name="TargetBig1" width="128" height="128" xPos="0" yPos="384" />
|
||||
<Image name="TargetBig2" width="128" height="128" xPos="128" yPos="384" />
|
||||
<Image name="Corner1" width="128" height="128" xPos="256" yPos="384" />
|
||||
<Image name="Corner2" width="128" height="128" xPos="384" yPos="384" />
|
||||
<Image name="Edit" width="32" height="32" xPos="0" yPos="32" />
|
||||
<Image name="Cross" width="32" height="32" xPos="32" yPos="32" />
|
||||
<Image name="ResizeV" width="32" height="32" xPos="64" yPos="32" />
|
||||
<Image name="ResizeH" width="32" height="32" xPos="96" yPos="32" />
|
||||
<Image name="ResizeDL" width="32" height="32" xPos="128" yPos="32" />
|
||||
<Image name="ResizeDR" width="32" height="32" xPos="160" yPos="32" />
|
||||
<Image name="Resize" width="32" height="32" xPos="192" yPos="32" />
|
||||
<Image name="Target" width="32" height="32" xPos="224" yPos="32" />
|
||||
</Imageset>
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
<Imageset filename="button1.imageset" />
|
||||
<Imageset filename="button2.imageset" />
|
||||
<Imageset filename="button3.imageset" />
|
||||
<Imageset filename="gunsight.imageset" />
|
||||
|
||||
<ImagesetFromImage resourceGroup="textures" name="ColobotSplash/Splash1" filename="ppc.png" />
|
||||
<ImagesetFromImage resourceGroup="textures" name="ColobotSplash/Splash2" filename="splash1.png" />
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 12 KiB |
Loading…
Reference in New Issue