diff options
author | Fernando Carmona Varo <ferkiwi@gmail.com> | 2015-10-22 22:48:02 +0200 |
---|---|---|
committer | Fernando Carmona Varo <ferkiwi@gmail.com> | 2015-10-22 22:49:05 +0200 |
commit | e024abd75149050db3c1b2705e900e29d8d07148 (patch) | |
tree | 00cf1ee8bd2587ffab1b70e953d43613d820fe26 /gamestate.lua | |
parent | 6dc6f28c679736d11f81df02370936755e9a0fe8 (diff) |
Update HUD in some other places. Using also the eatghost sound now
Diffstat (limited to 'gamestate.lua')
-rwxr-xr-x | gamestate.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gamestate.lua b/gamestate.lua index 5af47b8..0cfd2e2 100755 --- a/gamestate.lua +++ b/gamestate.lua @@ -44,6 +44,7 @@ function mypacman.game_start(pos, player) -- Set start positions mypacman.game_reset(id, player) + mypacman.update_hud(id, player) minetest.sound_play("mypacman_beginning", {pos = pos,max_hear_distance = 40,gain = 10.0,}) end |