Changeset 10505 for code/branches/presentationFS15/data/levels
- Timestamp:
- May 28, 2015, 11:26:38 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentationFS15/data/levels/presentationFS15.oxw
r10504 r10505 16 16 include("templates/spaceshipFS15.oxt") 17 17 include("templates/orbStation.oxt") 18 18 include("templates/spaceshipSwallow.oxt") 19 19 ?> 20 20 … … 33 33 <SpawnPoint team=0 position="-500,0,0" lookat="-1000,0,0" spawnclass=SpaceShip pawndesign=spaceshipfs15/> 34 34 35 <?lua for i=0,4,1 do ?> 36 <SpaceShip position="-3000,<?lua print(i*200)?>,0" lookat="-500,0,0" visible="true"> 37 <templates> 38 <Template link=spaceshipswallow /> 39 </templates> 40 </SpaceShip> 41 <?lua end ?> 42 43 35 44 <!-- Docking --> 36 <Dock position="- 1000,0,0" roll=0 yaw=0 >45 <Dock position="-2000,-1000,0" roll=0 yaw=0 > 37 46 <attached> 38 47 <Billboard position="0,0,0" material="Flares/ringflare2" colour="0.2,0.4,0.8" scale=1 /> … … 67 76 </SpaceShip> 68 77 69 <Billboard position="0,500,500" material="Flares/ringflare2" colour="0.8,0.4,0.2" scale=1 /> 70 <DistanceTrigger position="0,500,500" distance="200" target="Pawn" name="takeControl"/> 71 72 <MovableEntity position="0,1000,1000" > 78 <MovableEntity position="2000,0,0" > 73 79 <templates> 74 80 <Template link=orbStation/> … … 81 87 </MovableEntity> 82 88 83 <ControllerDirector position="0,0,0" scriptname="presentation"> 89 <Billboard position="0,500,500" material="Flares/ringflare2" colour="0.8,0.4,0.2" scale=1 /> 90 <DistanceTrigger position="0,500,500" distance="20" target="Pawn" name="takeControl"/> 91 92 <ControllerDirector position="0,500,500" scriptname="presentation"> 84 93 <events> 85 94 <takeControl>
Note: See TracChangeset
for help on using the changeset viewer.