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