Removed the player's ability to change the font

This commit is contained in:
Maruno17
2021-05-16 14:32:20 +01:00
parent 206244a3f0
commit 8e64bcc11b
6 changed files with 110 additions and 125 deletions

View File

@@ -495,7 +495,7 @@ def pbCreateMessageWindow(viewport=nil,skin=nil)
end
msgwindow.visible=true
msgwindow.letterbyletter=true
msgwindow.back_opacity=MessageConfig::WindowOpacity
msgwindow.back_opacity=MessageConfig::WINDOW_OPACITY
pbBottomLeftLines(msgwindow,2)
$game_temp.message_window_showing=true if $game_temp
skin=MessageConfig.pbGetSpeechFrame() if !skin