Add fadeout on title screen exit as well

This commit is contained in:
Vinyl Darkscratch 2017-04-04 02:35:46 -07:00
parent 7274072a2d
commit 55f6a4318c

View file

@ -207,6 +207,7 @@ class Scene_Title
Audio.bgs_fade(800)
Audio.me_fade(800)
# Shutdown
Oneshot.exiting true
$scene = nil
end
end