Changeset 7163 for code/trunk/data/levels/empty_level.oxw
- Timestamp:
- Aug 11, 2010, 8:55:13 AM (15 years ago)
- Location:
- code/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:mergeinfo changed
-
code/trunk/data/levels/empty_level.oxw
r6560 r7163 2 2 include("stats.oxo") 3 3 include("hudtemplates3.oxo") 4 include("templates/lodinformation.oxt") 4 5 ?> 5 6 … … 13 14 description = "Just a few tests" 14 15 > 16 <templates> 17 <Template link=lodtemplate_default /> 18 </templates> 19 15 20 <Scene 16 21 ambientlight = "0.8, 0.8, 0.8" 17 22 skybox = "Orxonox/Starbox" 18 23 > 24 25 <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"/> 26 <SpawnPoint team=0 position="-200,0,0" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipassff /> 19 27 20 <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" />21 <SpawnPoint position="0,0,100" spawnclass=SpaceShip pawndesign=spaceshipassff />22 28 </Scene> 23 29 </Level> 30
Note: See TracChangeset
for help on using the changeset viewer.