Files
impostor/inc/screen/screen.home.lua
Bela Mezo e9ac5c757e
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Add the street background.
2026-03-01 10:48:02 +01:00

10 lines
150 B
Lua

Screen.register({
id = "home",
name = "Home",
decisions = {
"go_to_toilet",
"go_to_walking_to_office",
},
background = "bedroom"
})