2026-09-08 16:43:22 +02:00
|
|
|
|
2026-06-09 12:26:53 +02:00
|
|
|
# ── Entry point ───────────────────────────────────────────────────────────────
|
2026-06-09 11:08:04 +02:00
|
|
|
label start:
|
2026-09-08 16:43:22 +02:00
|
|
|
jump arrival
|
2026-06-09 12:26:53 +02:00
|
|
|
|
2026-06-20 00:44:12 +02:00
|
|
|
|
2026-06-09 12:26:53 +02:00
|
|
|
# ── Screens ───────────────────────────────────────────────────────────────────
|
|
|
|
|
|
|
|
|
|
screen rewind_prompt():
|
|
|
|
|
zorder 10
|
2026-06-10 11:12:58 +02:00
|
|
|
text "Rewind available":
|
2026-06-09 12:26:53 +02:00
|
|
|
xalign 0.05
|
|
|
|
|
yalign 0.95
|
|
|
|
|
color "#4ab8b8"
|
|
|
|
|
size 22
|
|
|
|
|
|
|
|
|
|
screen teal_wash():
|
|
|
|
|
zorder 20
|
|
|
|
|
add Solid("#1a4a4a") alpha 0.7
|