1
0
Fork 0
mirror of https://gitlab.com/Oreolek/ludumdare37.git synced 2024-04-25 05:39:41 +03:00

more files

This commit is contained in:
Alexander Yakovlev 2016-12-10 13:32:43 +07:00
parent edd2373544
commit 17ba5a9526
3 changed files with 9 additions and 3 deletions

View file

@ -0,0 +1,3 @@
phrases: [
"За окном проносится Россия."
]

3
game/procgen/ru/you.cson Normal file
View file

@ -0,0 +1,3 @@
phrases: [
"Вы сжимаете родную флейту. Только бы не опоздать."
]

View file

@ -16,11 +16,11 @@ room "start",
Вы положили в карман дверцы [мобильный телефон.](phone)
За [окном машины](./_writer_window) проносится трасса.
*Вы сжимаете родную флейту. Только бы не опоздать.*
#{Improv.gen("you")}
"""
writers:
window:
"Россия."
window: () ->
Improv.gen("window")
room "phone",
choices: "#call",