This animation is based on a scene from Today's Menu for the Emiya Family.
init: image cafe night = "images/bg/cafe_night_A.jpg" image mc_test = "images/sprites/mc/mc_neutral.png" image mc_red = im.MatrixColor( "images/sprites/mc/mc_neutral.png", im.matrix.colorize("#000", "#F00")) image mc_lightgreen = im.MatrixColor( "images/sprites/mc/mc_neutral.png", im.matrix.colorize("#000", "#80FF00")) image mc_teal = im.MatrixColor( "images/sprites/mc/mc_neutral.png", im.matrix.colorize("#000", "#0FF")) image mc_purple = im.MatrixColor( "images/sprites/mc/mc_neutral.png", im.matrix.colorize("#000", "#8000FF")) label start: scene cafe night show mc_test at center window hide $ renpy.pause() show mc_test: ease 1.0 xalign 0.45 easein 0.5 xalign 0.0 easein 0.25 xalign -1.0 show mc_red behind mc_test: align (0.5, 1.0) ease 1.0 xalign 0.5375 easein 0.5 xalign 0.1875 easein 0.25 xalign -1.0 show mc_lightgreen behind mc_red: align (0.5, 1.0) ease 1.0 xalign 0.625 easein 0.5 xalign 0.375 easein 0.25 xalign -1.0 show mc_teal behind mc_lightgreen: align (0.5, 1.0) ease 1.0 xalign 0.7125 easein 0.5 xalign 0.5625 easein 0.25 xalign -1.0 show mc_purple behind mc_teal: align (0.5, 1.0) ease 1.0 xalign 0.8 easein 0.5 xalign 0.75 easein 0.25 xalign -1.0 $ renpy.pause()












