Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

engine stripes now working correctly

File size: 823 bytes
Line 
1<Template name=smallspeedpickupRepresentation>
2    <PickupRepresentation>
3        <spawner-representation>
4            <StaticEntity>
5                <attached>
6                    <Billboard position="0,0,0" colour="0.50,0.90,0.25" material="Sphere2" scale=0.1>
7                        <attached>
8                            <Billboard position="0,0,0" colour="0.90,0.90,0.10" material="3arrowsup" 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.0
20    speedAdd = 100
21    SpeedMultiply = 10
22    activationType = "immediate"
23    durationType = "once"
24  />
25</Template>
Note: See TracBrowser for help on using the repository browser.