Don't focus on ground immediately for mobile

This commit is contained in:
Idrees Hassan
2025-10-22 22:00:01 -04:00
parent 9fca0b2046
commit 270367139d
4 changed files with 5 additions and 5 deletions

2
dist/birb.js vendored
View File

@@ -1297,7 +1297,7 @@ Promise.all([loadSpriteSheetPixels(SPRITE_SHEET), loadSpriteSheetPixels(DECORATI
lastActionTimestamp = Date.now();
// Can't keep up with scrolling on mobile devices so fly down instead
if (isMobile()) {
focusOnGround();
// focusOnGround();
}
});