Refactoring and tidying

This commit is contained in:
Maruno17
2021-01-11 19:30:45 +00:00
parent a5d1359dfe
commit 2586c09c3c
37 changed files with 5288 additions and 5966 deletions

View File

@@ -219,12 +219,6 @@ def pbRepositionMessageWindow(msgwindow, linecount=2)
msgwindow.opacity = 0
end
end
if $game_message
case $game_message.background
when 1 then msgwindow.opacity=0 # dim
when 2 then msgwindow.opacity=0 # transparent
end
end
end
# internal function