1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-12-30 04:45:23 +01:00
This commit is contained in:
2016-06-07 00:29:30 +02:00
parent c0da574545
commit b26a4f7325
6 changed files with 21 additions and 5 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]"