Changeset 5377
- Timestamp:
- Dec 17, 2008, 12:53:04 AM (16 years ago)
- Location:
- data/media
- Files:
-
- 3 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
data/media/levels/presentation_level1_felix.oxw
r5375 r5377 20 20 ?> 21 21 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" />24 22 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 38 48 39 49 <!-- 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"> 41 51 <attached> 42 52 <Model position="0,0,0" scale=10 mesh="Carrier.mesh" /> … … 46 56 </MovableEntity> 47 57 58 48 59 <!-- blue planet --> 49 60 <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 /> 50 61 62 51 63 <ParticleSpawner position="0,0,0" source="Orxonox/BigExplosion1part3" lifetime=2.0 loop=0 autostart=0> 52 64 <events>
Note: See TracChangeset
for help on using the changeset viewer.