(wip) Food now moves with a world flow (which is updated using a manual timer in the GameManager
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
extends AbstractFood
|
||||
class_name FoodMolecular
|
||||
|
||||
|
||||
func _on_body_entered(body: Node2D) -> void:
|
||||
eat(body)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user