Files
VNGame/game/script.rpy
T

6 lines
251 B
Plaintext
Raw Normal View History

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