18 lines
618 B
Text
18 lines
618 B
Text
[gd_scene load_steps=3 format=3 uid="uid://bh8bpwgf05eif"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://ctajpl2bdscko" path="res://scenes/screens/LoadingScreen.tscn" id="1_1wbmi"]
|
|
[ext_resource type="Script" uid="uid://dwjefg8hhnlmf" path="res://src/LoadInit.gd" id="1_phn4v"]
|
|
|
|
[node name="LoadInit" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
script = ExtResource("1_phn4v")
|
|
|
|
[node name="LoadingScreen" parent="." instance=ExtResource("1_1wbmi")]
|
|
layout_mode = 1
|
|
|
|
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
|