From 84a42b2e1b842b2f9a40503827ea727a741bdf31 Mon Sep 17 00:00:00 2001 From: James Liu <17558260+JamesLewisLiu@users.noreply.github.com> Date: Sat, 6 Jun 2026 01:03:30 +0800 Subject: [PATCH] In-game game title and name show fix Fix in-game game title and name not showing --- gitadora@asphyxia/models/extra.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/gitadora@asphyxia/models/extra.ts b/gitadora@asphyxia/models/extra.ts index 2777254..9613bf6 100644 --- a/gitadora@asphyxia/models/extra.ts +++ b/gitadora@asphyxia/models/extra.ts @@ -54,6 +54,14 @@ export function getDefaultExtra(game: 'gf' | 'dm', version: string, id: number) result.playstyle[26] = 0 //DELTA 判定エフェクト位置 result.playstyle[27] = 0 //DELTA SHUTTER IN result.playstyle[28] = 0 //DELTA SHUTTER OUT + result.playstyle[36] = 1 + result.playstyle[37] = 1 + result.playstyle[38] = 1 + result.playstyle[40] = 1 + result.playstyle[41] = 2 + result.playstyle[42] = 1 + result.playstyle[43] = 2 + result.playstyle[48] = 0 result.playstyle[56] = 0 result.playstyle[57] = 1 result.playstyle[58] = 1