Shift-click support.

This commit is contained in:
Juraj Vajda
2016-04-01 21:21:12 -07:00
committed by Auke Kok
parent a8183cfbd3
commit 2faa757730
5 changed files with 14 additions and 4 deletions

View File

@ -8,6 +8,8 @@ end
local open = "size[8,10]"..
"list[current_name;main;0,0;8,4;]"..
"list[current_player;main;0,5;8,4;]"..
"listring[current_name;main]" ..
"listring[current_player;main]" ..
"button[3,9;2,1;open;close]"
local closed = "size[2,1]"..
"button[0,0;2,1;open;open]"