items added to recipie manager, loot system improved

This commit is contained in:
Tabby 2026-01-13 11:11:03 +11:00
parent 54d072c843
commit 9588dfe559
5 changed files with 32 additions and 13 deletions

View file

@ -5,3 +5,4 @@ class_name ItemData
@export var icon : Texture2D
@export var value : String
@export var custom_panel_style : StyleBox
@export var bin_chance : int = 5