From 6d7fbd3926555e4df1708b80bc7b552385cbd53e Mon Sep 17 00:00:00 2001 From: Dominic Masters Date: Sun, 29 Mar 2026 17:58:13 -0500 Subject: [PATCH] Change to square only --- assets/scene/minesweeper.lua | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/assets/scene/minesweeper.lua b/assets/scene/minesweeper.lua index 7e31aa6..3ece37a 100644 --- a/assets/scene/minesweeper.lua +++ b/assets/scene/minesweeper.lua @@ -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