1
Fork 0
mirror of https://github.com/Steffo99/hella-farm.git synced 2024-11-21 15:44:23 +00:00

Remove debug logging

This commit is contained in:
Steffo 2024-05-02 03:39:54 +02:00
parent ae06e7cce9
commit 7861c3d44d
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

View file

@ -32,7 +32,6 @@ func _on_animation_finished(anim_name:StringName) -> void:
coin_inserted.emit() coin_inserted.emit()
func _on_sheep_spawned(entity: Node2D) -> void: func _on_sheep_spawned(entity: Node2D) -> void:
Log.p(self, "%s" % entity)
entity.get_node("MovementBarn/BarnPriority").priority_alternative() entity.get_node("MovementBarn/BarnPriority").priority_alternative()
animator.speed_scale += 0.04 animator.speed_scale += 0.04
if Random.rng.randi_range(0, 20) == 0: if Random.rng.randi_range(0, 20) == 0: