docs
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
ci/woodpecker/pull_request_closed/woodpecker Pipeline was successful

This commit is contained in:
2026-02-21 23:53:36 +01:00
parent 3b137fd48e
commit 76964f872d
28 changed files with 301 additions and 28 deletions

View File

@@ -1,3 +1,4 @@
--- Draws the splash window.
function SplashWindow.draw()
local txt = "Definitely not an Impostor"
local w = #txt * 6
@@ -6,6 +7,7 @@ function SplashWindow.draw()
print(txt, x, y, 12)
end
--- Updates the splash window logic.
function SplashWindow.update()
Context.splash_timer = Context.splash_timer - 1
if Context.splash_timer <= 0 or Input.menu_confirm() then