Changeset 4066 for data/branches/single_player_map/scripts/falldown.lua
- Timestamp:
- Jul 3, 2006, 5:30:14 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
data/branches/single_player_map/scripts/falldown.lua
r4057 r4066 19 19 20 20 function fallDown(timestep) 21 dy = dy + timestep *0.121 dy = dy + timestep 22 22 thisX = fallingguy:getAbsCoorX() 23 23 thisY = fallingguy:getAbsCoorY()
Note: See TracChangeset
for help on using the changeset viewer.