feat: fix gatcha, and login flow connection

This commit is contained in:
2026-04-24 02:50:16 +08:00
parent d97109aa8d
commit 5a08db38de
15 changed files with 400 additions and 145 deletions
+2 -2
View File
@@ -46,9 +46,9 @@ func _ready() -> void:
status_label.text = "Checking versions..."
# Instant bypass in editor — go straight to game
# In the editor always skip update check — login screen handles session restore
if OS.has_feature("editor"):
print("[BootScreen] Editor detected — bypassing update check.")
print("[BootScreen] Editor mode — bypassing update check.")
_begin_resource_load()
return