Extensive work on the sideview and initial work on player profiles, inventory display, and renaming adventurerdata vs adventurer to adventurer vs adventurersprite
This commit is contained in:
7
scripts/enemy.gd
Normal file
7
scripts/enemy.gd
Normal file
@@ -0,0 +1,7 @@
|
||||
class_name Enemy extends QuestSprite
|
||||
|
||||
|
||||
|
||||
|
||||
func set_animation(anim_name : String) -> void:
|
||||
anim_player.play(anim_name)
|
||||
Reference in New Issue
Block a user