ITS TIME FOR FIGHT CRIME

This commit is contained in:
DepressedTWM 2026-07-26 12:35:40 +04:00
parent 4e81072f41
commit 11a5de6079
2 changed files with 7 additions and 0 deletions

View File

@ -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)

View File

@ -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")},