Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

added some files for new speed pickup

File size: 765 bytes
Line 
1<Template name=speedboostRepresentation>
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=speedboost>
18  <SpeedPickup
19    health = 10
20    healthType = "limited"
21    activationType = "immediate"
22    durationType = "once"
23  />
24</Template>
Note: See TracBrowser for help on using the repository browser.