Change to square only
This commit is contained in:
@@ -195,13 +195,13 @@ function sceneRender()
|
||||
view = cameraGetViewMatrix(camera)
|
||||
shaderSetMatrix(SHADER_UNLIT, SHADER_UNLIT_VIEW, view)
|
||||
|
||||
textDraw(10, 10, "Hello World\nHow are you?")
|
||||
-- textDraw(10, 10, "Hello World\nHow are you?")
|
||||
|
||||
-- spriteBatchPush(
|
||||
-- x, y,
|
||||
-- x + 32, y + 32,
|
||||
-- colorWhite()
|
||||
-- )
|
||||
spriteBatchPush(
|
||||
x, y,
|
||||
x + 32, y + 32,
|
||||
colorWhite()
|
||||
)
|
||||
|
||||
-- Update mouse position
|
||||
-- if INPUT_POINTER then
|
||||
|
||||
Reference in New Issue
Block a user