From d1eeb7ca3729f039d828ac7aee2a15f4b85d0cde Mon Sep 17 00:00:00 2001 From: JiWoong Sul Date: Thu, 8 Jan 2026 19:11:24 +0900 Subject: [PATCH] =?UTF-8?q?feat(game):=20=EC=B9=98=ED=8A=B8=20=EB=AA=A8?= =?UTF-8?q?=EB=93=9C=EC=97=90=EC=84=9C=20=EC=BA=90=EB=A1=9C=EC=85=80=20?= =?UTF-8?q?=EB=A0=88=EC=9D=B4=EC=95=84=EC=9B=83=20=EA=B0=95=EC=A0=9C=20?= =?UTF-8?q?=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/src/app.dart | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/src/app.dart b/lib/src/app.dart index 3425cd3..70c702c 100644 --- a/lib/src/app.dart +++ b/lib/src/app.dart @@ -549,6 +549,8 @@ class _AskiiNeverDieAppState extends State { builder: (context) => GamePlayScreen( controller: _controller, audioService: _audioService, + // 디버그 모드로 저장된 게임 로드 시 캐로셀 레이아웃 강제 + forceCarouselLayout: _controller.cheatsEnabled, currentThemeMode: _themeMode, onThemeModeChange: _changeThemeMode, ),