diff options
author | Fernando Carmona Varo <ferkiwi@gmail.com> | 2015-10-23 19:24:49 +0200 |
---|---|---|
committer | Fernando Carmona Varo <ferkiwi@gmail.com> | 2015-10-23 19:24:49 +0200 |
commit | 611fc24518c435aac82b28b8a1ea0e832930325f (patch) | |
tree | 57ecb4e21027697a82840509fc6b15a198cb29df /init.lua | |
parent | e024abd75149050db3c1b2705e900e29d8d07148 (diff) |
Some improvements to the HUD
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +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") +dofile(minetest.get_modpath("mypacman").."/hud.lua") --Yellow Pellets |