diff options
| author | tpart <tpart120@proton.me> | 2026-03-01 22:17:36 +0100 |
|---|---|---|
| committer | tpart <tpart120@proton.me> | 2026-03-01 22:17:41 +0100 |
| commit | a4d9e467bb629546f7c663f2d6fa3a8f2a753977 (patch) | |
| tree | ca667dc9466fa5e152d213319112cb48784f66da /client/gui | |
| parent | 998267627f1b31ca4534eb6b450a1d09379d58ff (diff) | |
| download | hurrycurry-a4d9e467bb629546f7c663f2d6fa3a8f2a753977.tar hurrycurry-a4d9e467bb629546f7c663f2d6fa3a8f2a753977.tar.bz2 hurrycurry-a4d9e467bb629546f7c663f2d6fa3a8f2a753977.tar.zst | |
Implement server name and motd; Update to new data protocol
Diffstat (limited to 'client/gui')
| -rw-r--r-- | client/gui/menus/screen_info.tscn | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/client/gui/menus/screen_info.tscn b/client/gui/menus/screen_info.tscn index 6e6441d0..79fac92f 100644 --- a/client/gui/menus/screen_info.tscn +++ b/client/gui/menus/screen_info.tscn @@ -1,5 +1,6 @@ [gd_scene format=3 uid="uid://dgtdfctc0x78v"] +[ext_resource type="Script" uid="uid://4quq7un7innk" path="res://map/tiles/screen/screen_info.gd" id="1_07dxw"] [ext_resource type="Shader" uid="uid://b7p7umdb51hhn" path="res://gui/resources/shaders/clouds_canvas_item.gdshader" id="1_ogbng"] [sub_resource type="FastNoiseLite" id="FastNoiseLite_ogbng"] @@ -25,6 +26,7 @@ anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 +script = ExtResource("1_07dxw") [node name="ColorRect" type="ColorRect" parent="." unique_id=642803588] material = SubResource("ShaderMaterial_86n4b") @@ -54,7 +56,7 @@ layout_mode = 2 layout_mode = 2 size_flags_vertical = 3 bbcode_enabled = true -text = "[font_size=48][b]Welcome to example.org![/b] +text = "[font_size=48][b]Example server[/b] This is an example motd. Enjoy![/font_size]" fit_content = true |