Changeset 5309 for data/media
- Timestamp:
- Dec 5, 2008, 2:58:14 PM (16 years ago)
- Location:
- data/media/levels
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
data/media/levels/CuboidSpaceStation2.oxw
r5298 r5309 16 16 > 17 17 18 19 20 <!--------------------------------------------------------------------------------------------------------------------------------------------------------------------------> 18 21 <?lua 19 include("levels/CuboidSpaceStation2.lua")22 dofile("../../media/levels/CuboidSpaceStation2.3.lua") 20 23 ?> 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 21 51 22 52 <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.