Tutorials - cluttered-code/godot-health-hitbox-hurtbox GitHub Wiki

[!warning] This is a work in progress, more tutorials coming soon

Process and Data Flow

flowchart LR
  HitBox
  HitScan
  HurtBox
  Health

  HitBox -- detect collision and send **Actions** --> HurtBox
  HitScan -- detect collision and send **Actions** --> HurtBox
  HurtBox -- send **Actions** and **Modifiers** --> Health

2D