Commit fc30f30f authored by wildfirecode's avatar wildfirecode

1

parent 8a23fe95
...@@ -36,7 +36,7 @@ export default async (thisObj: MainScene) => { ...@@ -36,7 +36,7 @@ export default async (thisObj: MainScene) => {
spread = spreads.splice(i, 1)[0]; spread = spreads.splice(i, 1)[0];
const [fromIndex, toIndex] = spread; const [fromIndex, toIndex] = spread;
const fromEle: Element = thisObj.lattices[fromIndex].element;//起始元素 const fromEle: Element = thisObj.lattices[fromIndex].element;//起始元素
await fromEle.toAction(); await fromEle.toAction();//准备开始吹
const endEle: Element = thisObj.lattices[toIndex].element; //终点元素 const endEle: Element = thisObj.lattices[toIndex].element; //终点元素
endEle.reset(ElementType.JELLY); endEle.reset(ElementType.JELLY);
endEle.isMonsterJelly = true; endEle.isMonsterJelly = true;
......
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