Changeset 5575
- Timestamp:
- May 28, 2009, 10:42:55 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
data/media/levels/presentation09b.oxw
r5574 r5575 18 18 <Light type=directional position="0,0,0" direction="0.683, 0.289, 0.670" diffuse="1.0, 1.0, 1.0, 1.0" specular="1.0, 1.0, 1.0, 1.0" /> 19 19 20 <SpawnPoint position="-3800, 2500, 1500" direction="-0.683, -0.289, -0.670" spawnclass=SpaceShip pawndesign=spaceshipassff /> 20 <Template name="JumpItem" baseclass="Jump"> 21 <Jump velocity="0,0,-1000" jumpsAvailable="4" guiImage="jumpturbinepickup.jpg" guiText="Jump" /> 22 </Template> 23 <Template name="HealthImmediateItem" baseclass="HealthImmediate"> 24 <HealthImmediate recoveredHealth="100" guiImage="decal.jpg" guiText="Health" /> 25 </Template> 26 <Template name="HealthUsableItem" baseclass="HealthUsable"> 27 <HealthImmediate recoveredHealth="80" guiImage="goldwrenchpickup.jpg" guiText="Health" /> 28 </Template> 29 30 <SpawnPoint position="-3800, 2500, 1500" direction="-0.683, -0.289, -0.670" spawnclass=SpaceShip pawndesign=spaceshipassff2 /> 21 31 22 32 <SpaceShip position="-3900,3000,1000"> … … 76 86 </controller> 77 87 </SpaceShip> 88 89 <PickupSpawner item="JumpItem" triggerDistance="20" respawnTime="10000" position="-3800, 2500, 1500"> 90 <attached> 91 <!--<Model mesh="jumpthrust.mesh" scale="1.0" /> 92 <Billboard material="Examples/Flare" colour="0.5, 1.0, 0.3" scale="0.5" />--> 93 </attached> 94 </PickupSpawner> 95 96 <PickupSpawner item="HealthUsableItem" triggerDistance="20" respawnTime="10000" position="-4150,2750,1550"> 97 <attached> 98 <Model mesh="gwrench.mesh" scale="1.0" /> 99 <Billboard material="Examples/Flare" colour="0.3, 0.8, 1.0" scale="0.5" /> 100 </attached> 101 </PickupSpawner> 102 103 <PickupSpawner item="HealthImmediateItem" triggerDistance="20" respawnTime="3" position="2300, 4300, 2400"> 104 <attached> 105 <Model mesh="gwrench.mesh" scale="1.0" /> 106 <Billboard material="Examples/Flare" colour="0.9, 1.0, 0.1" scale="0.5" /> 107 </attached> 108 </PickupSpawner> 78 109 79 110 <Billboard position="-2500, 2400, 1500" material="Examples/Flare" />
Note: See TracChangeset
for help on using the changeset viewer.