tweaks to ai, pickup drops, and added scene image capturerer

This commit is contained in:
derek
2025-05-06 17:00:05 -05:00
parent 617c78d2e7
commit 739af6feeb
13 changed files with 136 additions and 24 deletions

View File

@@ -99,7 +99,7 @@ func _ready():
target.body_part_hit.connect(take_damage)
func _process(delta):
line_of_sight.global_position = global_position
line_of_sight.global_position = global_position + Vector3(0,1.5,0)
move_and_slide()
look_at_player()