feat(settings/options/2048): rename old gba mode -> 2048

This commit is contained in:
2026-01-30 21:12:36 +01:00
parent 430bd77937
commit c627311953
9 changed files with 13 additions and 13 deletions

View File

@@ -35,7 +35,7 @@ const IMAGES_MAP: Record<string, AtlasImage> = {
options: assets.images.settings.topScreen.options.options,
optionsStartUp: assets.images.settings.topScreen.options.startUp,
optionsLanguage: assets.images.settings.topScreen.options.language,
optionsGbaMode: assets.images.settings.topScreen.options.gbaMode,
options2048: assets.images.settings.topScreen.options._2048,
clock: assets.images.settings.topScreen.clock.clock,
clockTime: assets.images.settings.topScreen.clock.time,