Fixed farming (the way it was before)

This commit is contained in:
2025-07-17 20:44:28 +02:00
parent 5affc48dc5
commit d2c7302ab2
9 changed files with 86 additions and 53 deletions
@@ -42,6 +42,7 @@ public partial class InteractionArea2D : Node2D
_label.Hide();
EmitSignal(SignalName.InteractedTool, _id);
EmitSignal(SignalName.Interacted);
GD.Print("Interacted with: " + this.Name);
}
}