Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 28, 2007, 11:46:08 PM (17 years ago)
Author:
patrick
Message:

scripts and txt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • data/trunk/scripts/cutscene/cutscene.lua

    r4605 r4606  
    103103end
    104104
    105 if time > 2.5 then
    106    scrollingScreen:start()
    107 end
     105
    108106
    109107if time > 3 and time < 4 then
     
    124122end
    125123
     124if time > 10 then
     125   scrollingScreen:start()
     126end
     127
     128
    126129if time > 6 and stationReached then
    127130gameWorld:setNextStoryName( "Space Station 1" )
Note: See TracChangeset for help on using the changeset viewer.