main title typo fix, remove glitch and end_game decision
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-03-17 21:53:47 +01:00
parent 9c18812e95
commit a00db92703
3 changed files with 5 additions and 7 deletions

View File

@@ -2,7 +2,6 @@ Decision.register({
id = "go_to_office",
label = "Go to Office",
handle = function()
Glitch.show()
Util.go_to_screen_by_id("office")
end,
})

View File

@@ -5,7 +5,6 @@ Screen.register({
"go_to_toilet",
"go_to_walking_to_office",
"go_to_sleep",
"go_to_end",
},
background = "bedroom",
draw = function()

View File

@@ -13,11 +13,11 @@ TitleIntroWindow.text = [[
# # # # # # # # #
# # ### # # # # #
### ### ### ### ### ### ### ###
# # # # # # # # # # # ###
# # # ### ### ### # # # # #
# # # # # # # # # # #
### # # # # ### # ### # #
### # # ### #### ### ### #### ###
# ## ## # # # # # # # # # #
# # # # ### # # ### # # # ###
# # # # # # # # # # # #
### # # # #### ### # #### # #
]]
--- Draws the title intro window.