Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 10691 was 10691, checked in by fvultier, 9 years ago
File size: 2.2 KB
Line 
1<?xml version="1.0" ?>
2<Imageset Name="PickupInventory" Imagefile="pickup.png" 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    <Image Name="DestroyPickup" XPos="1900" YPos="0" Width="100" Height="100"/>
13    <Image Name="DestroyCarrierPickup" XPos="2000" YPos="0" Width="100" Height="100"/>   
14
15    <Image Name="SmallInvisible" XPos="700" YPos="0" Width="100" Height="100"/>
16    <Image Name="MediumInvisible" XPos="800" YPos="0" Width="100" Height="100"/>
17    <Image Name="HugeInvisible" XPos="900" YPos="0" Width="100" Height="100"/>
18
19    <Image Name="SmallShield" XPos="1000" YPos="0" Width="100" Height="100"/>
20    <Image Name="MediumShield" XPos="1100" YPos="0" Width="100" Height="100"/>
21    <Image Name="HugeShield" XPos="1200" YPos="0" Width="100" Height="100"/>
22
23    <Image Name="SmallSpeed" XPos="1300" YPos="0" Width="100" Height="100"/>
24    <Image Name="MediumSpeed" XPos="1400" YPos="0" Width="100" Height="100"/>
25    <Image Name="HugeSpeed" XPos="1500" YPos="0" Width="100" Height="100"/>
26
27    <Image Name="SmallShrink" XPos="1600" YPos="0" Width="100" Height="100"/>
28    <Image Name="MediumShrink" XPos="1700" YPos="0" Width="100" Height="100"/>
29    <Image Name="HugeShrink" XPos="1800" YPos="0" Width="100" Height="100"/>
30
31    <Image Name="SmallDamageBoost" XPos="2100" YPos="0" Width="100" Height="100"/>
32    <Image Name="MediumDamageBoost" XPos="2200" YPos="0" Width="100" Height="100"/>
33    <Image Name="HugeDamageBoost" XPos="2300" YPos="0" Width="100" Height="100"/>
34
35    <Image Name="SmallMunition" XPos="2400" YPos="0" Width="100" Height="100"/>
36    <Image Name="MediumMunition" XPos="2500" YPos="0" Width="100" Height="100"/>
37    <Image Name="HugeMunition" XPos="2600" YPos="0" Width="100" Height="100"/>
38</Imageset>
Note: See TracBrowser for help on using the repository browser.