Changeset 8384 for code/trunk/data
- Timestamp:
- May 2, 2011, 4:27:15 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/data/levels/planets.oxw
r8380 r8384 1 <LevelInfo 2 name = "Planet Demonstration" 3 description = "Demonstration of Planets" 4 tags = "planets, demonstration" 5 /> 6 1 7 <?lua 8 include("stats.oxo") 2 9 include("HUDTemplates3.oxo") 3 include("stats.oxo") 10 ?> 11 12 <?lua 4 13 include("templates/lodInformation.oxt") 5 14 include("templates/spaceshipSwallow.oxt") 6 include("templates/spaceshipPirate.oxt")7 15 ?> 8 16 9 10 11 17 <Level 12 name = "Planet _Demo"13 description = "Demonstration of planets with high resolution."14 18 name = "Planet" 19 description = "Demonstration of Planets" 20 gametype = TeamDeathmatch 15 21 > 16 22 <templates> 17 <Template link=lodtemplate_default />23 <Template link=lodtemplate_default /> 18 24 </templates> 19 25 20 26 <Scene 21 ambientlight = "0.5, 0.5, 0.5"22 skybox = "Orxonox/skypanoramagen1"27 ambientlight = "0.8, 0.8, 0.8" 28 skybox = "Orxonox/skypanoramagen1" 23 29 > 24 30 25 31 <WorldAmbientSound ambientSource="AlphaCentauri.ogg" looping="true" playOnLoad="true" /> 26 32 <Light type=directional position="-10000,-10000,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 38 <Planet position="0,0,0" scale="100" pitch="0" mesh="jupiter.mesh" atmosphere="atmosphere1" rotationaxis="1,0,0" rotationrate="1.0" atmospheresize="300.0f" imagesize="1024.0f" /> 33 39 <Planet position="10000,0,0" scale="1" pitch="0" mesh="ganymede.mesh" atmosphere="atmosphere1" rotationaxis="1,0,0" rotationrate="1.0" atmospheresize="224.0f" imagesize="1024.0f" /> 40 34 41 </Scene> 35 42 </Level>
Note: See TracChangeset
for help on using the changeset viewer.