Selector position fix

This commit is contained in:
MaddoScientisto 2025-03-23 17:08:04 +01:00
commit a18dc11eb3
9 changed files with 10 additions and 8 deletions

View file

@ -12,7 +12,7 @@ public partial class Interactable : Area2D, IInteractable
[Export] public Array<LootItem> Requirements = [];
//protected InventoryManager _inventoryManager;
public override void _Ready()
{
//_inventoryManager = this.GetInventoryManager();