Merge pull request 'success label border fix' (#41) from bugfix/success-label-border into master
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

Reviewed-on: #41
This commit was merged in pull request #41.
This commit is contained in:
2026-03-20 06:07:24 +00:00

View File

@@ -5,7 +5,7 @@
--- @within Minigame --- @within Minigame
function Minigame.draw_win_overlay() function Minigame.draw_win_overlay()
local text = "SUCCESS" local text = "SUCCESS"
local tw = #text * 4 local tw = #text * 6
local th = 6 local th = 6
local padding = 4 local padding = 4
local box_w = tw + padding * 2 local box_w = tw + padding * 2