Build 29079818

This commit is contained in:
Renan LE CARO 2025-04-16 09:38:43 +02:00
parent 871a7f9c31
commit 277aa5682b
9 changed files with 53 additions and 18 deletions

View file

@ -1,6 +1,11 @@
import { icons, transformRawLevel } from "./loadGameData";
import { t } from "./i18n/i18n";
import { getSettingValue, getTotalScore, setSettingValue } from "./settings";
import {
commitSettingsChangesToLocalStorage,
getSettingValue,
getTotalScore,
setSettingValue,
} from "./settings";
import { asyncAlert } from "./asyncAlert";
import { Palette, RawLevel } from "./types";
import { levelIconHTML } from "./levelIcon";