This commit is contained in:
sam-astro 2022-01-14 09:29:25 -05:00 committed by GitHub
parent ec729dfa48
commit 3eb16c2e77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -106,6 +106,8 @@ func Update(deltaTime)
CPP.Graphics.Draw(lPaddle)
CPP.Graphics.Draw(rPaddle)
// scoreTextOne.DrawText()
HandleBallBounce()
}