Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4901 for data/trunk/scripts


Ignore:
Timestamp:
Jun 19, 2007, 5:18:10 PM (17 years ago)
Author:
vkaenemi
Message:

moonstation intro

File:
1 edited

Legend:

Unmodified
Added
Removed
  • data/trunk/scripts/moonstation/intro.lua

    r4894 r4901  
    6363-- globals
    6464introRunning = false
    65 spaceshipCrashDelay = 2
     65spaceshipCrashDelay = 3
    6666boomSize = 100
    6767pauseBurn = 0
     
    115115        explosion:explode(boomSize,boomSize,boomSize)
    116116        boomSize = boomSize + 10
    117         if boomSize == 600 then
     117        if boomSize == 650 then
    118118                return true
    119119        end
Note: See TracChangeset for help on using the changeset viewer.