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:
parent
ae06e7cce9
commit
7861c3d44d
1 changed files with 0 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue