修复加载场景点鼠标报错
This commit is contained in:
@@ -140,11 +140,6 @@ function scene.sceneBack()
|
|||||||
love.event.quit()
|
love.event.quit()
|
||||||
end
|
end
|
||||||
|
|
||||||
function scene.mouseDown()
|
|
||||||
scene.keyDown("mouse")
|
|
||||||
end
|
|
||||||
scene.touchDown=scene.mouseDown
|
|
||||||
|
|
||||||
function scene.update(dt)
|
function scene.update(dt)
|
||||||
if not LOADED then
|
if not LOADED then
|
||||||
loading=loadingThread()
|
loading=loadingThread()
|
||||||
|
|||||||
Reference in New Issue
Block a user