Fix alignment of formspec page slots

This commit is contained in:
stujones11 2017-03-15 19:31:48 +00:00
parent d43d96bb28
commit e69b59e2af

@ -82,13 +82,13 @@ local armor_formpage = "image[2.5,0;2,4;armor_preview]"..
default.gui_bg.. default.gui_bg..
default.gui_bg_img.. default.gui_bg_img..
default.gui_slots.. default.gui_slots..
default.get_hotbar_bg(0,4.25).. default.get_hotbar_bg(0, 4.7)..
"label[5,1;Level: armor_level]".. "label[5,1;Level: armor_level]"..
"label[5,1.5;Heal: armor_heal]".. "label[5,1.5;Heal: armor_heal]"..
"label[5,2;Fire: armor_fire]".. "label[5,2;Fire: armor_fire]"..
"label[5,2.5;Radiation: armor_radiation]".. "label[5,2.5;Radiation: armor_radiation]"..
"list[current_player;main;0,4.25;8,1;]".. "list[current_player;main;0,4.7;8,1;]"..
"list[current_player;main;0,5.5;8,3;8]" "list[current_player;main;0,5.85;8,3;8]"
if minetest.get_modpath("inventory_plus") then if minetest.get_modpath("inventory_plus") then
inv_mod = "inventory_plus" inv_mod = "inventory_plus"
armor.formspec = "size[8,8.5]button[6,0;2,0.5;main;Back]"..armor_formpage armor.formspec = "size[8,8.5]button[6,0;2,0.5;main;Back]"..armor_formpage