change anvil progressbar colors

master
tchncs 2015-12-15 12:47:27 +01:00
parent 93fdfdd0bb
commit 582b86f050
1 changed files with 2 additions and 2 deletions

View File

@ -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},