waited far too long for an initial commit but here we are
This commit is contained in:
13
Scripts/Resources/card.gd
Normal file
13
Scripts/Resources/card.gd
Normal file
@ -0,0 +1,13 @@
|
||||
extends Resource
|
||||
class_name Card
|
||||
|
||||
enum Faction {GENERIC}
|
||||
|
||||
@export var title : String
|
||||
@export var rarity : Data.Rarity
|
||||
@export var faction : Faction
|
||||
@export var sprite : AtlasTexture
|
||||
@export var turret : PackedScene
|
||||
@export var weapon : PackedScene
|
||||
@export var weapon_stats : WeaponStats
|
||||
@export var tower_stats : TowerStats
|
Reference in New Issue
Block a user