Snippets

SinnyStar [Ren'Py] Blinking digital clock (animated transformed displayable)

Created by Sinny Star
### Credit to philat
### http://lemmasoft.renai.us/forums/viewtopic.php?p=369727#p369727

screen timedisplay:
    hbox:
        at time_transform
        text "hour"
        text ":" at blinkt
        text "minutes"

init:
    transform time_transform:
        rotate 11.5
        yzoom 1.2

    transform blinkt:
        alpha 1.0
        1.0
        alpha 0
        1.0
        repeat

label start:
    show screen timedisplay
    "colon is blinking"

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.