Initial push
This commit is contained in:
commit
3240f07946
335 changed files with 11248 additions and 0 deletions
9
Scripts/Resources/item.gd
Normal file
9
Scripts/Resources/item.gd
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
extends Resource
|
||||
|
||||
class_name Item
|
||||
|
||||
@export var value : int
|
||||
@export var name : String
|
||||
@export var weight : int
|
||||
@export var primary_objective : bool
|
||||
@export var secondary_objective : bool
|
||||
Loading…
Add table
Add a link
Reference in a new issue