-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmain.tscn
25 lines (20 loc) · 806 Bytes
/
main.tscn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[gd_scene load_steps=4 format=3 uid="uid://ugh2m8t2l7r6"]
[ext_resource type="PackedScene" uid="uid://2ysxp08lphfh" path="res://ui/fade_transition.tscn" id="1"]
[ext_resource type="Script" uid="uid://dbj6j5wal0fpg" path="res://main.gd" id="2"]
[ext_resource type="PackedScene" uid="uid://bkk8jxmcw8q4x" path="res://ui/title_screen.tscn" id="3"]
[node name="Main" type="Node3D"]
script = ExtResource("2")
initial_scene = ExtResource("3")
[node name="WorldScene" type="Node3D" parent="."]
[node name="FadeTransition" parent="." instance=ExtResource("1")]
[node name="ProgressBar" type="ProgressBar" parent="."]
visible = false
anchors_preset = 3
anchor_left = 1.0
anchor_top = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
offset_left = -200.0
offset_top = -60.0
offset_right = -20.0
offset_bottom = -20.0