Commit 4679d991 authored by 范雪寒's avatar 范雪寒

test:logs

parent 38249972
......@@ -44,6 +44,9 @@ cc.Class({
cc.director._scene.on("thoucmove", function () {
console.log('汪汪汪')
});
cc.director._scene.on("touchmove", function () {
console.log('汪汪汪2')
});
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment