Started by TrueCynder, January 05, 2014, 02:13:54 pm
# If switching to title screen if $scene.is_a?(Scene_Title) # Fade out screen Graphics.transition #<================ This line here Graphics.freeze end
Graphics.transition(40, "Graphics/Transitions/YOURFILENAMEHERE.png")
# If switching to title screen if $scene.is_a?(Scene_Title) # Fade out screen Graphics.transition Graphics.freeze else Graphics.transition(40, "Graphics/Transitions/YOURFILENAMEHERE.png") Graphics.freeze end