mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-01-18 15:00:55 +00:00
Change default game speed from 1x to 2x
This commit is contained in:
parent
332e658555
commit
ca0ae35422
@ -44,7 +44,7 @@ export const settingOptions: SettingOptions = {
|
||||
};
|
||||
|
||||
export const settingDefaults: SettingDefaults = {
|
||||
[Setting.Game_Speed]: 0,
|
||||
[Setting.Game_Speed]: 3,
|
||||
[Setting.Master_Volume]: 5,
|
||||
[Setting.BGM_Volume]: 10,
|
||||
[Setting.SE_Volume]: 10,
|
||||
|
Loading…
x
Reference in New Issue
Block a user