mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-19 05:49:32 +02:00
move option further down
This commit is contained in:
parent
d06eefd083
commit
2b82738f05
@ -390,26 +390,6 @@ export const Setting: Array<Setting> = [
|
|||||||
default: 1,
|
default: 1,
|
||||||
type: SettingType.DISPLAY
|
type: SettingType.DISPLAY
|
||||||
},
|
},
|
||||||
{
|
|
||||||
key: SettingKeys.Reroll_Target,
|
|
||||||
label: i18next.t("settings:shopRerollTarget"),
|
|
||||||
options: [
|
|
||||||
{
|
|
||||||
value:"Reroll",
|
|
||||||
label: i18next.t("settings:reroll")
|
|
||||||
},
|
|
||||||
{
|
|
||||||
value:"Items",
|
|
||||||
label: i18next.t("settings:items")
|
|
||||||
},
|
|
||||||
{
|
|
||||||
value:"Shop",
|
|
||||||
label: i18next.t("settings:shop")
|
|
||||||
}
|
|
||||||
],
|
|
||||||
default: 1,
|
|
||||||
type: SettingType.DISPLAY
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
key: SettingKeys.Candy_Upgrade_Notification,
|
key: SettingKeys.Candy_Upgrade_Notification,
|
||||||
label: i18next.t("settings:candyUpgradeNotification"),
|
label: i18next.t("settings:candyUpgradeNotification"),
|
||||||
@ -598,6 +578,26 @@ export const Setting: Array<Setting> = [
|
|||||||
activatable: true,
|
activatable: true,
|
||||||
isHidden: () => !hasTouchscreen()
|
isHidden: () => !hasTouchscreen()
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: SettingKeys.Reroll_Target,
|
||||||
|
label: i18next.t("settings:shopRerollTarget"),
|
||||||
|
options: [
|
||||||
|
{
|
||||||
|
value:"Reroll",
|
||||||
|
label: i18next.t("settings:reroll")
|
||||||
|
},
|
||||||
|
{
|
||||||
|
value:"Items",
|
||||||
|
label: i18next.t("settings:items")
|
||||||
|
},
|
||||||
|
{
|
||||||
|
value:"Shop",
|
||||||
|
label: i18next.t("settings:shop")
|
||||||
|
}
|
||||||
|
],
|
||||||
|
default: 1,
|
||||||
|
type: SettingType.DISPLAY
|
||||||
|
},
|
||||||
{
|
{
|
||||||
key: SettingKeys.Shop_Overlay_Opacity,
|
key: SettingKeys.Shop_Overlay_Opacity,
|
||||||
label: i18next.t("settings:shopOverlayOpacity"),
|
label: i18next.t("settings:shopOverlayOpacity"),
|
||||||
|
Loading…
Reference in New Issue
Block a user