Change to square only

This commit is contained in:
2026-03-29 17:58:13 -05:00
parent 2680d373d8
commit 6d7fbd3926

View File

@@ -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