Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5309


Ignore:
Timestamp:
Dec 5, 2008, 2:58:14 PM (15 years ago)
Author:
mkaiser
Message:

Some changes.

Location:
data/media/levels
Files:
1 added
1 edited

Legend:

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

    r5298 r5309  
    1616        >
    1717
     18
     19
     20<!-------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
    1821<?lua
    19         include("levels/CuboidSpaceStation2.lua")
     22        dofile("../../media/levels/CuboidSpaceStation2.3.lua")
    2023?>
     24
     25
     26
     27<!-- Here I add a space station at position 0,0,0 without velocity and no rotation.
     28---- The argument false is the value for ranSeed, which means the space station will be different each time.
     29--->
     30<?lua
     31        createSpaceStation(false)
     32?>
     33
     34
     35
     36<!-- Here I add a space station at position 0,0,-1000 without velocity and no rotation.
     37--->
     38<PositionableEntity scale=1 position="0,0,-5000">
     39        <attached>
     40                <?lua
     41                        createSpaceStation(false)
     42                ?>
     43                </attached>
     44        </PositionableEntity>
     45
     46
     47
     48<!-------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
     49
     50
    2151
    2252        <ParticleSpawner position="0,0,0" source="Orxonox/BigExplosion1part3" lifetime=2.0 loop=0 autostart=0>
Note: See TracChangeset for help on using the changeset viewer.