13 lines
616 B
Plaintext
13 lines
616 B
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://c8wx3hdpdrw8p"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://c2u2yasyfotxr" path="res://components/persistent/persistent_staging.tscn" id="1"]
|
|
[ext_resource type="Script" uid="uid://b1e158fnh00x8" path="res://game/main.gd" id="2_dmefr"]
|
|
[ext_resource type="Texture2D" uid="uid://iv3qyki1y8c6" path="res://assets/splash/splashscreen.png" id="3_emt18"]
|
|
|
|
[node name="Main" instance=ExtResource("1")]
|
|
script = ExtResource("2_dmefr")
|
|
main_scene = "res://game/start_scene/start_scene.tscn"
|
|
|
|
[node name="LoadingScreen" parent="." index="2"]
|
|
splash_screen = ExtResource("3_emt18")
|