Add ConfigurableEventManager implementation with example and guide

This commit is contained in:
Will Stuckey
2025-10-28 12:31:59 -05:00
parent a1f09a6a3b
commit 33cb8e82d4
4 changed files with 185 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
[gd_scene load_steps=1 format=3 uid="uid://bvx8qw3yqn5yk"]
[gd_scene load_steps=2 format=3 uid="uid://bvx8qw3yqn5yk"]
[ext_resource type="Script" path="res://Scripts/Main.cs" id="1_1"]
[node name="Main" type="Node2D"]
script = ExtResource("1_1")
[node name="EventManager" type="Node" parent="."]
script = ExtResource("ConfigurableEventManager")