[gd_scene load_steps=8 format=3 uid="uid://dq61p3a8og2b6"] [ext_resource type="Shader" uid="uid://cwldxegcj55if" path="res://gui/resources/shaders/blur_mix.gdshader" id="1_qv8ew"] [ext_resource type="Script" uid="uid://dfgwh7x7sqc21" path="res://gui/overlays/popup_message/server_message.gd" id="2_csqo8"] [ext_resource type="FontFile" uid="uid://bk704sc5gkrb3" path="res://gui/resources/fonts/font-azaret-mono.woff2" id="3_dw20j"] [sub_resource type="ShaderMaterial" id="ShaderMaterial_q3bbd"] shader = ExtResource("1_qv8ew") shader_parameter/blur_amount = 3.5 shader_parameter/mix_amount = 0.85 shader_parameter/mix_amount_no_blur = 0.85 shader_parameter/color_over = Color(1, 1, 1, 1) shader_parameter/enable_blur = true [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"] resource_local_to_scene = true base_font = ExtResource("3_dw20j") variation_opentype = { 2003265652: 400 } [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="PanelContainer"] material = SubResource("ShaderMaterial_q3bbd") size_flags_horizontal = 4 size_flags_vertical = 0 mouse_filter = 2 theme_override_styles/panel = SubResource("StyleBoxFlat_vq4dg") script = ExtResource("2_csqo8") [node name="CenterContainer" type="CenterContainer" parent="."] layout_mode = 2 mouse_filter = 2 [node name="Label" type="Label" parent="CenterContainer"] layout_mode = 2 theme_override_colors/font_color = Color(0, 0, 0, 1) theme_override_fonts/font = SubResource("FontVariation_qfltj") theme_override_font_sizes/font_size = 16 theme_override_styles/normal = SubResource("StyleBoxEmpty_3rgop") text = "Server message"