Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 412 Bytes

File metadata and controls

9 lines (6 loc) · 412 Bytes

Godot Damage Effect using AnimationPlayer (Blink, Knockback)

Godot 3.2: Use AnimationPlayer to animate damage effect (being hit) such as Blink and Knockback.

  • Blink Animation using AnimationPlayer
  • Knockback Animation (with Bounce)
  • Merge Knockback and Blink Animation

Godot Damage Effect using AnimationPlayer