Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 6543 was 6543, checked in by rgrieder, 15 years ago

svn:eol-style "native" for all text based files.

  • Property svn:eol-style set to native
File size: 784 bytes
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>
Note: See TracBrowser for help on using the repository browser.