Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

SpeedPickup Class is now "working" (able to spawn/be picked up), but speed-manipulation of pawn still missing.

File size: 808 bytes
Line 
1<Template name=smallspeedpickupRepresentation>
2    <PickupRepresentation>
3        <spawner-representation>
4            <StaticEntity>
5                <attached>
6                    <Billboard position="0,0,0" colour="1.0,0.0,0.0" material="Sphere2" scale=0.1>
7                        <attached>
8                            <Billboard position="0,0,0" colour="1.0,1.0,0.0" material="Cross" scale=0.7 />
9                        </attached>
10                    </Billboard>
11                </attached>
12            </StaticEntity>
13        </spawner-representation>
14    </PickupRepresentation>
15</Template>
16
17<Template name=smallspeedpickup>
18  <SpeedPickup
19    duration = 10
20    speedAdd = 1
21    SpeedMultiply = 1
22    activationType = "immediate"
23    durationType = "once"
24  />
25</Template>
Note: See TracBrowser for help on using the repository browser.