Add hit component and effects; update player and enemy scenes to integrate hit feedback
This commit is contained in:
@@ -91,4 +91,4 @@ func handle_direction(input_dir: float) -> Vector2:
|
||||
return Vector2.RIGHT
|
||||
elif input_dir < 0:
|
||||
return Vector2.LEFT
|
||||
return last_direction
|
||||
return last_direction
|
||||
|
Reference in New Issue
Block a user