Code cleanup part 2

This commit is contained in:
2025-05-28 16:28:31 +02:00
committed by cblech
parent c6ec99e87a
commit 31f19ad139
7 changed files with 1661 additions and 1717 deletions
@@ -1,16 +0,0 @@
using Godot;
namespace Babushka.scripts.CSharp.Common.Inventory;
public partial class ItemOnGroundSpawnWith2D : Node
{
[Export] private ItemResource? _blueprint = null;
public override void _EnterTree()
{
if(_blueprint == null) return;
var parent = GetParent<ItemOnGround2D>();
parent.itemInstance = new ItemInstance { blueprint = _blueprint };
}
}
@@ -1 +0,0 @@
uid://bdsel2amlbnuq