mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-23 21:46:15 -04:00
wip
This commit is contained in:
parent
bdbf8b846c
commit
6299f7e86b
3 changed files with 11 additions and 18 deletions
|
@ -8,7 +8,7 @@ import { describeLevel, highScoreText, sumOfValues } from "./game_utils";
|
|||
|
||||
export function creativeMode(gameState: GameState) {
|
||||
return {
|
||||
icon: icons["icon:sandbox"],
|
||||
icon: icons["icon:creative"],
|
||||
text: t("lab.menu_entry"),
|
||||
help:
|
||||
// highScoreForMode("creative") ||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue