Added inventorylistener for watering can

This commit is contained in:
2025-11-07 20:37:59 +01:00
parent 6e833a0735
commit fe1dd2bcc1
3 changed files with 18 additions and 8 deletions
@@ -62,9 +62,6 @@ public partial class InteractionArea2D : Node2D
public void OnPlayerExited(Node2D player)
{
if (!_active)
return;
_label.Hide();
if (!_useOutline)