first lobby draft made, you can move a charcter around

This commit is contained in:
2026-02-11 03:23:40 +11:00
parent e06846f8b6
commit 12b6a5e7ae
29 changed files with 348 additions and 238 deletions

View File

@@ -7,9 +7,11 @@ extends Resource
@export var strength: float
@warning_ignore("unused_parameter")
func attach_to_tower(tower_stats: CardText) -> void:
pass
@warning_ignore("unused_parameter")
func attach_to_weapon(weapon_stats: CardText) -> void:
pass