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) view = cameraGetViewMatrix(camera)
shaderSetMatrix(SHADER_UNLIT, SHADER_UNLIT_VIEW, view) shaderSetMatrix(SHADER_UNLIT, SHADER_UNLIT_VIEW, view)
textDraw(10, 10, "Hello World\nHow are you?") -- textDraw(10, 10, "Hello World\nHow are you?")
-- spriteBatchPush( spriteBatchPush(
-- x, y, x, y,
-- x + 32, y + 32, x + 32, y + 32,
-- colorWhite() colorWhite()
-- ) )
-- Update mouse position -- Update mouse position
-- if INPUT_POINTER then -- if INPUT_POINTER then