Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/ppspickups1/data/levels/templates/pickup_representation_templates_speed.oxt @ 6552

Last change on this file since 6552 was 6552, checked in by scheusso, 14 years ago

merged revisions 6525:6543 from ppspickups1 into ppspickups1

File size: 1.5 KB
Line 
1<Template name=speedboostpickupRepresentation>
2    <PickupRepresentation>
3        <spawner-representation>
4            <StaticEntity>
5                <attached>
6                    <Billboard position="0,0,0" colour="1,0,0" material="Sphere2" scale=0.1>
7                        <attached>
8                            <Billboard position="0,0,0" colour="0,1,0" material="Cross" scale=1 />
9                        </attached>
10                    </Billboard>
11                </attached>
12            </StaticEntity>
13        </spawner-representation>
14    </PickupRepresentation>
15</Template>
16
17<Template name="speedboostpickup">
18  <SpeedPickup
19    speedAddition = "0"
20    speedMultiplier = "2"
21    duration = "10"
22    activationType = "immediate"
23    durationType = "once"
24  />
25</Template>
26<Template name=speedboostpickupRepresentation>
27    <PickupRepresentation>
28        <spawner-representation>
29            <StaticEntity>
30                <attached>
31                    <Billboard position="0,0,0" colour="1,0,0" material="Sphere2" scale=0.1>
32                        <attached>
33                            <Billboard position="0,0,0" colour="0,1,0" material="Cross" scale=1 />
34                        </attached>
35                    </Billboard>
36                </attached>
37            </StaticEntity>
38        </spawner-representation>
39    </PickupRepresentation>
40</Template>
41
42<Template name="speedboostpickup">
43  <SpeedPickup
44    speedAddition = "0"
45    speedMultiplier = "2"
46    duration = "10"
47    activationType = "immediate"
48    durationType = "once"
49  />
50</Template>
Note: See TracBrowser for help on using the repository browser.