MODIFIED escoria.gdgit add . Action manager extended to apply needed changes for monkey UI
This commit is contained in:
@@ -149,6 +149,11 @@ _global_script_classes=[ {
|
||||
"language": "GDScript",
|
||||
"path": "res://addons/escoria-core/game/core-scripts/esc/esc_action_manager.gd"
|
||||
}, {
|
||||
"base": "ESCActionManager",
|
||||
"class": "ESCActionManagerMonkey",
|
||||
"language": "GDScript",
|
||||
"path": "res://gymkhana/addons/escoria-ui-return-monkey-island/esc/esc_action_manager_monkey.gd"
|
||||
}, {
|
||||
"base": "Resource",
|
||||
"class": "ESCAnimationName",
|
||||
"language": "GDScript",
|
||||
@@ -733,6 +738,7 @@ _global_script_class_icons={
|
||||
"DialogSayFinish": "",
|
||||
"DialogVisible": "",
|
||||
"ESCActionManager": "",
|
||||
"ESCActionManagerMonkey": "",
|
||||
"ESCAnimationName": "",
|
||||
"ESCAnimationPlayer": "",
|
||||
"ESCAnimationResource": "",
|
||||
|
||||
Reference in New Issue
Block a user