Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7103


Ignore:
Timestamp:
Jun 3, 2010, 2:20:28 AM (14 years ago)
Author:
scheusso
Message:

fixed case-sensitivity issues

Location:
code/branches/presentation3/data/levels
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation3/data/levels/Quest_PirateAttack.oxw

    r7089 r7103  
    326326   
    327327    <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 />
    329329    <EventDispatcher>
    330330                <targets>
  • code/branches/presentation3/data/levels/includes/CuboidSpaceStation.lua

    r5781 r7103  
    329329-- Insert the SatelliteDish.
    330330topPartsIndex[2]=8
    331 bodyParts[topPartsIndex[2]][0][0][0][4]="SatelliteDish.mesh"
     331bodyParts[topPartsIndex[2]][0][0][0][4]="satellitedish.mesh"
    332332bodyParts[topPartsIndex[2]][0][0][0][5]="pitch=-90"
    333333bodyParts[topPartsIndex[2]][0][0][0][8]="rotationaxis=\"0,1,0\" rotationrate=5"
Note: See TracChangeset for help on using the changeset viewer.