15 lines
382 B
Plaintext
15 lines
382 B
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://bkk87o2ooo6at"]
|
|
|
|
[ext_resource type="Script" path="res://ui/overlays/fade_overlay.gd" id="1_0elae"]
|
|
|
|
[node name="FadeOverlay" type="ColorRect"]
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
mouse_filter = 2
|
|
color = Color(0, 0, 0, 1)
|
|
script = ExtResource("1_0elae")
|
|
fade_in_duration = 1.0
|