shift click items across inventories

This commit is contained in:
Tabby 2026-01-11 18:11:14 +11:00
parent c05f2c703b
commit 64d6e72407
15 changed files with 94 additions and 5 deletions

5
crafting/craft_recipe.gd Normal file
View file

@ -0,0 +1,5 @@
extends Resource
class_name CraftRecipe
@export var ingredients : Array[ItemData] = [null,null,null,null,null,null,null,null,null]
@export var output : ItemData