10 lines
183 B
Lua
10 lines
183 B
Lua
Screen.register({
|
|
id = "walking_to_office",
|
|
name = "Walking to office",
|
|
background_color = Config.colors.dark_grey,
|
|
decisions = {
|
|
"go_to_home",
|
|
"go_to_office",
|
|
}
|
|
})
|