Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 442 Bytes

File metadata and controls

11 lines (8 loc) · 442 Bytes

Godot Enemy Follow And Attack Player

Godot 3.2 2D Platformer: Enemy follow player's movement, and detect KinematicBody2D collision between Player and Enemy (enemy kill player).

  • Game World
  • Enemy Follow Player
  • Enemy Attack Player (KinematicBody2D collision)
  • Assign Player to group
  • Player Die/Killed

Godot Enemy Follow And Attack Player