Commit 50c2cf42 authored by haiyoucuv's avatar haiyoucuv

init

parent 3fcac8b6
......@@ -64,7 +64,6 @@ export class Game extends Base {
this.fullAni.play();
this.fullAni.onFrameChange = (currentFrame) => {
console.log(currentFrame)
if (currentFrame === targetFrame - 1) {
this.fullAni.animationSpeed = 1;
this.fullAni.onFrameChange = null;
......
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