From 8bcba716764ba2ebee433fad816f922e44f892bd Mon Sep 17 00:00:00 2001 From: dam Date: Mon, 14 Feb 2022 00:46:40 +0000 Subject: Improve popup appearance. --- main.tscn | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'main.tscn') diff --git a/main.tscn b/main.tscn index 1169994..a378319 100644 --- a/main.tscn +++ b/main.tscn @@ -317,6 +317,12 @@ anchor_bottom = 1.0 popup_exclusive = true script = ExtResource( 10 ) +[node name="blur" type="ColorRect" parent="popup_list"] +show_behind_parent = true +anchor_right = 1.0 +anchor_bottom = 1.0 +color = Color( 0, 0, 0, 0.75 ) + [node name="list" parent="popup_list" instance=ExtResource( 11 )] margin_top = 0.0 -- cgit v1.2.3