Fix call to interrupt method after acfb3d9ddd

This commit is contained in:
Julian Murgia
2022-08-18 22:14:47 +02:00
committed by Duncan Brown
parent 04348147b9
commit 238b1d28f1
2 changed files with 7 additions and 1 deletions

View File

@@ -349,6 +349,11 @@ _global_script_classes=[ {
"language": "GDScript",
"path": "res://addons/escoria-core/game/core-scripts/esc/types/esc_script.gd"
}, {
"base": "Reference",
"class": "ESCSettingsManager",
"language": "GDScript",
"path": "res://addons/escoria-core/game/core-scripts/save_data/esc_settings_manager.gd"
}, {
"base": "Control",
"class": "ESCSoundPlayer",
"language": "GDScript",
@@ -658,6 +663,7 @@ _global_script_class_icons={
"ESCSaveSettings": "",
"ESCScheduledEvent": "",
"ESCScript": "",
"ESCSettingsManager": "",
"ESCSoundPlayer": "",
"ESCSpeechPlayer": "",
"ESCStatement": "",