Finished basic PickupableItem
This commit is contained in:
parent
63e87e86d5
commit
88c56f8aed
21 changed files with 163 additions and 35 deletions
7
base/scripts/identified_resource.gd
Normal file
7
base/scripts/identified_resource.gd
Normal file
|
@ -0,0 +1,7 @@
|
|||
extends Resource
|
||||
|
||||
## Basic resource, holding its string identifier
|
||||
class_name IdentifiedResource
|
||||
|
||||
## Item ID, make sure it's unique
|
||||
@export var id: StringName
|
Loading…
Add table
Add a link
Reference in a new issue