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