All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
16 lines
253 B
Lua
16 lines
253 B
Lua
Screen.register({
|
|
id = "office",
|
|
name = "Office",
|
|
decisions = {
|
|
"play_button_mash",
|
|
"play_rhythm",
|
|
"play_ddr",
|
|
"go_to_walking_to_home",
|
|
"have_a_coffee",
|
|
},
|
|
situations = {
|
|
"drink_coffee",
|
|
},
|
|
background = "office"
|
|
})
|