mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-27 07:26:15 -04:00
wip
This commit is contained in:
parent
70f3c2307a
commit
1ba55bf2a6
13 changed files with 122 additions and 114 deletions
|
@ -421,3 +421,5 @@ export function getCornerOffset(gameState: GameState) {
|
|||
gameState.perks.unbounded * gameState.brickWidth
|
||||
);
|
||||
}
|
||||
|
||||
export const isInWebView = !!window.location.href.includes("isInWebView=true");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue