Started cutscene system

This commit is contained in:
2025-01-05 15:30:00 -06:00
parent e74878eb80
commit 0554f5719d
11 changed files with 135 additions and 7 deletions

View File

@@ -1,6 +1,14 @@
[gd_scene load_steps=2 format=3 uid="uid://iibqlagufwhm"]
[gd_scene load_steps=4 format=3 uid="uid://iibqlagufwhm"]
[ext_resource type="Script" path="res://scripts/Systems/Systems.gd" id="1_uen2c"]
[ext_resource type="Script" path="res://scripts/Systems/CutsceneSystem.gd" id="2_sf62c"]
[ext_resource type="Script" path="res://scripts/Systems/ItemSystem.gd" id="3_nwp6i"]
[node name="Systems" type="Node3D"]
script = ExtResource("1_uen2c")
[node name="Cutscene" type="Node3D" parent="."]
script = ExtResource("2_sf62c")
[node name="Item" type="Node3D" parent="."]
script = ExtResource("3_nwp6i")