32 lines
812 B
Plaintext
32 lines
812 B
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://57px5totoewp"]
|
|
|
|
[ext_resource type="Script" uid="uid://mgj6wd25jrsn" path="res://Scripts/WelcomeScreen/welcome_screen.gd" id="1_5gy0r"]
|
|
|
|
[node name="WelcomeScreen" type="CanvasLayer"]
|
|
script = ExtResource("1_5gy0r")
|
|
|
|
[node name="ColorRect" type="ColorRect" parent="."]
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
color = Color(0, 0, 0, 1)
|
|
|
|
[node name="ProgressBar" type="ProgressBar" parent="."]
|
|
anchors_preset = 8
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_left = -125.0
|
|
offset_top = -125.0
|
|
offset_right = 125.0
|
|
offset_bottom = 125.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
value = 5.73
|
|
metadata/_edit_use_anchors_ = true
|
|
|
|
[node name="CanvasLayer" type="CanvasLayer" parent="."]
|