修复test场景触屏点击报错
This commit is contained in:
@@ -48,7 +48,7 @@ function scene.touchClick(x,y)
|
|||||||
end
|
end
|
||||||
function scene.touchDown(x,y)
|
function scene.touchDown(x,y)
|
||||||
SYSFX.newRipple(.5,x,y,50)
|
SYSFX.newRipple(.5,x,y,50)
|
||||||
push(("[touchDown] <%d: %d, %d>"):format(x,y))
|
push(("[touchDown] <%d, %d>"):format(x,y))
|
||||||
end
|
end
|
||||||
function scene.touchMove(x,y)
|
function scene.touchMove(x,y)
|
||||||
SYSFX.newRipple(.5,x,y,50)
|
SYSFX.newRipple(.5,x,y,50)
|
||||||
|
|||||||
Reference in New Issue
Block a user