waited far too long for an initial commit but here we are
This commit is contained in:
6
Scripts/Resources/hero_class.gd
Normal file
6
Scripts/Resources/hero_class.gd
Normal file
@ -0,0 +1,6 @@
|
||||
extends Resource
|
||||
class_name HeroClass
|
||||
|
||||
@export var hero_name : String = "Default"
|
||||
@export var texture : AtlasTexture
|
||||
@export var deck : Array[Card]
|
Reference in New Issue
Block a user