tweaked item holder and added crouch

This commit is contained in:
derek
2024-12-05 16:55:29 -06:00
parent f6812b167f
commit 5d9bac5292
17 changed files with 133 additions and 89 deletions

View File

@@ -31,7 +31,7 @@ func _physics_process(delta):
distance_from_player = abs(self.global_position - player_position)
if distance_from_player.length() > 1.5:
if distance_from_player.length() > 2:
visible = true
if ray.is_colliding():