Files
impostor/inc/screen/screen.home.lua
Zsolt Tasnadi 6303781534
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
tweaks
2026-02-18 19:17:18 +01:00

10 lines
158 B
Lua

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