From 582b86f0509c303e99bc42a09bc96e84792c5ea2 Mon Sep 17 00:00:00 2001 From: tchncs Date: Tue, 15 Dec 2015 12:47:27 +0100 Subject: [PATCH] change anvil progressbar colors --- nodes_anvil.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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},