primeiro commit

This commit is contained in:
2026-02-12 15:25:40 -03:00
commit 0dcfb9c9f1
15 changed files with 2082 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
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