65f3993272
- Players start out at a brisk walk, accelerate to a run if moving continuously forward. - Clean up and consolidate various player movement code, including footsteps, freefall, and zoom focus.
11 lines
277 B
Lua
11 lines
277 B
Lua
-- LUALOCALS < ---------------------------------------------------------
|
|
local include, nodecore
|
|
= include, nodecore
|
|
-- LUALOCALS > ---------------------------------------------------------
|
|
|
|
nodecore.amcoremod()
|
|
|
|
include("setup")
|
|
include("hotpotato")
|
|
include("globalstep")
|