remove npc and item handling

This commit is contained in:
2026-02-17 20:23:11 +01:00
parent 9a65891afa
commit ef4876b083
7 changed files with 52 additions and 170 deletions

View File

@@ -83,7 +83,7 @@ function MinigameButtonMashWindow.draw()
if mg.bar_fill > 66 then
bar_color = Config.colors.item -- yellow
elseif mg.bar_fill > 33 then
bar_color = Config.colors.npc -- medium color
bar_color = Config.colors.bar -- medium color
end
rect(mg.bar_x, mg.bar_y, fill_width, mg.bar_height, bar_color)