mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-01-18 23:11:11 +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 = {
|
export const settingDefaults: SettingDefaults = {
|
||||||
[Setting.Game_Speed]: 0,
|
[Setting.Game_Speed]: 3,
|
||||||
[Setting.Master_Volume]: 5,
|
[Setting.Master_Volume]: 5,
|
||||||
[Setting.BGM_Volume]: 10,
|
[Setting.BGM_Volume]: 10,
|
||||||
[Setting.SE_Volume]: 10,
|
[Setting.SE_Volume]: 10,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user