success label border fix #41

Merged
mr.zero merged 1 commits from bugfix/success-label-border into master 2026-03-20 06:07:24 +00:00
Showing only changes of commit 6b4d47a438 - Show all commits
+1 -1
View File
@@ -5,7 +5,7 @@
--- @within Minigame
function Minigame.draw_win_overlay()
local text = "SUCCESS"
local tw = #text * 4
local tw = #text * 6
local th = 6
local padding = 4
local box_w = tw + padding * 2