Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/ppspickups2/data/levels/templates/pickup_representation_templates_invisible.oxt @ 6642

Last change on this file since 6642 was 6642, checked in by benedict, 14 years ago

added 2 files (pickup definitions)

File size: 736 bytes
Line 
1<Template name=invisiblepickupRepresentation>
2    <PickupRepresentation>
3        <spawner-representation>
4            <StaticEntity>
5                <attached>
6                    <Billboard position="0,0,0" colour="1,1,1" material="Sphere2" scale=0.1>
7                        <attached>
8                            <Billboard position="0,0,0" colour="0,0,0" material="Cross" scale=0.3 />
9                        </attached>
10                    </Billboard>
11                </attached>
12            </StaticEntity>
13        </spawner-representation>
14    </PickupRepresentation>
15</Template>
16
17<Template name=invisiblepickup>
18  <InvisiblePickup
19    duration = 10.0
20    activaionType = "immediate"
21    durationType = "once"
22  />
23</Template>
Note: See TracBrowser for help on using the repository browser.