mirror of
https://github.com/minetest-mods/drawers.git
synced 2024-11-09 16:33:44 +01:00
Uniform spacing in drawer formspec (#83)
This commit is contained in:
parent
c46e246b04
commit
4fdba85eb1
@ -35,9 +35,9 @@ drawers.node_box_simple = {
|
||||
{-0.4375, -0.5, -0.5, 0.4375, -0.4375, -0.4375},
|
||||
}
|
||||
|
||||
drawers.drawer_formspec = "size[9,7]" ..
|
||||
drawers.drawer_formspec = "size[9,6.7]" ..
|
||||
"list[context;upgrades;2,0.5;5,1;]" ..
|
||||
"list[current_player;main;0,3;9,4;]" ..
|
||||
"list[current_player;main;0.5,2.5;8,4;]" ..
|
||||
"listring[context;upgrades]" ..
|
||||
"listring[current_player;main]" ..
|
||||
drawers.gui_bg ..
|
||||
|
Loading…
Reference in New Issue
Block a user