temp-game/game/rpy/script.rpy

23 lines
355 B
Plaintext

define pgl = DynamicCharacter("pgl_name", color="#EFEACF", image="pgl")
transform to_left:
ease 0.25 xalign 0.25
transform at_left:
xalign 0.25
yalign 1.0
transform to_right:
ease 0.25 xalign 0.75
transform at_right:
xalign 0.75
yalign 1.0
transform to_center:
ease 0.25 xalign 0.5
label start:
jump ChapterBegin