Files
vnengine/default/shared/finale.yaml
2026-02-12 15:25:40 -03:00

20 lines
545 B
YAML

scenes:
- id: finale
commands:
- type: background
background: city
- type: say
speaker: Narrador
text: "Você caminha pela cidade despertando, rota: {route}."
- type: if
if: "trust == true"
then:
- type: say
speaker: Narrador
text: "O bilhete no seu bolso parece mais quente do que deveria."
else:
- type: say
speaker: Narrador
text: "Você se pergunta se deixou algo passar no escuro."
- type: end