Changeset 4901 for data/trunk/scripts/moonstation/intro.lua
- Timestamp:
- Jun 19, 2007, 5:18:10 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
data/trunk/scripts/moonstation/intro.lua
r4894 r4901 63 63 -- globals 64 64 introRunning = false 65 spaceshipCrashDelay = 265 spaceshipCrashDelay = 3 66 66 boomSize = 100 67 67 pauseBurn = 0 … … 115 115 explosion:explode(boomSize,boomSize,boomSize) 116 116 boomSize = boomSize + 10 117 if boomSize == 6 00 then117 if boomSize == 650 then 118 118 return true 119 119 end
Note: See TracChangeset
for help on using the changeset viewer.