Merge branch 'master' of https://git.teletype.hu/games/impostor
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2026-03-19 00:22:42 +01:00
3 changed files with 22 additions and 0 deletions

View File

@@ -140,6 +140,7 @@ end
--- @within MysteriousManWindow
function MysteriousManWindow.draw()
rect(0, 0, Config.screen.width, Config.screen.height, Config.colors.black)
Screen.draw_the_mysterious_screen()
if state == STATE_TEXT then
local x = (Config.screen.width - 132) / 2