Add the office background.
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

This commit is contained in:
2026-03-01 10:51:35 +01:00
parent 8a7fa96bcd
commit 67de284598
4 changed files with 12 additions and 2 deletions

View File

@@ -5,5 +5,5 @@ Screen.register({
"go_to_toilet",
"go_to_walking_to_office",
},
background = "bedroom",
background = "bedroom"
})

View File

@@ -1,7 +1,6 @@
Screen.register({
id = "office",
name = "Office",
background_color = Config.colors.dark_grey,
decisions = {
"play_button_mash",
"play_rhythm",
@@ -12,4 +11,5 @@ Screen.register({
situations = {
"drink_coffee",
},
background = "office"
})