summaryrefslogtreecommitdiff
path: root/mario/hud.lua
diff options
context:
space:
mode:
Diffstat (limited to 'mario/hud.lua')
-rwxr-xr-xmario/hud.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/mario/hud.lua b/mario/hud.lua
index 8da1d4d..d9bf346 100755
--- a/mario/hud.lua
+++ b/mario/hud.lua
@@ -15,7 +15,7 @@ function mario.update_hud(id, player)
local hudtext = "Score " .. game.score
.. "\nLevel " .. game.level
.. "\nLives " .. game.lives
- .. "\ncoins " .. coins_left
+ .. "\nCoins " .. coins_left
local hud = hud_table[game.player_name]
if not hud then
@@ -24,7 +24,7 @@ function mario.update_hud(id, player)
position = {x = 0, y = 1},
offset = {x=100, y = -100},
scale = {x = 100, y = 100},
- number = 0xfff227, --color
+ number = 0xff2227, --color
text = hudtext
})
hud_table[game.player_name] = hud