fx: attacking sprite/logic mismatch
This commit is contained in:
@@ -50,11 +50,10 @@ func die() -> void:
|
||||
super.die()
|
||||
|
||||
func become_injured() -> void:
|
||||
sprite.animation = "Injured"
|
||||
mirrorSprite1.animation = "Injured"
|
||||
mirrorSprite2.animation = "Injured"
|
||||
mirrorSprite3.animation = "Injured"
|
||||
sprite.play()
|
||||
sprite.play("Injured")
|
||||
mirrorSprite1.play("Injured")
|
||||
mirrorSprite2.play("Injured")
|
||||
mirrorSprite3.play("Injured")
|
||||
|
||||
# Mirroring table:
|
||||
# |---|---|---|---|
|
||||
|
||||
Reference in New Issue
Block a user