Added UI blur
This commit is contained in:
12
client/ui/blur/BlurRect.tscn
Normal file
12
client/ui/blur/BlurRect.tscn
Normal file
@ -0,0 +1,12 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://dvharlvkq4m0f"]
|
||||
|
||||
[ext_resource type="Material" uid="uid://lc7tfhw1slhf" path="res://ui/blur/BlurMaterial.tres" id="1_4yub6"]
|
||||
|
||||
[node name="BlurRect" type="ColorRect"]
|
||||
material = ExtResource("1_4yub6")
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
mouse_filter = 2
|
Reference in New Issue
Block a user