mirror of
https://github.com/Steffo99/hella-farm.git
synced 2024-11-21 15:44:23 +00:00
Remove debug logging from Edible
This commit is contained in:
parent
496977996c
commit
4fbf8c6d8d
2 changed files with 0 additions and 5 deletions
|
@ -14,6 +14,3 @@ signal eaten
|
|||
|
||||
func eat():
|
||||
eaten.emit()
|
||||
|
||||
func _on_eaten() -> void:
|
||||
Log.p(self, "Got eaten.")
|
||||
|
|
|
@ -4,5 +4,3 @@
|
|||
|
||||
[node name="Edible" type="Node"]
|
||||
script = ExtResource("1_l6vtr")
|
||||
|
||||
[connection signal="eaten" from="." to="." method="_on_eaten"]
|
||||
|
|
Loading…
Reference in a new issue