Lowers default game volume

This commit is contained in:
chardub
2025-02-07 11:15:41 -05:00
parent 24943e092f
commit 692a25bd8e
2 changed files with 3 additions and 3 deletions

2
.gitignore vendored
View File

@@ -4,4 +4,4 @@ Graphics/Pokemon/FusionIcons/*
Graphics/CustomBattlers/spritesheets/*
Data/sprites/*
Data/VERSION
Infinitefusion.sh

View File

@@ -33,8 +33,8 @@ class PokemonSystem
@screensize = (Settings::SCREEN_SCALE * 2).floor - 1 # 0=half size, 1=full size, 2=full-and-a-half size, 3=double size
@language = 0 # Language (see also Settings::LANGUAGES in script PokemonSystem)
@runstyle = 0 # Default movement speed (0=walk, 1=run)
@bgmvolume = 100 # Volume of background music and ME
@sevolume = 100 # Volume of sound effects
@bgmvolume = 40 # Volume of background music and ME
@sevolume = 40 # Volume of sound effects
@textinput = 1 # Text input mode (0=cursor, 1=keyboard)
@quicksurf = 0
@battle_type = 0