mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-08 05:34:58 +00:00
Lowers default game volume
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -4,4 +4,4 @@ Graphics/Pokemon/FusionIcons/*
|
|||||||
Graphics/CustomBattlers/spritesheets/*
|
Graphics/CustomBattlers/spritesheets/*
|
||||||
Data/sprites/*
|
Data/sprites/*
|
||||||
Data/VERSION
|
Data/VERSION
|
||||||
|
Infinitefusion.sh
|
||||||
@@ -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
|
@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)
|
@language = 0 # Language (see also Settings::LANGUAGES in script PokemonSystem)
|
||||||
@runstyle = 0 # Default movement speed (0=walk, 1=run)
|
@runstyle = 0 # Default movement speed (0=walk, 1=run)
|
||||||
@bgmvolume = 100 # Volume of background music and ME
|
@bgmvolume = 40 # Volume of background music and ME
|
||||||
@sevolume = 100 # Volume of sound effects
|
@sevolume = 40 # Volume of sound effects
|
||||||
@textinput = 1 # Text input mode (0=cursor, 1=keyboard)
|
@textinput = 1 # Text input mode (0=cursor, 1=keyboard)
|
||||||
@quicksurf = 0
|
@quicksurf = 0
|
||||||
@battle_type = 0
|
@battle_type = 0
|
||||||
|
|||||||
Reference in New Issue
Block a user