9 lines
140 B
Lua
9 lines
140 B
Lua
ScreenManager.register({
|
|
id = "walking_to_home",
|
|
name = "Walking to home",
|
|
decisions = {
|
|
"go_to_home",
|
|
"go_to_office",
|
|
}
|
|
})
|