started on textbox

This commit is contained in:
sam-astro 2022-01-14 08:26:00 -05:00 committed by GitHub
parent 406cac4cff
commit 128c5f4221
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,6 +39,8 @@ func Start()
global Sprite lPaddle = CPP.Graphics.Sprite("./square.png", lPaddlePosition, paddleScale, 0)
global Sprite rPaddle = CPP.Graphics.Sprite("./square.png", rPaddlePosition, paddleScale, 0)
// global Text scoreTextOne = CPP.Graphics.Text("score", centerOfScreen, 16, 255, 255, 255)
global Vec2 ballVelocity = NVec2(ballSpeed, 0)
}