From 43ecc6938e10581968ad1cf688975553ea70a4ef Mon Sep 17 00:00:00 2001 From: Alexander Weber Date: Wed, 13 Dec 2017 12:32:00 +0100 Subject: [PATCH] color adjustment: colorize 1 texture only --- nodes.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nodes.lua b/nodes.lua index 223ed6b..2bbafe0 100644 --- a/nodes.lua +++ b/nodes.lua @@ -376,8 +376,9 @@ laptop.register_hardware("laptop:laptop", { { name = "laptop_lap_base_open_right.png", color = 0xffffffff }, { name = "laptop_lap_base_open_left.png", color = 0xffffffff }, { name = "laptop_lap_base_open_back.png^laptop_lap_sc_open_back.png", color = 0xffffffff }, - { name = "laptop_lap_base_open_front.png^laptop_lap_sc_open_on_front.png"}, + { name = "laptop_lap_base_open_front.png", color = 0xffffffff }, }, + overlay_tiles = {"", "", "", "", "", "laptop_lap_sc_open_on_front.png"}, drawtype = "nodebox", paramtype = "light", paramtype2 = "colorfacedir",