Adds the mysterious screen.
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/pr/woodpecker Pipeline failed

This commit is contained in:
2026-03-18 22:08:54 +01:00
parent 0d7dcad54a
commit c8073aff02
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)
draw_the_mysterious_screen()
if state == STATE_TEXT then
local x = (Config.screen.width - 132) / 2