diff options
author | tpart <tpart120@proton.me> | 2024-10-10 12:12:10 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-10-10 12:12:15 +0200 |
commit | 64e270447e4eec834e1970ac76a573afd7e9e2cc (patch) | |
tree | a8041d8ac2c191f61969f153c3a487d212db1b00 /client/menu/play.tscn | |
parent | 24281e14ee2a770d517ffa800cdc4e1b8539a288 (diff) | |
download | hurrycurry-64e270447e4eec834e1970ac76a573afd7e9e2cc.tar hurrycurry-64e270447e4eec834e1970ac76a573afd7e9e2cc.tar.bz2 hurrycurry-64e270447e4eec834e1970ac76a573afd7e9e2cc.tar.zst |
Show message if no servers are available
Diffstat (limited to 'client/menu/play.tscn')
-rw-r--r-- | client/menu/play.tscn | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/client/menu/play.tscn b/client/menu/play.tscn index 94801dfb..43a3414f 100644 --- a/client/menu/play.tscn +++ b/client/menu/play.tscn @@ -66,6 +66,13 @@ size_flags_horizontal = 3 text = "c.menu.play.fetching_list" horizontal_alignment = 1 +[node name="NoServers" type="Label" parent="side/margin/options/second"] +visible = false +layout_mode = 2 +size_flags_horizontal = 3 +text = "c.menu.play.no_servers" +horizontal_alignment = 1 + [node name="ScrollContainerCustom" type="ScrollContainer" parent="side/margin/options/second"] layout_mode = 2 size_flags_vertical = 3 |