fixed some bugs The Typening caused

This commit is contained in:
2024-03-23 22:36:19 +11:00
parent a93660f755
commit 3c28999cd9
29 changed files with 51 additions and 116 deletions

View File

@@ -13,7 +13,7 @@ func set_hero(hero: HeroClass) -> void:
func _on_button_pressed() -> void:
pressed.emit(hero_class)
pressed.emit(Data.characters.find(hero_class))
func _on_button_mouse_entered() -> void: