Skip to content

Instantly share code, notes, and snippets.

@DNA
Created February 7, 2018 21:28
Show Gist options
  • Save DNA/de5ef80f4f03735f7b73eef4d27e9088 to your computer and use it in GitHub Desktop.
Save DNA/de5ef80f4f03735f7b73eef4d27e9088 to your computer and use it in GitHub Desktop.
Create a looping bg on the say screen
# 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