Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 3, 2006, 2:25:13 PM (19 years ago)
Author:
snellen
Message:

spaceship.lua implemented

File:
1 edited

Legend:

Unmodified
Added
Removed
  • data/branches/single_player_map/scripts/falldown.lua

    r4051 r4056  
    1313math.randomseed(os.clock())
    1414randinit = true
    15 randTime = 10 * math.random()
     15randTime = 8 * math.random()
    1616end
    1717end
     
    2626fallingguy:setAbsCoor(thisX, thisY - dy, thisZ)
    2727
    28 if thisY < 0 then
     28if thisY < -100 then
    2929eventFinished = true
    3030end
Note: See TracChangeset for help on using the changeset viewer.