fixed generic item on ground and added icon

This commit is contained in:
cblech
2025-05-20 20:42:32 +02:00
parent 8fdb395ae8
commit ec5d42068e
5 changed files with 137 additions and 10 deletions
@@ -10,7 +10,7 @@ public partial class ItemOnGroundSpawnWith : Node
{
if(_blueprint == null) return;
var parent = GetParent<ItemOnGround>();
var parent = GetParent<ItemOnGround2D>();
parent.itemInstance = new ItemInstance { blueprint = _blueprint };
}
}