Changeset 4057 for data/branches/single_player_map/scripts/falldown.lua
- Timestamp:
- Jul 3, 2006, 2:51:25 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
data/branches/single_player_map/scripts/falldown.lua
r4056 r4057 19 19 20 20 function fallDown(timestep) 21 dy = dy + timestep*0. 0121 dy = dy + timestep*0.1 22 22 thisX = fallingguy:getAbsCoorX() 23 23 thisY = fallingguy:getAbsCoorY()
Note: See TracChangeset
for help on using the changeset viewer.