Compare commits

..

2 Commits

Author SHA1 Message Date
a00db92703 main title typo fix, remove glitch and end_game decision
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2026-03-17 21:53:47 +01:00
9c18812e95 Merge pull request 'ttg-logo' (#35) from ttg-logo into master
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Reviewed-on: http://git.teletype.hu/games/impostor/pulls/35
2026-03-17 00:04:11 +00:00
3 changed files with 5 additions and 7 deletions

View File

@@ -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,
}) })

View File

@@ -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()

View File

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