feat: fix gatcha, and login flow connection
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user