mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-27 01:39:34 +02:00
Update default settings
Disable tutorials because annoying Enable Type Hints because of damage display
This commit is contained in:
parent
db4261bb2d
commit
4d95fd0ca2
@ -278,7 +278,7 @@ export const Setting: Array<Setting> = [
|
||||
key: SettingKeys.Tutorials,
|
||||
label: i18next.t("settings:tutorials"),
|
||||
options: OFF_ON,
|
||||
default: 1,
|
||||
default: 0,
|
||||
type: SettingType.GENERAL
|
||||
},
|
||||
{
|
||||
@ -518,7 +518,7 @@ export const Setting: Array<Setting> = [
|
||||
key: SettingKeys.Type_Hints,
|
||||
label: i18next.t("settings:typeHints"),
|
||||
options: OFF_ON,
|
||||
default: 0,
|
||||
default: 1,
|
||||
type: SettingType.DISPLAY
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user