1
0
mirror of https://gitlab.com/echoes91/spears.git synced 2025-02-02 02:20:17 +01:00
spears/init.lua

8 lines
356 B
Lua
Raw Permalink Normal View History

2024-12-27 11:33:07 +01:00
-- Welcome to spears mod
2015-10-03 20:45:32 +02:00
2024-12-27 11:33:07 +01:00
dofile(core.get_modpath("spears").."/defaults.lua")
dofile(core.get_modpath("spears").."/functions.lua")
dofile(core.get_modpath("spears").."/tools.lua")
2015-10-03 20:45:32 +02:00
2024-12-27 11:33:07 +01:00
core.log("action", "[MOD] Spears loaded with throwing speed " .. (core.settings:get("spears_throw_speed")) .. " and drag coeff. " .. (core.settings:get("spears_drag_coeff")))