epic_score/init.lua

11 lines
213 B
Lua
Raw Normal View History

2020-03-05 07:48:11 +01:00
epic_score = {}
local MP = minetest.get_modpath("epic_score")
2020-03-05 08:18:05 +01:00
dofile(MP.."/add_score.lua")
dofile(MP.."/set_score.lua")
2020-03-05 07:48:11 +01:00
dofile(MP.."/highscore.lua")
2020-03-05 08:18:05 +01:00
dofile(MP.."/highscore_commit.lua")
2020-03-05 07:48:11 +01:00
dofile(MP.."/items.lua")