Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8009


Ignore:
Timestamp:
Mar 3, 2011, 2:44:37 PM (13 years ago)
Author:
jo
Message:

Fixed timers in asteroids level. The goal can be reached with 4s remaining which should be enough to make the level challenging. If you use advanced steering (you have to press 3 buttons at once during the whole race), you can be a little bit faster of course.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/data/levels/asteroids.oxw

    r7679 r8009  
    143143
    144144
    145     <CheckPoint name=trigger1 position="-300,300,0" scale=1 isdestination=false isfirst=true stayactive=true distance=10 addtime=14 />
    146 
    147 
    148     <CheckPoint name=trigger2 position="2200,600,0" scale=3 isdestination=false stayactive=true distance=100 addtime=11>
     145    <CheckPoint name=trigger1 position="-300,300,0" scale=1 isdestination=false isfirst=true stayactive=true distance=10 addtime=30 />
     146
     147
     148    <CheckPoint name=trigger2 position="2200,600,0" scale=3 isdestination=false stayactive=true distance=100 addtime=17>
    149149      <events>
    150150        <activity>
     
    197197
    198198
    199     <CheckPoint name=trigger3 position="4100,0,400" scale=3 isdestination=false stayactive=true distance=100 addtime=9>
     199    <CheckPoint name=trigger3 position="4100,0,400" scale=3 isdestination=false stayactive=true distance=100 addtime=16>
    200200      <events>
    201201        <activity>
     
    248248
    249249
    250     <CheckPoint name=trigger4 position="5600,400,0" scale=3 isdestination=false stayactive=true distance=100 addtime=9>
     250    <CheckPoint name=trigger4 position="5600,400,0" scale=3 isdestination=false stayactive=true distance=100 addtime=17>
    251251      <events>
    252252        <activity>
     
    299299
    300300
    301     <CheckPoint name=trigger5 position="7200,600,-200" scale=3 isdestination=false stayactive=true distance=100 addtime=8>
     301    <CheckPoint name=trigger5 position="7200,600,-200" scale=3 isdestination=false stayactive=true distance=100 addtime=16>
    302302      <events>
    303303        <activity>
     
    350350
    351351
    352     <CheckPoint name=trigger6 position="9200, 800,-800" scale=3 isdestination=false stayactive=true distance=100 addtime=10>
     352    <CheckPoint name=trigger6 position="9200, 800,-800" scale=3 isdestination=false stayactive=true distance=100 addtime=22>
    353353      <events>
    354354        <activity>
Note: See TracChangeset for help on using the changeset viewer.