summaryrefslogtreecommitdiff
path: root/client/menu/popup.tscn
diff options
context:
space:
mode:
authortpart <tpart120@proton.me>2024-10-01 17:31:02 +0200
committertpart <tpart120@proton.me>2024-10-01 17:31:02 +0200
commit99857c6f73c2dfcbc8f84ccfafa2481d2f006d3e (patch)
tree6d3ba51fe5768b9f59888495ac264dce7b991024 /client/menu/popup.tscn
parent8e5a1eeca155d22abc72455932240f36db489e94 (diff)
downloadhurrycurry-99857c6f73c2dfcbc8f84ccfafa2481d2f006d3e.tar
hurrycurry-99857c6f73c2dfcbc8f84ccfafa2481d2f006d3e.tar.bz2
hurrycurry-99857c6f73c2dfcbc8f84ccfafa2481d2f006d3e.tar.zst
Fix missing background blur in popup message
Diffstat (limited to 'client/menu/popup.tscn')
-rw-r--r--client/menu/popup.tscn4
1 files changed, 3 insertions, 1 deletions
diff --git a/client/menu/popup.tscn b/client/menu/popup.tscn
index 57b1f619..d407f2bf 100644
--- a/client/menu/popup.tscn
+++ b/client/menu/popup.tscn
@@ -1,8 +1,9 @@
-[gd_scene load_steps=4 format=3 uid="uid://lwtym0pbc17g"]
+[gd_scene load_steps=5 format=3 uid="uid://lwtym0pbc17g"]
[ext_resource type="Theme" uid="uid://b0qmvo504e457" path="res://menu/theme/theme.tres" id="1_m0d0r"]
[ext_resource type="Script" path="res://menu/popup.gd" id="2_1h10j"]
[ext_resource type="Material" uid="uid://beea1pc5nt67r" path="res://menu/theme/dark_blur_material.tres" id="3_iouvy"]
+[ext_resource type="Script" path="res://menu/blur_setup.gd" id="4_e4iqk"]
[node name="Popup" type="Control"]
layout_mode = 3
@@ -26,6 +27,7 @@ grow_vertical = 2
[node name="Panel" type="PanelContainer" parent="CenterContainer"]
material = ExtResource("3_iouvy")
layout_mode = 2
+script = ExtResource("4_e4iqk")
[node name="MarginContainer" type="MarginContainer" parent="CenterContainer/Panel"]
layout_mode = 2