Changeset 5370
- Timestamp:
- Dec 16, 2008, 8:17:47 PM (16 years ago)
- Location:
- data/media/levels
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
data/media/levels/CuboidSpaceStation.lua
r5365 r5370 221 221 bodyParts[backPartsIndex[1]][0][0][0][4]="Thruster.mesh" 222 222 bodyParts[backPartsIndex[1]][0][0][0][5]="pitch=-90" 223 bodyParts[backPartsIndex[1]][0][0][0][9]="<ParticleEmitter position=\"0,0,0\" source=\"Orxonox/ fire3\" />"223 bodyParts[backPartsIndex[1]][0][0][0][9]="<ParticleEmitter position=\"0,0,0\" source=\"Orxonox/ThrusterFire\" />" 224 224 bodyParts[backPartsIndex[1]][0][0][0][10]=5 225 225 -
data/media/levels/presentation_level1_felix.oxw
r5368 r5370 20 20 ?> 21 21 22 <!-------------------------------------------------------------------------------------> 23 <MovableEntity scale=1 position="0,0,0" rotationaxis="0,1,0" rotationrate=3> 24 <attached> 25 <MovableEntity scale=1 position="5000,0,0" rotationaxis="0,0,1" rotationrate=2> 26 <attached> 27 <?lua 28 createSpaceStationPar(0,2,1,2,1,4,1,50) 29 ?> 30 </attached> 31 </MovableEntity> 32 </attached> 33 </MovableEntity> 34 <!--------------------------------------------------------------------------------------> 35 36 37 22 38 <Planet position="3000,0,-10000" scale=1000 pitch=-90 mesh="iceplanet.mesh" atmosphere="atmosphere1" rotationaxis="1,1,0" rotationrate="1" atmospheresize=224.0f imagesize=1024.0f /> 23 39
Note: See TracChangeset
for help on using the changeset viewer.