Skip to content
Permalink
Browse files
Force black in a few places, rather than forcing transparency.
  • Loading branch information
renpytom committed May 9, 2018
1 parent 8c0caa9 commit 78d3088360d5fb1f58ad466ffd2f8fb869f6d6a1
Showing 1 changed file with 5 additions and 11 deletions.
@@ -156,10 +156,7 @@ label _start_replay:

call _start_store

if config.start_scene_black:
scene black
else:
scene
scene black

$ _init_language()
$ renpy.block_rollback()
@@ -195,6 +192,9 @@ label _start:

renpy.block_rollback()


scene black

call _gl_test

python hide:
@@ -209,8 +209,6 @@ label _start:

if config.start_scene_black:
scene black
else:
scene

if not _restart:
$ renpy.display.interface.with_none(overlay=False)
@@ -239,11 +237,7 @@ label _start:

$ renpy.music.stop(channel="movie")

# Clean out any residual scene from the splashscreen.
if config.start_scene_black:
scene black
else:
scene
scene black

python:
# Stop predicting the main menu, now that we're ready to show it.

0 comments on commit 78d3088

Please sign in to comment.