diff --git a/CoroutineManager.tscn b/CoroutineManager.tscn index 8911c36..2ee92e9 100644 --- a/CoroutineManager.tscn +++ b/CoroutineManager.tscn @@ -1,10 +1,6 @@ -[gd_scene load_steps=3 format=3 uid="uid://144aykfua63p"] +[gd_scene load_steps=2 format=3 uid="uid://144aykfua63p"] [ext_resource type="Script" path="res://HCoroutines/src/CoroutineManager.cs" id="1"] -[ext_resource type="Script" path="res://HCoroutines/src/Util/TimeScheduler.cs" id="2"] [node name="CoroutineManager" type="Node"] script = ExtResource("1") - -[node name="TimeScheduler" type="Node" parent="."] -script = ExtResource("2")