main title typo fix, remove glitch and end_game decision
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:
@@ -2,7 +2,6 @@ Decision.register({
|
|||||||
id = "go_to_office",
|
id = "go_to_office",
|
||||||
label = "Go to Office",
|
label = "Go to Office",
|
||||||
handle = function()
|
handle = function()
|
||||||
Glitch.show()
|
|
||||||
Util.go_to_screen_by_id("office")
|
Util.go_to_screen_by_id("office")
|
||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ Screen.register({
|
|||||||
"go_to_toilet",
|
"go_to_toilet",
|
||||||
"go_to_walking_to_office",
|
"go_to_walking_to_office",
|
||||||
"go_to_sleep",
|
"go_to_sleep",
|
||||||
"go_to_end",
|
|
||||||
},
|
},
|
||||||
background = "bedroom",
|
background = "bedroom",
|
||||||
draw = function()
|
draw = function()
|
||||||
|
|||||||
@@ -13,11 +13,11 @@ TitleIntroWindow.text = [[
|
|||||||
# # # # # # # # #
|
# # # # # # # # #
|
||||||
# # ### # # # # #
|
# # ### # # # # #
|
||||||
|
|
||||||
### ### ### ### ### ### ### ###
|
### # # ### #### ### ### #### ###
|
||||||
# # # # # # # # # # # ###
|
# ## ## # # # # # # # # # #
|
||||||
# # # ### ### ### # # # # #
|
# # # # ### # # ### # # # ###
|
||||||
# # # # # # # # # # #
|
# # # # # # # # # # # #
|
||||||
### # # # # ### # ### # #
|
### # # # #### ### # #### # #
|
||||||
]]
|
]]
|
||||||
|
|
||||||
--- Draws the title intro window.
|
--- Draws the title intro window.
|
||||||
|
|||||||
Reference in New Issue
Block a user