summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVanessa Dannenberg <vanessa.e.dannenberg@gmail.com>2018-09-08 10:15:51 -0400
committerVanessa Dannenberg <vanessa.e.dannenberg@gmail.com>2018-09-08 10:15:51 -0400
commitfb2c14b4a8495deda1482a723fac73fa1ffc01da (patch)
tree08b5f0552ba0a9382234de625dfd22a71f1fe86b
parent42093582dffee2df4aa9a731b022feb7941c5f52 (diff)
downloadunifieddyes-fb2c14b4a8495deda1482a723fac73fa1ffc01da.tar
unifieddyes-fb2c14b4a8495deda1482a723fac73fa1ffc01da.tar.gz
unifieddyes-fb2c14b4a8495deda1482a723fac73fa1ffc01da.tar.bz2
unifieddyes-fb2c14b4a8495deda1482a723fac73fa1ffc01da.tar.xz
unifieddyes-fb2c14b4a8495deda1482a723fac73fa1ffc01da.zip
rename "available" overlay to "onhand"
-rw-r--r--init.lua4
-rw-r--r--textures/unifieddyes_onhand_overlay.png (renamed from textures/unifieddyes_available_overlay.png)bin140 -> 140 bytes
2 files changed, 2 insertions, 2 deletions
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
index 02c8cbd..02c8cbd 100644
--- a/textures/unifieddyes_available_overlay.png
+++ b/textures/unifieddyes_onhand_overlay.png
Binary files differ