move meter to system (temporary)
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-03-03 20:05:49 +01:00
parent 03b6567c08
commit c39e0ece35
5 changed files with 24 additions and 21 deletions

View File

@@ -42,7 +42,7 @@ Screen.register({
local m = Context.meters
local max_val = Meter.get_max()
local decay_pct = Timer.get_decay_percentage()
local decay_pct = Meter.get_decay_percentage()
local decay_text = string.format("-%d%%", decay_pct)
local combo_mult = Meter.get_combo_multiplier()
local combo_pct = math.floor((combo_mult - 1) * 100)