- Timestamp:
- Jun 3, 2010, 2:20:28 AM (14 years ago)
- Location:
- code/branches/presentation3/data/levels
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation3/data/levels/Quest_PirateAttack.oxw
r7089 r7103 326 326 327 327 <ParticleSpawner position="4650,5350,-11050" source="Orxonox/explosion1" name=base visible=false active=false loop=0/> 328 <Model position="4800,5785,-10725" scale=3 mesh=" Rocket.mesh" visible=true active=true name=base />328 <Model position="4800,5785,-10725" scale=3 mesh="rocket.mesh" visible=true active=true name=base /> 329 329 <EventDispatcher> 330 330 <targets> -
code/branches/presentation3/data/levels/includes/CuboidSpaceStation.lua
r5781 r7103 329 329 -- Insert the SatelliteDish. 330 330 topPartsIndex[2]=8 331 bodyParts[topPartsIndex[2]][0][0][0][4]=" SatelliteDish.mesh"331 bodyParts[topPartsIndex[2]][0][0][0][4]="satellitedish.mesh" 332 332 bodyParts[topPartsIndex[2]][0][0][0][5]="pitch=-90" 333 333 bodyParts[topPartsIndex[2]][0][0][0][8]="rotationaxis=\"0,1,0\" rotationrate=5"
Note: See TracChangeset
for help on using the changeset viewer.