Commit 93c946b2 authored by zjz1994's avatar zjz1994

新增1080关卡

parent e91075ce
......@@ -136,8 +136,8 @@
// localStorage.clear();
window['imgver'] = '11112';
//top 8 ,repeat 22 , bottom 3
window['total_level'] = 8 + 3 + 22 * 48;
window['last_level'] = 1060;
window['total_level'] = 8 + 3 + 22 * 49;
window['last_level'] = 1080;
var sharePic = document.getElementById('pic');
sharePic.onclick = function () {
......
import { ChapterData } from "../interface/ChapterData";
//1061-1080
export const Chapters44: ChapterData[] = [
]
\ No newline at end of file
......@@ -45,6 +45,7 @@ import { Chapters40 } from "./Chapter40";
import { Chapters41 } from "./Chapter41";
import { Chapters42 } from "./Chapter42";
import { Chapters43 } from "./Chapter43";
import { Chapters44 } from "./Chapter44";
//所有的关卡
const chapters: ChapterData[] = [].concat(
Chapters1,
......@@ -90,6 +91,7 @@ const chapters: ChapterData[] = [].concat(
Chapters41,
Chapters42,
Chapters43,
Chapters44
)
// console.log(chapters)
chapters.forEach((chapter,index) => {
......
......@@ -5313,6 +5313,106 @@
"levelNum": 1060,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 1061,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 1062,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 1063,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 1064,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 1065,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 1066,
"maxScore": 77770,
"stars": 1
},
{
"levelNum": 1067,
"maxScore": 77770,
"stars": 1
},
{
"levelNum": 1068,
"maxScore": 77770,
"stars": 1
},
{
"levelNum": 1069,
"maxScore": 77770,
"stars": 1
},
{
"levelNum": 1070,
"maxScore": 49440,
"stars": 1
},
{
"levelNum": 1071,
"maxScore": 49440,
"stars": 1
},
{
"levelNum": 1072,
"maxScore": 49440,
"stars": 1
},
{
"levelNum": 1073,
"maxScore": 49440,
"stars": 1
},
{
"levelNum": 1074,
"maxScore": 49440,
"stars": 1
},
{
"levelNum": 1075,
"maxScore": 49440,
"stars": 1
},
{
"levelNum": 1076,
"maxScore": 49440,
"stars": 1
},
{
"levelNum": 1077,
"maxScore": 49440,
"stars": 1
},
{
"levelNum": 1078,
"maxScore": 49440,
"stars": 1
},
{
"levelNum": 1079,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 1080,
"maxScore": 47440,
"stars": 1
}
],
"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