pathfinding rework for now

This commit is contained in:
2025-06-13 00:06:51 +10:00
parent 400415f8a5
commit 6f4f465e37
817 changed files with 5533 additions and 3146 deletions

View File

@ -2,6 +2,7 @@ class_name Enemy extends Resource
@export var title: String = "dog"
@export var target_type: Data.EnemyType
@export var scene: PackedScene
@export var icon: Texture
@export var death_sprite: Texture
@export var sprite: AtlasTexture