From 0bcfd10a9d5efdd5703165b1e223342fe13ba0c4 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Sun, 11 Apr 2021 20:23:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dtest=E5=9C=BA=E6=99=AF?= =?UTF-8?q?=E8=A7=A6=E5=B1=8F=E7=82=B9=E5=87=BB=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/scenes/test.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parts/scenes/test.lua b/parts/scenes/test.lua index cb3abc88..c856b7d5 100644 --- a/parts/scenes/test.lua +++ b/parts/scenes/test.lua @@ -48,7 +48,7 @@ function scene.touchClick(x,y) end function scene.touchDown(x,y) SYSFX.newRipple(.5,x,y,50) - push(("[touchDown] <%d: %d, %d>"):format(x,y)) + push(("[touchDown] <%d, %d>"):format(x,y)) end function scene.touchMove(x,y) SYSFX.newRipple(.5,x,y,50)