Stable interface for both Animation player and Animated Sprite (#363)

Co-authored-by: Dennis Ploeger <develop@dieploegers.de>
This commit is contained in:
Dennis Ploeger
2021-08-10 21:35:01 +02:00
committed by GitHub
parent 61726bca81
commit 15bf1a8c81
11 changed files with 413 additions and 138 deletions

View File

@@ -89,6 +89,11 @@ _global_script_classes=[ {
"language": "GDScript",
"path": "res://addons/escoria-core/game/core-scripts/resources/esc_animationname.gd"
}, {
"base": "Node",
"class": "ESCAnimationPlayer",
"language": "GDScript",
"path": "res://addons/escoria-core/game/core-scripts/esc_animation_player.gd"
}, {
"base": "Resource",
"class": "ESCAnimationResource",
"language": "GDScript",
@@ -486,6 +491,7 @@ _global_script_class_icons={
"DecGlobalCommand": "",
"ESCActionManager": "",
"ESCAnimationName": "",
"ESCAnimationPlayer": "",
"ESCAnimationResource": "",
"ESCBackground": "",
"ESCBackgroundMusic": "",