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
-5
View File
@@ -32,11 +32,6 @@ func pull(banner_id: String, count: int) -> Array:
push_error("[GachaManager] Not authenticated")
return []
var payload = JSON.stringify({
"banner_id": banner_id,
"count": count
})
var result = await BackendService.perform_gacha_pull(banner_id, count)
if result.get("success", false) == false: