feat: added new discussion functionality, implemented textbox draw functionality, added first discussion with sumphore to the street
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/pr/woodpecker Pipeline failed

This commit is contained in:
Zoltan Timar
2026-03-12 17:08:08 +01:00
parent 5a0c8ef19d
commit 5daf98fd06
14 changed files with 421 additions and 31 deletions

View File

@@ -129,7 +129,7 @@ function MinigameButtonMashWindow.draw()
if mg.button_pressed_timer > 0 then
circ(mg.button_x, mg.button_y, mg.button_size - 2, button_color)
end
Print.text_center(" Z", mg.button_x - 2, mg.button_y - 3, Config.colors.light_grey)
Print.text_center("Z", mg.button_x, mg.button_y - 3, button_color)
Print.text_center("MASH Z!", Config.screen.width / 2, mg.bar_y + mg.bar_height + 10, Config.colors.light_grey)
local percentage = math.floor((mg.bar_fill / mg.max_fill) * 100)
Print.text_center(percentage .. "%", mg.bar_x + mg.bar_width / 2, mg.bar_y + 2, Config.colors.black)