diff options
author | Fernando Carmona Varo <ferkiwi@gmail.com> | 2015-10-22 22:21:35 +0200 |
---|---|---|
committer | Fernando Carmona Varo <ferkiwi@gmail.com> | 2015-10-22 22:21:35 +0200 |
commit | 2707c8a21c89955ae1aa3012eb9b2ed97c74226b (patch) | |
tree | 085e10f388236ca0f07a165de963e4ced8af7d1d /init.lua | |
parent | 9fc6dc36feac4888ee10a8ee9aeb4fffc2f6e80a (diff) |
Added score HUD
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 |