From fb2c14b4a8495deda1482a723fac73fa1ffc01da Mon Sep 17 00:00:00 2001 From: Vanessa Dannenberg Date: Sat, 8 Sep 2018 10:15:51 -0400 Subject: [PATCH] rename "available" overlay to "onhand" --- init.lua | 4 ++-- ...e_overlay.png => unifieddyes_onhand_overlay.png} | Bin 2 files changed, 2 insertions(+), 2 deletions(-) rename textures/{unifieddyes_available_overlay.png => unifieddyes_onhand_overlay.png} (100%) diff --git a/init.lua b/init.lua index f9868b3..9fa294a 100644 --- a/init.lua +++ b/init.lua @@ -857,7 +857,7 @@ function unifieddyes.make_colored_square(hexcolor, colorname, showall, creative, local colorize = minetest.formspec_escape("^[colorize:#"..hexcolor..":255") if not creative and inv:contains_item("main", dye) then - overlay = "^unifieddyes_available_overlay.png" + overlay = "^unifieddyes_onhand_overlay.png" end local unavail_overlay = "" @@ -1000,7 +1000,7 @@ function unifieddyes.show_airbrush_form(player) if not creative then base_form = base_form.. "image[10.3,"..(vps*5+vs)..color_button_size.. - "unifieddyes_available_overlay.png]".. + "unifieddyes_onhand_overlay.png]".. "label[11.0,"..(vps*5.1+vs)..";Dyes on hand]" end diff --git a/textures/unifieddyes_available_overlay.png b/textures/unifieddyes_onhand_overlay.png similarity index 100% rename from textures/unifieddyes_available_overlay.png rename to textures/unifieddyes_onhand_overlay.png