feat: trigger logic implementation
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/pr/woodpecker Pipeline failed

This commit is contained in:
Zoltan Timar
2026-03-05 20:26:23 +01:00
parent 3db1ae1064
commit 3f2df7d512
5 changed files with 141 additions and 1 deletions

View File

@@ -23,6 +23,7 @@ function TIC()
end
Meter.update()
Timer.update()
Trigger.update()
if Context.game_in_progress then
Meter.draw()
Timer.draw()