Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/trunk/gui/imagesets/PickupInventory.imageset @ 6979

Last change on this file since 6979 was 6979, checked in by ebeier, 14 years ago

updated imageset of pickups to include all currently available pickups

File size: 1.4 KB
Line 
1<?xml version="1.0" ?>
2<Imageset Name="PickupInventory" Imagefile="pickup.tga" NativeHorzRes="1600" NativeVertRes="100" AutoScaled="true">
3    <Image Name="Default" XPos="0" YPos="0" Width="100" Height="100"/>
4
5    <Image Name="SmallHealth" XPos="100" YPos="0" Width="100" Height="100"/>
6    <Image Name="MediumHealth" XPos="200" YPos="0" Width="100" Height="100"/>
7    <Image Name="HugeHealth" XPos="300" YPos="0" Width="100" Height="100"/>
8    <Image Name="CrazyMadnessHealth" XPos="400" YPos="0" Width="100" Height="100"/>
9
10    <Image Name="UsePickup" XPos="500" YPos="0" Width="100" Height="100"/>
11    <Image Name="DropPickup" XPos="600" YPos="0" Width="100" Height="100"/>
12
13    <Image Name="SmallInvisible" XPos="700" YPos="0" Width="100" Height="100"/>
14    <Image Name="MediumInvisible" XPos="800" YPos="0" Width="100" Height="100"/>
15    <Image Name="HugeInvisible" XPos="900" YPos="0" Width="100" Height="100"/>
16
17    <Image Name="SmallShield" XPos="1000" YPos="0" Width="100" Height="100"/>
18    <Image Name="MediumShield" XPos="1100" YPos="0" Width="100" Height="100"/>
19    <Image Name="HugeShield" XPos="1200" YPos="0" Width="100" Height="100"/>
20
21    <Image Name="SmallSpeed" XPos="1300" YPos="0" Width="100" Height="100"/>
22    <Image Name="MediumSpeed" XPos="1400" YPos="0" Width="100" Height="100"/>
23    <Image Name="HugeSpeed" XPos="1500" YPos="0" Width="100" Height="100"/>
24</Imageset>
Note: See TracBrowser for help on using the repository browser.