Documentation
This commit is contained in:
parent
66a623e568
commit
23b6e5d180
5 changed files with 34 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue