@ -4,9 +4,10 @@ local function winner()
local opacity = 0.3
local s = ""
if not _G.P1_WIN then
if _G.P1_WIN then
s = "P1 Win! R - Restart"
elseif not _G.P2_WIN then
end
if _G.P2_WIN then
s = "P2 Win! R - Restart"