mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-20 22:09:55 +00:00
ITS TIME FOR FIGHT CRIME
This commit is contained in:
parent
4e81072f41
commit
11a5de6079
2 changed files with 7 additions and 0 deletions
|
|
@ -3,3 +3,4 @@ Implemented True Memory Mode
|
|||
Added Crashdump privacy setting
|
||||
Ling 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
|
||||
:bgm_volume => 100,
|
||||
:sfx_volume => 100,
|
||||
:use_fight_crime_track => false,
|
||||
|
||||
# Video
|
||||
:fullscreen => false,
|
||||
|
|
@ -139,6 +140,11 @@ class Window_Settings
|
|||
:min => 0,
|
||||
:max => 100
|
||||
},
|
||||
{
|
||||
:type => :bool,
|
||||
:name => tr('ITS TIME FOR FIGHT CRIME'),
|
||||
:parameter => :use_fight_crime_track
|
||||
},
|
||||
],
|
||||
tr("Video") => [
|
||||
{ :type => :sep, :name => tr("Screen")},
|
||||
|
|
|
|||
Loading…
Reference in a new issue