All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
10 lines
158 B
Lua
10 lines
158 B
Lua
ScreenManager.register({
|
|
id = "home",
|
|
name = "Home",
|
|
decisions = {
|
|
"go_to_toilet",
|
|
"go_to_walking_to_office",
|
|
},
|
|
background = "bedroom",
|
|
})
|