Reworked farming tools pickup animations

This commit is contained in:
2025-05-20 23:05:26 +02:00
parent 2c677a8cda
commit 83f4144b43
3 changed files with 52 additions and 2 deletions
@@ -8,6 +8,7 @@ public partial class InventoryManager : Node
[Signal]
public delegate void SlotIndexChangedEventHandler(int newIndex);
public static InventoryManager Instance { get; private set; } = null!;
public int CurrentSelectedSlotIndex
{