feat: ring timer drawn at top-left of screen, Meter.set_timer_duration(f) controls speed, Meter.set_timer_decay(a) controls decay amount, all decay pauses during any minigame window
This commit is contained in:
@@ -18,7 +18,7 @@ on than meets the eye.
|
||||
--- @within IntroWindow
|
||||
function IntroWindow.draw()
|
||||
local x = (Config.screen.width - 132) / 2
|
||||
Print.text(IntroWindow.text, x, IntroWindow.y, Config.colors.green)
|
||||
Print.text(IntroWindow.text, x, IntroWindow.y, Config.colors.light_blue)
|
||||
end
|
||||
|
||||
--- Updates the intro window logic.
|
||||
|
||||
Reference in New Issue
Block a user