resized enemy casing
This commit is contained in:
@@ -77,8 +77,8 @@ func _process(delta):
|
||||
distance_to_player = abs(self.global_position - player.global_position)
|
||||
|
||||
|
||||
#if distance_to_player.x > 4 or distance_to_player.z > 4:
|
||||
move_and_slide()
|
||||
if distance_to_player.x > 4 or distance_to_player.z > 4:
|
||||
move_and_slide()
|
||||
|
||||
|
||||
func _on_area_3d_body_part_hit(dam,bullet_damage):
|
||||
|
||||
Reference in New Issue
Block a user