primeiro commit
This commit is contained in:
19
default/shared/finale.yaml
Normal file
19
default/shared/finale.yaml
Normal 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
|
||||
Reference in New Issue
Block a user