Changeset 9056 for code/branches/surfaceRace
- Timestamp:
- Mar 23, 2012, 4:16:03 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/surfaceRace/data/levels/surfaceRace.oxw
r9041 r9056 1 1 <LevelInfo 2 2 name = "Surface Race" 3 description = " Bum Bum Bum"4 tags = " test"3 description = "Race on a surface of a planet" 4 tags = "Race" 5 5 screenshot = "emptylevel.png" 6 6 /> 7 7 8 8 <?lua 9 include("HUDTemplates3.oxo") 9 10 include("stats.oxo") 10 include(" HUDTemplates3.oxo")11 include("templates/spaceshipRace.oxt") 11 12 include("templates/lodInformation.oxt") 12 ?>13 13 14 <?lua 15 include("templates/spaceshipAssff2.oxt") 16 include("templates/spaceshipPirate.oxt") 14 17 15 ?> 18 16 … … 26 24 ambientlight = "2.0, 2.0, 2.0" 27 25 skybox = "Orxonox/skyBoxClouds" 26 gravity = "0,-150,0" 27 negativeWorldRange = "-100000, -100000, -100000" 28 positiveWorldRange = " 100000, 100000, 100000" 29 hasPhysics = true 28 30 > 29 31 30 <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"/> 31 <SpawnPoint team=0 position="-200,0,0" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipassff2 /> 32 <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"/> 33 34 <StaticEntity position="0,0,0" direction="0,0,0" collisionType=static mass=100000 friction=0.01 > 35 <attached> 36 <Model position="0,0,0" mesh="testcube.mesh" scale3D="5000,5000,5000" /> 37 </attached> 38 <collisionShapes> 39 <BoxCollisionShape position="0,50,0" halfExtents="5000,5000,5000" /> 40 </collisionShapes> 41 </StaticEntity> 42 43 <SpawnPoint team=0 position="0,5050,0" lookat="0,5070,5070" spawnclass=SpaceShip pawndesign=spaceshipRace /> 32 44 33 45 </Scene>
Note: See TracChangeset
for help on using the changeset viewer.