From f1851136b321e6e5ead0e1f06e0d25bb3ad93bfb Mon Sep 17 00:00:00 2001 From: Smok1e Date: Mon, 18 Sep 2023 21:58:40 +0300 Subject: [PATCH] =?UTF-8?q?=E2=97=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Applications/Shooting.app/Main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Applications/Shooting.app/Main.lua b/Applications/Shooting.app/Main.lua index b8922a0f..baeaee9c 100644 --- a/Applications/Shooting.app/Main.lua +++ b/Applications/Shooting.app/Main.lua @@ -62,7 +62,7 @@ circle.draw = function() end for i = 1, #points do - screen.drawText(circle.x + points[i][1], circle.y + points[i][2], getColor(), "⬤") + screen.drawText(circle.x + points[i][1], circle.y + points[i][2], getColor(), "●") end end