mirror of
https://github.com/minetest-mods/unified_inventory.git
synced 2025-06-29 23:10:45 +02:00
increase size and tweak position of "give/to grid" buttons
and make them vary in pos with lite vs full mode
This commit is contained in:
@ -31,6 +31,7 @@ function unified_inventory.get_per_player_formspec(player_name)
|
||||
ui.craft_x = unified_inventory.craft_x
|
||||
ui.craft_y = unified_inventory.craft_y
|
||||
ui.resultstr_y = unified_inventory.resultstr_y
|
||||
ui.give_btn_x = unified_inventory.give_btn_x
|
||||
ui.main_button_x = unified_inventory.main_button_x
|
||||
ui.main_button_y = unified_inventory.main_button_y
|
||||
ui.page_buttons_x = unified_inventory.page_buttons_x
|
||||
@ -56,6 +57,7 @@ function unified_inventory.get_per_player_formspec(player_name)
|
||||
ui.craft_x = 2.6
|
||||
ui.craft_y = 0.75
|
||||
ui.resultstr_y = 0.35
|
||||
ui.give_btn_x = 0.15
|
||||
ui.main_button_x = ui.page_x
|
||||
ui.main_button_y = 7.8
|
||||
ui.page_buttons_x = ui.page_x
|
||||
|
Reference in New Issue
Block a user