Changeset 11120 for data/branches/cegui0.8/gui/imagesets/Vanilla.imageset
- Timestamp:
- Feb 18, 2016, 6:35:37 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
data/branches/cegui0.8/gui/imagesets/Vanilla.imageset
r7369 r11120 1 <?xml version= "1.0"?>2 <Imageset Name="Vanilla-Images" Imagefile="vanilla.png" NativeHorzRes="800" NativeVertRes="600" AutoScaled="true">3 <Image Name="GenericBrush" XPos="46" YPos="46" Width="3" Height="3" />4 <Image Name="FrameTopLeft" XPos="1" YPos="1" Width="6" Height="6" />5 <Image Name="FrameTopRight" XPos="10" YPos="1" Width="6" Height="6" />6 <Image Name="FrameBottomLeft" XPos="1" YPos="10" Width="6" Height="6" />7 <Image Name="FrameBottomRight" XPos="10" YPos="10" Width="6" Height="6" />8 <Image Name="FrameLeft" XPos="1" YPos="18" Width="6" Height="1" />9 <Image Name="FrameRight" XPos="10" YPos="18" Width="6" Height="1" />10 <Image Name="FrameTop" XPos="18" YPos="1" Width="1" Height="6" />11 <Image Name="FrameBottom" XPos="18" YPos="10" Width="1" Height="6" />12 <Image Name="ScrollUpArrow" XPos="1" YPos="22" Width="20" Height="20" />13 <Image Name="ScrollDownArrow" XPos="22" YPos="22" Width="20" Height="20" />14 <Image Name="VertScrollContainer" XPos="69" YPos="3" Width="20" Height="1" />15 <Image Name="ScrollLeftArrow" XPos="21" YPos="1" Width="20" Height="20" />16 <Image Name="ScrollRightArrow" XPos="42" YPos="1" Width="20" Height="20" />17 <Image Name="HorzScrollContainer" XPos="65" YPos="1" Width="1" Height="20" />18 <Image Name="ScrollbarThumb" XPos="43" YPos="22" Width="20" Height="20" />19 <Image Name="ShadowBrush" XPos="4" YPos="45" Width="24" Height="24" />20 <Image Name="MouseArrow" XPos="69" YPos="7" Width="17" Height="25" />1 <?xml version='1.0' encoding='utf-8'?> 2 <Imageset autoScaled="true" imagefile="vanilla.png" name="Vanilla-Images" nativeHorzRes="800" nativeVertRes="600" version="2"> 3 <Image height="3" name="GenericBrush" width="3" xPos="46" yPos="46" /> 4 <Image height="6" name="FrameTopLeft" width="6" xPos="1" yPos="1" /> 5 <Image height="6" name="FrameTopRight" width="6" xPos="10" yPos="1" /> 6 <Image height="6" name="FrameBottomLeft" width="6" xPos="1" yPos="10" /> 7 <Image height="6" name="FrameBottomRight" width="6" xPos="10" yPos="10" /> 8 <Image height="1" name="FrameLeft" width="6" xPos="1" yPos="18" /> 9 <Image height="1" name="FrameRight" width="6" xPos="10" yPos="18" /> 10 <Image height="6" name="FrameTop" width="1" xPos="18" yPos="1" /> 11 <Image height="6" name="FrameBottom" width="1" xPos="18" yPos="10" /> 12 <Image height="20" name="ScrollUpArrow" width="20" xPos="1" yPos="22" /> 13 <Image height="20" name="ScrollDownArrow" width="20" xPos="22" yPos="22" /> 14 <Image height="1" name="VertScrollContainer" width="20" xPos="69" yPos="3" /> 15 <Image height="20" name="ScrollLeftArrow" width="20" xPos="21" yPos="1" /> 16 <Image height="20" name="ScrollRightArrow" width="20" xPos="42" yPos="1" /> 17 <Image height="20" name="HorzScrollContainer" width="1" xPos="65" yPos="1" /> 18 <Image height="20" name="ScrollbarThumb" width="20" xPos="43" yPos="22" /> 19 <Image height="24" name="ShadowBrush" width="24" xPos="4" yPos="45" /> 20 <Image height="25" name="MouseArrow" width="17" xPos="69" yPos="7" /> 21 21 </Imageset>
Note: See TracChangeset
for help on using the changeset viewer.