You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 5, 2026. It is now read-only.
Level timeout is temporarily disabled in
Game.gd:_on_LevelTimer_timeout()to allow unlimited time while playtesting on Android.The handler is wrapped in a deliberately-impossible
if (0 + 9999999 == 0)guard so it never executes the loss sequence.To restore: delete the guard and unindent the three calls in
_on_LevelTimer_timeout().Disabled 2026-05-05 for testing the Android build of conswi.