Files
VNGame/game/script.rpy
T
Dynamitos 995ae4b80b
Build and Deploy Ren'Py Web / deploy (push) Successful in 36s
Structure script
2026-09-08 16:43:22 +02:00

19 lines
701 B
Plaintext

# ── Entry point ───────────────────────────────────────────────────────────────
label start:
jump arrival
# ── Screens ───────────────────────────────────────────────────────────────────
screen rewind_prompt():
zorder 10
text "Rewind available":
xalign 0.05
yalign 0.95
color "#4ab8b8"
size 22
screen teal_wash():
zorder 20
add Solid("#1a4a4a") alpha 0.7