Cleaned and improved some event stuff
This commit is contained in:
@@ -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]
|
||||
|
||||
|
Reference in New Issue
Block a user