ft: switch to click movement

This commit is contained in:
2026-03-07 14:33:22 +01:00
parent a59255d9d6
commit 01f1b52086
9 changed files with 50 additions and 19 deletions

View File

@@ -4,6 +4,7 @@ class_name NPC
@export var maxHealth: int = 0
@export var idle_sprite: String = "Healthy"
var health: int = maxHealth
@onready var player = get_tree().get_first_node_in_group("player")
signal died