ITS TIME FOR FIGHT CRIME
This commit is contained in:
parent
4e81072f41
commit
11a5de6079
|
|
@ -3,3 +3,4 @@ Implemented True Memory Mode
|
||||||
Added Crashdump privacy setting
|
Added Crashdump privacy setting
|
||||||
Ling faces updated
|
Ling faces updated
|
||||||
Magpie faces updated
|
Magpie faces updated
|
||||||
|
Added ITS TIME FOR FIGHT CRIME setting(enabled fight_crime.ogg when niko on roomba)
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,7 @@ module Settings
|
||||||
# Audio
|
# Audio
|
||||||
:bgm_volume => 100,
|
:bgm_volume => 100,
|
||||||
:sfx_volume => 100,
|
:sfx_volume => 100,
|
||||||
|
:use_fight_crime_track => false,
|
||||||
|
|
||||||
# Video
|
# Video
|
||||||
:fullscreen => false,
|
:fullscreen => false,
|
||||||
|
|
@ -139,6 +140,11 @@ class Window_Settings
|
||||||
:min => 0,
|
:min => 0,
|
||||||
:max => 100
|
:max => 100
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
:type => :bool,
|
||||||
|
:name => tr('ITS TIME FOR FIGHT CRIME'),
|
||||||
|
:parameter => :use_fight_crime_track
|
||||||
|
},
|
||||||
],
|
],
|
||||||
tr("Video") => [
|
tr("Video") => [
|
||||||
{ :type => :sep, :name => tr("Screen")},
|
{ :type => :sep, :name => tr("Screen")},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue