Add listring to upgrade slots form (#70)

master
mazes-80 2022-09-04 14:11:49 +02:00 committed by GitHub
parent 7ab68688ed
commit 0ea57687b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -40,6 +40,8 @@ drawers.node_box_simple = {
drawers.drawer_formspec = "size[9,7]" ..
"list[context;upgrades;2,0.5;5,1;]" ..
"list[current_player;main;0,3;9,4;]" ..
"listring[context;upgrades]" ..
"listring[current_player;main]" ..
drawers.gui_bg ..
drawers.gui_bg_img ..
drawers.gui_slots ..