diff options
author | metamuffin <metamuffin@disroot.org> | 2024-07-12 01:30:53 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-07-12 01:30:53 +0200 |
commit | 55d3fd0c7ead5c47a3fbf63463b70af328e7dcc9 (patch) | |
tree | 994c689c3aa3e6ab62ec4bfac1ddf5aabb5f9d7d /client/menu/server_message.tscn | |
parent | 177056420c5f31a0fb41e9ce0a67fc90cad4312e (diff) | |
parent | 0f0c7713218dc9fc8beafdbe14785c11a0f61ea8 (diff) | |
download | hurrycurry-55d3fd0c7ead5c47a3fbf63463b70af328e7dcc9.tar hurrycurry-55d3fd0c7ead5c47a3fbf63463b70af328e7dcc9.tar.bz2 hurrycurry-55d3fd0c7ead5c47a3fbf63463b70af328e7dcc9.tar.zst |
Merge branch 'master' of https://codeberg.org/hurrycurry/hurrycurry
Diffstat (limited to 'client/menu/server_message.tscn')
-rw-r--r-- | client/menu/server_message.tscn | 68 |
1 files changed, 0 insertions, 68 deletions
diff --git a/client/menu/server_message.tscn b/client/menu/server_message.tscn deleted file mode 100644 index 23eba490..00000000 --- a/client/menu/server_message.tscn +++ /dev/null @@ -1,68 +0,0 @@ -[gd_scene load_steps=9 format=3 uid="uid://b21nrnkygiyjt"] - -[ext_resource type="Theme" uid="uid://b0qmvo504e457" path="res://menu/theme/theme.tres" id="1_p0jm7"] -[ext_resource type="Shader" path="res://menu/blur_mix.gdshader" id="2_e1f4e"] -[ext_resource type="Script" path="res://menu/server_message.gd" id="2_j4xya"] -[ext_resource type="FontFile" uid="uid://bk704sc5gkrb3" path="res://menu/theme/font-azaret-mono.woff2" id="4_71im4"] - -[sub_resource type="ShaderMaterial" id="ShaderMaterial_k0m35"] -shader = ExtResource("2_e1f4e") -shader_parameter/blur_amount = 3.5 -shader_parameter/mix_amount = 0.85 -shader_parameter/color_over = Color(1, 1, 1, 1) - -[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_vq4dg"] -bg_color = Color(1, 1, 1, 0.878431) -corner_radius_top_left = 16 -corner_radius_top_right = 16 -corner_radius_bottom_right = 16 -corner_radius_bottom_left = 16 - -[sub_resource type="FontVariation" id="FontVariation_qfltj"] -base_font = ExtResource("4_71im4") -variation_embolden = 0.75 - -[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_3rgop"] -content_margin_left = 32.0 -content_margin_top = 8.0 -content_margin_right = 32.0 -content_margin_bottom = 8.0 - -[node name="ServerMessage" type="MarginContainer"] -visible = false -anchors_preset = 15 -anchor_right = 1.0 -anchor_bottom = 1.0 -grow_horizontal = 2 -grow_vertical = 2 -mouse_filter = 2 -theme = ExtResource("1_p0jm7") -script = ExtResource("2_j4xya") - -[node name="VBoxContainer" type="VBoxContainer" parent="."] -layout_mode = 2 -mouse_filter = 2 - -[node name="ServerMessage" type="PanelContainer" parent="VBoxContainer"] -material = SubResource("ShaderMaterial_k0m35") -layout_mode = 2 -size_flags_horizontal = 4 -size_flags_vertical = 0 -mouse_filter = 2 -theme_override_styles/panel = SubResource("StyleBoxFlat_vq4dg") - -[node name="CenterContainer" type="CenterContainer" parent="VBoxContainer/ServerMessage"] -layout_mode = 2 - -[node name="Label" type="Label" parent="VBoxContainer/ServerMessage/CenterContainer"] -layout_mode = 2 -theme_override_colors/font_color = Color(0, 0, 0, 1) -theme_override_fonts/font = SubResource("FontVariation_qfltj") -theme_override_styles/normal = SubResource("StyleBoxEmpty_3rgop") -text = "Server message" - -[node name="PopupTimer" type="Timer" parent="."] -wait_time = 3.0 -one_shot = true - -[connection signal="timeout" from="PopupTimer" to="." method="_on_popup_timer_timeout"] |