Started quest system
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
[gd_scene load_steps=4 format=3 uid="uid://iibqlagufwhm"]
|
||||
[gd_scene load_steps=5 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"]
|
||||
[ext_resource type="Script" path="res://scripts/System/Systems.gd" id="1_uen2c"]
|
||||
[ext_resource type="Script" path="res://scripts/System/CutsceneSystem.gd" id="2_sf62c"]
|
||||
[ext_resource type="Script" path="res://scripts/System/ItemSystem.gd" id="3_nwp6i"]
|
||||
[ext_resource type="Script" path="res://scripts/System/QuestSystem.gd" id="4_d00wi"]
|
||||
|
||||
[node name="Systems" type="Node3D"]
|
||||
script = ExtResource("1_uen2c")
|
||||
@@ -12,3 +13,6 @@ script = ExtResource("2_sf62c")
|
||||
|
||||
[node name="Item" type="Node3D" parent="."]
|
||||
script = ExtResource("3_nwp6i")
|
||||
|
||||
[node name="Quest" type="Node3D" parent="."]
|
||||
script = ExtResource("4_d00wi")
|
||||
|
Reference in New Issue
Block a user