added an assassinate target modifier

This commit is contained in:
Derek
2025-05-04 23:35:43 -05:00
parent 68facaf544
commit 6521b39492
20 changed files with 467 additions and 24 deletions

View File

@@ -101,9 +101,6 @@ func _ready():
func _process(delta):
line_of_sight.global_position = global_position
move_and_slide()
if !is_on_floor():
velocity -= Vector3(0,9.8,0) * delta
look_at_player()