diff --git a/nodes_anvil.lua b/nodes_anvil.lua index 4a6f060..e1042c8 100644 --- a/nodes_anvil.lua +++ b/nodes_anvil.lua @@ -208,7 +208,7 @@ minetest.register_node("cottages:anvil", { if( input:get_wear()>0 ) then hud2 = puncher:hud_add({ hud_elem_type = "statbar", - text = "default_cloud.png^[colorize:#ff0000:256", + text = "default_cloud.png^[colorize:#4A4A4A:256", number = 40, direction = 0, -- left to right position = {x=0.5, y=0.65}, @@ -218,7 +218,7 @@ minetest.register_node("cottages:anvil", { }) hud3 = puncher:hud_add({ hud_elem_type = "statbar", - text = "default_cloud.png^[colorize:#00ff00:256", + text = "default_cloud.png^[colorize:#6499FF:256", number = damage_state, direction = 0, -- left to right position = {x=0.5, y=0.65},