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
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
Screen.register({
|
||||
id = "walking_to_home",
|
||||
name = "Walking to home",
|
||||
background_color = Config.colors.dark_grey,
|
||||
decisions = {
|
||||
"go_to_home",
|
||||
"go_to_office",
|
||||
|
||||
Reference in New Issue
Block a user