|
|
@@ -328,6 +328,8 @@ const initKittyFall = () => {
|
|
|
|
|
|
const closeEmbeddedGame = () => {
|
|
|
gameStarted = false;
|
|
|
+ startingGame = false;
|
|
|
+ if (startGameButton) startGameButton.disabled = false;
|
|
|
playGameRoot.classList.remove("is-game-running");
|
|
|
gameShell?.setAttribute("aria-hidden", "true");
|
|
|
if (gameFrame) gameFrame.removeAttribute("src");
|