Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8385


Ignore:
Timestamp:
May 2, 2011, 4:35:08 PM (13 years ago)
Author:
youngk
Message:

Man, Kevin… If you commit something, then please commit the working version. NOW its okay.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/data/levels/planets.oxw

    r8384 r8385  
    22 name = "Planet Demonstration"
    33 description = "Demonstration of Planets"
    4  tags = "planets, demonstration"
     4 tags = "planets"
    55/>
    66
     
    88  include("stats.oxo")
    99  include("HUDTemplates3.oxo")
    10 ?>
    11 
    12 <?lua
    1310  include("templates/lodInformation.oxt")
    1411  include("templates/spaceshipSwallow.oxt")
     
    1815 name         = "Planet"
    1916 description  = "Demonstration of Planets"
    20  gametype     = TeamDeathmatch
    2117>
    2218  <templates>
     
    2925  >
    3026
    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" />
    3329
    3430
    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" />
    3632
    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" />
    4035
    4136  </Scene>
Note: See TracChangeset for help on using the changeset viewer.