Add marketplace button functionality and skill unlocker integration
This commit is contained in:
@@ -12,4 +12,7 @@ enum SkillType {
|
||||
@export var config: Dictionary = {}
|
||||
@export var cost: int = 0
|
||||
@export var icon: Texture2D
|
||||
@export var type: SkillType = SkillType.ATTACK
|
||||
@export var type: SkillType = SkillType.ATTACK
|
||||
@export var is_active: bool = false
|
||||
@export var level: int = 1
|
||||
@export var max_level: int = 1
|
Reference in New Issue
Block a user