Add skill type enumeration and update skill management for throw skills

This commit is contained in:
2025-06-05 01:54:32 +02:00
parent 039dc1d5e5
commit 87b85cae43
9 changed files with 36 additions and 4 deletions

View File

@@ -39,8 +39,6 @@ func _input(event: InputEvent) -> void:
root.show()
for component in components_to_disable:
component.process_mode = PROCESS_MODE_DISABLED
if buttons:
buttons[0].grab_focus()
func get_button_text(skill: SkillData) -> String: