Changeset 6689
- Timestamp:
- Apr 12, 2010, 3:17:17 PM (15 years ago)
- Location:
- code/branches/ppspickups2/data/levels
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/ppspickups2/data/levels/includes/pickups_invisible.oxi
r6653 r6689 1 1 <PickupRepresentation 2 name = " Invisibility"3 description = "Makes you invisible ."4 spawnerTemplate = " invisiblepickupRepresentation"2 name = "small Invisibility" 3 description = "Makes you invisible for 5 seconds." 4 spawnerTemplate = "smallinvisiblepickupRepresentation" 5 5 > 6 6 <pickup> 7 <InvisiblePickup template= invisiblepickup />7 <InvisiblePickup template=smallinvisiblepickup /> 8 8 </pickup> 9 9 </PickupRepresentation> 10 11 <PickupRepresentation 12 name = "medium Invisibility" 13 description = "Makes you invisible for 10 seconds." 14 spawnerTemplate = "mediuminvisiblepickupRepresentation" 15 > 16 <pickup> 17 <InvisiblePickup template=mediuminvisiblepickup /> 18 </pickup> 19 </PickupRepresentation> 20 21 <PickupRepresentation 22 name = "hunge Invisibility" 23 description = "Makes you invisible for 20 seconds." 24 spawnerTemplate = "hugeinvisiblepickupRepresentation" 25 > 26 <pickup> 27 <InvisiblePickup template=hugeinvisiblepickup /> 28 </pickup> 29 </PickupRepresentation> -
code/branches/ppspickups2/data/levels/pickup_pps_invi.oxw
r6641 r6689 25 25 <PickupSpawner position="-75,0,-100" triggerDistance="10" respawnTime="5" maxSpawnedItems="10"> 26 26 <pickup> 27 <InvisiblePickup template= invisiblepickup />27 <InvisiblePickup template=smallinvisiblepickup /> 28 28 </pickup> 29 29 </PickupSpawner> 30 30 31 <PickupSpawner position="-50,0,-100" triggerDistance="10" respawnTime="5" maxSpawnedItems="10"> 32 <pickup> 33 <InvisiblePickup template=mediuminvisiblepickup /> 34 </pickup> 35 </PickupSpawner> 36 37 <PickupSpawner position="-25,0,-100" triggerDistance="10" respawnTime="5" maxSpawnedItems="10"> 38 <pickup> 39 <InvisiblePickup template=hugeinvisiblepickup /> 40 </pickup> 41 </PickupSpawner> 31 42 32 43 <Light type=directional position="0,0,0" direction="0.253, 0.593, -0.765" diffuse="1.0, 0.9, 0.9, 1.0" specular="1.0, 0.9, 0.9, 1.0" /> -
code/branches/ppspickups2/data/levels/templates/pickup_representation_templates_invisible.oxt
r6685 r6689 6 6 <Billboard position="0,0,0" colour="0.22,0.32,0.86" material="Sphere2" scale=0.1> 7 7 <attached> 8 <Billboard position="0,0,0" colour="0.06,0.14,0.63" material="Eye" scale=0. 1/>8 <Billboard position="0,0,0" colour="0.06,0.14,0.63" material="Eye" scale=0.5 /> 9 9 </attached> 10 10 </Billboard> … … 15 15 </Template> 16 16 17 <Template name=small tinvisiblepickup>17 <Template name=smallinvisiblepickup> 18 18 <InvisiblePickup 19 19 duration = 5.0 … … 30 30 <Billboard position="0,0,0" colour="0.22,0.32,0.86" material="Sphere2" scale=0.1> 31 31 <attached> 32 <Billboard position="0,0,0" colour="0.06,0.14,0.63" material="Eye" scale=0. 1/>32 <Billboard position="0,0,0" colour="0.06,0.14,0.63" material="Eye" scale=0.7 /> 33 33 </attached> 34 34 </Billboard> … … 54 54 <Billboard position="0,0,0" colour="0.22,0.32,0.86" material="Sphere2" scale=0.1> 55 55 <attached> 56 <Billboard position="0,0,0" colour="0.06,0.14,0.63" material="Eye" scale=0. 1/>56 <Billboard position="0,0,0" colour="0.06,0.14,0.63" material="Eye" scale=0.9 /> 57 57 </attached> 58 58 </Billboard>
Note: See TracChangeset
for help on using the changeset viewer.