Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6359


Ignore:
Timestamp:
Dec 16, 2009, 12:23:37 AM (14 years ago)
Author:
decapitb
Message:

some minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation2/data/levels/presentationHS09b.oxw

    r6358 r6359  
    7373        ?>
    7474<?lua
    75 for i = 1,25, 1
     75for i = 1,12, 1
    7676do
    7777?>
    78     <SpaceShip position="5000,0,<?lua print(i*50 - 150) ?>" >
     78    <SpaceShip position="<?lua print(math.random()*500 + 4500) ?>,<?lua print(-(math.random()*500 -250)) ?>,<?lua print(i*50 - 150) ?>" >
    7979      <templates>
    8080        <Template link=spaceshipHXYSL />
    8181      </templates>
    8282      <controller>
    83         <WaypointPatrolController alertnessradius=1000 team=0 active=true>
     83        <WaypointPatrolController alertnessradius=4000 team=0 active=true>
    8484          <waypoints>
    8585            <StaticEntity position="5000,<?lua print(math.random()*50)?> ,<?lua print(i*50 -150) ?>" />
     
    266266    </AmbientSound>
    267267
    268     <SpawnPoint position="0,0,5000" spawnclass=SpaceShip pawndesign=spaceshipassff  team=0/>
     268    <SpawnPoint position="5000,0,2000" spawnclass=SpaceShip pawndesign=spaceshipassff  team=0/>
    269269  </Scene>
    270270</Level>
Note: See TracChangeset for help on using the changeset viewer.