16 lines
493 B
Lua
16 lines
493 B
Lua
|
-- $Name: Ludum Dare 37$
|
|||
|
instead_version "1.9.1";
|
|||
|
dofile("init.lua");
|
|||
|
|
|||
|
main = room{
|
|||
|
nam = "Дело о ",
|
|||
|
dsc = [[
|
|||
|
-- Я никого не выпущу, пока мы не решим, что делать с колонией, — сказал директор, закрывая
|
|||
|
входную дверь на ключ.
|
|||
|
]],
|
|||
|
obj = {},
|
|||
|
};
|
|||
|
|
|||
|
-- Outside the window is The World Out There; it's buzzing with life. In a cruel twist of the fate… you guessed it - it's 100% decoration.
|
|||
|
--
|