Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5370


Ignore:
Timestamp:
Dec 16, 2008, 8:17:47 PM (15 years ago)
Author:
mkaiser
Message:

i dont know

Location:
data/media/levels
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • data/media/levels/CuboidSpaceStation.lua

    r5365 r5370  
    221221bodyParts[backPartsIndex[1]][0][0][0][4]="Thruster.mesh"
    222222bodyParts[backPartsIndex[1]][0][0][0][5]="pitch=-90"
    223 bodyParts[backPartsIndex[1]][0][0][0][9]="<ParticleEmitter position=\"0,0,0\" source=\"Orxonox/fire3\" />"
     223bodyParts[backPartsIndex[1]][0][0][0][9]="<ParticleEmitter position=\"0,0,0\" source=\"Orxonox/ThrusterFire\" />"
    224224bodyParts[backPartsIndex[1]][0][0][0][10]=5
    225225
  • data/media/levels/presentation_level1_felix.oxw

    r5368 r5370  
    2020        ?>
    2121
     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
    2238        <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 />
    2339   
Note: See TracChangeset for help on using the changeset viewer.