started work on minimap

This commit is contained in:
derek
2025-05-06 11:18:52 -05:00
parent 56af7a3481
commit cab1a57238
11 changed files with 93 additions and 544 deletions

View File

@@ -9,9 +9,6 @@ class_name EnemyState
@export var poi_investigate : bool = false
@export var poi_change_to_search : bool = false
@export var poi_update_waypoint_immediately : bool = false
@export var time_to_lose_target = 1.0
@onready var target_lost_timer = time_to_lose_target
var move_target
var look_target