Created
February 7, 2018 21:28
-
-
Save DNA/de5ef80f4f03735f7b73eef4d27e9088 to your computer and use it in GitHub Desktop.
Create a looping bg on the say screen
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Create the Image ATL | |
image loop_bg: | |
"bg one" | |
time 1.0 | |
"bg two" | |
time 1.0 | |
repeat | |
# Add it as a background on screen window | |
# If you are using the default screen.rpy, there's probably a style | |
# for the window with a bg already defined, you can change it there | |
screen say(who, what): | |
window: | |
background: loop_bg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment