Commit 8d5c2119 authored by haiyoucuv's avatar haiyoucuv

init

parent 4a0c27b0
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -38,7 +38,6 @@ export class BubbleMgr extends Base {
}
});
// 更新数据
bubbleRecords.forEach((info, index) => {
const { id } = info;
......@@ -56,6 +55,8 @@ export class BubbleMgr extends Base {
}
}
console.log(emptyPos);
bubble.position.set(posArr[emptyPos].x, posArr[emptyPos].y)
bubble.ideaEffect(150 * index, Math.random() > 0.5 ? 1 : -1);
......
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