Improved attack animation
This commit is contained in:
@ -1,2 +1,7 @@
|
||||
class_name Enemy
|
||||
extends CharacterBody3D
|
||||
|
||||
signal direction_changed
|
||||
|
||||
func set_direction(direction: Vector3):
|
||||
direction_changed.emit(direction)
|
Reference in New Issue
Block a user