minetest-guns/init.lua
Jouni 6e3c930fb7 Changes
- allow setting all bullet properties
- change back to bullets not colliding first
- add sounds
- add magazine cooldown
2023-04-26 17:21:20 +03:00

10 lines
254 B
Lua

local modname = minetest.get_current_modname()
local modpath = minetest.get_modpath(modname)
dofile(modpath.."/bullet.lua")
dofile(modpath.."/api.lua")
if minetest.get_modpath("tt") and minetest.global_exists("tt") then
dofile(modpath.."/tt.lua")
end