From 032a9572b9a61355fb79657acdc9a48e98a3a0f5 Mon Sep 17 00:00:00 2001 From: Inspiaaa Date: Wed, 4 Sep 2024 13:51:43 +0200 Subject: [PATCH] Remove obsolete TimeScheduler --- CoroutineManager.tscn | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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")