Uniform spacing in drawer formspec (#83)

This commit is contained in:
Niklp 2023-07-16 09:50:46 +02:00 committed by GitHub
parent c46e246b04
commit 4fdba85eb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 ..