Fix the linter warnings again.
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/pr/woodpecker Pipeline failed

This commit is contained in:
2026-03-18 22:30:30 +01:00
parent c8d8999ba3
commit 6807f7ae7f
2 changed files with 16 additions and 16 deletions

View File

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