Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 497 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 497 Bytes

Godot Player Melee Attack Enemy (with Sword)

Godot 3.2: player attack enemy, detect sword collision with enemy and reduce enemy's health on coliision until death. Handle damage/hit and death animation as well.

  • World with Player Movement
  • Create Enemy (with health, take damage function with animation)
  • Weapon detect hit/collide something
  • Insert Enemy in World

Godot Player Melee Attack Enemy