511455fff9
- Thrown objects inherit initial velocity. - Player and objects have matched terminal velocity and can free-fall in tandem. - Thrown objects experience horizontal air friction too.
15 lines
357 B
Lua
15 lines
357 B
Lua
-- LUALOCALS < ---------------------------------------------------------
|
|
local include, nodecore
|
|
= include, nodecore
|
|
-- LUALOCALS > ---------------------------------------------------------
|
|
|
|
nodecore.amcoremod()
|
|
|
|
include('node')
|
|
include('ent_item')
|
|
include('ent_falling')
|
|
include('hooks')
|
|
include('burnup')
|
|
include('pulverize')
|
|
include('throw_inertia')
|