feat: added meters, changed colors, removed unnecessary comments

This commit is contained in:
Zoltan Timar
2026-02-18 22:58:14 +01:00
parent 9014e36014
commit 8832b6c833
13 changed files with 142 additions and 101 deletions

View File

@@ -58,4 +58,8 @@ function TIC()
if handler then
handler()
end
Meters.update()
if Context.game_in_progress then
UI.draw_meters()
end
end