diff options
| author | tpart <tpart120@proton.me> | 2026-03-05 19:24:51 +0100 |
|---|---|---|
| committer | tpart <tpart120@proton.me> | 2026-03-05 19:24:51 +0100 |
| commit | e1dc33a6923a840953b8da5fb9f6eac30ff05f28 (patch) | |
| tree | 43e96cf71f982ccf91302340437c485f6c817ced /client/gui | |
| parent | a4d9e467bb629546f7c663f2d6fa3a8f2a753977 (diff) | |
| download | hurrycurry-e1dc33a6923a840953b8da5fb9f6eac30ff05f28.tar hurrycurry-e1dc33a6923a840953b8da5fb9f6eac30ff05f28.tar.bz2 hurrycurry-e1dc33a6923a840953b8da5fb9f6eac30ff05f28.tar.zst | |
Hide server motd on screen if it is null
Diffstat (limited to 'client/gui')
| -rw-r--r-- | client/gui/menus/screen_info.tscn | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/client/gui/menus/screen_info.tscn b/client/gui/menus/screen_info.tscn index 79fac92f..c05598d9 100644 --- a/client/gui/menus/screen_info.tscn +++ b/client/gui/menus/screen_info.tscn @@ -1,6 +1,5 @@ [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"] @@ -26,7 +25,6 @@ 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") |