Commit 9f082fb6 authored by zhangjinzhou's avatar zhangjinzhou

代码暂存

parent b464dbfd
......@@ -137,8 +137,8 @@
// localStorage.clear();
window['imgver'] = '11112';
//top 8 ,repeat 22 , bottom 3
window['total_level'] = 8 + 3 + 22 * 58;
window['last_level'] = 1280;
window['total_level'] = 8 + 3 + 22 * 59;
window['last_level'] = 1300;
var sharePic = document.getElementById('pic');
sharePic.onclick = function () {
......
import { ChapterData } from "../interface/ChapterData";
//1261-1280
export const Chapters55: ChapterData[] = [
]
\ No newline at end of file
......@@ -56,6 +56,7 @@ import { Chapters51 } from "./Chapter51";
import { Chapters52 } from "./Chapter52";
import { Chapters53 } from "./Chapter53";
import { Chapters54 } from "./Chapter54";
import { Chapters55 } from "./Chapter55";
//所有的关卡
const chapters: ChapterData[] = [].concat(
Chapters1,
......@@ -111,7 +112,9 @@ const chapters: ChapterData[] = [].concat(
Chapters51,
Chapters52,
Chapters53,
Chapters54
Chapters54,
Chapters55,
)
// console.log(chapters)
chapters.forEach((chapter,index) => {
......
......@@ -20,7 +20,7 @@
"num": 3
}
],
"playerlevel":1280,
"playerlevel":1300,
"remainEnargy": 2,
"askForEnergy": false,
"refectionCountdown": 77777,
......
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