mirror of
https://gitlab.com/echoes91/spears.git
synced 2025-02-02 02:20:17 +01:00
8 lines
356 B
Lua
8 lines
356 B
Lua
-- Welcome to spears mod
|
|
|
|
dofile(core.get_modpath("spears").."/defaults.lua")
|
|
dofile(core.get_modpath("spears").."/functions.lua")
|
|
dofile(core.get_modpath("spears").."/tools.lua")
|
|
|
|
core.log("action", "[MOD] Spears loaded with throwing speed " .. (core.settings:get("spears_throw_speed")) .. " and drag coeff. " .. (core.settings:get("spears_drag_coeff")))
|