Add the street background.
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
@@ -5,5 +5,5 @@ Screen.register({
|
||||
"go_to_toilet",
|
||||
"go_to_walking_to_office",
|
||||
},
|
||||
background = "bedroom",
|
||||
background = "bedroom"
|
||||
})
|
||||
|
||||
@@ -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"
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user