generalized card vs item, cleaned up some headbob stuff, added the ability to refund a wall block
This commit is contained in:
5
Scripts/Resources/item.gd
Normal file
5
Scripts/Resources/item.gd
Normal file
@ -0,0 +1,5 @@
|
||||
extends Resource
|
||||
class_name Item
|
||||
|
||||
@export var display_name : String
|
||||
@export var icon : Texture
|
Reference in New Issue
Block a user