mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-22 21:16:14 -04:00
Help
This commit is contained in:
parent
af65f22c70
commit
d31f8ef0b4
12 changed files with 124 additions and 115 deletions
|
@ -63,7 +63,7 @@ import {
|
|||
import { isOptionOn, options, toggleOption } from "./options";
|
||||
import { hashCode } from "./getLevelBackground";
|
||||
import { hoursSpentPlaying } from "./pure_functions";
|
||||
import {helpMenuEntry} from "./help";
|
||||
import { helpMenuEntry } from "./help";
|
||||
|
||||
export function play() {
|
||||
if (applyFullScreenChoice()) return;
|
||||
|
@ -556,7 +556,7 @@ export async function openMainMenu() {
|
|||
openSettingsMenu();
|
||||
},
|
||||
},
|
||||
helpMenuEntry()
|
||||
helpMenuEntry(),
|
||||
];
|
||||
|
||||
const cb = await asyncAlert<() => void>({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue