42 lines
1.2 KiB
Plaintext
Raw Permalink Normal View History

2024-02-23 21:29:20 +00:00
[gd_scene load_steps=3 format=3 uid="uid://ds5dynfon316"]
2024-02-14 10:38:32 +00:00
[ext_resource type="Script" path="res://Start.gd" id="1_8y1vx"]
2024-02-23 21:29:20 +00:00
[ext_resource type="PackedScene" uid="uid://dvharlvkq4m0f" path="res://ui/blur/BlurRect.tscn" id="2_xfrfu"]
2024-02-14 10:38:32 +00:00
[node name="Start" type="CanvasLayer" node_paths=PackedStringArray("progress_bar", "modulate")]
2024-02-17 18:43:47 +00:00
layer = 128
2024-02-14 10:38:32 +00:00
script = ExtResource("1_8y1vx")
scene_path = "Main.tscn"
progress_bar = NodePath("MarginContainer/Progress")
modulate = NodePath("CanvasModulate")
2024-02-23 21:29:20 +00:00
fade_duration = 2.0
2024-02-14 10:38:32 +00:00
[node name="CanvasModulate" type="CanvasModulate" parent="."]
2024-02-23 21:29:20 +00:00
[node name="BlurRect" parent="." instance=ExtResource("2_xfrfu")]
color = Color(0.12549, 0.12549, 0.12549, 1)
[node name="ColorRect" type="ColorRect" parent="."]
2024-02-14 10:38:32 +00:00
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
mouse_filter = 1
color = Color(0.12549, 0.12549, 0.12549, 1)
[node name="MarginContainer" type="MarginContainer" parent="."]
anchors_preset = 12
anchor_top = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
offset_top = -52.0
offset_right = 28.0
grow_horizontal = 2
grow_vertical = 0
[node name="Progress" type="ProgressBar" parent="MarginContainer"]
unique_name_in_owner = true
layout_mode = 2
mouse_filter = 1