mirror of
https://github.com/NohamR/Pocket-Bird.git
synced 2026-05-24 19:59:36 +00:00
Don't focus on ground immediately for mobile
This commit is contained in:
2
dist/birb.js
vendored
2
dist/birb.js
vendored
@@ -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();
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user