28 lines
1.3 KiB
Plaintext
28 lines
1.3 KiB
Plaintext
[gd_scene load_steps=6 format=3 uid="uid://ckkewlcugc8ro"]
|
|
|
|
[ext_resource type="Script" uid="uid://ml70iui7qpo4" path="res://scene/RootScene.gd" id="1_nky1x"]
|
|
[ext_resource type="PackedScene" uid="uid://dy54m7dvjgqta" path="res://battle/BattleScene.tscn" id="2_0idls"]
|
|
[ext_resource type="PackedScene" uid="uid://bs41nqi3ocih3" path="res://scene/InitialScene.tscn" id="2_hkmoa"]
|
|
[ext_resource type="PackedScene" uid="uid://c0k1t3tyiaojl" path="res://overworld/OverworldScene.tscn" id="2_o1wvd"]
|
|
[ext_resource type="PackedScene" uid="uid://cxkd4frxvt873" path="res://cooking/CookingScene.tscn" id="5_aj1eq"]
|
|
|
|
[node name="RootScene" type="Node3D" node_paths=PackedStringArray("overworld", "initial", "battle", "cooking")]
|
|
script = ExtResource("1_nky1x")
|
|
overworld = NodePath("OverworldScene")
|
|
initial = NodePath("InitialScene")
|
|
battle = NodePath("BattleScene")
|
|
cooking = NodePath("CookingScene")
|
|
metadata/_custom_type_script = "uid://ml70iui7qpo4"
|
|
|
|
[node name="InitialScene" parent="." instance=ExtResource("2_hkmoa")]
|
|
visible = false
|
|
|
|
[node name="BattleScene" parent="." instance=ExtResource("2_0idls")]
|
|
visible = false
|
|
|
|
[node name="OverworldScene" parent="." instance=ExtResource("2_o1wvd")]
|
|
visible = false
|
|
|
|
[node name="CookingScene" parent="." instance=ExtResource("5_aj1eq")]
|
|
visible = false
|