diff options
author | DonBatman <serfdon@gmail.com> | 2015-10-22 13:40:42 -0700 |
---|---|---|
committer | DonBatman <serfdon@gmail.com> | 2015-10-22 13:40:42 -0700 |
commit | 6dc6f28c679736d11f81df02370936755e9a0fe8 (patch) | |
tree | 6faf645d123935fc691da169d494c90466e030a5 /init.lua | |
parent | 80076022fdd3f01821d7a6c37658c771e82765ca (diff) | |
parent | 2707c8a21c89955ae1aa3012eb9b2ed97c74226b (diff) |
Merge branch 'master' of https://github.com/DonBatman/mypacman
textures
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ dofile(minetest.get_modpath("mypacman").."/ghost.lua") dofile(minetest.get_modpath("mypacman").."/blocks.lua") dofile(minetest.get_modpath("mypacman").."/portals.lua") dofile(minetest.get_modpath("mypacman").."/gamestate.lua") +dofile(minetest.get_modpath("mypacman").."/scorehud.lua") --Yellow Pellets |