Add marketplace button functionality and skill unlocker integration

This commit is contained in:
2025-06-05 22:50:45 +02:00
parent 87b85cae43
commit cc737f22cf
16 changed files with 167 additions and 7 deletions

View File

@@ -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