Hyphen over colon in balls/strikes
This commit is contained in:
parent
16fde510ac
commit
9678db167f
|
@ -18,7 +18,7 @@ end
|
||||||
|
|
||||||
function drawBallsAndStrikes(x, y, balls, strikes)
|
function drawBallsAndStrikes(x, y, balls, strikes)
|
||||||
local gfx = playdate.graphics
|
local gfx = playdate.graphics
|
||||||
print("" .. balls .. ":" .. strikes)
|
print("" .. balls .. " - " .. strikes)
|
||||||
gfx.setColor(gfx.kColorBlack)
|
gfx.setColor(gfx.kColorBlack)
|
||||||
gfx.fillRect(x, y, 20, ScoreboardHeight)
|
gfx.fillRect(x, y, 20, ScoreboardHeight)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue