meowbay created and other things

This commit is contained in:
Tabby 2026-01-14 19:00:40 +11:00
parent 09625d8285
commit 93cc1a8c59
35 changed files with 318 additions and 41 deletions

View file

@ -6,3 +6,5 @@ class_name ItemData
@export var value : String
@export var custom_panel_style : StyleBox
@export var bin_chance : int = 5
@export var buy_value : int = 10
@export var can_buy : bool = false