Files
impostor/inc/screen/screen.home.lua
Zoltan Timar 732c8b34c8
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/pr/woodpecker Pipeline failed
feat: added standard day cycle, added mysterious man screen, added work screen, added new decisions, placed minigames in their proposed space
2026-03-09 16:20:50 +01:00

11 lines
169 B
Lua

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