re-arrange a few elements in the crafting guide to eliminate text overlap

Also make sure to chech if lite mode before assuming 4x2 "tab" button layout.
This commit is contained in:
Vanessa Ezekowitz
2015-06-28 04:47:30 -04:00
parent 0a70d8edef
commit 16e40a2e22
3 changed files with 14 additions and 14 deletions

View File

@ -43,7 +43,7 @@ unified_inventory = {
main_button_x = 0,
main_button_y = 9,
craft_result_x = 0.3,
craft_result_y = 0.6,
craft_result_y = 0.5,
form_header_y = 0
}
@ -54,7 +54,7 @@ if unified_inventory.lite_mode then
unified_inventory.formspec_y = 0.47
unified_inventory.main_button_x = 8.2
unified_inventory.main_button_y = 6.5
unified_inventory.craft_result_x = 2.3
unified_inventory.craft_result_x = 2.8
unified_inventory.craft_result_y = 3.4
unified_inventory.form_header_y = -0.1
end