Sprite author credit

Reduce flashing option
This commit is contained in:
aerinon
2021-06-07 11:13:28 -06:00
parent c45dab6a7c
commit 23ffc61667
13 changed files with 57 additions and 12 deletions

View File

@@ -1,7 +1,8 @@
{
"checkboxes": {
"nobgm": { "type": "checkbox" },
"quickswap": { "type": "checkbox" }
"quickswap": { "type": "checkbox" },
"reduce_flashing": {"type": "checkbox"}
},
"leftAdjustFrame": {
"heartcolor": {

View File

@@ -2,6 +2,7 @@
"gui": {
"adjust.nobgm": "Disable Music & MSU-1",
"adjust.quickswap": "L/R Quickswapping",
"adjust.reduce_flashing": "Reduce Flashing",
"adjust.heartcolor": "Heart Color",
"adjust.heartcolor.red": "Red",
@@ -131,6 +132,7 @@
"randomizer.gameoptions.nobgm": "Disable Music & MSU-1",
"randomizer.gameoptions.quickswap": "L/R Quickswapping",
"randomizer.gameoptions.reduce_flashing": "Reduce Flashing",
"randomizer.gameoptions.heartcolor": "Heart Color",
"randomizer.gameoptions.heartcolor.red": "Red",

View File

@@ -1,7 +1,8 @@
{
"checkboxes": {
"nobgm": { "type": "checkbox" },
"quickswap": { "type": "checkbox" }
"quickswap": { "type": "checkbox" },
"reduce_flashing": {"type": "checkbox"}
},
"leftRomOptionsFrame": {
"heartcolor": {