Files
impostor/inc/screen/screen.walking_to_office.lua
Zoltan Timar 954a39aef1
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
ci/woodpecker/pull_request_closed/woodpecker Pipeline was successful
feat: added new functionality with focus, added base background to screens, created Focus.close(), Focus.start(), Focus.driven() methods for different use-cases, added focus to screens
2026-02-26 14:53:22 +01:00

10 lines
183 B
Lua

Screen.register({
id = "walking_to_office",
name = "Walking to office",
background_color = Config.colors.dark_grey,
decisions = {
"go_to_home",
"go_to_office",
}
})