Changeset 4904 for data/trunk/scripts/moonstation/intro.lua
- Timestamp:
- Jun 19, 2007, 9:59:00 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
data/trunk/scripts/moonstation/intro.lua
r4901 r4904 7 7 thisscript:registerClass("Explosion") 8 8 explosion = Explosion() 9 explosion:setExplosionSound("sounds/explosions/explosion_6_BIG.wav") 9 10 10 11 -- Initialisation … … 115 116 explosion:explode(boomSize,boomSize,boomSize) 116 117 boomSize = boomSize + 10 117 if boomSize == 650 then 118 if boomSize > 650 then 119 --explosion:playSound() 118 120 return true 119 121 end
Note: See TracChangeset
for help on using the changeset viewer.