更新关卡

This commit is contained in:
COMPUTER\EDY 2025-09-22 17:00:38 +08:00
parent 5be9389b92
commit cc26517e2f
49 changed files with 10524 additions and 1506 deletions

File diff suppressed because it is too large Load Diff

View File

@ -664,6 +664,7 @@ export default class Block extends cc.Component {
MapConroler._instance.hammerMask.active = false;
MapConroler._instance.node.parent.getChildByName("Bottom").getChildByName("destroyBtn").getComponent("btnControl").setTouch(true);
MapConroler._instance.costHammer();
MapConroler._instance.usePause();
return false;
}
if (this.type != BlockType. && this.type != BlockType.) {

View File

@ -703,11 +703,14 @@ export default class JiaZai extends cc.Component {
startGame() {
cc.fx.AudioManager._instance.playEffect("anniu_Big", null);
let version = cc.fx.GameTool.getWechatGameVersion();
if ((cc.fx.GameConfig.GM_INFO.level) > 399 && version != "开发版" && version != "体验版") {
cc.fx.GameConfig.GM_INFO.level = 400;
MiniGameSdk.API.showToast("关卡每周更新,敬请期待!");
return;
if (cc.fx.GameTool.maxLevel()) {
if (version != "开发版" && version != "体验版") {
MiniGameSdk.API.showToast("关卡每周更新,敬请期待!");
return;
}
}
let power = cc.fx.GameTool.getUserPowerTime();
if (cc.fx.GameConfig.GM_INFO.hp < 1 && power == false) {
MiniGameSdk.API.showToast("体力值不足");
@ -731,8 +734,7 @@ export default class JiaZai extends cc.Component {
if (this.custom.string != "") {
cc.fx.GameConfig.GM_INFO.level = parseInt(this.custom.string) - 1;
// cc.fx.StorageMessage.setStorage("level",cc.fx.GameConfig.GM_INFO.level.toString());
if ((cc.fx.GameConfig.GM_INFO.level) > 399) {
cc.fx.GameConfig.GM_INFO.level = 400;
if (cc.fx.GameTool.maxLevel()) {
MiniGameSdk.API.showToast("关卡每周更新,敬请期待!");
return;
}
@ -742,8 +744,7 @@ export default class JiaZai extends cc.Component {
cc.fx.AudioManager._instance.playEffect("zhuan1", null);
this.node.getChildByName("zhuanchang").active = true;
this.node.getChildByName("zhuanchang").getComponent(sp.Skeleton).setAnimation(1, "up", false);
if ((cc.fx.GameConfig.GM_INFO.level) > 399) {
cc.fx.GameConfig.GM_INFO.level = 400;
if (cc.fx.GameTool.maxLevel()) {
MiniGameSdk.API.showToast("关卡每周更新,敬请期待!");
return;
}
@ -751,8 +752,7 @@ export default class JiaZai extends cc.Component {
}
}
else if (version == "正式版") {
if ((cc.fx.GameConfig.GM_INFO.level) > 399) {
cc.fx.GameConfig.GM_INFO.level = 400;
if (cc.fx.GameTool.maxLevel()) {
MiniGameSdk.API.showToast("关卡每周更新,敬请期待!");
return;
}
@ -766,8 +766,7 @@ export default class JiaZai extends cc.Component {
if (this.custom.string != "") {
cc.fx.GameConfig.GM_INFO.level = parseInt(this.custom.string) - 1;
// cc.fx.StorageMessage.setStorage("level",cc.fx.GameConfig.GM_INFO.level.toString());
if ((cc.fx.GameConfig.GM_INFO.level) > 399) {
cc.fx.GameConfig.GM_INFO.level = 400;
if (cc.fx.GameTool.maxLevel()) {
MiniGameSdk.API.showToast("关卡每周更新,敬请期待!");
return;
}
@ -777,8 +776,7 @@ export default class JiaZai extends cc.Component {
cc.fx.AudioManager._instance.playEffect("zhuan1", null);
this.node.getChildByName("zhuanchang").active = true;
this.node.getChildByName("zhuanchang").getComponent(sp.Skeleton).setAnimation(1, "up", false);
if ((cc.fx.GameConfig.GM_INFO.level) > 399) {
cc.fx.GameConfig.GM_INFO.level = 400;
if (cc.fx.GameTool.maxLevel()) {
MiniGameSdk.API.showToast("关卡每周更新,敬请期待!");
return;
}
@ -1536,9 +1534,7 @@ export default class JiaZai extends cc.Component {
let title = "好友帮助通过第" + otherInfo.otherLevel + "关";
MiniGameSdk.API.showToast(title);
cc.fx.GameConfig.GM_INFO.level = otherInfo.otherLevel;
if ((cc.fx.GameConfig.GM_INFO.level) > 399) {
cc.fx.GameConfig.GM_INFO.level = 400;
}
cc.fx.GameTool.maxLevel();
const timestamp = Date.now();
const levelInfo = {
level: cc.fx.GameConfig.GM_INFO.level, // 关卡

View File

@ -1892,14 +1892,12 @@ export default class MapConroler extends cc.Component {
cc.fx.AudioManager._instance.playEffect("anniu_Big", null);
console.log("下一关", cc.fx.GameConfig.GM_INFO.level);
this.uploadToCloud(cc.fx.GameConfig.GM_INFO.level + 1);
if (cc.fx.GameConfig.GM_INFO.level > 399) {
cc.fx.GameConfig.GM_INFO.level = 400;
if (cc.fx.GameTool.maxLevel()) {
MiniGameSdk.API.showToast("每周更新,敬请期待");
setTimeout(() => {
this.node.parent.parent.getChildByName("Win").getChildByName("tween").
getChildByName("nextBtn").getComponent("btnControl").setTouch(true);
}, 500);
}
else {
// console.log("下一关");
@ -1922,9 +1920,7 @@ export default class MapConroler extends cc.Component {
}
}
if ((cc.fx.GameConfig.GM_INFO.level) > 399) {
console.log("6现在关卡数", cc.fx.GameConfig.GM_INFO.level);
cc.fx.GameConfig.GM_INFO.level = 400;
if (cc.fx.GameTool.maxLevel()) {
MiniGameSdk.API.showToast("关卡每周更新,敬请期待!");
return;
}
@ -2045,6 +2041,16 @@ export default class MapConroler extends cc.Component {
cc.fx.GameConfig.GM_INFO.reviewDoor += 1;
}
if (this.node.parent.getChildByName("Ice").active) {
this.freezeMask.active = false;
let freezeBtn = this.node.parent.getChildByName("Bottom").getChildByName("timeBtn");
freezeBtn.getComponent("btnControl").setTouch(true);
this.node.parent.getChildByName("Ice").getChildByName("skeleton").active = false;
this.node.parent.getChildByName("Ice").active = false;
}
this.icetimeNode[0].active = true;
this.icetimeNode[1].active = false;
this.icetimeNode[2].active = false;
this.gameOver = false;
this.gameWin = false;
this.pause = false;
@ -2130,6 +2136,7 @@ export default class MapConroler extends cc.Component {
this.node.parent.parent.getChildByName("Lose").getChildByName("lose").getChildByName("Time").active = false;
this.node.parent.parent.getChildByName("Lose").getChildByName("lose").getChildByName("Boom").active = false;
this.node.parent.parent.getChildByName("Lose").getChildByName("lose").getChildByName("Lock").active = false;
this.node.parent.parent.getChildByName("Lose").getChildByName("lose").getChildByName("Revolving").active = false;
this.node.parent.parent.getChildByName("Lose").getChildByName("lose").getChildByName("Health").active = true;
}
else {
@ -2146,6 +2153,7 @@ export default class MapConroler extends cc.Component {
this.node.parent.parent.getChildByName("Lose").getChildByName("lose").getChildByName("Time").active = false;
this.node.parent.parent.getChildByName("Lose").getChildByName("lose").getChildByName("Boom").active = false;
this.node.parent.parent.getChildByName("Lose").getChildByName("lose").getChildByName("Lock").active = false;
this.node.parent.parent.getChildByName("Lose").getChildByName("lose").getChildByName("Revolving").active = false;
this.node.parent.parent.getChildByName("Lose").getChildByName("lose").getChildByName("Health").active = true;
this.node.parent.parent.getChildByName("Lose").getChildByName("lose").getChildByName("WinStreak").active = false;
}
@ -2465,8 +2473,10 @@ export default class MapConroler extends cc.Component {
//播放结束后消失
this.icetimeNode[2].getChildByName("dongjie").getComponent(sp.Skeleton).setCompleteListener(() => {
this.icetimeNode[2].active = false;
this.icetimeNode[1].active = true;
this.node.parent.getChildByName("Ice").getChildByName("skeleton").getComponent(sp.Skeleton).setAnimation(0, "animation", true);
if (this.icetimeNode[0].active == false) {
this.icetimeNode[1].active = true;
this.node.parent.getChildByName("Ice").getChildByName("skeleton").getComponent(sp.Skeleton).setAnimation(0, "animation", true);
}
})
cc.fx.GameConfig.GM_INFO.freezeAmount -= 1;
@ -2506,12 +2516,11 @@ export default class MapConroler extends cc.Component {
// this.node.parent.getChildByName("Top").getChildByName("Ice").active = false;
this.icetimeNode[0].active = true;
this.icetimeNode[1].active = false;
this.icetimeNode[2].active = false;
if (this.iceTrue() == false) {
this.pause = false;
if (this.gameStart == true) this.startBoom();
}
}
}
@ -2644,7 +2653,8 @@ export default class MapConroler extends cc.Component {
this.hammerMask.active = true;
this.hammer = true;
this.ishammer = true;
this.stopBoom();
this.pause = true;
// this.hammerLabel.string = cc.fx.GameConfig.GM_INFO.hammerAmount.toString();
}
else MiniGameSdk.API.showToast("道具使用中,请稍后再试");

View File

@ -0,0 +1,71 @@
// Learn TypeScript:
// - https://docs.cocos.com/creator/manual/en/scripting/typescript.html
// Learn Attribute:
// - https://docs.cocos.com/creator/manual/en/scripting/reference/attributes.html
// Learn life-cycle callbacks:
// - https://docs.cocos.com/creator/manual/en/scripting/life-cycle-callbacks.html
import JiaZai from "./JiaZai";
import MapConroler from "./Map";
import SceneManager from "./SceneManager";
import { MiniGameSdk } from "./Sdk/MiniGameSdk";
const { ccclass, property } = cc._decorator;
@ccclass
export default class gameOverUi extends cc.Component {
static _instance: any;
time: number = 0;
@property(cc.Node)
music: cc.Node = null;
@property(cc.Node)
effect: cc.Node = null;
@property(cc.Node)
vibrate: cc.Node = null;
@property(cc.Node)
exit: cc.Node = null;
@property(cc.Node)
win: cc.Node = null;
musicState: boolean = true;
effectState: boolean = true;
vibrateState: boolean = true;
onLoad() {
this.node.on(cc.Node.EventType.TOUCH_START, this.touchStart, this);
this.node.on(cc.Node.EventType.TOUCH_MOVE, this.touchMove, this);
this.node.on(cc.Node.EventType.TOUCH_CANCEL, this.touchEnd, this);
this.node.on(cc.Node.EventType.TOUCH_END, this.touchEnd, this);
}
start() {
}
touchStart(event: cc.Event.EventTouch) {
this.node.parent.opacity = 0;
}
touchMove(event: cc.Event.EventTouch) {
this.node.parent.opacity = 0;
}
touchEnd(event: cc.Event.EventTouch) {
this.node.parent.opacity = 255;
}
//关闭ui
closeUi() {
cc.fx.AudioManager._instance.playEffect("anniu_little", null);
cc.fx.AudioManager._instance.playEffect("anniu_little", null);
this.node.active = false;
}
// update (dt) {}
}

View File

@ -0,0 +1,10 @@
{
"ver": "1.1.0",
"uuid": "2a16acf0-1785-40ea-83c0-e027582e4ea4",
"importer": "typescript",
"isPlugin": false,
"loadPluginInWeb": true,
"loadPluginInNative": true,
"loadPluginInEditor": false,
"subMetas": {}
}

View File

@ -324,9 +324,7 @@ export class GameConfig {
var self = this;
if ((cc.fx.GameConfig.GM_INFO.level) > 399) {
console.log("7现在关卡数", cc.fx.GameConfig.GM_INFO.level);
cc.fx.GameConfig.GM_INFO.level = 400;
if (cc.fx.GameTool.maxLevel()) {
MiniGameSdk.API.showToast("关卡每周更新,敬请期待!");
return;
}

View File

@ -359,9 +359,7 @@ var GameTool = {
//增加关卡数
addLevel(time1, time2) {
cc.fx.GameConfig.GM_INFO.level += 1;
if (cc.fx.GameConfig.GM_INFO.level > 399) {
cc.fx.GameConfig.GM_INFO.level = 400;
}
cc.fx.GameTool.maxLevel()
MiniGameSdk.API.setNewCloudlevel();
const timestamp = Date.now();
let levelInfo = {
@ -397,6 +395,16 @@ var GameTool = {
})
},
//关卡上限
maxLevel() {
let jg = false;
if (cc.fx.GameConfig.GM_INFO.level > 419) {
cc.fx.GameConfig.GM_INFO.level = 420;
jg = true;
}
return jg;
},
//改变金币信息
changeCoin(coin) {
//console.log("changeCoin", coin);

View File

@ -0,0 +1,386 @@
{
"LEVEL_INFO": [
{
"risefall": [],
"id": "401",
"map": [
8,
10
],
"time": 90,
"gap": [
{
"x": 3,
"y": 8,
"z": 0
},
{
"x": 4,
"y": 8,
"z": 0
}
]
}
],
"BLOCK_INFO": [
[
{
"block": 2,
"color": 7,
"type": 4,
"position": {
"x": 0,
"y": 0,
"z": 0
},
"freezeTime": 5,
"id": 210
},
{
"block": 2,
"color": 1,
"type": 4,
"position": {
"x": 120,
"y": 0,
"z": 0
},
"freezeTime": 9,
"id": 220
},
{
"block": 3,
"color": 6,
"type": 8,
"position": {
"x": 0,
"y": -120,
"z": 0
},
"id": 230
},
{
"block": 3,
"color": 4,
"type": 8,
"position": {
"x": 360,
"y": -120,
"z": 0
},
"id": 240
},
{
"block": 0,
"color": 1,
"type": 8,
"position": {
"x": -240,
"y": 0,
"z": 0
},
"id": 250
},
{
"block": 0,
"color": 4,
"type": 8,
"position": {
"x": 360,
"y": 0,
"z": 0
},
"id": 260
},
{
"block": 20,
"color": 4,
"type": 0,
"position": {
"x": -120,
"y": -480,
"z": 0
},
"id": 270
},
{
"block": 19,
"color": 6,
"type": 0,
"position": {
"x": 360,
"y": -480,
"z": 0
},
"id": 280
},
{
"block": 2,
"color": 7,
"type": 0,
"position": {
"x": -120,
"y": 0,
"z": 0
},
"id": 290
},
{
"block": 2,
"color": 8,
"type": 0,
"position": {
"x": 240,
"y": 0,
"z": 0
},
"id": 300
},
{
"block": 1,
"color": 8,
"type": 0,
"position": {
"x": 120,
"y": 240,
"z": 0
},
"id": 310
},
{
"block": 0,
"color": 9,
"type": 0,
"position": {
"x": -240,
"y": 240,
"z": 0
},
"id": 320
},
{
"block": 0,
"color": 2,
"type": 0,
"position": {
"x": -120,
"y": 240,
"z": 0
},
"id": 330
},
{
"block": 0,
"color": 6,
"type": 0,
"position": {
"x": 360,
"y": 240,
"z": 0
},
"id": 340
},
{
"block": 0,
"color": 7,
"type": 0,
"position": {
"x": 240,
"y": 240,
"z": 0
},
"id": 350
},
{
"block": 1,
"color": 5,
"type": 0,
"position": {
"x": -120,
"y": 360,
"z": 0
},
"id": 360
},
{
"block": 1,
"color": 2,
"type": 0,
"position": {
"x": 360,
"y": 360,
"z": 0
},
"id": 370
},
{
"block": 2,
"color": 9,
"type": 9,
"position": {
"x": 120,
"y": -480,
"z": 0
},
"adhesiveTime": 2,
"id": 380
},
{
"block": 2,
"color": 6,
"type": 9,
"position": {
"x": 0,
"y": -480,
"z": 0
},
"adhesiveTime": 1,
"id": 390
}
]
],
"WALL_INFO": [
[
{
"id": 402,
"num": 0,
"color": 8,
"special": 0,
"length": 2
},
{
"id": 403,
"num": 1,
"color": 8,
"special": 0,
"length": 0
},
{
"id": 404,
"num": 3,
"color": 5,
"special": 0,
"length": 1
},
{
"id": 405,
"num": 4,
"color": 6,
"special": 4,
"length": 2
},
{
"id": 406,
"num": 5,
"color": 6,
"special": 4,
"length": 0
},
{
"id": 407,
"num": 9,
"color": 1,
"special": 0,
"length": 2
},
{
"id": 408,
"num": 11,
"color": 1,
"special": 0,
"length": 0
},
{
"id": 409,
"num": 19,
"color": 4,
"special": 0,
"length": 2
},
{
"id": 410,
"num": 21,
"color": 4,
"special": 0,
"length": 0
},
{
"id": 411,
"num": 26,
"color": 9,
"special": 0,
"length": 2
},
{
"id": 412,
"num": 27,
"color": 9,
"special": 0,
"length": 0
},
{
"id": 413,
"num": 25,
"color": 2,
"special": 0,
"length": 1
},
{
"id": 414,
"num": 22,
"color": 7,
"special": 0,
"length": 2
},
{
"id": 415,
"num": 23,
"color": 7,
"special": 0,
"length": 0
},
{
"id": 419,
"num": 15,
"color": 4,
"special": 0,
"length": 3
},
{
"id": 420,
"num": 18,
"color": 4,
"special": 0,
"length": 0
},
{
"id": 421,
"num": 20,
"color": 4,
"special": 0,
"length": 0
},
{
"id": 416,
"num": 8,
"color": 6,
"special": 0,
"length": 3
},
{
"id": 417,
"num": 10,
"color": 6,
"special": 0,
"length": 0
},
{
"id": 418,
"num": 12,
"color": 6,
"special": 0,
"length": 0
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "2d564f7e-d18a-47ec-816b-c652bd245764",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,458 @@
{
"LEVEL_INFO": [
{
"risefall": [],
"id": "402",
"map": [
9,
12
],
"time": 80,
"gap": []
}
],
"BLOCK_INFO": [
[
{
"block": 23,
"color": 5,
"type": 0,
"position": {
"x": -300,
"y": -480,
"z": 0
},
"id": 210
},
{
"block": 23,
"color": 5,
"type": 0,
"position": {
"x": -300,
"y": -360,
"z": 0
},
"id": 220
},
{
"block": 23,
"color": 5,
"type": 0,
"position": {
"x": 420,
"y": 120,
"z": 0
},
"id": 230
},
{
"block": 23,
"color": 5,
"type": 0,
"position": {
"x": 420,
"y": 240,
"z": 0
},
"id": 240
},
{
"block": 23,
"color": 5,
"type": 0,
"position": {
"x": -300,
"y": 120,
"z": 0
},
"id": 250
},
{
"block": 23,
"color": 5,
"type": 0,
"position": {
"x": -300,
"y": 240,
"z": 0
},
"id": 260
},
{
"block": 23,
"color": 5,
"type": 0,
"position": {
"x": 420,
"y": -480,
"z": 0
},
"id": 270
},
{
"block": 23,
"color": 5,
"type": 0,
"position": {
"x": 420,
"y": -360,
"z": 0
},
"id": 280
},
{
"block": 2,
"color": 6,
"type": 0,
"position": {
"x": 60,
"y": -120,
"z": 0
},
"id": 290
},
{
"block": 2,
"color": 6,
"type": 0,
"position": {
"x": -300,
"y": 360,
"z": 0
},
"id": 300
},
{
"block": 1,
"color": 6,
"type": 0,
"position": {
"x": -180,
"y": -240,
"z": 0
},
"id": 310
},
{
"block": 3,
"color": 2,
"type": 0,
"position": {
"x": 180,
"y": -360,
"z": 0
},
"id": 320
},
{
"block": 0,
"color": 2,
"type": 0,
"position": {
"x": 420,
"y": -600,
"z": 0
},
"id": 330
},
{
"block": 0,
"color": 2,
"type": 0,
"position": {
"x": -300,
"y": -600,
"z": 0
},
"id": 340
},
{
"block": 2,
"color": 10,
"type": 0,
"position": {
"x": 420,
"y": 360,
"z": 0
},
"id": 350
},
{
"block": 1,
"color": 10,
"type": 0,
"position": {
"x": 420,
"y": -240,
"z": 0
},
"id": 360
},
{
"block": 5,
"color": 10,
"type": 0,
"position": {
"x": 300,
"y": 0,
"z": 0
},
"id": 370
},
{
"block": 5,
"color": 3,
"type": 0,
"position": {
"x": -60,
"y": 0,
"z": 0
},
"id": 380
},
{
"block": 0,
"color": 7,
"type": 2,
"position": {
"x": -180,
"y": 360,
"z": 0
},
"id": 390
},
{
"block": 0,
"color": 3,
"type": 2,
"position": {
"x": 300,
"y": 360,
"z": 0
},
"id": 400
},
{
"block": 1,
"color": 5,
"type": 2,
"position": {
"x": 300,
"y": 240,
"z": 0
},
"id": 410
},
{
"block": 1,
"color": 1,
"type": 2,
"position": {
"x": -60,
"y": 240,
"z": 0
},
"id": 420
},
{
"block": 3,
"color": 1,
"type": 2,
"position": {
"x": 420,
"y": -120,
"z": 0
},
"id": 430
},
{
"block": 3,
"color": 8,
"type": 2,
"position": {
"x": -60,
"y": -120,
"z": 0
},
"id": 440
},
{
"block": 2,
"color": 9,
"type": 2,
"position": {
"x": -180,
"y": -480,
"z": 0
},
"id": 450
},
{
"block": 2,
"color": 7,
"type": 2,
"position": {
"x": 300,
"y": -480,
"z": 0
},
"id": 460
},
{
"block": 14,
"color": 5,
"type": 3,
"position": {
"x": 60,
"y": 240,
"z": 0
},
"lockTime": 8,
"id": 470
},
{
"block": 15,
"color": 6,
"type": 4,
"position": {
"x": 180,
"y": -600,
"z": 0
},
"freezeTime": 10,
"id": 480
}
]
],
"WALL_INFO": [
[
{
"id": 403,
"num": 0,
"color": 6,
"special": 0,
"length": 1
},
{
"id": 404,
"num": 3,
"color": 10,
"special": 0,
"length": 2
},
{
"id": 405,
"num": 4,
"color": 10,
"special": 0,
"length": 0
},
{
"id": 406,
"num": 5,
"color": 2,
"special": 0,
"length": 1
},
{
"id": 407,
"num": 8,
"color": 9,
"special": 0,
"length": 2
},
{
"id": 408,
"num": 9,
"color": 9,
"special": 0,
"length": 0
},
{
"id": 409,
"num": 15,
"color": 6,
"special": 0,
"length": 3
},
{
"id": 410,
"num": 17,
"color": 6,
"special": 0,
"length": 0
},
{
"id": 411,
"num": 19,
"color": 6,
"special": 0,
"length": 0
},
{
"id": 412,
"num": 32,
"color": 7,
"special": 0,
"length": 2
},
{
"id": 413,
"num": 33,
"color": 7,
"special": 0,
"length": 0
},
{
"id": 414,
"num": 29,
"color": 8,
"special": 0,
"length": 1
},
{
"id": 415,
"num": 27,
"color": 3,
"special": 0,
"length": 2
},
{
"id": 416,
"num": 28,
"color": 3,
"special": 0,
"length": 0
},
{
"id": 417,
"num": 24,
"color": 1,
"special": 0,
"length": 1
},
{
"id": 418,
"num": 14,
"color": 5,
"special": 0,
"length": 3
},
{
"id": 419,
"num": 16,
"color": 5,
"special": 0,
"length": 0
},
{
"id": 420,
"num": 18,
"color": 5,
"special": 0,
"length": 0
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "39c7d20d-fe5c-4812-a591-720e18439cae",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,336 @@
{
"LEVEL_INFO": [
{
"risefall": [],
"id": "403",
"map": [
7,
10
],
"time": 105,
"gap": []
}
],
"BLOCK_INFO": [
[
{
"block": 5,
"color": 6,
"type": 0,
"position": {
"x": -60,
"y": 240,
"z": 0
},
"id": 210
},
{
"block": 4,
"color": 6,
"type": 0,
"position": {
"x": 300,
"y": -120,
"z": 0
},
"id": 220
},
{
"block": 5,
"color": 4,
"type": 0,
"position": {
"x": 300,
"y": -480,
"z": 0
},
"id": 230
},
{
"block": 0,
"color": 5,
"type": 0,
"position": {
"x": 60,
"y": -240,
"z": 0
},
"id": 240
},
{
"block": 2,
"color": 5,
"type": 0,
"position": {
"x": 60,
"y": -480,
"z": 0
},
"id": 250
},
{
"block": 2,
"color": 3,
"type": 0,
"position": {
"x": 60,
"y": 240,
"z": 0
},
"id": 260
},
{
"block": 1,
"color": 2,
"type": 0,
"position": {
"x": -60,
"y": -480,
"z": 0
},
"id": 270
},
{
"block": 1,
"color": 7,
"type": 0,
"position": {
"x": -60,
"y": -360,
"z": 0
},
"id": 280
},
{
"block": 1,
"color": 8,
"type": 0,
"position": {
"x": -60,
"y": -240,
"z": 0
},
"id": 290
},
{
"block": 1,
"color": 1,
"type": 0,
"position": {
"x": 300,
"y": -240,
"z": 0
},
"id": 300
},
{
"block": 2,
"color": 9,
"type": 0,
"position": {
"x": -180,
"y": 0,
"z": 0
},
"id": 310
},
{
"block": 1,
"color": 1,
"type": 0,
"position": {
"x": 300,
"y": 360,
"z": 0
},
"id": 320
},
{
"block": 1,
"color": 10,
"type": 0,
"position": {
"x": 300,
"y": 240,
"z": 0
},
"id": 330
},
{
"block": 2,
"color": 8,
"type": 8,
"position": {
"x": 180,
"y": 0,
"z": 0
},
"id": 340
},
{
"block": 2,
"color": 4,
"type": 8,
"position": {
"x": -60,
"y": 0,
"z": 0
},
"id": 350
},
{
"block": 2,
"color": 11,
"type": 8,
"position": {
"x": 60,
"y": 0,
"z": 0
},
"id": 360
},
{
"block": 0,
"color": 3,
"type": 6,
"position": {
"x": 60,
"y": -120,
"z": 0
},
"boomTime": 20,
"id": 370
}
]
],
"WALL_INFO": [
[
{
"id": 404,
"num": 1,
"color": 10,
"special": 0,
"length": 2
},
{
"id": 405,
"num": 2,
"color": 10,
"special": 0,
"length": 0
},
{
"id": 406,
"num": 5,
"color": 7,
"special": 0,
"length": 2
},
{
"id": 407,
"num": 6,
"color": 7,
"special": 0,
"length": 0
},
{
"id": 408,
"num": 9,
"color": 4,
"special": 4,
"length": 2
},
{
"id": 409,
"num": 11,
"color": 4,
"special": 4,
"length": 0
},
{
"id": 410,
"num": 13,
"color": 5,
"special": 0,
"length": 1
},
{
"id": 411,
"num": 15,
"color": 8,
"special": 4,
"length": 2
},
{
"id": 412,
"num": 17,
"color": 8,
"special": 4,
"length": 0
},
{
"id": 413,
"num": 23,
"color": 2,
"special": 0,
"length": 2
},
{
"id": 414,
"num": 24,
"color": 2,
"special": 0,
"length": 0
},
{
"id": 415,
"num": 19,
"color": 9,
"special": 0,
"length": 2
},
{
"id": 416,
"num": 20,
"color": 9,
"special": 0,
"length": 0
},
{
"id": 417,
"num": 14,
"color": 6,
"special": 0,
"length": 2
},
{
"id": 418,
"num": 16,
"color": 6,
"special": 0,
"length": 0
},
{
"id": 419,
"num": 12,
"color": 3,
"special": 0,
"length": 1
},
{
"id": 420,
"num": 8,
"color": 1,
"special": 0,
"length": 2
},
{
"id": 421,
"num": 10,
"color": 1,
"special": 0,
"length": 0
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "a4bc0e6a-f12e-4fe0-b09e-69f8d396251b",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,641 @@
{
"LEVEL_INFO": [
{
"risefall": [],
"id": "404",
"map": [
10,
15
],
"time": 130,
"gap": []
}
],
"BLOCK_INFO": [
[
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 480,
"y": -60,
"z": 0
},
"id": 210
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 360,
"y": -60,
"z": 0
},
"id": 220
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 240,
"y": -60,
"z": 0
},
"id": 230
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 120,
"y": -60,
"z": 0
},
"id": 240
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 0,
"y": -60,
"z": 0
},
"id": 250
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": -120,
"y": -60,
"z": 0
},
"id": 260
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": -240,
"y": -60,
"z": 0
},
"id": 270
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": -360,
"y": -60,
"z": 0
},
"id": 280
},
{
"block": 0,
"color": 11,
"type": 0,
"position": {
"x": -120,
"y": -300,
"z": 0
},
"id": 290
},
{
"block": 0,
"color": 11,
"type": 0,
"position": {
"x": -360,
"y": 660,
"z": 0
},
"id": 300
},
{
"block": 1,
"color": 11,
"type": 0,
"position": {
"x": 0,
"y": 660,
"z": 0
},
"id": 310
},
{
"block": 1,
"color": 11,
"type": 0,
"position": {
"x": -120,
"y": -180,
"z": 0
},
"id": 320
},
{
"block": 0,
"color": 7,
"type": 0,
"position": {
"x": 120,
"y": 660,
"z": 0
},
"id": 330
},
{
"block": 1,
"color": 7,
"type": 0,
"position": {
"x": 360,
"y": 300,
"z": 0
},
"id": 340
},
{
"block": 2,
"color": 7,
"type": 0,
"position": {
"x": 480,
"y": 60,
"z": 0
},
"id": 350
},
{
"block": 2,
"color": 4,
"type": 0,
"position": {
"x": -360,
"y": 60,
"z": 0
},
"id": 360
},
{
"block": 0,
"color": 2,
"type": 0,
"position": {
"x": -360,
"y": 300,
"z": 0
},
"id": 370
},
{
"block": 14,
"color": 2,
"type": 0,
"position": {
"x": 240,
"y": 60,
"z": 0
},
"id": 380
},
{
"block": 5,
"color": 3,
"type": 0,
"position": {
"x": -120,
"y": 60,
"z": 0
},
"id": 390
},
{
"block": 22,
"color": 3,
"type": 0,
"position": {
"x": -120,
"y": 420,
"z": 0
},
"id": 400
},
{
"block": 18,
"color": 1,
"type": 0,
"position": {
"x": 240,
"y": 420,
"z": 0
},
"id": 410
},
{
"block": 1,
"color": 1,
"type": 0,
"position": {
"x": -240,
"y": 420,
"z": 0
},
"id": 420
},
{
"block": 4,
"color": 10,
"type": 0,
"position": {
"x": 480,
"y": 420,
"z": 0
},
"id": 430
},
{
"block": 1,
"color": 10,
"type": 0,
"position": {
"x": 360,
"y": -540,
"z": 0
},
"id": 440
},
{
"block": 18,
"color": 10,
"type": 3,
"position": {
"x": 0,
"y": 180,
"z": 0
},
"lockTime": 5,
"id": 450
},
{
"block": 0,
"color": 5,
"type": 0,
"position": {
"x": 0,
"y": -180,
"z": 0
},
"id": 460
},
{
"block": 1,
"color": 5,
"type": 0,
"position": {
"x": 240,
"y": -180,
"z": 0
},
"id": 470
},
{
"block": 20,
"color": 8,
"type": 0,
"position": {
"x": -120,
"y": -540,
"z": 0
},
"id": 480
},
{
"block": 0,
"color": 4,
"type": 0,
"position": {
"x": 360,
"y": 60,
"z": 0
},
"id": 490
},
{
"block": 4,
"color": 3,
"type": 2,
"position": {
"x": -360,
"y": -420,
"z": 0
},
"id": 500
},
{
"block": 5,
"color": 5,
"type": 2,
"position": {
"x": -120,
"y": -780,
"z": 0
},
"id": 510
},
{
"block": 4,
"color": 9,
"type": 2,
"position": {
"x": 0,
"y": -780,
"z": 0
},
"id": 520
},
{
"block": 1,
"color": 7,
"type": 2,
"position": {
"x": 0,
"y": -420,
"z": 0
},
"id": 530
},
{
"block": 0,
"color": 7,
"type": 2,
"position": {
"x": 480,
"y": -540,
"z": 0
},
"id": 540
},
{
"block": 2,
"color": 8,
"type": 4,
"position": {
"x": -360,
"y": -780,
"z": 0
},
"freezeTime": 2,
"id": 550
},
{
"block": 4,
"color": 5,
"type": 4,
"position": {
"x": 120,
"y": -780,
"z": 0
},
"freezeTime": 6,
"id": 560
},
{
"block": 18,
"color": 10,
"type": 4,
"position": {
"x": 360,
"y": -420,
"z": 0
},
"freezeTime": 10,
"id": 570
},
{
"block": 14,
"color": 8,
"type": 4,
"position": {
"x": 360,
"y": -780,
"z": 0
},
"freezeTime": 17,
"id": 580
}
]
],
"WALL_INFO": [
[
{
"id": 405,
"num": 0,
"color": 5,
"special": 0,
"length": 2
},
{
"id": 406,
"num": 1,
"color": 5,
"special": 0,
"length": 0
},
{
"id": 407,
"num": 3,
"color": 8,
"special": 0,
"length": 3
},
{
"id": 408,
"num": 4,
"color": 8,
"special": 0,
"length": 0
},
{
"id": 409,
"num": 5,
"color": 8,
"special": 0,
"length": 0
},
{
"id": 410,
"num": 7,
"color": 7,
"special": 0,
"length": 2
},
{
"id": 411,
"num": 8,
"color": 7,
"special": 0,
"length": 0
},
{
"id": 412,
"num": 10,
"color": 10,
"special": 0,
"length": 3
},
{
"id": 413,
"num": 11,
"color": 10,
"special": 0,
"length": 0
},
{
"id": 414,
"num": 12,
"color": 10,
"special": 0,
"length": 0
},
{
"id": 415,
"num": 16,
"color": 4,
"special": 0,
"length": 1
},
{
"id": 416,
"num": 20,
"color": 2,
"special": 0,
"length": 3
},
{
"id": 417,
"num": 22,
"color": 2,
"special": 0,
"length": 0
},
{
"id": 418,
"num": 24,
"color": 2,
"special": 0,
"length": 0
},
{
"id": 419,
"num": 40,
"color": 3,
"special": 0,
"length": 2
},
{
"id": 420,
"num": 41,
"color": 3,
"special": 0,
"length": 0
},
{
"id": 421,
"num": 36,
"color": 1,
"special": 0,
"length": 3
},
{
"id": 422,
"num": 37,
"color": 1,
"special": 0,
"length": 0
},
{
"id": 423,
"num": 38,
"color": 1,
"special": 0,
"length": 0
},
{
"id": 424,
"num": 33,
"color": 7,
"special": 0,
"length": 2
},
{
"id": 425,
"num": 34,
"color": 7,
"special": 0,
"length": 0
},
{
"id": 426,
"num": 29,
"color": 10,
"special": 0,
"length": 3
},
{
"id": 427,
"num": 30,
"color": 10,
"special": 0,
"length": 0
},
{
"id": 428,
"num": 31,
"color": 10,
"special": 0,
"length": 0
},
{
"id": 429,
"num": 25,
"color": 5,
"special": 0,
"length": 1
},
{
"id": 430,
"num": 19,
"color": 3,
"special": 0,
"length": 2
},
{
"id": 431,
"num": 21,
"color": 3,
"special": 0,
"length": 0
},
{
"id": 432,
"num": 15,
"color": 9,
"special": 0,
"length": 1
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "150d4319-9d7d-4a72-bac1-ce3154b1ca04",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,525 @@
{
"LEVEL_INFO": [
{
"risefall": [],
"id": "405",
"map": [
11,
11
],
"time": 105,
"gap": []
}
],
"BLOCK_INFO": [
[
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 180,
"y": 180,
"z": 0
},
"id": 210
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 60,
"y": 180,
"z": 0
},
"id": 220
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 540,
"y": 420,
"z": 0
},
"id": 230
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": -420,
"y": 420,
"z": 0
},
"id": 240
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": -60,
"y": 180,
"z": 0
},
"id": 250
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 180,
"y": -180,
"z": 0
},
"id": 260
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 60,
"y": -180,
"z": 0
},
"id": 270
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": -60,
"y": -180,
"z": 0
},
"id": 280
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 540,
"y": -540,
"z": 0
},
"id": 290
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": -420,
"y": -540,
"z": 0
},
"id": 300
},
{
"block": 10,
"color": 1,
"type": 0,
"position": {
"x": -300,
"y": 180,
"z": 0
},
"id": 310
},
{
"block": 0,
"color": 1,
"type": 0,
"position": {
"x": 180,
"y": 300,
"z": 0
},
"id": 320
},
{
"block": 0,
"color": 6,
"type": 0,
"position": {
"x": -60,
"y": 300,
"z": 0
},
"id": 330
},
{
"block": 6,
"color": 6,
"type": 0,
"position": {
"x": 420,
"y": 180,
"z": 0
},
"id": 340
},
{
"block": 3,
"color": 7,
"type": 0,
"position": {
"x": 180,
"y": 420,
"z": 0
},
"id": 350
},
{
"block": 5,
"color": 2,
"type": 0,
"position": {
"x": -300,
"y": -420,
"z": 0
},
"id": 360
},
{
"block": 5,
"color": 10,
"type": 0,
"position": {
"x": 540,
"y": -420,
"z": 0
},
"id": 370
},
{
"block": 2,
"color": 5,
"type": 2,
"position": {
"x": -180,
"y": -60,
"z": 0
},
"id": 380
},
{
"block": 0,
"color": 6,
"type": 2,
"position": {
"x": -180,
"y": -180,
"z": 0
},
"id": 390
},
{
"block": 2,
"color": 10,
"type": 2,
"position": {
"x": 300,
"y": -60,
"z": 0
},
"id": 400
},
{
"block": 0,
"color": 8,
"type": 2,
"position": {
"x": 300,
"y": -180,
"z": 0
},
"id": 410
},
{
"block": 2,
"color": 7,
"type": 2,
"position": {
"x": 300,
"y": -540,
"z": 0
},
"id": 420
},
{
"block": 2,
"color": 10,
"type": 2,
"position": {
"x": -180,
"y": -540,
"z": 0
},
"id": 430
},
{
"block": 3,
"color": 5,
"type": 2,
"position": {
"x": 180,
"y": -540,
"z": 0
},
"id": 440
},
{
"block": 2,
"color": 3,
"type": 9,
"position": {
"x": 180,
"y": -420,
"z": 0
},
"adhesiveTime": 2,
"id": 450
},
{
"block": 2,
"color": 2,
"type": 9,
"position": {
"x": 60,
"y": -420,
"z": 0
},
"adhesiveTime": 1,
"id": 460
},
{
"block": 0,
"color": 10,
"type": 9,
"position": {
"x": -420,
"y": 60,
"z": 0
},
"adhesiveTime": 2,
"id": 470
},
{
"block": 0,
"color": 9,
"type": 9,
"position": {
"x": -420,
"y": -60,
"z": 0
},
"adhesiveTime": 1,
"id": 480
},
{
"block": 0,
"color": 6,
"type": 9,
"position": {
"x": 420,
"y": 60,
"z": 0
},
"adhesiveTime": 2,
"id": 490
},
{
"block": 0,
"color": 7,
"type": 9,
"position": {
"x": 540,
"y": 60,
"z": 0
},
"adhesiveTime": 1,
"id": 500
},
{
"block": 14,
"color": 9,
"type": 3,
"position": {
"x": 60,
"y": -60,
"z": 0
},
"lockTime": 7,
"id": 510
},
{
"block": 0,
"color": 8,
"type": 0,
"position": {
"x": -300,
"y": -60,
"z": 0
},
"id": 520
},
{
"block": 0,
"color": 3,
"type": 0,
"position": {
"x": 540,
"y": 180,
"z": 0
},
"id": 530
}
]
],
"WALL_INFO": [
[
{
"id": 406,
"num": 2,
"color": 7,
"special": 0,
"length": 2
},
{
"id": 407,
"num": 3,
"color": 7,
"special": 0,
"length": 0
},
{
"id": 408,
"num": 5,
"color": 3,
"special": 0,
"length": 2
},
{
"id": 409,
"num": 6,
"color": 3,
"special": 0,
"length": 0
},
{
"id": 410,
"num": 12,
"color": 10,
"special": 0,
"length": 2
},
{
"id": 411,
"num": 14,
"color": 10,
"special": 0,
"length": 0
},
{
"id": 412,
"num": 22,
"color": 2,
"special": 4,
"length": 2
},
{
"id": 413,
"num": 24,
"color": 2,
"special": 4,
"length": 0
},
{
"id": 414,
"num": 32,
"color": 5,
"special": 0,
"length": 2
},
{
"id": 415,
"num": 33,
"color": 5,
"special": 0,
"length": 0
},
{
"id": 416,
"num": 29,
"color": 9,
"special": 0,
"length": 2
},
{
"id": 417,
"num": 30,
"color": 9,
"special": 0,
"length": 0
},
{
"id": 418,
"num": 21,
"color": 6,
"special": 0,
"length": 2
},
{
"id": 419,
"num": 23,
"color": 6,
"special": 0,
"length": 0
},
{
"id": 420,
"num": 15,
"color": 8,
"special": 0,
"length": 3
},
{
"id": 421,
"num": 17,
"color": 8,
"special": 0,
"length": 0
},
{
"id": 422,
"num": 19,
"color": 8,
"special": 0,
"length": 0
},
{
"id": 423,
"num": 11,
"color": 1,
"special": 4,
"length": 2
},
{
"id": 424,
"num": 13,
"color": 1,
"special": 4,
"length": 0
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "a4abf4ff-d247-4c93-b925-a773871e4bad",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,605 @@
{
"LEVEL_INFO": [
{
"risefall": [
{
"x": 4,
"y": 6,
"color": "6"
},
{
"x": 4,
"y": 5,
"color": "6"
},
{
"x": 5,
"y": 6,
"color": "6"
},
{
"x": 5,
"y": 5,
"color": "6"
},
{
"x": 6,
"y": 6,
"color": "6"
},
{
"x": 6,
"y": 5,
"color": "6"
}
],
"id": "406",
"map": [
11,
11
],
"time": 170,
"gap": [
{
"x": 1,
"y": 9,
"z": 0
},
{
"x": 1,
"y": 8,
"z": 0
},
{
"x": 1,
"y": 7,
"z": 0
},
{
"x": 1,
"y": 1,
"z": 0
},
{
"x": 1,
"y": 2,
"z": 0
},
{
"x": 1,
"y": 3,
"z": 0
},
{
"x": 9,
"y": 9,
"z": 0
},
{
"x": 9,
"y": 8,
"z": 0
},
{
"x": 9,
"y": 7,
"z": 0
},
{
"x": 9,
"y": 1,
"z": 0
},
{
"x": 9,
"y": 2,
"z": 0
},
{
"x": 9,
"y": 3,
"z": 0
}
]
}
],
"BLOCK_INFO": [
[
{
"block": 2,
"color": 11,
"type": 0,
"position": {
"x": 60,
"y": -540,
"z": 0
},
"id": 210
},
{
"block": 2,
"color": 11,
"type": 0,
"position": {
"x": 60,
"y": 300,
"z": 0
},
"id": 220
},
{
"block": 5,
"color": 6,
"type": 0,
"position": {
"x": -180,
"y": -60,
"z": 0
},
"id": 230
},
{
"block": 2,
"color": 6,
"type": 0,
"position": {
"x": 180,
"y": 300,
"z": 0
},
"id": 240
},
{
"block": 2,
"color": 6,
"type": 0,
"position": {
"x": -60,
"y": 300,
"z": 0
},
"id": 250
},
{
"block": 2,
"color": 6,
"type": 0,
"position": {
"x": 300,
"y": -60,
"z": 0
},
"id": 260
},
{
"block": 0,
"color": 6,
"type": 0,
"position": {
"x": 540,
"y": -180,
"z": 0
},
"id": 270
},
{
"block": 0,
"color": 6,
"type": 0,
"position": {
"x": -420,
"y": -180,
"z": 0
},
"id": 280
},
{
"block": 21,
"color": 8,
"type": 0,
"position": {
"x": 300,
"y": -300,
"z": 0
},
"id": 290
},
{
"block": 2,
"color": 8,
"type": 0,
"position": {
"x": -300,
"y": 300,
"z": 0
},
"id": 300
},
{
"block": 23,
"color": 8,
"type": 0,
"position": {
"x": -300,
"y": -300,
"z": 0
},
"id": 310
},
{
"block": 23,
"color": 8,
"type": 0,
"position": {
"x": 420,
"y": 180,
"z": 0
},
"id": 320
},
{
"block": 23,
"color": 8,
"type": 0,
"position": {
"x": -300,
"y": 180,
"z": 0
},
"id": 330
},
{
"block": 23,
"color": 8,
"type": 0,
"position": {
"x": 420,
"y": -300,
"z": 0
},
"id": 340
},
{
"block": 4,
"color": 1,
"type": 0,
"position": {
"x": -180,
"y": 180,
"z": 0
},
"id": 350
},
{
"block": 0,
"color": 1,
"type": 0,
"position": {
"x": 60,
"y": -300,
"z": 0
},
"id": 360
},
{
"block": 1,
"color": 1,
"type": 0,
"position": {
"x": -180,
"y": -540,
"z": 0
},
"id": 370
},
{
"block": 2,
"color": 3,
"type": 0,
"position": {
"x": 180,
"y": -540,
"z": 0
},
"id": 380
},
{
"block": 0,
"color": 3,
"type": 0,
"position": {
"x": -60,
"y": -300,
"z": 0
},
"id": 390
},
{
"block": 0,
"color": 9,
"type": 0,
"position": {
"x": -420,
"y": 60,
"z": 0
},
"id": 400
},
{
"block": 4,
"color": 2,
"type": 0,
"position": {
"x": 300,
"y": 180,
"z": 0
},
"id": 410
},
{
"block": 0,
"color": 2,
"type": 0,
"position": {
"x": 540,
"y": 60,
"z": 0
},
"id": 420
},
{
"block": 2,
"color": 7,
"type": 0,
"position": {
"x": 420,
"y": 300,
"z": 0
},
"id": 430
},
{
"block": 0,
"color": 7,
"type": 0,
"position": {
"x": 540,
"y": -60,
"z": 0
},
"id": 440
},
{
"block": 0,
"color": 5,
"type": 0,
"position": {
"x": -420,
"y": -60,
"z": 0
},
"id": 450
},
{
"block": 22,
"color": 7,
"type": 0,
"position": {
"x": -180,
"y": -300,
"z": 0
},
"id": 460
},
{
"block": 2,
"color": 9,
"type": 0,
"position": {
"x": -60,
"y": -540,
"z": 0
},
"id": 470
},
{
"block": 0,
"color": 5,
"type": 0,
"position": {
"x": 180,
"y": -300,
"z": 0
},
"id": 480
},
{
"block": 1,
"color": 2,
"type": 0,
"position": {
"x": 420,
"y": -540,
"z": 0
},
"id": 490
},
{
"block": 3,
"color": 5,
"type": 4,
"position": {
"x": 180,
"y": 180,
"z": 0
},
"freezeTime": 8,
"id": 500
},
{
"block": 3,
"color": 6,
"type": 4,
"position": {
"x": 180,
"y": -180,
"z": 0
},
"freezeTime": 14,
"id": 510
}
]
],
"WALL_INFO": [
[
{
"id": 407,
"num": 0,
"color": 2,
"special": 0,
"length": 3
},
{
"id": 408,
"num": 1,
"color": 2,
"special": 0,
"length": 0
},
{
"id": 409,
"num": 2,
"color": 2,
"special": 0,
"length": 0
},
{
"id": 410,
"num": 12,
"color": 3,
"special": 2,
"length": 2,
"lock": true
},
{
"id": 411,
"num": 14,
"color": 3,
"special": 2,
"length": 0,
"lock": true
},
{
"id": 412,
"num": 16,
"color": 5,
"special": 0,
"length": 3
},
{
"id": 413,
"num": 18,
"color": 5,
"special": 0,
"length": 0
},
{
"id": 414,
"num": 20,
"color": 5,
"special": 0,
"length": 0
},
{
"id": 415,
"num": 22,
"color": 9,
"special": 2,
"length": 2,
"lock": true
},
{
"id": 416,
"num": 24,
"color": 9,
"special": 2,
"length": 0,
"lock": true
},
{
"id": 417,
"num": 33,
"color": 1,
"special": 0,
"length": 3
},
{
"id": 418,
"num": 34,
"color": 1,
"special": 0,
"length": 0
},
{
"id": 419,
"num": 35,
"color": 1,
"special": 0,
"length": 0
},
{
"id": 420,
"num": 21,
"color": 7,
"special": 2,
"length": 2,
"lock": true
},
{
"id": 421,
"num": 23,
"color": 7,
"special": 2,
"length": 0,
"lock": true
},
{
"id": 422,
"num": 15,
"color": 6,
"special": 0,
"length": 3
},
{
"id": 423,
"num": 17,
"color": 6,
"special": 0,
"length": 0
},
{
"id": 424,
"num": 19,
"color": 6,
"special": 0,
"length": 0
},
{
"id": 425,
"num": 11,
"color": 8,
"special": 2,
"length": 2,
"lock": true
},
{
"id": 426,
"num": 13,
"color": 8,
"special": 2,
"length": 0,
"lock": true
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "01888679-15fb-462e-9e16-afa407162389",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,376 @@
{
"LEVEL_INFO": [
{
"risefall": [],
"id": "407",
"map": [
9,
9
],
"time": 125,
"gap": [
{
"x": 1,
"y": 7,
"z": 0
},
{
"x": 2,
"y": 7,
"z": 0
},
{
"x": 7,
"y": 1,
"z": 0
},
{
"x": 6,
"y": 1,
"z": 0
}
]
}
],
"BLOCK_INFO": [
[
{
"block": 5,
"color": 2,
"type": 0,
"position": {
"x": -180,
"y": -420,
"z": 0
},
"id": 210
},
{
"block": 3,
"color": 9,
"type": 0,
"position": {
"x": 180,
"y": -420,
"z": 0
},
"id": 220
},
{
"block": 2,
"color": 11,
"type": 0,
"position": {
"x": -180,
"y": 60,
"z": 0
},
"id": 230
},
{
"block": 2,
"color": 11,
"type": 0,
"position": {
"x": 300,
"y": -300,
"z": 0
},
"id": 240
},
{
"block": 1,
"color": 4,
"type": 0,
"position": {
"x": 420,
"y": 300,
"z": 0
},
"id": 250
},
{
"block": 0,
"color": 4,
"type": 0,
"position": {
"x": 180,
"y": -60,
"z": 0
},
"id": 260
},
{
"block": 0,
"color": 4,
"type": 0,
"position": {
"x": -60,
"y": -60,
"z": 0
},
"id": 270
},
{
"block": 2,
"color": 8,
"type": 0,
"position": {
"x": 300,
"y": 60,
"z": 0
},
"id": 280
},
{
"block": 1,
"color": 5,
"type": 0,
"position": {
"x": -180,
"y": -60,
"z": 0
},
"id": 290
},
{
"block": 1,
"color": 1,
"type": 0,
"position": {
"x": -60,
"y": -180,
"z": 0
},
"id": 300
},
{
"block": 2,
"color": 7,
"type": 0,
"position": {
"x": 60,
"y": 180,
"z": 0
},
"id": 310
},
{
"block": 2,
"color": 9,
"type": 2,
"position": {
"x": -300,
"y": 60,
"z": 0
},
"id": 320
},
{
"block": 0,
"color": 3,
"type": 2,
"position": {
"x": -60,
"y": 300,
"z": 0
},
"id": 330
},
{
"block": 0,
"color": 8,
"type": 2,
"position": {
"x": -60,
"y": 180,
"z": 0
},
"id": 340
},
{
"block": 2,
"color": 8,
"type": 2,
"position": {
"x": 60,
"y": -300,
"z": 0
},
"id": 350
},
{
"block": 0,
"color": 3,
"type": 2,
"position": {
"x": -60,
"y": -300,
"z": 0
},
"id": 360
},
{
"block": 0,
"color": 1,
"type": 0,
"position": {
"x": 180,
"y": 300,
"z": 0
},
"id": 380
},
{
"block": 22,
"color": 7,
"type": 0,
"position": {
"x": 420,
"y": -180,
"z": 0
},
"id": 380
},
{
"block": 0,
"color": 4,
"type": 2,
"position": {
"x": 420,
"y": -300,
"z": 0
},
"id": 390
},
{
"block": 14,
"color": 1,
"type": 3,
"position": {
"x": 60,
"y": -60,
"z": 0
},
"lockTime": 6,
"id": 400
}
]
],
"WALL_INFO": [
[
{
"id": 408,
"num": 1,
"color": 7,
"special": 0,
"length": 2
},
{
"id": 409,
"num": 2,
"color": 7,
"special": 0,
"length": 0
},
{
"id": 410,
"num": 3,
"color": 4,
"special": 0,
"length": 1
},
{
"id": 411,
"num": 4,
"color": 8,
"special": 0,
"length": 2
},
{
"id": 412,
"num": 5,
"color": 8,
"special": 0,
"length": 0
},
{
"id": 413,
"num": 12,
"color": 2,
"special": 0,
"length": 3
},
{
"id": 414,
"num": 14,
"color": 2,
"special": 0,
"length": 0
},
{
"id": 415,
"num": 16,
"color": 2,
"special": 0,
"length": 0
},
{
"id": 416,
"num": 26,
"color": 5,
"special": 0,
"length": 2
},
{
"id": 417,
"num": 27,
"color": 5,
"special": 0,
"length": 0
},
{
"id": 418,
"num": 23,
"color": 9,
"special": 0,
"length": 2
},
{
"id": 419,
"num": 24,
"color": 9,
"special": 0,
"length": 0
},
{
"id": 420,
"num": 22,
"color": 3,
"special": 0,
"length": 1
},
{
"id": 421,
"num": 11,
"color": 1,
"special": 0,
"length": 3
},
{
"id": 422,
"num": 13,
"color": 1,
"special": 0,
"length": 0
},
{
"id": 423,
"num": 15,
"color": 1,
"special": 0,
"length": 0
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "f6c675df-e2db-4016-9a79-8f91c32ec85d",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,426 @@
{
"LEVEL_INFO": [
{
"risefall": [],
"id": "408",
"map": [
8,
10
],
"time": 120,
"gap": []
}
],
"BLOCK_INFO": [
[
{
"block": 1,
"color": 11,
"type": 0,
"position": {
"x": 360,
"y": 240,
"z": 0
},
"id": 210
},
{
"block": 1,
"color": 11,
"type": 0,
"position": {
"x": -120,
"y": 240,
"z": 0
},
"id": 220
},
{
"block": 0,
"color": 9,
"type": 0,
"position": {
"x": -120,
"y": 360,
"z": 0
},
"id": 230
},
{
"block": 2,
"color": 9,
"type": 0,
"position": {
"x": 0,
"y": 240,
"z": 0
},
"id": 240
},
{
"block": 2,
"color": 9,
"type": 0,
"position": {
"x": -120,
"y": -240,
"z": 0
},
"id": 250
},
{
"block": 1,
"color": 10,
"type": 0,
"position": {
"x": -120,
"y": -480,
"z": 0
},
"id": 260
},
{
"block": 0,
"color": 10,
"type": 0,
"position": {
"x": 0,
"y": -240,
"z": 0
},
"id": 270
},
{
"block": 2,
"color": 2,
"type": 0,
"position": {
"x": 240,
"y": -240,
"z": 0
},
"id": 280
},
{
"block": 2,
"color": 2,
"type": 0,
"position": {
"x": 120,
"y": 240,
"z": 0
},
"id": 290
},
{
"block": 0,
"color": 2,
"type": 0,
"position": {
"x": -240,
"y": -240,
"z": 0
},
"id": 300
},
{
"block": 1,
"color": 5,
"type": 0,
"position": {
"x": 360,
"y": -480,
"z": 0
},
"id": 310
},
{
"block": 0,
"color": 7,
"type": 0,
"position": {
"x": 360,
"y": -240,
"z": 0
},
"id": 320
},
{
"block": 0,
"color": 7,
"type": 0,
"position": {
"x": -240,
"y": 360,
"z": 0
},
"id": 330
},
{
"block": 0,
"color": 8,
"type": 0,
"position": {
"x": 360,
"y": -120,
"z": 0
},
"id": 340
},
{
"block": 0,
"color": 4,
"type": 0,
"position": {
"x": 120,
"y": -240,
"z": 0
},
"id": 350
},
{
"block": 1,
"color": 3,
"type": 0,
"position": {
"x": 120,
"y": -360,
"z": 0
},
"id": 360
},
{
"block": 0,
"color": 7,
"type": 0,
"position": {
"x": -240,
"y": -120,
"z": 0
},
"id": 370
},
{
"block": 0,
"color": 1,
"type": 0,
"position": {
"x": -240,
"y": -360,
"z": 0
},
"id": 380
},
{
"block": 1,
"color": 1,
"type": 0,
"position": {
"x": 120,
"y": -480,
"z": 0
},
"id": 390
},
{
"block": 0,
"color": 4,
"type": 0,
"position": {
"x": 360,
"y": -360,
"z": 0
},
"id": 400
},
{
"block": 1,
"color": 7,
"type": 0,
"position": {
"x": 120,
"y": 120,
"z": 0
},
"id": 410
},
{
"block": 0,
"color": 4,
"type": 0,
"position": {
"x": 240,
"y": 360,
"z": 0
},
"id": 420
},
{
"block": 0,
"color": 8,
"type": 0,
"position": {
"x": 360,
"y": 360,
"z": 0
},
"id": 430
},
{
"block": 20,
"color": 9,
"type": 4,
"position": {
"x": -120,
"y": 0,
"z": 0
},
"freezeTime": 5,
"id": 440
},
{
"block": 19,
"color": 8,
"type": 4,
"position": {
"x": 360,
"y": 0,
"z": 0
},
"freezeTime": 13,
"id": 450
},
{
"block": 2,
"color": 2,
"type": 6,
"position": {
"x": 120,
"y": -120,
"z": 0
},
"boomTime": 50,
"id": 460
},
{
"block": 2,
"color": 5,
"type": 0,
"position": {
"x": 0,
"y": -120,
"z": 0
},
"id": 470
}
]
],
"WALL_INFO": [
[
{
"id": 409,
"num": 0,
"color": 8,
"special": 0,
"length": 2
},
{
"id": 410,
"num": 1,
"color": 8,
"special": 0,
"length": 0
},
{
"id": 411,
"num": 5,
"color": 3,
"special": 0,
"length": 1
},
{
"id": 412,
"num": 6,
"color": 4,
"special": 0,
"length": 1
},
{
"id": 413,
"num": 13,
"color": 5,
"special": 3,
"length": 2,
"freeze": 15
},
{
"id": 414,
"num": 15,
"color": 5,
"special": 3,
"length": 0,
"freeze": 15
},
{
"id": 415,
"num": 26,
"color": 1,
"special": 0,
"length": 1
},
{
"id": 416,
"num": 25,
"color": 10,
"special": 0,
"length": 1
},
{
"id": 417,
"num": 20,
"color": 9,
"special": 0,
"length": 2
},
{
"id": 418,
"num": 21,
"color": 9,
"special": 0,
"length": 0
},
{
"id": 419,
"num": 16,
"color": 7,
"special": 2,
"length": 2,
"lock": true
},
{
"id": 420,
"num": 18,
"color": 7,
"special": 2,
"length": 0,
"lock": true
},
{
"id": 421,
"num": 8,
"color": 2,
"special": 2,
"length": 2,
"lock": true
},
{
"id": 422,
"num": 10,
"color": 2,
"special": 2,
"length": 0,
"lock": true
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "d8d4ce2a-e059-4706-8a71-69b30aea7b02",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,425 @@
{
"LEVEL_INFO": [
{
"risefall": [],
"id": "409",
"map": [
9,
8
],
"time": 105,
"gap": [
{
"x": 1,
"y": 1,
"z": 0
},
{
"x": 7,
"y": 1,
"z": 0
}
]
}
],
"BLOCK_INFO": [
[
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 60,
"y": 240,
"z": 0
},
"id": 210
},
{
"block": 0,
"color": 11,
"type": 0,
"position": {
"x": 60,
"y": -360,
"z": 0
},
"id": 220
},
{
"block": 4,
"color": 2,
"type": 0,
"position": {
"x": -300,
"y": -240,
"z": 0
},
"id": 230
},
{
"block": 0,
"color": 2,
"type": 0,
"position": {
"x": 180,
"y": -240,
"z": 0
},
"id": 240
},
{
"block": 2,
"color": 9,
"type": 0,
"position": {
"x": -180,
"y": -360,
"z": 0
},
"id": 250
},
{
"block": 0,
"color": 10,
"type": 0,
"position": {
"x": -60,
"y": -240,
"z": 0
},
"id": 260
},
{
"block": 0,
"color": 5,
"type": 0,
"position": {
"x": -60,
"y": -360,
"z": 0
},
"id": 270
},
{
"block": 0,
"color": 1,
"type": 0,
"position": {
"x": 180,
"y": -360,
"z": 0
},
"id": 280
},
{
"block": 2,
"color": 3,
"type": 0,
"position": {
"x": 300,
"y": -360,
"z": 0
},
"id": 290
},
{
"block": 1,
"color": 8,
"type": 0,
"position": {
"x": 300,
"y": 0,
"z": 0
},
"id": 300
},
{
"block": 1,
"color": 5,
"type": 0,
"position": {
"x": 300,
"y": -120,
"z": 0
},
"id": 310
},
{
"block": 4,
"color": 10,
"type": 0,
"position": {
"x": 420,
"y": -240,
"z": 0
},
"id": 320
},
{
"block": 0,
"color": 6,
"type": 8,
"position": {
"x": 180,
"y": 120,
"z": 0
},
"id": 330
},
{
"block": 0,
"color": 8,
"type": 8,
"position": {
"x": -60,
"y": 120,
"z": 0
},
"id": 340
},
{
"block": 0,
"color": 9,
"type": 9,
"position": {
"x": -180,
"y": 240,
"z": 0
},
"adhesiveTime": 2,
"id": 350
},
{
"block": 2,
"color": 8,
"type": 9,
"position": {
"x": -300,
"y": 120,
"z": 0
},
"adhesiveTime": 1,
"id": 360
},
{
"block": 2,
"color": 6,
"type": 9,
"position": {
"x": 420,
"y": 120,
"z": 0
},
"adhesiveTime": 2,
"id": 370
},
{
"block": 0,
"color": 3,
"type": 9,
"position": {
"x": 300,
"y": 240,
"z": 0
},
"adhesiveTime": 1,
"id": 380
},
{
"block": 1,
"color": 1,
"type": 9,
"position": {
"x": -60,
"y": 0,
"z": 0
},
"adhesiveTime": 2,
"id": 390
},
{
"block": 1,
"color": 6,
"type": 9,
"position": {
"x": -60,
"y": -120,
"z": 0
},
"adhesiveTime": 1,
"id": 400
},
{
"block": 0,
"color": 6,
"type": 9,
"position": {
"x": 60,
"y": -240,
"z": 0
},
"adhesiveTime": 2,
"id": 410
},
{
"block": 2,
"color": 2,
"type": 9,
"position": {
"x": 60,
"y": -120,
"z": 0
},
"adhesiveTime": 1,
"id": 420
},
{
"block": 0,
"color": 9,
"type": 6,
"position": {
"x": 60,
"y": 120,
"z": 0
},
"boomTime": 30,
"id": 430
}
]
],
"WALL_INFO": [
[
{
"id": 410,
"num": 0,
"color": 3,
"special": 0,
"length": 2
},
{
"id": 411,
"num": 1,
"color": 3,
"special": 0,
"length": 0
},
{
"id": 412,
"num": 2,
"color": 10,
"special": 0,
"length": 3
},
{
"id": 413,
"num": 3,
"color": 10,
"special": 0,
"length": 0
},
{
"id": 414,
"num": 4,
"color": 10,
"special": 0,
"length": 0
},
{
"id": 415,
"num": 9,
"color": 5,
"special": 3,
"length": 2,
"freeze": 11
},
{
"id": 416,
"num": 11,
"color": 5,
"special": 3,
"length": 0,
"freeze": 11
},
{
"id": 417,
"num": 15,
"color": 1,
"special": 3,
"length": 2,
"freeze": 17
},
{
"id": 418,
"num": 17,
"color": 1,
"special": 3,
"length": 0,
"freeze": 17
},
{
"id": 419,
"num": 23,
"color": 2,
"special": 0,
"length": 3
},
{
"id": 420,
"num": 24,
"color": 2,
"special": 0,
"length": 0
},
{
"id": 421,
"num": 25,
"color": 2,
"special": 0,
"length": 0
},
{
"id": 422,
"num": 21,
"color": 9,
"special": 0,
"length": 2
},
{
"id": 423,
"num": 22,
"color": 9,
"special": 0,
"length": 0
},
{
"id": 424,
"num": 14,
"color": 6,
"special": 0,
"length": 2
},
{
"id": 425,
"num": 16,
"color": 6,
"special": 0,
"length": 0
},
{
"id": 426,
"num": 8,
"color": 8,
"special": 0,
"length": 2
},
{
"id": 427,
"num": 10,
"color": 8,
"special": 0,
"length": 0
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "36652db7-8b66-47c3-8fcf-0ec35ed14c47",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,445 @@
{
"LEVEL_INFO": [
{
"risefall": [],
"id": "410",
"map": [
9,
9
],
"time": 170,
"gap": []
}
],
"BLOCK_INFO": [
[
{
"block": 3,
"color": 3,
"type": 0,
"position": {
"x": 60,
"y": 60,
"z": 0
},
"id": 210
},
{
"block": 4,
"color": 3,
"type": 0,
"position": {
"x": 420,
"y": 60,
"z": 0
},
"id": 220
},
{
"block": 0,
"color": 11,
"type": 0,
"position": {
"x": 300,
"y": 300,
"z": 0
},
"id": 230
},
{
"block": 0,
"color": 11,
"type": 0,
"position": {
"x": 60,
"y": 300,
"z": 0
},
"id": 240
},
{
"block": 0,
"color": 11,
"type": 0,
"position": {
"x": -180,
"y": 300,
"z": 0
},
"id": 250
},
{
"block": 3,
"color": 8,
"type": 0,
"position": {
"x": 300,
"y": 180,
"z": 0
},
"id": 260
},
{
"block": 0,
"color": 6,
"type": 0,
"position": {
"x": -60,
"y": 180,
"z": 0
},
"id": 270
},
{
"block": 2,
"color": 6,
"type": 0,
"position": {
"x": 420,
"y": -180,
"z": 0
},
"id": 280
},
{
"block": 4,
"color": 8,
"type": 0,
"position": {
"x": -300,
"y": 60,
"z": 0
},
"id": 290
},
{
"block": 0,
"color": 5,
"type": 0,
"position": {
"x": 180,
"y": 60,
"z": 0
},
"id": 300
},
{
"block": 2,
"color": 5,
"type": 0,
"position": {
"x": -60,
"y": -180,
"z": 0
},
"id": 310
},
{
"block": 23,
"color": 5,
"type": 0,
"position": {
"x": 420,
"y": -420,
"z": 0
},
"id": 320
},
{
"block": 23,
"color": 5,
"type": 0,
"position": {
"x": 180,
"y": -420,
"z": 0
},
"id": 330
},
{
"block": 23,
"color": 5,
"type": 0,
"position": {
"x": -60,
"y": -420,
"z": 0
},
"id": 340
},
{
"block": 23,
"color": 5,
"type": 0,
"position": {
"x": -300,
"y": -420,
"z": 0
},
"id": 350
},
{
"block": 0,
"color": 2,
"type": 0,
"position": {
"x": 420,
"y": -300,
"z": 0
},
"id": 360
},
{
"block": 0,
"color": 9,
"type": 0,
"position": {
"x": 180,
"y": 300,
"z": 0
},
"id": 370
},
{
"block": 2,
"color": 2,
"type": 0,
"position": {
"x": 180,
"y": -180,
"z": 0
},
"id": 380
},
{
"block": 2,
"color": 1,
"type": 0,
"position": {
"x": -300,
"y": -180,
"z": 0
},
"id": 390
},
{
"block": 2,
"color": 10,
"type": 8,
"position": {
"x": 300,
"y": -180,
"z": 0
},
"id": 400
},
{
"block": 2,
"color": 4,
"type": 8,
"position": {
"x": 60,
"y": -180,
"z": 0
},
"id": 410
},
{
"block": 2,
"color": 9,
"type": 8,
"position": {
"x": -180,
"y": -180,
"z": 0
},
"id": 420
},
{
"block": 0,
"color": 10,
"type": 1,
"position": {
"x": -60,
"y": 300,
"z": 0
},
"stacking": 5,
"id": 430
},
{
"block": 0,
"color": 6,
"type": 1,
"position": {
"x": -300,
"y": -300,
"z": 0
},
"stacking": 1,
"id": 440
},
{
"block": 0,
"color": 1,
"type": 1,
"position": {
"x": -60,
"y": -300,
"z": 0
},
"stacking": 6,
"id": 450
},
{
"block": 0,
"color": 5,
"type": 1,
"position": {
"x": 180,
"y": -300,
"z": 0
},
"stacking": 1,
"id": 460
},
{
"block": 2,
"color": 5,
"type": 4,
"position": {
"x": -180,
"y": -420,
"z": 0
},
"freezeTime": 15,
"id": 470
},
{
"block": 2,
"color": 9,
"type": 4,
"position": {
"x": 60,
"y": -420,
"z": 0
},
"freezeTime": 17,
"id": 480
},
{
"block": 2,
"color": 1,
"type": 4,
"position": {
"x": 300,
"y": -420,
"z": 0
},
"freezeTime": 19,
"id": 490
}
]
],
"WALL_INFO": [
[
{
"id": 411,
"num": 2,
"color": 3,
"special": 3,
"length": 3,
"freeze": 13
},
{
"id": 412,
"num": 3,
"color": 3,
"special": 3,
"length": 0,
"freeze": 13
},
{
"id": 413,
"num": 4,
"color": 3,
"special": 3,
"length": 0,
"freeze": 13
},
{
"id": 414,
"num": 8,
"color": 1,
"special": 0,
"length": 1
},
{
"id": 415,
"num": 12,
"color": 5,
"special": 0,
"length": 1
},
{
"id": 416,
"num": 16,
"color": 2,
"special": 0,
"length": 1
},
{
"id": 417,
"num": 20,
"color": 6,
"special": 0,
"length": 1
},
{
"id": 418,
"num": 23,
"color": 8,
"special": 3,
"length": 3,
"freeze": 22
},
{
"id": 419,
"num": 24,
"color": 8,
"special": 3,
"length": 0,
"freeze": 22
},
{
"id": 420,
"num": 25,
"color": 8,
"special": 3,
"length": 0,
"freeze": 22
},
{
"id": 421,
"num": 17,
"color": 10,
"special": 0,
"length": 1
},
{
"id": 422,
"num": 13,
"color": 4,
"special": 0,
"length": 1
},
{
"id": 423,
"num": 9,
"color": 9,
"special": 0,
"length": 1
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "18b04a5f-9141-45ad-b6d6-4b56c2469e4a",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,447 @@
{
"LEVEL_INFO": [
{
"risefall": [
{
"x": 3,
"y": 5,
"color": "5"
},
{
"x": 3,
"y": 4,
"color": "5"
},
{
"x": 4,
"y": 5,
"color": "5"
},
{
"x": 4,
"y": 4,
"color": "5"
},
{
"x": 5,
"y": 5,
"color": "5"
},
{
"x": 5,
"y": 4,
"color": "5"
},
{
"x": 6,
"y": 5,
"color": "5"
},
{
"x": 6,
"y": 4,
"color": "5"
}
],
"id": "411",
"map": [
10,
10
],
"time": 105,
"gap": []
}
],
"BLOCK_INFO": [
[
{
"block": 1,
"color": 5,
"type": 0,
"position": {
"x": 0,
"y": 120,
"z": 0
},
"id": 210
},
{
"block": 1,
"color": 5,
"type": 0,
"position": {
"x": 120,
"y": -360,
"z": 0
},
"id": 220
},
{
"block": 1,
"color": 5,
"type": 0,
"position": {
"x": 480,
"y": 360,
"z": 0
},
"id": 230
},
{
"block": 4,
"color": 3,
"type": 0,
"position": {
"x": -360,
"y": -480,
"z": 0
},
"id": 240
},
{
"block": 0,
"color": 3,
"type": 0,
"position": {
"x": 0,
"y": 240,
"z": 0
},
"id": 250
},
{
"block": 0,
"color": 7,
"type": 0,
"position": {
"x": -240,
"y": 240,
"z": 0
},
"id": 260
},
{
"block": 0,
"color": 7,
"type": 0,
"position": {
"x": 120,
"y": 240,
"z": 0
},
"id": 270
},
{
"block": 2,
"color": 7,
"type": 0,
"position": {
"x": 240,
"y": 240,
"z": 0
},
"id": 280
},
{
"block": 2,
"color": 4,
"type": 0,
"position": {
"x": -240,
"y": -480,
"z": 0
},
"id": 290
},
{
"block": 4,
"color": 6,
"type": 0,
"position": {
"x": 480,
"y": -480,
"z": 0
},
"id": 300
},
{
"block": 1,
"color": 6,
"type": 0,
"position": {
"x": -240,
"y": 360,
"z": 0
},
"id": 310
},
{
"block": 0,
"color": 6,
"type": 0,
"position": {
"x": 360,
"y": 240,
"z": 0
},
"id": 320
},
{
"block": 6,
"color": 10,
"type": 0,
"position": {
"x": -240,
"y": -120,
"z": 0
},
"id": 330
},
{
"block": 2,
"color": 8,
"type": 0,
"position": {
"x": -120,
"y": 240,
"z": 0
},
"id": 340
},
{
"block": 1,
"color": 8,
"type": 0,
"position": {
"x": 240,
"y": 120,
"z": 0
},
"id": 350
},
{
"block": 10,
"color": 9,
"type": 0,
"position": {
"x": 360,
"y": -120,
"z": 0
},
"id": 360
},
{
"block": 2,
"color": 5,
"type": 2,
"position": {
"x": -120,
"y": -480,
"z": 0
},
"id": 370
},
{
"block": 1,
"color": 6,
"type": 2,
"position": {
"x": 120,
"y": -480,
"z": 0
},
"id": 380
},
{
"block": 2,
"color": 9,
"type": 2,
"position": {
"x": 240,
"y": -480,
"z": 0
},
"id": 390
},
{
"block": 0,
"color": 10,
"type": 2,
"position": {
"x": 360,
"y": -480,
"z": 0
},
"id": 400
},
{
"block": 1,
"color": 11,
"type": 3,
"position": {
"x": 120,
"y": -240,
"z": 0
},
"lockTime": 4,
"id": 410
},
{
"block": 1,
"color": 10,
"type": 4,
"position": {
"x": 120,
"y": 360,
"z": 0
},
"freezeTime": 15,
"id": 420
}
]
],
"WALL_INFO": [
[
{
"id": 412,
"num": 0,
"color": 6,
"special": 0,
"length": 3
},
{
"id": 413,
"num": 1,
"color": 6,
"special": 0,
"length": 0
},
{
"id": 414,
"num": 2,
"color": 6,
"special": 0,
"length": 0
},
{
"id": 415,
"num": 4,
"color": 9,
"special": 0,
"length": 3
},
{
"id": 416,
"num": 5,
"color": 9,
"special": 0,
"length": 0
},
{
"id": 417,
"num": 6,
"color": 9,
"special": 0,
"length": 0
},
{
"id": 418,
"num": 13,
"color": 5,
"special": 0,
"length": 2
},
{
"id": 419,
"num": 15,
"color": 5,
"special": 0,
"length": 0
},
{
"id": 420,
"num": 17,
"color": 4,
"special": 0,
"length": 2
},
{
"id": 421,
"num": 19,
"color": 4,
"special": 0,
"length": 0
},
{
"id": 422,
"num": 28,
"color": 10,
"special": 0,
"length": 3
},
{
"id": 423,
"num": 29,
"color": 10,
"special": 0,
"length": 0
},
{
"id": 424,
"num": 30,
"color": 10,
"special": 0,
"length": 0
},
{
"id": 425,
"num": 24,
"color": 3,
"special": 0,
"length": 3
},
{
"id": 426,
"num": 25,
"color": 3,
"special": 0,
"length": 0
},
{
"id": 427,
"num": 26,
"color": 3,
"special": 0,
"length": 0
},
{
"id": 428,
"num": 16,
"color": 7,
"special": 0,
"length": 2
},
{
"id": 429,
"num": 18,
"color": 7,
"special": 0,
"length": 0
},
{
"id": 430,
"num": 12,
"color": 8,
"special": 0,
"length": 2
},
{
"id": 431,
"num": 14,
"color": 8,
"special": 0,
"length": 0
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "3dc9b4f2-71b8-49e8-b91c-98a8b2b75188",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,498 @@
{
"LEVEL_INFO": [
{
"risefall": [],
"id": "412",
"map": [
8,
10
],
"time": 120,
"gap": []
}
],
"BLOCK_INFO": [
[
{
"block": 23,
"color": 6,
"type": 0,
"position": {
"x": -240,
"y": 0,
"z": 0
},
"id": 210
},
{
"block": 23,
"color": 6,
"type": 0,
"position": {
"x": -240,
"y": -240,
"z": 0
},
"id": 220
},
{
"block": 23,
"color": 6,
"type": 0,
"position": {
"x": -240,
"y": -480,
"z": 0
},
"id": 230
},
{
"block": 23,
"color": 6,
"type": 0,
"position": {
"x": -240,
"y": 240,
"z": 0
},
"id": 240
},
{
"block": 23,
"color": 6,
"type": 0,
"position": {
"x": 360,
"y": -480,
"z": 0
},
"id": 250
},
{
"block": 23,
"color": 6,
"type": 0,
"position": {
"x": 360,
"y": -240,
"z": 0
},
"id": 260
},
{
"block": 23,
"color": 6,
"type": 0,
"position": {
"x": 360,
"y": 0,
"z": 0
},
"id": 270
},
{
"block": 23,
"color": 6,
"type": 0,
"position": {
"x": 360,
"y": 240,
"z": 0
},
"id": 280
},
{
"block": 0,
"color": 2,
"type": 0,
"position": {
"x": 360,
"y": 360,
"z": 0
},
"id": 290
},
{
"block": 0,
"color": 2,
"type": 0,
"position": {
"x": -120,
"y": -360,
"z": 0
},
"id": 300
},
{
"block": 0,
"color": 2,
"type": 0,
"position": {
"x": -240,
"y": 120,
"z": 0
},
"id": 310
},
{
"block": 0,
"color": 2,
"type": 0,
"position": {
"x": -240,
"y": 360,
"z": 0
},
"id": 320
},
{
"block": 0,
"color": 5,
"type": 0,
"position": {
"x": 240,
"y": 240,
"z": 0
},
"id": 330
},
{
"block": 0,
"color": 5,
"type": 0,
"position": {
"x": -120,
"y": 360,
"z": 0
},
"id": 340
},
{
"block": 0,
"color": 1,
"type": 0,
"position": {
"x": 240,
"y": 360,
"z": 0
},
"id": 350
},
{
"block": 0,
"color": 4,
"type": 0,
"position": {
"x": 360,
"y": -120,
"z": 0
},
"id": 360
},
{
"block": 1,
"color": 4,
"type": 0,
"position": {
"x": 240,
"y": -480,
"z": 0
},
"id": 370
},
{
"block": 1,
"color": 7,
"type": 0,
"position": {
"x": 0,
"y": -480,
"z": 0
},
"id": 380
},
{
"block": 0,
"color": 7,
"type": 0,
"position": {
"x": -240,
"y": -120,
"z": 0
},
"id": 390
},
{
"block": 0,
"color": 8,
"type": 0,
"position": {
"x": -240,
"y": -360,
"z": 0
},
"id": 400
},
{
"block": 0,
"color": 9,
"type": 0,
"position": {
"x": -120,
"y": -240,
"z": 0
},
"id": 410
},
{
"block": 1,
"color": 9,
"type": 0,
"position": {
"x": 360,
"y": -360,
"z": 0
},
"id": 420
},
{
"block": 2,
"color": 6,
"type": 0,
"position": {
"x": -120,
"y": 0,
"z": 0
},
"id": 430
},
{
"block": 0,
"color": 3,
"type": 0,
"position": {
"x": 360,
"y": 120,
"z": 0
},
"id": 440
},
{
"block": 0,
"color": 3,
"type": 0,
"position": {
"x": -120,
"y": 240,
"z": 0
},
"id": 450
},
{
"block": 2,
"color": 10,
"type": 0,
"position": {
"x": 240,
"y": 0,
"z": 0
},
"id": 460
},
{
"block": 0,
"color": 7,
"type": 0,
"position": {
"x": 240,
"y": -240,
"z": 0
},
"id": 470
},
{
"block": 0,
"color": 7,
"type": 0,
"position": {
"x": 240,
"y": -120,
"z": 0
},
"id": 480
},
{
"block": 1,
"color": 7,
"type": 7,
"position": {
"x": 120,
"y": 360,
"z": 0
},
"id": 490
},
{
"block": 1,
"color": 8,
"type": 7,
"position": {
"x": 120,
"y": 120,
"z": 0
},
"id": 500
},
{
"block": 1,
"color": 1,
"type": 7,
"position": {
"x": 120,
"y": -120,
"z": 0
},
"id": 510
},
{
"block": 0,
"color": 2,
"type": 6,
"position": {
"x": -120,
"y": -120,
"z": 0
},
"boomTime": 28,
"id": 520
},
{
"block": 1,
"color": 5,
"type": 7,
"position": {
"x": 120,
"y": -360,
"z": 0
},
"id": 530
},
{
"block": 1,
"color": 2,
"type": 4,
"position": {
"x": 120,
"y": -240,
"z": 0
},
"freezeTime": 20,
"id": 540
},
{
"block": 0,
"color": 2,
"type": 4,
"position": {
"x": 120,
"y": 0,
"z": 0
},
"freezeTime": 15,
"id": 550
},
{
"block": 0,
"color": 7,
"type": 4,
"position": {
"x": 0,
"y": 0,
"z": 0
},
"freezeTime": 10,
"id": 560
}
]
],
"WALL_INFO": [
[
{
"id": 413,
"num": 1,
"color": 5,
"special": 3,
"length": 1,
"freeze": 18
},
{
"id": 414,
"num": 3,
"color": 1,
"special": 3,
"length": 1,
"freeze": 16
},
{
"id": 415,
"num": 5,
"color": 4,
"special": 3,
"length": 1,
"freeze": 11
},
{
"id": 416,
"num": 7,
"color": 9,
"special": 3,
"length": 1,
"freeze": 7
},
{
"id": 417,
"num": 27,
"color": 7,
"special": 2,
"length": 1,
"lock": true
},
{
"id": 418,
"num": 25,
"color": 8,
"special": 0,
"length": 1
},
{
"id": 419,
"num": 23,
"color": 2,
"special": 2,
"length": 1,
"lock": false
},
{
"id": 420,
"num": 21,
"color": 3,
"special": 0,
"length": 1
},
{
"id": 421,
"num": 14,
"color": 10,
"special": 0,
"length": 1
},
{
"id": 422,
"num": 12,
"color": 6,
"special": 0,
"length": 1
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "91fef021-ee53-4c55-a602-81badc33ecec",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,463 @@
{
"LEVEL_INFO": [
{
"risefall": [],
"id": "413",
"map": [
8,
10
],
"time": 160,
"gap": []
}
],
"BLOCK_INFO": [
[
{
"block": 23,
"color": 7,
"type": 0,
"position": {
"x": 240,
"y": -360,
"z": 0
},
"id": 210
},
{
"block": 23,
"color": 7,
"type": 0,
"position": {
"x": -120,
"y": -360,
"z": 0
},
"id": 220
},
{
"block": 1,
"color": 11,
"type": 0,
"position": {
"x": 120,
"y": 0,
"z": 0
},
"id": 230
},
{
"block": 2,
"color": 3,
"type": 0,
"position": {
"x": -240,
"y": 240,
"z": 0
},
"id": 240
},
{
"block": 23,
"color": 3,
"type": 0,
"position": {
"x": 240,
"y": 240,
"z": 0
},
"id": 250
},
{
"block": 23,
"color": 3,
"type": 0,
"position": {
"x": 240,
"y": 360,
"z": 0
},
"id": 260
},
{
"block": 23,
"color": 3,
"type": 0,
"position": {
"x": -120,
"y": 240,
"z": 0
},
"id": 270
},
{
"block": 23,
"color": 3,
"type": 0,
"position": {
"x": -120,
"y": 360,
"z": 0
},
"id": 280
},
{
"block": 2,
"color": 6,
"type": 0,
"position": {
"x": 360,
"y": 240,
"z": 0
},
"id": 290
},
{
"block": 1,
"color": 1,
"type": 0,
"position": {
"x": 120,
"y": 240,
"z": 0
},
"id": 300
},
{
"block": 1,
"color": 7,
"type": 0,
"position": {
"x": 120,
"y": 120,
"z": 0
},
"id": 310
},
{
"block": 0,
"color": 4,
"type": 0,
"position": {
"x": 0,
"y": 360,
"z": 0
},
"id": 320
},
{
"block": 22,
"color": 2,
"type": 0,
"position": {
"x": -120,
"y": -240,
"z": 0
},
"id": 330
},
{
"block": 2,
"color": 10,
"type": 0,
"position": {
"x": 240,
"y": -240,
"z": 0
},
"id": 340
},
{
"block": 1,
"color": 9,
"type": 0,
"position": {
"x": -120,
"y": -480,
"z": 0
},
"id": 350
},
{
"block": 1,
"color": 8,
"type": 0,
"position": {
"x": 360,
"y": -480,
"z": 0
},
"id": 360
},
{
"block": 0,
"color": 10,
"type": 0,
"position": {
"x": 120,
"y": -480,
"z": 0
},
"id": 370
},
{
"block": 0,
"color": 4,
"type": 0,
"position": {
"x": 120,
"y": -360,
"z": 0
},
"id": 380
},
{
"block": 0,
"color": 5,
"type": 0,
"position": {
"x": 0,
"y": -360,
"z": 0
},
"id": 390
},
{
"block": 0,
"color": 6,
"type": 8,
"position": {
"x": 120,
"y": 360,
"z": 0
},
"id": 400
},
{
"block": 0,
"color": 8,
"type": 8,
"position": {
"x": 0,
"y": -480,
"z": 0
},
"id": 410
},
{
"block": 0,
"color": 10,
"type": 8,
"position": {
"x": -240,
"y": -360,
"z": 0
},
"id": 420
},
{
"block": 0,
"color": 3,
"type": 8,
"position": {
"x": 360,
"y": -360,
"z": 0
},
"id": 430
},
{
"block": 22,
"color": 8,
"type": 9,
"position": {
"x": 360,
"y": 0,
"z": 0
},
"adhesiveTime": 2,
"id": 440
},
{
"block": 0,
"color": 3,
"type": 9,
"position": {
"x": 240,
"y": 0,
"z": 0
},
"adhesiveTime": 1,
"id": 450
},
{
"block": 21,
"color": 6,
"type": 9,
"position": {
"x": -240,
"y": 0,
"z": 0
},
"adhesiveTime": 2,
"id": 460
},
{
"block": 0,
"color": 2,
"type": 9,
"position": {
"x": -120,
"y": 0,
"z": 0
},
"adhesiveTime": 1,
"id": 470
},
{
"block": 0,
"color": 2,
"type": 9,
"position": {
"x": 120,
"y": -240,
"z": 0
},
"adhesiveTime": 2,
"id": 480
},
{
"block": 0,
"color": 9,
"type": 9,
"position": {
"x": 0,
"y": -240,
"z": 0
},
"adhesiveTime": 1,
"id": 490
}
]
],
"WALL_INFO": [
[
{
"id": 414,
"num": 1,
"color": 4,
"special": 0,
"length": 1
},
{
"id": 415,
"num": 4,
"color": 9,
"special": 3,
"length": 2,
"freeze": 10
},
{
"id": 416,
"num": 5,
"color": 9,
"special": 3,
"length": 0,
"freeze": 10
},
{
"id": 417,
"num": 9,
"color": 10,
"special": 0,
"length": 1
},
{
"id": 418,
"num": 13,
"color": 8,
"special": 0,
"length": 2
},
{
"id": 419,
"num": 15,
"color": 8,
"special": 0,
"length": 0
},
{
"id": 420,
"num": 19,
"color": 3,
"special": 0,
"length": 1
},
{
"id": 421,
"num": 24,
"color": 2,
"special": 3,
"length": 2,
"freeze": 15
},
{
"id": 422,
"num": 25,
"color": 2,
"special": 3,
"length": 0,
"freeze": 15
},
{
"id": 423,
"num": 21,
"color": 5,
"special": 0,
"length": 1
},
{
"id": 424,
"num": 16,
"color": 1,
"special": 0,
"length": 2
},
{
"id": 425,
"num": 18,
"color": 1,
"special": 0,
"length": 0
},
{
"id": 426,
"num": 12,
"color": 6,
"special": 0,
"length": 2
},
{
"id": 427,
"num": 14,
"color": 6,
"special": 0,
"length": 0
},
{
"id": 428,
"num": 8,
"color": 7,
"special": 0,
"length": 2
},
{
"id": 429,
"num": 10,
"color": 7,
"special": 0,
"length": 0
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "8f2fa130-7cb0-4fab-8a64-5199b8b86d43",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,406 @@
{
"LEVEL_INFO": [
{
"risefall": [],
"id": "414",
"map": [
8,
10
],
"time": 115,
"gap": []
}
],
"BLOCK_INFO": [
[
{
"block": 0,
"color": 8,
"type": 0,
"position": {
"x": 240,
"y": 240,
"z": 0
},
"id": 210
},
{
"block": 1,
"color": 2,
"type": 0,
"position": {
"x": 120,
"y": -120,
"z": 0
},
"id": 220
},
{
"block": 1,
"color": 2,
"type": 0,
"position": {
"x": 120,
"y": 120,
"z": 0
},
"id": 230
},
{
"block": 1,
"color": 7,
"type": 0,
"position": {
"x": -120,
"y": 0,
"z": 0
},
"id": 240
},
{
"block": 1,
"color": 3,
"type": 0,
"position": {
"x": 120,
"y": -240,
"z": 0
},
"id": 250
},
{
"block": 0,
"color": 4,
"type": 0,
"position": {
"x": -120,
"y": 240,
"z": 0
},
"id": 260
},
{
"block": 1,
"color": 4,
"type": 0,
"position": {
"x": 360,
"y": 0,
"z": 0
},
"id": 270
},
{
"block": 1,
"color": 9,
"type": 0,
"position": {
"x": -120,
"y": -480,
"z": 0
},
"id": 280
},
{
"block": 1,
"color": 1,
"type": 0,
"position": {
"x": 360,
"y": -480,
"z": 0
},
"id": 290
},
{
"block": 0,
"color": 8,
"type": 8,
"position": {
"x": -240,
"y": 360,
"z": 0
},
"id": 300
},
{
"block": 0,
"color": 6,
"type": 8,
"position": {
"x": 360,
"y": 360,
"z": 0
},
"id": 310
},
{
"block": 2,
"color": 10,
"type": 8,
"position": {
"x": -120,
"y": -360,
"z": 0
},
"id": 320
},
{
"block": 2,
"color": 3,
"type": 8,
"position": {
"x": 240,
"y": -360,
"z": 0
},
"id": 330
},
{
"block": 0,
"color": 5,
"type": 2,
"position": {
"x": -120,
"y": 360,
"z": 0
},
"id": 340
},
{
"block": 0,
"color": 1,
"type": 2,
"position": {
"x": 240,
"y": 360,
"z": 0
},
"id": 350
},
{
"block": 1,
"color": 9,
"type": 2,
"position": {
"x": 120,
"y": -360,
"z": 0
},
"id": 360
},
{
"block": 0,
"color": 7,
"type": 2,
"position": {
"x": 0,
"y": -480,
"z": 0
},
"id": 370
},
{
"block": 0,
"color": 3,
"type": 2,
"position": {
"x": 120,
"y": -480,
"z": 0
},
"id": 380
},
{
"block": 1,
"color": 4,
"type": 3,
"position": {
"x": 120,
"y": 240,
"z": 0
},
"lockTime": 5,
"id": 390
},
{
"block": 2,
"color": 6,
"type": 1,
"position": {
"x": -240,
"y": 120,
"z": 0
},
"stacking": 8,
"id": 400
},
{
"block": 2,
"color": 1,
"type": 1,
"position": {
"x": 360,
"y": 120,
"z": 0
},
"stacking": 9,
"id": 410
},
{
"block": 21,
"color": 4,
"type": 4,
"position": {
"x": -240,
"y": -240,
"z": 0
},
"freezeTime": 11,
"id": 420
},
{
"block": 22,
"color": 1,
"type": 4,
"position": {
"x": 360,
"y": -240,
"z": 0
},
"freezeTime": 16,
"id": 430
}
]
],
"WALL_INFO": [
[
{
"id": 415,
"num": 1,
"color": 2,
"special": 0,
"length": 2
},
{
"id": 416,
"num": 2,
"color": 2,
"special": 0,
"length": 0
},
{
"id": 417,
"num": 3,
"color": 9,
"special": 0,
"length": 2
},
{
"id": 418,
"num": 4,
"color": 9,
"special": 0,
"length": 0
},
{
"id": 419,
"num": 5,
"color": 1,
"special": 0,
"length": 2
},
{
"id": 420,
"num": 6,
"color": 1,
"special": 0,
"length": 0
},
{
"id": 421,
"num": 9,
"color": 10,
"special": 0,
"length": 2
},
{
"id": 422,
"num": 11,
"color": 10,
"special": 0,
"length": 0
},
{
"id": 423,
"num": 17,
"color": 3,
"special": 0,
"length": 2
},
{
"id": 424,
"num": 19,
"color": 3,
"special": 0,
"length": 0
},
{
"id": 425,
"num": 25,
"color": 5,
"special": 0,
"length": 2
},
{
"id": 426,
"num": 26,
"color": 5,
"special": 0,
"length": 0
},
{
"id": 427,
"num": 23,
"color": 7,
"special": 0,
"length": 2
},
{
"id": 428,
"num": 24,
"color": 7,
"special": 0,
"length": 0
},
{
"id": 429,
"num": 21,
"color": 4,
"special": 0,
"length": 2
},
{
"id": 430,
"num": 22,
"color": 4,
"special": 0,
"length": 0
},
{
"id": 431,
"num": 18,
"color": 6,
"special": 0,
"length": 1
},
{
"id": 432,
"num": 8,
"color": 8,
"special": 4,
"length": 1
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "09ac3c52-3eac-451b-ba8c-a73d3d493a2f",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,359 @@
{
"LEVEL_INFO": [
{
"risefall": [],
"id": "415",
"map": [
8,
10
],
"time": 95,
"gap": [
{
"x": 3,
"y": 8,
"z": 0
},
{
"x": 4,
"y": 8,
"z": 0
},
{
"x": 3,
"y": 1,
"z": 0
},
{
"x": 4,
"y": 1,
"z": 0
}
]
}
],
"BLOCK_INFO": [
[
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 360,
"y": 0,
"z": 0
},
"id": 210
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": -240,
"y": 0,
"z": 0
},
"id": 220
},
{
"block": 5,
"color": 10,
"type": 0,
"position": {
"x": -120,
"y": 240,
"z": 0
},
"id": 230
},
{
"block": 0,
"color": 10,
"type": 0,
"position": {
"x": -240,
"y": -240,
"z": 0
},
"id": 240
},
{
"block": 5,
"color": 4,
"type": 0,
"position": {
"x": 360,
"y": 240,
"z": 0
},
"id": 250
},
{
"block": 1,
"color": 4,
"type": 0,
"position": {
"x": 240,
"y": -120,
"z": 0
},
"id": 260
},
{
"block": 0,
"color": 4,
"type": 0,
"position": {
"x": 360,
"y": -120,
"z": 0
},
"id": 270
},
{
"block": 1,
"color": 2,
"type": 0,
"position": {
"x": 0,
"y": -120,
"z": 0
},
"id": 280
},
{
"block": 5,
"color": 7,
"type": 0,
"position": {
"x": -120,
"y": -480,
"z": 0
},
"id": 290
},
{
"block": 5,
"color": 5,
"type": 0,
"position": {
"x": 360,
"y": -480,
"z": 0
},
"id": 300
},
{
"block": 2,
"color": 7,
"type": 9,
"position": {
"x": 0,
"y": 0,
"z": 0
},
"adhesiveTime": 2,
"id": 310
},
{
"block": 2,
"color": 9,
"type": 9,
"position": {
"x": -120,
"y": 0,
"z": 0
},
"adhesiveTime": 1,
"id": 320
},
{
"block": 2,
"color": 5,
"type": 9,
"position": {
"x": 240,
"y": 0,
"z": 0
},
"adhesiveTime": 2,
"id": 330
},
{
"block": 2,
"color": 1,
"type": 9,
"position": {
"x": 120,
"y": 0,
"z": 0
},
"adhesiveTime": 1,
"id": 340
},
{
"block": 0,
"color": 9,
"type": 7,
"position": {
"x": -240,
"y": -120,
"z": 0
},
"id": 350
},
{
"block": 0,
"color": 1,
"type": 7,
"position": {
"x": 360,
"y": -240,
"z": 0
},
"id": 360
},
{
"block": 0,
"color": 6,
"type": 6,
"position": {
"x": 0,
"y": -240,
"z": 0
},
"boomTime": 35,
"id": 370
},
{
"block": 0,
"color": 2,
"type": 6,
"position": {
"x": 120,
"y": -240,
"z": 0
},
"boomTime": 25,
"id": 380
}
]
],
"WALL_INFO": [
[
{
"id": 416,
"num": 0,
"color": 5,
"special": 4,
"length": 2
},
{
"id": 417,
"num": 1,
"color": 5,
"special": 4,
"length": 0
},
{
"id": 418,
"num": 2,
"color": 1,
"special": 0,
"length": 2
},
{
"id": 419,
"num": 3,
"color": 1,
"special": 0,
"length": 0
},
{
"id": 420,
"num": 9,
"color": 6,
"special": 0,
"length": 2
},
{
"id": 421,
"num": 11,
"color": 6,
"special": 0,
"length": 0
},
{
"id": 422,
"num": 21,
"color": 2,
"special": 0,
"length": 2
},
{
"id": 423,
"num": 23,
"color": 2,
"special": 0,
"length": 0
},
{
"id": 424,
"num": 26,
"color": 9,
"special": 4,
"length": 2
},
{
"id": 425,
"num": 27,
"color": 9,
"special": 4,
"length": 0
},
{
"id": 426,
"num": 24,
"color": 7,
"special": 0,
"length": 2
},
{
"id": 427,
"num": 25,
"color": 7,
"special": 0,
"length": 0
},
{
"id": 428,
"num": 20,
"color": 10,
"special": 0,
"length": 2
},
{
"id": 429,
"num": 22,
"color": 10,
"special": 0,
"length": 0
},
{
"id": 430,
"num": 8,
"color": 4,
"special": 0,
"length": 2
},
{
"id": 431,
"num": 10,
"color": 4,
"special": 0,
"length": 0
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "ec9c355c-d500-4da1-9805-266b7b3a0edf",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,471 @@
{
"LEVEL_INFO": [
{
"risefall": [],
"id": "416",
"map": [
8,
10
],
"time": 95,
"gap": [
{
"x": 2,
"y": 8,
"z": 0
},
{
"x": 1,
"y": 8,
"z": 0
}
]
}
],
"BLOCK_INFO": [
[
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 0,
"y": 240,
"z": 0
},
"id": 210
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": -120,
"y": 240,
"z": 0
},
"id": 220
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 120,
"y": 120,
"z": 0
},
"id": 230
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 0,
"y": 120,
"z": 0
},
"id": 240
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 240,
"y": 0,
"z": 0
},
"id": 250
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 120,
"y": 0,
"z": 0
},
"id": 260
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 240,
"y": -120,
"z": 0
},
"id": 270
},
{
"block": 2,
"color": 8,
"type": 0,
"position": {
"x": 240,
"y": -360,
"z": 0
},
"id": 280
},
{
"block": 0,
"color": 8,
"type": 0,
"position": {
"x": 0,
"y": 360,
"z": 0
},
"id": 290
},
{
"block": 4,
"color": 1,
"type": 0,
"position": {
"x": 360,
"y": -120,
"z": 0
},
"id": 300
},
{
"block": 1,
"color": 1,
"type": 0,
"position": {
"x": 360,
"y": -480,
"z": 0
},
"id": 310
},
{
"block": 4,
"color": 2,
"type": 0,
"position": {
"x": -240,
"y": -120,
"z": 0
},
"id": 320
},
{
"block": 0,
"color": 2,
"type": 0,
"position": {
"x": 120,
"y": -360,
"z": 0
},
"id": 330
},
{
"block": 1,
"color": 5,
"type": 0,
"position": {
"x": -120,
"y": -480,
"z": 0
},
"id": 340
},
{
"block": 2,
"color": 5,
"type": 0,
"position": {
"x": 240,
"y": 240,
"z": 0
},
"id": 350
},
{
"block": 0,
"color": 11,
"type": 0,
"position": {
"x": 360,
"y": -360,
"z": 0
},
"id": 360
},
{
"block": 0,
"color": 11,
"type": 0,
"position": {
"x": -120,
"y": -360,
"z": 0
},
"id": 370
},
{
"block": 2,
"color": 4,
"type": 0,
"position": {
"x": -120,
"y": -240,
"z": 0
},
"id": 380
},
{
"block": 0,
"color": 4,
"type": 0,
"position": {
"x": -240,
"y": -360,
"z": 0
},
"id": 390
},
{
"block": 2,
"color": 9,
"type": 0,
"position": {
"x": 0,
"y": -480,
"z": 0
},
"id": 400
},
{
"block": 2,
"color": 9,
"type": 0,
"position": {
"x": -120,
"y": 0,
"z": 0
},
"id": 410
},
{
"block": 1,
"color": 7,
"type": 0,
"position": {
"x": 120,
"y": -120,
"z": 0
},
"id": 420
},
{
"block": 2,
"color": 7,
"type": 0,
"position": {
"x": 120,
"y": 240,
"z": 0
},
"id": 430
},
{
"block": 0,
"color": 10,
"type": 0,
"position": {
"x": 240,
"y": 120,
"z": 0
},
"id": 440
},
{
"block": 0,
"color": 10,
"type": 8,
"position": {
"x": 360,
"y": 240,
"z": 0
},
"id": 450
},
{
"block": 0,
"color": 8,
"type": 8,
"position": {
"x": -240,
"y": 240,
"z": 0
},
"id": 460
},
{
"block": 0,
"color": 3,
"type": 8,
"position": {
"x": 0,
"y": 0,
"z": 0
},
"id": 470
},
{
"block": 0,
"color": 5,
"type": 7,
"position": {
"x": -240,
"y": -240,
"z": 0
},
"id": 480
}
]
],
"WALL_INFO": [
[
{
"id": 417,
"num": 0,
"color": 7,
"special": 3,
"length": 2,
"freeze": 9
},
{
"id": 418,
"num": 1,
"color": 7,
"special": 3,
"length": 0,
"freeze": 9
},
{
"id": 419,
"num": 4,
"color": 1,
"special": 0,
"length": 3
},
{
"id": 420,
"num": 5,
"color": 1,
"special": 0,
"length": 0
},
{
"id": 421,
"num": 6,
"color": 1,
"special": 0,
"length": 0
},
{
"id": 422,
"num": 13,
"color": 9,
"special": 0,
"length": 2
},
{
"id": 423,
"num": 15,
"color": 9,
"special": 0,
"length": 0
},
{
"id": 424,
"num": 17,
"color": 4,
"special": 3,
"length": 2,
"freeze": 16
},
{
"id": 425,
"num": 19,
"color": 4,
"special": 3,
"length": 0,
"freeze": 16
},
{
"id": 426,
"num": 25,
"color": 2,
"special": 0,
"length": 3
},
{
"id": 427,
"num": 26,
"color": 2,
"special": 0,
"length": 0
},
{
"id": 428,
"num": 27,
"color": 2,
"special": 0,
"length": 0
},
{
"id": 429,
"num": 21,
"color": 5,
"special": 0,
"length": 2
},
{
"id": 430,
"num": 22,
"color": 5,
"special": 0,
"length": 0
},
{
"id": 431,
"num": 18,
"color": 10,
"special": 0,
"length": 1
},
{
"id": 432,
"num": 12,
"color": 3,
"special": 0,
"length": 2
},
{
"id": 433,
"num": 14,
"color": 3,
"special": 0,
"length": 0
},
{
"id": 434,
"num": 7,
"color": 8,
"special": 0,
"length": 1
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "364cdb68-5d6d-42e9-830f-c4466688d205",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,437 @@
{
"LEVEL_INFO": [
{
"risefall": [],
"id": "417",
"map": [
8,
10
],
"time": 90,
"gap": [
{
"x": 1,
"y": 8,
"z": 0
},
{
"x": 6,
"y": 8,
"z": 0
}
]
}
],
"BLOCK_INFO": [
[
{
"block": 5,
"color": 11,
"type": 0,
"position": {
"x": 120,
"y": 240,
"z": 0
},
"id": 210
},
{
"block": 0,
"color": 11,
"type": 0,
"position": {
"x": 120,
"y": -480,
"z": 0
},
"id": 220
},
{
"block": 0,
"color": 11,
"type": 0,
"position": {
"x": 0,
"y": -480,
"z": 0
},
"id": 230
},
{
"block": 1,
"color": 9,
"type": 0,
"position": {
"x": -120,
"y": -480,
"z": 0
},
"id": 240
},
{
"block": 1,
"color": 3,
"type": 0,
"position": {
"x": 360,
"y": -480,
"z": 0
},
"id": 250
},
{
"block": 1,
"color": 4,
"type": 5,
"position": {
"x": 360,
"y": -360,
"z": 0
},
"id": 260
},
{
"block": 0,
"color": 4,
"type": 5,
"position": {
"x": 360,
"y": 120,
"z": 0
},
"id": 270
},
{
"block": 1,
"color": 8,
"type": 5,
"position": {
"x": -120,
"y": -360,
"z": 0
},
"id": 280
},
{
"block": 0,
"color": 8,
"type": 5,
"position": {
"x": -240,
"y": 120,
"z": 0
},
"id": 290
},
{
"block": 0,
"color": 3,
"type": 0,
"position": {
"x": -240,
"y": -240,
"z": 0
},
"id": 300
},
{
"block": 0,
"color": 3,
"type": 0,
"position": {
"x": -240,
"y": 0,
"z": 0
},
"id": 310
},
{
"block": 2,
"color": 3,
"type": 0,
"position": {
"x": -120,
"y": 240,
"z": 0
},
"id": 320
},
{
"block": 0,
"color": 5,
"type": 0,
"position": {
"x": -120,
"y": -240,
"z": 0
},
"id": 330
},
{
"block": 0,
"color": 2,
"type": 0,
"position": {
"x": 360,
"y": -240,
"z": 0
},
"id": 340
},
{
"block": 0,
"color": 2,
"type": 0,
"position": {
"x": 360,
"y": 0,
"z": 0
},
"id": 350
},
{
"block": 0,
"color": 10,
"type": 0,
"position": {
"x": 240,
"y": -240,
"z": 0
},
"id": 360
},
{
"block": 2,
"color": 8,
"type": 0,
"position": {
"x": 240,
"y": 240,
"z": 0
},
"id": 370
},
{
"block": 1,
"color": 5,
"type": 7,
"position": {
"x": 120,
"y": 120,
"z": 0
},
"id": 380
},
{
"block": 0,
"color": 2,
"type": 8,
"position": {
"x": -120,
"y": 0,
"z": 0
},
"id": 390
},
{
"block": 0,
"color": 9,
"type": 8,
"position": {
"x": 240,
"y": 0,
"z": 0
},
"id": 400
},
{
"block": 1,
"color": 11,
"type": 9,
"position": {
"x": 120,
"y": 0,
"z": 0
},
"adhesiveTime": 2,
"id": 410
},
{
"block": 1,
"color": 10,
"type": 9,
"position": {
"x": 120,
"y": -120,
"z": 0
},
"adhesiveTime": 1,
"id": 420
},
{
"block": 1,
"color": 8,
"type": 0,
"position": {
"x": 120,
"y": -240,
"z": 0
},
"id": 430
},
{
"block": 1,
"color": 4,
"type": 7,
"position": {
"x": 120,
"y": -360,
"z": 0
},
"id": 440
},
{
"block": 1,
"color": 9,
"type": 4,
"position": {
"x": -120,
"y": -120,
"z": 0
},
"freezeTime": 12,
"id": 450
},
{
"block": 1,
"color": 2,
"type": 4,
"position": {
"x": 360,
"y": -120,
"z": 0
},
"freezeTime": 15,
"id": 460
}
]
],
"WALL_INFO": [
[
{
"id": 418,
"num": 1,
"color": 8,
"special": 0,
"length": 2
},
{
"id": 419,
"num": 2,
"color": 8,
"special": 0,
"length": 0
},
{
"id": 420,
"num": 3,
"color": 4,
"special": 1,
"length": 1
},
{
"id": 421,
"num": 11,
"color": 2,
"special": 0,
"length": 2
},
{
"id": 422,
"num": 13,
"color": 2,
"special": 0,
"length": 0
},
{
"id": 423,
"num": 15,
"color": 9,
"special": 0,
"length": 2
},
{
"id": 424,
"num": 17,
"color": 9,
"special": 0,
"length": 0
},
{
"id": 425,
"num": 25,
"color": 5,
"special": 0,
"length": 2
},
{
"id": 426,
"num": 26,
"color": 5,
"special": 0,
"length": 0
},
{
"id": 427,
"num": 24,
"color": 8,
"special": 1,
"length": 1
},
{
"id": 428,
"num": 22,
"color": 4,
"special": 0,
"length": 2
},
{
"id": 429,
"num": 23,
"color": 4,
"special": 0,
"length": 0
},
{
"id": 430,
"num": 12,
"color": 3,
"special": 3,
"length": 2,
"freeze": 18
},
{
"id": 431,
"num": 14,
"color": 3,
"special": 3,
"length": 0,
"freeze": 18
},
{
"id": 432,
"num": 4,
"color": 10,
"special": 0,
"length": 2
},
{
"id": 433,
"num": 5,
"color": 10,
"special": 0,
"length": 0
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "6c03c557-df05-4e09-8cf2-1f4a5bb47d3a",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,401 @@
{
"LEVEL_INFO": [
{
"risefall": [],
"id": "419",
"map": [
8,
10
],
"time": 120,
"gap": []
}
],
"BLOCK_INFO": [
[
{
"block": 2,
"color": 3,
"type": 0,
"position": {
"x": 240,
"y": 120,
"z": 0
},
"id": 210
},
{
"block": 5,
"color": 7,
"type": 0,
"position": {
"x": 120,
"y": -480,
"z": 0
},
"id": 220
},
{
"block": 2,
"color": 9,
"type": 0,
"position": {
"x": -120,
"y": 120,
"z": 0
},
"id": 230
},
{
"block": 1,
"color": 9,
"type": 0,
"position": {
"x": -120,
"y": -480,
"z": 0
},
"id": 240
},
{
"block": 0,
"color": 9,
"type": 0,
"position": {
"x": 0,
"y": -240,
"z": 0
},
"id": 250
},
{
"block": 1,
"color": 1,
"type": 0,
"position": {
"x": 360,
"y": -480,
"z": 0
},
"id": 260
},
{
"block": 0,
"color": 1,
"type": 0,
"position": {
"x": 360,
"y": -240,
"z": 0
},
"id": 270
},
{
"block": 0,
"color": 1,
"type": 0,
"position": {
"x": 120,
"y": -240,
"z": 0
},
"id": 280
},
{
"block": 0,
"color": 10,
"type": 0,
"position": {
"x": 360,
"y": -120,
"z": 0
},
"id": 290
},
{
"block": 4,
"color": 6,
"type": 0,
"position": {
"x": 240,
"y": -240,
"z": 0
},
"id": 300
},
{
"block": 4,
"color": 8,
"type": 0,
"position": {
"x": -120,
"y": -240,
"z": 0
},
"id": 310
},
{
"block": 23,
"color": 8,
"type": 0,
"position": {
"x": 120,
"y": -120,
"z": 0
},
"id": 320
},
{
"block": 23,
"color": 8,
"type": 0,
"position": {
"x": 0,
"y": -120,
"z": 0
},
"id": 330
},
{
"block": 1,
"color": 1,
"type": 9,
"position": {
"x": 120,
"y": 360,
"z": 0
},
"adhesiveTime": 2,
"id": 340
},
{
"block": 1,
"color": 5,
"type": 9,
"position": {
"x": 120,
"y": 240,
"z": 0
},
"adhesiveTime": 1,
"id": 350
},
{
"block": 0,
"color": 9,
"type": 9,
"position": {
"x": -240,
"y": -120,
"z": 0
},
"adhesiveTime": 2,
"id": 360
},
{
"block": 0,
"color": 2,
"type": 9,
"position": {
"x": -240,
"y": -240,
"z": 0
},
"adhesiveTime": 1,
"id": 370
},
{
"block": 0,
"color": 4,
"type": 6,
"position": {
"x": 0,
"y": 120,
"z": 0
},
"boomTime": 30,
"id": 380
},
{
"block": 0,
"color": 10,
"type": 6,
"position": {
"x": 120,
"y": 120,
"z": 0
},
"boomTime": 27,
"id": 390
},
{
"block": 22,
"color": 2,
"type": 4,
"position": {
"x": 360,
"y": 240,
"z": 0
},
"freezeTime": 9,
"id": 400
},
{
"block": 21,
"color": 3,
"type": 4,
"position": {
"x": -240,
"y": 240,
"z": 0
},
"freezeTime": 12,
"id": 410
}
]
],
"WALL_INFO": [
[
{
"id": 420,
"num": 0,
"color": 4,
"special": 0,
"length": 1
},
{
"id": 421,
"num": 3,
"color": 6,
"special": 0,
"length": 3
},
{
"id": 422,
"num": 4,
"color": 6,
"special": 0,
"length": 0
},
{
"id": 423,
"num": 5,
"color": 6,
"special": 0,
"length": 0
},
{
"id": 424,
"num": 9,
"color": 9,
"special": 0,
"length": 2
},
{
"id": 425,
"num": 11,
"color": 9,
"special": 0,
"length": 0
},
{
"id": 426,
"num": 13,
"color": 7,
"special": 0,
"length": 2
},
{
"id": 427,
"num": 15,
"color": 7,
"special": 0,
"length": 0
},
{
"id": 428,
"num": 17,
"color": 1,
"special": 0,
"length": 2
},
{
"id": 429,
"num": 19,
"color": 1,
"special": 0,
"length": 0
},
{
"id": 430,
"num": 23,
"color": 8,
"special": 0,
"length": 3
},
{
"id": 431,
"num": 24,
"color": 8,
"special": 0,
"length": 0
},
{
"id": 432,
"num": 25,
"color": 8,
"special": 0,
"length": 0
},
{
"id": 433,
"num": 20,
"color": 10,
"special": 0,
"length": 1
},
{
"id": 434,
"num": 16,
"color": 2,
"special": 5,
"length": 2
},
{
"id": 435,
"num": 18,
"color": 2,
"special": 5,
"length": 0
},
{
"id": 436,
"num": 12,
"color": 5,
"special": 0,
"length": 2
},
{
"id": 437,
"num": 14,
"color": 5,
"special": 0,
"length": 0
},
{
"id": 438,
"num": 8,
"color": 3,
"special": 5,
"length": 2
},
{
"id": 439,
"num": 10,
"color": 3,
"special": 5,
"length": 0
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "fa7781a2-4d5b-440a-b4d4-7e9d9b7dcf98",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,495 @@
{
"LEVEL_INFO": [
{
"risefall": [],
"id": "419",
"map": [
10,
12
],
"time": 120,
"gap": [
{
"x": 2,
"y": 10,
"z": 0
},
{
"x": 1,
"y": 10,
"z": 0
},
{
"x": 7,
"y": 10,
"z": 0
},
{
"x": 8,
"y": 10,
"z": 0
},
{
"x": 2,
"y": 1,
"z": 0
},
{
"x": 1,
"y": 1,
"z": 0
},
{
"x": 7,
"y": 1,
"z": 0
},
{
"x": 8,
"y": 1,
"z": 0
},
{
"x": 1,
"y": 4,
"z": 0
},
{
"x": 1,
"y": 3,
"z": 0
},
{
"x": 2,
"y": 4,
"z": 0
},
{
"x": 2,
"y": 3,
"z": 0
},
{
"x": 7,
"y": 4,
"z": 0
},
{
"x": 7,
"y": 3,
"z": 0
},
{
"x": 8,
"y": 4,
"z": 0
},
{
"x": 8,
"y": 3,
"z": 0
}
]
}
],
"BLOCK_INFO": [
[
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 480,
"y": 120,
"z": 0
},
"id": 210
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": 360,
"y": 120,
"z": 0
},
"id": 220
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": -240,
"y": 120,
"z": 0
},
"id": 230
},
{
"block": 23,
"color": 1,
"type": 0,
"position": {
"x": -360,
"y": 120,
"z": 0
},
"id": 240
},
{
"block": 2,
"color": 9,
"type": 0,
"position": {
"x": -360,
"y": 240,
"z": 0
},
"id": 250
},
{
"block": 2,
"color": 2,
"type": 0,
"position": {
"x": 480,
"y": 240,
"z": 0
},
"id": 260
},
{
"block": 1,
"color": 10,
"type": 0,
"position": {
"x": 480,
"y": -480,
"z": 0
},
"id": 270
},
{
"block": 1,
"color": 4,
"type": 0,
"position": {
"x": -240,
"y": -480,
"z": 0
},
"id": 280
},
{
"block": 6,
"color": 8,
"type": 0,
"position": {
"x": -120,
"y": 0,
"z": 0
},
"id": 290
},
{
"block": 10,
"color": 3,
"type": 0,
"position": {
"x": 240,
"y": 0,
"z": 0
},
"id": 300
},
{
"block": 2,
"color": 6,
"type": 0,
"position": {
"x": -120,
"y": 360,
"z": 0
},
"id": 310
},
{
"block": 2,
"color": 1,
"type": 0,
"position": {
"x": 240,
"y": 360,
"z": 0
},
"id": 320
},
{
"block": 2,
"color": 5,
"type": 2,
"position": {
"x": -120,
"y": -360,
"z": 0
},
"id": 330
},
{
"block": 2,
"color": 1,
"type": 2,
"position": {
"x": 240,
"y": -360,
"z": 0
},
"id": 340
},
{
"block": 0,
"color": 5,
"type": 2,
"position": {
"x": 240,
"y": -120,
"z": 0
},
"id": 350
},
{
"block": 0,
"color": 1,
"type": 2,
"position": {
"x": -120,
"y": -480,
"z": 0
},
"id": 360
},
{
"block": 0,
"color": 6,
"type": 2,
"position": {
"x": -120,
"y": -120,
"z": 0
},
"id": 370
},
{
"block": 2,
"color": 2,
"type": 2,
"position": {
"x": 0,
"y": 360,
"z": 0
},
"id": 380
},
{
"block": 2,
"color": 5,
"type": 2,
"position": {
"x": 120,
"y": 360,
"z": 0
},
"id": 390
},
{
"block": 0,
"color": 3,
"type": 2,
"position": {
"x": 240,
"y": -480,
"z": 0
},
"id": 400
},
{
"block": 5,
"color": 6,
"type": 3,
"position": {
"x": 120,
"y": -360,
"z": 0
},
"lockTime": 8,
"id": 410
},
{
"block": 1,
"color": 3,
"type": 9,
"position": {
"x": -240,
"y": 0,
"z": 0
},
"adhesiveTime": 2,
"id": 420
},
{
"block": 1,
"color": 4,
"type": 9,
"position": {
"x": -240,
"y": -120,
"z": 0
},
"adhesiveTime": 1,
"id": 430
},
{
"block": 1,
"color": 9,
"type": 9,
"position": {
"x": 480,
"y": 0,
"z": 0
},
"adhesiveTime": 2,
"id": 440
},
{
"block": 1,
"color": 8,
"type": 9,
"position": {
"x": 480,
"y": -120,
"z": 0
},
"adhesiveTime": 1,
"id": 450
}
]
],
"WALL_INFO": [
[
{
"id": 420,
"num": 0,
"color": 10,
"special": 0,
"length": 1
},
{
"id": 421,
"num": 1,
"color": 2,
"special": 0,
"length": 2
},
{
"id": 422,
"num": 2,
"color": 2,
"special": 0,
"length": 0
},
{
"id": 423,
"num": 4,
"color": 5,
"special": 0,
"length": 2
},
{
"id": 424,
"num": 5,
"color": 5,
"special": 0,
"length": 0
},
{
"id": 425,
"num": 19,
"color": 3,
"special": 4,
"length": 2
},
{
"id": 426,
"num": 21,
"color": 3,
"special": 4,
"length": 0
},
{
"id": 427,
"num": 23,
"color": 9,
"special": 4,
"length": 2
},
{
"id": 428,
"num": 25,
"color": 9,
"special": 4,
"length": 0
},
{
"id": 429,
"num": 42,
"color": 1,
"special": 0,
"length": 2
},
{
"id": 430,
"num": 43,
"color": 1,
"special": 0,
"length": 0
},
{
"id": 431,
"num": 39,
"color": 6,
"special": 0,
"length": 2
},
{
"id": 432,
"num": 40,
"color": 6,
"special": 0,
"length": 0
},
{
"id": 433,
"num": 38,
"color": 4,
"special": 0,
"length": 1
},
{
"id": 434,
"num": 20,
"color": 8,
"special": 0,
"length": 2
},
{
"id": 435,
"num": 22,
"color": 8,
"special": 0,
"length": 0
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "f3288513-7567-4b5f-9f24-515e50e6ee6e",
"importer": "json",
"subMetas": {}
}

View File

@ -0,0 +1,416 @@
{
"LEVEL_INFO": [
{
"risefall": [],
"id": "420",
"map": [
8,
10
],
"time": 120,
"gap": []
}
],
"BLOCK_INFO": [
[
{
"block": 5,
"color": 11,
"type": 0,
"position": {
"x": 120,
"y": 0,
"z": 0
},
"id": 210
},
{
"block": 23,
"color": 11,
"type": 0,
"position": {
"x": -120,
"y": -360,
"z": 0
},
"id": 230
},
{
"block": 23,
"color": 11,
"type": 0,
"position": {
"x": -120,
"y": -480,
"z": 0
},
"id": 240
},
{
"block": 23,
"color": 11,
"type": 0,
"position": {
"x": 240,
"y": -360,
"z": 0
},
"id": 250
},
{
"block": 23,
"color": 11,
"type": 0,
"position": {
"x": 240,
"y": -480,
"z": 0
},
"id": 260
},
{
"block": 1,
"color": 1,
"type": 0,
"position": {
"x": 120,
"y": -480,
"z": 0
},
"id": 260
},
{
"block": 20,
"color": 1,
"type": 0,
"position": {
"x": -120,
"y": -120,
"z": 0
},
"id": 270
},
{
"block": 0,
"color": 1,
"type": 0,
"position": {
"x": 0,
"y": -240,
"z": 0
},
"id": 280
},
{
"block": 4,
"color": 6,
"type": 0,
"position": {
"x": -240,
"y": -480,
"z": 0
},
"id": 290
},
{
"block": 1,
"color": 5,
"type": 0,
"position": {
"x": 120,
"y": -360,
"z": 0
},
"id": 300
},
{
"block": 0,
"color": 5,
"type": 0,
"position": {
"x": 120,
"y": -240,
"z": 0
},
"id": 310
},
{
"block": 19,
"color": 5,
"type": 0,
"position": {
"x": 360,
"y": -120,
"z": 0
},
"id": 320
},
{
"block": 2,
"color": 7,
"type": 0,
"position": {
"x": 240,
"y": 0,
"z": 0
},
"id": 330
},
{
"block": 0,
"color": 4,
"type": 0,
"position": {
"x": -120,
"y": 360,
"z": 0
},
"id": 340
},
{
"block": 0,
"color": 9,
"type": 0,
"position": {
"x": -120,
"y": 240,
"z": 0
},
"id": 350
},
{
"block": 0,
"color": 3,
"type": 0,
"position": {
"x": 240,
"y": 360,
"z": 0
},
"id": 360
},
{
"block": 0,
"color": 10,
"type": 0,
"position": {
"x": 240,
"y": 240,
"z": 0
},
"id": 370
},
{
"block": 2,
"color": 2,
"type": 0,
"position": {
"x": -120,
"y": 0,
"z": 0
},
"id": 380
},
{
"block": 2,
"color": 10,
"type": 8,
"position": {
"x": -240,
"y": 240,
"z": 0
},
"id": 390
},
{
"block": 0,
"color": 5,
"type": 8,
"position": {
"x": -120,
"y": -240,
"z": 0
},
"id": 400
},
{
"block": 0,
"color": 1,
"type": 8,
"position": {
"x": 240,
"y": -240,
"z": 0
},
"id": 410
},
{
"block": 2,
"color": 4,
"type": 8,
"position": {
"x": 360,
"y": 240,
"z": 0
},
"id": 420
},
{
"block": 1,
"color": 9,
"type": 8,
"position": {
"x": 120,
"y": 360,
"z": 0
},
"id": 430
},
{
"block": 4,
"color": 7,
"type": 0,
"position": {
"x": 360,
"y": -480,
"z": 0
},
"id": 440
}
]
],
"WALL_INFO": [
[
{
"id": 421,
"num": 1,
"color": 2,
"special": 0,
"length": 2
},
{
"id": 422,
"num": 2,
"color": 2,
"special": 0,
"length": 0
},
{
"id": 423,
"num": 5,
"color": 7,
"special": 0,
"length": 3
},
{
"id": 424,
"num": 6,
"color": 7,
"special": 0,
"length": 0
},
{
"id": 425,
"num": 7,
"color": 7,
"special": 0,
"length": 0
},
{
"id": 426,
"num": 11,
"color": 5,
"special": 2,
"length": 2,
"lock": true
},
{
"id": 427,
"num": 13,
"color": 5,
"special": 2,
"length": 0,
"lock": true
},
{
"id": 428,
"num": 15,
"color": 1,
"special": 2,
"length": 2,
"lock": true
},
{
"id": 429,
"num": 17,
"color": 1,
"special": 2,
"length": 0,
"lock": true
},
{
"id": 430,
"num": 25,
"color": 6,
"special": 0,
"length": 3
},
{
"id": 431,
"num": 26,
"color": 6,
"special": 0,
"length": 0
},
{
"id": 432,
"num": 27,
"color": 6,
"special": 0,
"length": 0
},
{
"id": 433,
"num": 21,
"color": 3,
"special": 0,
"length": 2
},
{
"id": 434,
"num": 22,
"color": 3,
"special": 0,
"length": 0
},
{
"id": 435,
"num": 18,
"color": 4,
"special": 0,
"length": 1
},
{
"id": 436,
"num": 12,
"color": 9,
"special": 0,
"length": 2
},
{
"id": 437,
"num": 14,
"color": 9,
"special": 0,
"length": 0
},
{
"id": 438,
"num": 8,
"color": 10,
"special": 0,
"length": 1
}
]
]
}

View File

@ -0,0 +1,6 @@
{
"ver": "1.0.2",
"uuid": "42ef52be-50ca-4700-b4bc-9173cdfea405",
"importer": "json",
"subMetas": {}
}

View File

@ -1,327 +1,71 @@
{
"LEVEL_INFO": [
{
"risefall": [],
"id": "1",
"map": [
8,
10
],
"time": 500,
"gap": []
}
],
"BLOCK_INFO": [
[
{
"block": 23,
"color": 8,
"type": 0,
"position": {
"x": 360,
"y": 360,
"z": 0
},
"id": 210
},
{
"block": 23,
"color": 8,
"type": 0,
"position": {
"x": 360,
"y": 240,
"z": 0
},
"id": 220
},
{
"block": 23,
"color": 8,
"type": 0,
"position": {
"x": 360,
"y": -360,
"z": 0
},
"id": 230
},
{
"block": 23,
"color": 8,
"type": 0,
"position": {
"x": 360,
"y": -480,
"z": 0
},
"id": 240
},
{
"block": 8,
"color": 9,
"type": 0,
"position": {
"x": -120,
"y": 120,
"z": 0
},
"id": 250
},
{
"block": 0,
"color": 9,
"type": 2,
"position": {
"x": 360,
"y": -240,
"z": 0
},
"id": 260
},
{
"block": 0,
"color": 7,
"type": 2,
"position": {
"x": -120,
"y": 360,
"z": 0
},
"id": 270
},
{
"block": 0,
"color": 7,
"type": 2,
"position": {
"x": -120,
"y": -120,
"z": 0
},
"id": 280
},
{
"block": 1,
"color": 5,
"type": 2,
"position": {
"x": -120,
"y": -360,
"z": 0
},
"id": 290
},
{
"block": 1,
"color": 1,
"type": 2,
"position": {
"x": -120,
"y": -480,
"z": 0
},
"id": 300
},
{
"block": 2,
"color": 8,
"type": 3,
"position": {
"x": 0,
"y": -360,
"z": 0
},
"lockTime": 5,
"id": 310
},
{
"block": 2,
"color": 8,
"type": 8,
"position": {
"x": -240,
"y": -240,
"z": 0
},
"id": 320
},
{
"block": 2,
"color": 1,
"type": 8,
"position": {
"x": 120,
"y": -360,
"z": 0
},
"id": 330
},
{
"block": 1,
"color": 5,
"type": 7,
"position": {
"x": 115,
"y": 0,
"z": 0
},
"id": 340
},
{
"block": 1,
"color": 10,
"type": 0,
"position": {
"x": 120,
"y": -120,
"z": 0
},
"id": 350
},
{
"block": 1,
"color": 10,
"type": 0,
"position": {
"x": 120,
"y": -480,
"z": 0
},
"id": 360
},
{
"block": 5,
"color": 2,
"type": 0,
"position": {
"x": 120,
"y": 120,
"z": 0
},
"id": 370
},
{
"block": 0,
"color": 2,
"type": 0,
"position": {
"x": 240,
"y": 360,
"z": 0
},
"id": 380
},
{
"block": 6,
"color": 1,
"type": 0,
"position": {
"x": 360,
"y": -120,
"z": 0
},
"id": 390
},
{
"block": 2,
"color": 5,
"type": 0,
"position": {
"x": 240,
"y": -480,
"z": 0
},
"id": 400
}
"LEVEL_INFO": [
{
"id": "1",
"map": [
6,
7
],
"time": 300,
"gap": []
}
],
"BLOCK_INFO": [
[
{
"block": 5,
"color": 5,
"type": 0,
"position": {
"x": 0,
"y": -180,
"z": 0
},
"id": 210
},
{
"block": 5,
"color": 10,
"type": 0,
"position": {
"x": 240,
"y": -60,
"z": 0
},
"id": 220
}
]
],
"WALL_INFO": [
[
{
"id": 1,
"num": 10,
"color": 10,
"special": 0,
"length": 2
},
{
"id": 1,
"num": 12,
"color": 10,
"special": 0,
"length": 0
},
{
"id": 2,
"num": 0,
"color": 5,
"special": 0,
"length": 2
},
{
"id": 3,
"num": 1,
"color": 5,
"special": 0,
"length": 0
}
]
]
],
"WALL_INFO": [
[
{
"id": 2,
"num": 2,
"color": 2,
"special": 0,
"length": 2
},
{
"id": 3,
"num": 3,
"color": 2,
"special": 0,
"length": 0
},
{
"id": 4,
"num": 8,
"color": 9,
"special": 0,
"length": 2
},
{
"id": 5,
"num": 10,
"color": 9,
"special": 0,
"length": 0
},
{
"id": 6,
"num": 12,
"color": 3,
"special": 5,
"length": 2
},
{
"id": 7,
"num": 14,
"color": 3,
"special": 5,
"length": 0
},
{
"id": 8,
"num": 16,
"color": 7,
"special": 0,
"length": 1
},
{
"id": 9,
"num": 23,
"color": 5,
"special": 0,
"length": 2
},
{
"id": 10,
"num": 24,
"color": 5,
"special": 0,
"length": 0
},
{
"id": 11,
"num": 13,
"color": 1,
"special": 5,
"length": 2
},
{
"id": 12,
"num": 15,
"color": 1,
"special": 5,
"length": 0
},
{
"id": 13,
"num": 9,
"color": 8,
"special": 0,
"length": 1
}
]
]
}