feat: add battlepass slider and quest list tabs to lobby HUD

This commit is contained in:
2026-07-09 18:25:07 +08:00
parent 114748a54f
commit 933119ca56
99 changed files with 3861 additions and 417 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ func _on_update_pressed() -> void:
status_label.text = "Downloading update..."
update_manager.download_update()
func _on_download_started(total_size: int) -> void:
func _on_download_started(_total_size: int) -> void:
progress_bar.visible = true
progress_label.visible = true
progress_bar.value = 0