Changeset 11380
- Timestamp:
- Mar 23, 2017, 3:58:28 PM (8 years ago)
- Location:
- code/branches/Boss_FS17/data/levels
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/Boss_FS17/data/levels/Endurancefinal.oxw
r11357 r11380 37 37 </templates> 38 38 </ModularSpaceShip> 39 40 <StaticEntity position="0,0,0" direction="0,-1,0" collisionType=static mass=100000 friction=0.01 > 41 <attached> 42 <Model position="0,0,0" mesh="cube.mesh" scale3D="10000,10000,1000" /> 43 </attached> 44 <collisionShapes> 45 <BoxCollisionShape position="0,0,0" halfExtents="10000,10000,1000" /> 46 </collisionShapes> 47 </StaticEntity> 48 49 50 39 51 40 52 </Scene> -
code/branches/Boss_FS17/data/levels/emptyLevel.oxw
r11357 r11380 10 10 include("HUDTemplates3.oxo") 11 11 include("templates/lodInformation.oxt") 12 include("templates/HeavyCruiser.oxt")13 12 ?> 14 13 15 14 <?lua 16 15 include("templates/spaceshipEscort.oxt") 17 include("templates/endurancetest_template.oxt")18 16 ?> 19 17 … … 31 29 <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"/> 32 30 <SpawnPoint team=0 position="-200,0,0" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipescort /> 31 <StaticEntity position="0,-10000,0" direction="0,-1,0" collisionType=static mass=100000 friction=0.01 > 32 <attached> 33 <Model position="0,0,0" mesh="cube.mesh" scale3D="10000,10000,1000" /> 34 </attached> 35 <collisionShapes> 36 <BoxCollisionShape position="0,0,0" halfExtents="10000,10000,1000" /> 37 </collisionShapes> 38 </StaticEntity> 33 39 34 <ModularSpaceShip velocity= "20,0,0" position="0,0,200" lookat= "0,0,0" health="1000" maxhealth="1000" initialhealth="1000">35 <templates>36 <Template link=endurance />37 </templates>38 </ModularSpaceShip>39 40 40 41 </Scene>
Note: See TracChangeset
for help on using the changeset viewer.