Changeset 11250 for code/branches/SpaceRace_HS16/data/levels
- Timestamp:
- Oct 30, 2016, 9:55:02 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/SpaceRace_HS16/data/levels/newnewnewspacerace.oxw
r11249 r11250 10 10 include("HUDTemplates3.oxo") 11 11 include("templates/lodInformation.oxt") 12 include("templates/spaceshipAssff.oxt") 13 12 14 ?> 13 15 14 16 <?lua 17 include("templates/spaceshipAssff2.oxt") 15 18 include("templates/fastship.oxt") 16 19 include("templates/spaceshipPirate.oxt") … … 31 34 > 32 35 36 37 33 38 <!-- SOUNDS & MUSIC --> 34 39 … … 69 74 70 75 71 72 73 74 76 <SpaceShip position="0,0,200" lookat="0,0,0"> 77 <templates> 78 <Template link=spaceshipassff /> 79 </templates> 80 <controller> 81 <WaypointPatrolController alertnessradius=0 team=10> 82 <waypoints> 83 <Model mesh="cube.mesh" scale=0 position="0,-2000,1000" /> 84 <Model mesh="cube.mesh" scale=0 position="0,2100,2300" /> 85 <Model mesh="cube.mesh" scale=0 position="0,-400,300" /> 86 </waypoints> 87 </WaypointPatrolController> 88 </controller> 89 </SpaceShip> 75 90 76 91 … … 116 131 </StaticEntity> 117 132 133 134 135 118 136 <!-- ---------------ForceFields----------------- --> 119 137 <ForceField position="0,0,0" direction="0,-1,0" diameter=500 velocity=2000 length=1000/>
Note: See TracChangeset
for help on using the changeset viewer.