feat: add battlepass slider and quest list tabs to lobby HUD
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user