Commit 12e321fa authored by zjz1994's avatar zjz1994

代码暂存

parent 93d63bff
......@@ -2790,7 +2790,7 @@ export default class MainScene extends Scene {
//消除结束之后检查石门
const blockResult = await this.checkAllBlock();
if(blockResult && blockResult.length && blockResult.some(item => item)) {
console.log('有至少一个门翻转过来了', blockResult);
// console.log('有至少一个门翻转过来了', blockResult);
this.eliminate();
return;
}
......
......@@ -449,7 +449,7 @@ export const Chapters12: ChapterData[] = [
},
//233
{
baseElementTypes: [0, 1, 2, 3, 4], bubbleProbability: 0, stepCount: 25, passTarget: { type: 1, elements: [{ type: 9, count: 46 }] }, starScores: [6000, 12000, 21000], map: {
baseElementTypes: [0, 1, 2, 3, 4], bubbleProbability: 0, stepCount: 33, passTarget: { type: 1, elements: [{ type: 9, count: 46 }] }, starScores: [6000, 12000, 21000], map: {
lattices: [
3, 3, 3, 3, 0, 3, 3, 3, 3,
......
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