diff --git a/entities/gold.gd b/entities/gold.gd index 3fd6240..ab4b9bf 100644 --- a/entities/gold.gd +++ b/entities/gold.gd @@ -3,5 +3,4 @@ class_name Gold func _on_move(movement: Vector2) -> void: - Log.p(self, "%s" % movement) position += movement