🐛 fixed dayplanted confusion on plants
This commit is contained in:
@@ -19,7 +19,7 @@ public partial class VesnaAnimations : Node
|
||||
/// </summary>
|
||||
[Signal] public delegate void LookDirectionEventHandler(Vector2 direction);
|
||||
|
||||
public override void _EnterTree()
|
||||
public override void _Ready()
|
||||
{
|
||||
InventoryManager.Instance.playerInventory.InventoryContentsChanged += HandleNewItemInInventory;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user