mirror of
https://github.com/a-bad-dev/simple-shooter-game.git
synced 2026-06-08 20:12:11 +00:00
Add the game
This commit is contained in:
parent
25eb4d0283
commit
38caa29558
863 changed files with 36331 additions and 0 deletions
12
mods/ctf_guns/ctf_ranged/init.lua
Normal file
12
mods/ctf_guns/ctf_ranged/init.lua
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
-- ctf_ranged/init.lua
|
||||
|
||||
local modpath = minetest.get_modpath("ctf_ranged")
|
||||
|
||||
ctf_ranged = {}
|
||||
|
||||
dofile(modpath.."/settings.lua")
|
||||
dofile(modpath.."/wep_logic.lua")
|
||||
dofile(modpath.."/wep_defns.lua")
|
||||
dofile(modpath.."/wep_recipes.lua")
|
||||
dofile(modpath.."/custom_controls.lua")
|
||||
dofile(modpath.."/energy_gen.lua")
|
||||
Loading…
Add table
Add a link
Reference in a new issue