mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-08 13:44:59 +00:00
Added "beneath map" height for overworld animations, fixed new games inheriting Jukebox BGM from save file, added PokeBall property for trainer types, fixed Cramorant form changing effects
This commit is contained in:
@@ -495,6 +495,7 @@ MenuHandlers.add(:options_menu, :speech_frame, {
|
||||
"type" => NumberOption,
|
||||
"parameters" => 1..Settings::SPEECH_WINDOWSKINS.length,
|
||||
"description" => _INTL("Choose the appearance of dialogue boxes."),
|
||||
"condition" => proc { next Settings::SPEECH_WINDOWSKINS.length > 1 },
|
||||
"get_proc" => proc { next $PokemonSystem.textskin },
|
||||
"set_proc" => proc { |value, scene|
|
||||
$PokemonSystem.textskin = value
|
||||
@@ -510,6 +511,7 @@ MenuHandlers.add(:options_menu, :menu_frame, {
|
||||
"type" => NumberOption,
|
||||
"parameters" => 1..Settings::MENU_WINDOWSKINS.length,
|
||||
"description" => _INTL("Choose the appearance of menu boxes."),
|
||||
"condition" => proc { next Settings::MENU_WINDOWSKINS.length > 1 },
|
||||
"get_proc" => proc { next $PokemonSystem.frame },
|
||||
"set_proc" => proc { |value, scene|
|
||||
$PokemonSystem.frame = value
|
||||
|
||||
Reference in New Issue
Block a user