diff options
-rw-r--r-- | client/menu/error.tscn | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/client/menu/error.tscn b/client/menu/error.tscn index d1bf034d..1ceda15a 100644 --- a/client/menu/error.tscn +++ b/client/menu/error.tscn @@ -1,9 +1,10 @@ -[gd_scene load_steps=5 format=3 uid="uid://cimgn07lbcs4v"] +[gd_scene load_steps=6 format=3 uid="uid://cimgn07lbcs4v"] [ext_resource type="Theme" uid="uid://b0qmvo504e457" path="res://menu/theme/theme.tres" id="1_cabdu"] [ext_resource type="PackedScene" uid="uid://l4vm07dtda4j" path="res://menu/menu_background.tscn" id="2_5fxol"] [ext_resource type="Script" path="res://menu/error.gd" id="2_dbe41"] [ext_resource type="PackedScene" uid="uid://bg2d78ycorcqk" path="res://menu/scene_transition.tscn" id="4_1nbt3"] +[ext_resource type="Material" uid="uid://beea1pc5nt67r" path="res://menu/theme/dark_blur_material.tres" id="4_hxkkd"] [node name="ErrorMenu" type="Control"] layout_mode = 3 @@ -18,6 +19,7 @@ script = ExtResource("2_dbe41") [node name="MenuBackground" parent="." instance=ExtResource("2_5fxol")] [node name="Panel" type="Panel" parent="."] +material = ExtResource("4_hxkkd") layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 |