Meter.draw
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-03-03 20:32:08 +01:00
parent 83f801210e
commit cb19251556
3 changed files with 35 additions and 35 deletions

View File

@@ -24,7 +24,7 @@ function TIC()
Meter.update()
Timer.update()
if Context.game_in_progress then
UI.draw_meters()
Meter.draw()
Timer.draw()
end
end