deposit bot head looks at player

This commit is contained in:
derek
2025-05-12 11:39:14 -05:00
parent 3179170603
commit 971ec93e35
4 changed files with 610 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ class_name CharacterState
@export var character : CharacterBody3D
@export var move_speed : float = 3
@export var body_turn_speed : float = 3
@export var turret_speed : float = 6.0
@export var head_turn_speed : float = 6.0
@export var can_see : bool = true # indicates whether the character is able to see things in the state
@export var poi_investigate : bool = false
@export var poi_change_to_search : bool = false