mirror of
https://github.com/asphyxia-core/plugins.git
synced 2026-06-15 11:50:47 -05:00
In-game game title and name show fix
Fix in-game game title and name not showing
This commit is contained in:
parent
55d54b1f13
commit
84a42b2e1b
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user