scene stuff

This commit is contained in:
2025-05-05 19:27:19 -05:00
parent 7106469bd1
commit 43487bb448
11 changed files with 110 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
[gd_scene load_steps=10 format=3 uid="uid://iibqlagufwhm"]
[gd_scene load_steps=11 format=3 uid="uid://iibqlagufwhm"]
[ext_resource type="Script" uid="uid://cj8athi16655p" path="res://scripts/System/Systems.gd" id="1_uen2c"]
[ext_resource type="Script" uid="uid://d2b7r3t5ownc5" path="res://scripts/System/CutsceneSystem.gd" id="2_sf62c"]
@@ -9,9 +9,11 @@
[ext_resource type="Script" uid="uid://mr6i8copcn37" path="res://scripts/System/BattleSystem.gd" id="7_miqgj"]
[ext_resource type="Script" uid="uid://drcaiuyla2psa" path="res://scripts/System/CookingSystem.gd" id="7_nou1j"]
[ext_resource type="Script" uid="uid://bbd8gcx6byjhf" path="res://scripts/System/SceneSystem.gd" id="9_budbk"]
[ext_resource type="Script" uid="uid://btowswycywrgc" path="res://scripts/System/OverworldSystem.gd" id="10_56i3s"]
[node name="Systems" type="Node"]
script = ExtResource("1_uen2c")
metadata/_custom_type_script = "uid://cj8athi16655p"
[node name="Cutscene" type="Node" parent="."]
script = ExtResource("2_sf62c")
@@ -36,3 +38,6 @@ script = ExtResource("7_miqgj")
[node name="Scene" type="Node" parent="."]
script = ExtResource("9_budbk")
[node name="Overworld" type="Node" parent="."]
script = ExtResource("10_56i3s")