mirror of
https://github.com/minetest-mods/drawers.git
synced 2024-11-22 14:43:45 +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},
|
{-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[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[context;upgrades]" ..
|
||||||
"listring[current_player;main]" ..
|
"listring[current_player;main]" ..
|
||||||
drawers.gui_bg ..
|
drawers.gui_bg ..
|
||||||
|
Loading…
Reference in New Issue
Block a user