Commit 5bff6b16 authored by wildfirecode's avatar wildfirecode

1

parent 1e545bf7
...@@ -121,7 +121,7 @@ const redBombPanelName = "RedBombAlert"; ...@@ -121,7 +121,7 @@ const redBombPanelName = "RedBombAlert";
//所有可能被添加节日红包的关卡及索引,默认索引值都是40;如果没有就不放 //所有可能被添加节日红包的关卡及索引,默认索引值都是40;如果没有就不放
const fesChapterData: number[] = []; const fesChapterData: number[] = [];
for(let i = 1; i < 227; i++) { /// TODO 测试 for(let i = 1; i < 999; i++) { /// TODO 测试
if(i == 25 || i == 44) continue; if(i == 25 || i == 44) continue;
fesChapterData.push(i); fesChapterData.push(i);
} }
...@@ -586,6 +586,9 @@ export default class MainScene extends Scene { ...@@ -586,6 +586,9 @@ export default class MainScene extends Scene {
//0是上格子,1是下格子 //0是上格子,1是下格子
var connectedLat = connectedLats[i]; var connectedLat = connectedLats[i];
if(!connectedLat || !connectedLat.length) continue; if(!connectedLat || !connectedLat.length) continue;
if(!this.lattices[connectedLat[0]]) {
throw new Error('联通干了个空的@沈豪洲(牛奶) ')
}
this.lattices[connectedLat[0]].down = connectedLat[1]; this.lattices[connectedLat[0]].down = connectedLat[1];
this.lattices[connectedLat[1]].up = connectedLat[0]; this.lattices[connectedLat[1]].up = connectedLat[0];
......
This diff is collapsed.
This diff is collapsed.
...@@ -51,6 +51,7 @@ var a = { ...@@ -51,6 +51,7 @@ var a = {
"two": 15000, "two": 15000,
"three": 32000 "three": 32000
}; };
//取数据格式用,一般情况注释 //取数据格式用,一般情况注释
// (function exportFile(chapters: ChapterData[]) { // (function exportFile(chapters: ChapterData[]) {
// var obj = [] // var obj = []
......
...@@ -1136,6 +1136,131 @@ ...@@ -1136,6 +1136,131 @@
"levelNum": 226, "levelNum": 226,
"maxScore": 47440, "maxScore": 47440,
"stars": 1 "stars": 1
},
{
"levelNum": 227,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 228,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 229,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 230,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 231,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 232,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 233,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 234,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 235,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 236,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 237,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 238,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 239,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 240,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 241,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 242,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 243,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 244,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 245,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 245,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 246,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 247,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 248,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 249,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 250,
"maxScore": 47440,
"stars": 1
} }
], ],
"remainProp": [ "remainProp": [
......
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