diff --git a/Scripts/Classes/Entities/Enemies/PiranhaPlant.gd b/Scripts/Classes/Entities/Enemies/PiranhaPlant.gd index 1f48598..5ec9535 100644 --- a/Scripts/Classes/Entities/Enemies/PiranhaPlant.gd +++ b/Scripts/Classes/Entities/Enemies/PiranhaPlant.gd @@ -8,7 +8,6 @@ func _enter_tree() -> void: $Animation.play("Hide") func _ready() -> void: - print(abs(global_rotation_degrees)) if is_equal_approx(abs(global_rotation_degrees), 180) == false: $Sprite/Hitbox/UpsideDownExtension.queue_free() $Timer.start()