Add the street background.
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-03-01 10:48:02 +01:00
parent 6a3ef5d81e
commit e9ac5c757e
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"
})