Reference Manual: (offline | online) Quickstart: (offline | online)

ParameterizedText

Example

init:
    image text1 = renpy.ParameterizedText(ypos=0.25)

show text "centered."
show text1 "1/4 of the way down the screen."
Reference Manual: (offline | online) Quickstart: (offline | online)