修复test场景触屏点击报错
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user