mirror of
https://github.com/mt-mods/unifieddyes.git
synced 2024-11-22 23:43:45 +01:00
show the "your selection" legend in creative mode
(since it now shows the selected color instead of an empty box)
This commit is contained in:
parent
62806f795e
commit
5b1051f8ae
6
init.lua
6
init.lua
@ -984,11 +984,12 @@ function unifieddyes.show_airbrush_form(player)
|
|||||||
base_form = base_form..
|
base_form = base_form..
|
||||||
"image[10.3,"..(vps*5+vs)..";"..size..
|
"image[10.3,"..(vps*5+vs)..";"..size..
|
||||||
"unifieddyes_available_overlay.png]"..
|
"unifieddyes_available_overlay.png]"..
|
||||||
"label[11.0,"..(vps*5.1+vs)..";Dyes on hand]"..
|
"label[11.0,"..(vps*5.1+vs)..";Dyes on hand]"
|
||||||
|
end
|
||||||
|
base_form = base_form..
|
||||||
"image[12.5,"..(vps*5+vs)..";"..size..
|
"image[12.5,"..(vps*5+vs)..";"..size..
|
||||||
selindic..
|
selindic..
|
||||||
"label[13.2,"..(vps*5.1+vs)..";Your selection]"
|
"label[13.2,"..(vps*5.1+vs)..";Your selection]"
|
||||||
end
|
|
||||||
|
|
||||||
base_form = base_form..
|
base_form = base_form..
|
||||||
"button_exit[11,8;2,1;cancel;Cancel]"..
|
"button_exit[11,8;2,1;cancel;Cancel]"..
|
||||||
@ -1045,7 +1046,6 @@ minetest.register_craft( {
|
|||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_on_player_receive_fields(function(player, formname, fields)
|
minetest.register_on_player_receive_fields(function(player, formname, fields)
|
||||||
print(dump(fields))
|
|
||||||
if formname == "unifieddyes:dye_select_form" then
|
if formname == "unifieddyes:dye_select_form" then
|
||||||
local player_name = player:get_player_name()
|
local player_name = player:get_player_name()
|
||||||
if fields.quit then
|
if fields.quit then
|
||||||
|
Loading…
Reference in New Issue
Block a user