Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5377


Ignore:
Timestamp:
Dec 17, 2008, 12:53:04 AM (15 years ago)
Author:
FelixSchulthess
Message:

added space cruiser

Location:
data/media
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • data/media/levels/presentation_level1_felix.oxw

    r5375 r5377  
    2020        ?>
    2121
    22 <!-- hohoho -->
    23 <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" />
    2422
    25 <!------------------------------------------------------------------------------------->
    26 <MovableEntity scale=1 position="2000,0,0" rotationaxis="0,1,0" rotationrate=2>
    27         <attached>
    28                 <MovableEntity scale=1 position="1000,0,0" rotationaxis="0,0,1" rotationrate=1>
    29                         <attached>
    30                                 <?lua
    31                                         createSpaceStationPar(0,2,1,2,1,4,1,50)
    32                                 ?>
    33                         </attached>
    34                 </MovableEntity>
    35         </attached>
    36 </MovableEntity>
    37 <!-------------------------------------------------------------------------------------->
     23        <!-- a light that doesn't work -->
     24        <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" />
     25
     26
     27        <!-- space station -->
     28        <MovableEntity scale=1 position="2000,0,0" rotationaxis="0,1,0" rotationrate=2>
     29                <attached>
     30                        <MovableEntity scale=1 position="1000,0,0" rotationaxis="0,0,1" rotationrate=1>
     31                                <attached>
     32                                        <?lua
     33                                                createSpaceStationPar(0,2,1,2,1,4,1,50)
     34                                        ?>
     35                                </attached>
     36                        </MovableEntity>
     37                </attached>
     38        </MovableEntity>
     39
     40
     41        <!-- spacecruiser -->
     42        <MovableEntity position="1000,0,-1000" pitch="-90" roll="-90">
     43      <attached>
     44        <Model position="0,0,0" scale=10 mesh="spacecruiser_16.mesh" />
     45      </attached>
     46    </MovableEntity>
     47
    3848
    3949        <!-- Carrier with guns not implemented yet -->
    40         <MovableEntity position="3000,-800,-1000" pitch="-90" roll="90">
     50        <MovableEntity position="2000,-800,-1000" pitch="-90" roll="90">
    4151      <attached>
    4252        <Model position="0,0,0" scale=10 mesh="Carrier.mesh" />
     
    4656    </MovableEntity>
    4757
     58
    4859        <!-- blue planet -->
    4960        <Planet position="1500,0,-5000" scale=1000 pitch=-90 mesh="iceplanet.mesh" atmosphere="atmosphere1" rotationaxis="1,1,0" rotationrate="1" atmospheresize=224.0f imagesize=1024.0f />
    5061   
     62
    5163        <ParticleSpawner position="0,0,0" source="Orxonox/BigExplosion1part3" lifetime=2.0 loop=0 autostart=0>
    5264      <events>
Note: See TracChangeset for help on using the changeset viewer.