fix win
This commit is contained in:
parent
49a57a6e5d
commit
d059017989
@ -4,9 +4,10 @@ local function winner()
|
|||||||
local opacity = 0.3
|
local opacity = 0.3
|
||||||
local s = ""
|
local s = ""
|
||||||
|
|
||||||
if not _G.P1_WIN then
|
if _G.P1_WIN then
|
||||||
s = "P1 Win! R - Restart"
|
s = "P1 Win! R - Restart"
|
||||||
elseif not _G.P2_WIN then
|
end
|
||||||
|
if _G.P2_WIN then
|
||||||
s = "P2 Win! R - Restart"
|
s = "P2 Win! R - Restart"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user