Documentation

This commit is contained in:
Rendo 2025-10-12 16:41:34 +05:00
commit 23b6e5d180
5 changed files with 34 additions and 0 deletions

View file

@ -1,7 +1,14 @@
extends Resource
## Base unit of manipulated objects
class_name Item
## Name of item that is displayed
@export var display_name : StringName
## Preview in UI
@export var preview : Texture2D
## Maximum amount of items that can be held in inventory
@export var stack_size : int