Update default window type

This commit is contained in:
Flashfyre 2023-12-25 15:08:51 -05:00
parent ca720e8a20
commit 77e70a6540
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ export const settingDefaults: SettingDefaults = {
[Setting.BGM_Volume]: 10, [Setting.BGM_Volume]: 10,
[Setting.SE_Volume]: 10, [Setting.SE_Volume]: 10,
[Setting.Show_Stats_on_Level_Up]: 1, [Setting.Show_Stats_on_Level_Up]: 1,
[Setting.Window_Type]: 1, [Setting.Window_Type]: 0,
[Setting.Touch_Controls]: 0 [Setting.Touch_Controls]: 0
}; };