feat(audio): wire menu click feedback

This commit is contained in:
Josh Creek
2026-09-01 23:19:48 +01:00
parent b883338396
commit 510138eb0a
5 changed files with 28 additions and 0 deletions
+1
View File
@@ -21,6 +21,7 @@ var _recovery_poll_seconds := 0.0
func _ready() -> void:
AudioManager.bind_tree_buttons(self)
playlist_dropdown.add_item("Casual")
playlist_dropdown.set_item_metadata(0, "casual")
playlist_dropdown.add_item("Ranked")