feat: added standard day cycle, added mysterious man screen, added work screen, added new decisions, placed minigames in their proposed space
This commit is contained in:
6
inc/screen/screen.work.lua
Normal file
6
inc/screen/screen.work.lua
Normal file
@@ -0,0 +1,6 @@
|
||||
Screen.register({
|
||||
id = "work",
|
||||
name = "Work",
|
||||
decisions = {},
|
||||
background_color = Config.colors.blue,
|
||||
})
|
||||
Reference in New Issue
Block a user