Changeset 10075 for code/branches/ScriptableController/data/levels
- Timestamp:
- May 22, 2014, 3:39:37 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/ScriptableController/data/levels/levelTry.oxw
r10065 r10075 74 74 75 75 76 <Billboard position=" 3500,0,0" material="Flares/ringflare2" colour="0.2,0.4,0.8" scale=10 />77 <DistanceTrigger position=" 3500,0,0" distance="200" target="Pawn"76 <Billboard position="2500,0,0" material="Flares/ringflare2" colour="0.2,0.4,0.8" scale=10 /> 77 <DistanceTrigger position="2500,0,0" distance="200" target="Pawn" 78 78 beaconMode="exclude" targetname="bcnDestroyer" name="takeControl" 79 79 /> 80 80 81 <StaticEntity position = " 0,0,0" mass=10000 collisionType=static >81 <StaticEntity position = "2000,500,2000" mass=10000 collisionType=static > 82 82 <attached> 83 83 <Model mesh="HydroHarvester.mesh" mass=10 position="0,0,0" scale=10 /> … … 90 90 </attached> 91 91 </StaticEntity> 92 93 94 92 95 93 96 <!-- ControllerDirector waits for the event takeControl to attach a new Controller -->
Note: See TracChangeset
for help on using the changeset viewer.