diff options
author | Aki <please@ignore.pl> | 2024-03-23 17:27:43 +0100 |
---|---|---|
committer | Aki <please@ignore.pl> | 2024-03-23 17:27:43 +0100 |
commit | b46eb9c1843cb4babc550003e243bd07a6a96cdc (patch) | |
tree | 8f9a3c01a594a7c1a389811124258f4beaf89587 /data/shatter/Screens/NetClientDlg.frm | |
parent | a5f3eadd4239bfa5df64badabb2b9897f686aded (diff) | |
download | starshatter-b46eb9c1843cb4babc550003e243bd07a6a96cdc.zip starshatter-b46eb9c1843cb4babc550003e243bd07a6a96cdc.tar.gz starshatter-b46eb9c1843cb4babc550003e243bd07a6a96cdc.tar.bz2 |
You may now edit saved multiplayer servers in-game
Diffstat (limited to 'data/shatter/Screens/NetClientDlg.frm')
-rw-r--r-- | data/shatter/Screens/NetClientDlg.frm | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/data/shatter/Screens/NetClientDlg.frm b/data/shatter/Screens/NetClientDlg.frm index aa0586a..5d31dcd 100644 --- a/data/shatter/Screens/NetClientDlg.frm +++ b/data/shatter/Screens/NetClientDlg.frm @@ -85,16 +85,23 @@ form: { }, ctrl: { - id: 102, - type: button, + id: 102 + type: button cells: (3,5,1,1) + text: "Edit" + }, + + ctrl: { + id: 103, + type: button, + cells: (4,5,1,1) text: "Del", }, ctrl: { id: 210, type: label, - cells: (4,5,3,1) + cells: (5,5,3,1) transparent: true, font: Verdana }, |