Cleaned and improved some event stuff

This commit is contained in:
2025-05-26 13:11:27 -05:00
parent c1d8dd46d8
commit d6a2f4b567
27 changed files with 296 additions and 108 deletions

View File

@@ -27,10 +27,15 @@ SCENE_MANAGER="*res://scripts/Singleton/SceneSystem.gd"
UI="*res://scenes/Singletons/UI.tscn"
VN="*res://scripts/Singleton/VNSystem.gd"
LOAD="*res://scenes/Singletons/Load.tscn"
EVENT="*res://scripts/Singleton/EventSystem.gd"
RECIPE="*res://scenes/Singletons/Recipe.tscn"
LOCALE="*res://scripts/Singleton/LocaleSystem.gd"
ControllerIcons="*res://addons/controller_icons/ControllerIcons.gd"
EVENT="*res://scenes/Singletons/Event.tscn"
[debug]
gdscript/warnings/unused_variable=0
gdscript/warnings/shadowed_variable=0
[display]