13 lines
573 B
Plaintext
13 lines
573 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="Texture2D" uid="uid://bkvj83shnbfwl" path="res://assets/splash/splash.png" id="2"]
|
|
[ext_resource type="Script" path="res://game/main.gd" id="2_dmefr"]
|
|
|
|
[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("2")
|