Changeset 8385
- Timestamp:
- May 2, 2011, 4:35:08 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/data/levels/planets.oxw
r8384 r8385 2 2 name = "Planet Demonstration" 3 3 description = "Demonstration of Planets" 4 tags = "planets , demonstration"4 tags = "planets" 5 5 /> 6 6 … … 8 8 include("stats.oxo") 9 9 include("HUDTemplates3.oxo") 10 ?>11 12 <?lua13 10 include("templates/lodInformation.oxt") 14 11 include("templates/spaceshipSwallow.oxt") … … 18 15 name = "Planet" 19 16 description = "Demonstration of Planets" 20 gametype = TeamDeathmatch21 17 > 22 18 <templates> … … 29 25 > 30 26 31 <WorldAmbientSound ambientSource="AlphaCentauri.ogg" looping="true" playOnLoad="true" />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" />27 <WorldAmbientSound ambientSource="AlphaCentauri.ogg" looping="true" playOnLoad="true" /> 28 <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" /> 33 29 34 30 35 <SpawnPoint position="1000,0,0" lookat="0,0,0" spawnclass="SpaceShip" pawndesign="spaceshipswallow" />31 <SpawnPoint position="1500,0,0" lookat="0,0,0" spawnclass="SpaceShip" pawndesign="spaceshipswallow" /> 36 32 37 <?lua end ?> 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" /> 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" /> 33 <Planet position="0,0,0" scale="1000" pitch="0" mesh="jupiter.mesh" atmosphere="atmosphere1" rotationaxis="1,0,0" rotationrate="1.0" atmospheresize="300.0f" imagesize="1024.0f" /> 34 <Planet position="10000,0,0" scale="100" pitch="0" mesh="ganymede.mesh" atmosphere="atmosphere1" rotationaxis="1,0,0" rotationrate="1.0" atmospheresize="224.0f" imagesize="1024.0f" /> 40 35 41 36 </Scene>
Note: See TracChangeset
for help on using the changeset viewer.