-
Notifications
You must be signed in to change notification settings - Fork 0
/
sjm.min.js
2 lines (2 loc) · 43.4 KB
/
sjm.min.js
1
2
"use strict";!function(e){Phaser.Loader.prototype.font=function(e,t,a,s){return"undefined"==typeof a&&(a=!1),a!==!1&&"undefined"==typeof s&&(s=a),this.addToFileList("font",e,t,{callback:a,callbackContext:s}),this},Phaser.Loader.prototype.fontLoad=function(e,t,s,i){if(this.onFileStart.dispatch(this.progress,e.key,e.url),this.game.device.cocoonJS)return void this[i](e);var n=this,o=document.createElement("span");o.style.fontFamily="Comic Sans MS",o.style.position="fixed",o.style.top="-1000px",o.appendChild(document.createTextNode("`1234567890-=qwertyuiop[]\\asdfghjkl;'zxcvbnm,./~!@#$%^&*()_+QWERTYUIOP{}ASDFGHJKL:ZXCVBNM<>?")),document.body.appendChild(o);var r=o.getBoundingClientRect();o.style.fontFamily=e.key;var l=function(){var t=o.getBoundingClientRect();r.width!=t.width||r.height!=t.height?(document.body.removeChild(o),n[i](e),a._markDirty(),window.setTimeout(function(){a._markDirty()},100)):window.setTimeout(l,100)};window.setTimeout(l,100)};var t=null;e.mt&&e.mt.data&&(t=e.mt.data);var a=e.mt={SPRITE:0,GROUP:1,TEXT:2,TILE_LAYER:3,knownFonts:["Arial","Comic Sans MS","Courier New","Georgia","Impact","Times New Roman","Trebuchet MS","Verdana"],assets:{},objects:{},assetsPath:"assets",game:null,data:t,mainMovie:"__main",autoLoadFonts:!0,init:function(e){this.game=e,this.game.load.crossOrigin="anonymous";var t=Phaser.VERSION.split("."),a=parseInt(t[1]);0==a?this.game.load.script("hacks","js/lib/phaserHacks2.0.js"):1==a?this.game.load.script("hacks","js/lib/phaserHacks2.1.js"):2==a?this.game.load.script("hacks","js/lib/phaserHacks2.2.js"):this.game.load.script("hacks","js/lib/phaserHacks.js")},setBackgroundColor:function(e){if(this.data.map.backgroundColor){var t=this.data.map.backgroundColor.substring(1),a=parseInt(t,16);this.game.stage.backgroundColor!=a&&this.game.stage.setBackgroundColor(a)}e&&(document.body.style.backgroundColor=this.data.map.backgroundColor)},preload:function(){this._loadAssets(this.data.assets.contents,this.assets,""),this._loadFonts(this.data.objects)},loadGroup:function(e){var t={},a=this.getObjectGroupByName(e);return a?(this._collectAssets(a,t),this._loadAssetBuffer(t),void this._loadFonts(a)):void console.error("failed to load group: ",e)},createAll:function(){var e={};this._loadObjects(this.data.objects.contents,this.game.world,"",e,!0);for(var t in e)this.createTweens(e[t],this.mainMovie);return e},createTweens:function(e,t){var s,i,n=e.mt;if(n.movies={},s=n.movies,i=n.data.movies,void 0==t)for(var o in i)o!=this.mainMovie&&(s[o]=new a.TweenCollection(o,n));else s[t]=new a.TweenCollection(t,n)},create:function(e,t){t=t||this.game.world;var a=this.getObjectGroupByName(e);return a?this._add(a,t,""):void console.error("failed to find the object: ",e)},createGroup:function(e,t){return a.create(e,t)},createSlopeMap:function(e){for(var t={},a=e.layer.data,s=0,i=0;s<a.length;s++)for(i=0;i<a[s].length;i++)a[s][i].index>0&&(t[s*a[s].length+i]=a[s][i].index);return t},getObjectData:function(e,t){if("object"==typeof e&&(e=e.name),t=t||this.data.objects,t.contents)for(var a=0;a<t.contents.length;a++)if(t.contents[a].contents)this.getObjectData(e,t.contents[a]);else if(t.contents[a].name==e)return t.contents[a];return t.name==e?t:void 0},getAssetPath:function(e){return this.assetsPath+e.fullPath},getObjectGroupByName:function(e,t){t=t||this.data.objects.contents;for(var a,s=0;s<t.length;s++){if(t[s].name==e)return t[s];if(t[s].contents&&(a=this.getObjectGroupByName(e,t[s].contents)))return a}},getAssetByName:function(e,t){t=t||this.data.assets.contents;var a;for(var s in t){if(t[s].name==e)return t[s];if(t[s].contents&&(a=this.getAssetById(id,t[s].contents)))return a}return a},getAssetById:function(e,t){t=t||this.data.assets.contents;var a=null;for(var s in t){if(t[s].id==e)return t[s];if(t[s].contents&&(a=this.getAssetById(e,t[s].contents)))return a}return a},getObjectByName:function(e,t){t=t||this.data.objects.contents;var a;for(var s in t){if(t[s].name==e)return t[s];if(t[s].contents&&(a=this.getObjectById(id,t[s].contents)))return a}return a},physics:{ninja:{enableTileLayer:function(e){e=e.layer;for(var t=0,a=e.height;a>t;t++)for(var s=0,i=e.width;i>s;s++){var n=e.data[t][s];if(n&&n.index>0){var o=new Phaser.Physics.Ninja.Body(this,null,3,n.index,0,n.worldX+n.centerX,n.worldY+n.centerY,n.width,n.height);e.bodies.push(o)}}return e.bodies}}},_loadAssetBuffer:function(e){var t,a=null;for(var s in e)a=e[s],t=this._getAssetContainer(a),this._addAsset(a,t)},_loadFonts:function(e){for(var t,s=0;s<e.contents.length;s++)if(t=e.contents[s],t.contents)this._loadFonts(t);else if(t.type==a.TEXT){if(-1!=this.knownFonts.indexOf(t.style.fontFamily))continue;this.game.load.font(t.style.fontFamily,t.style.fontFamily)}},_mkDiff:function(e,t){var a={};for(var s in e)"keyframe"!=s&&"object"!=typeof e[s]&&void 0!==e[s]&&e[s]!=t[s]&&(a[s]=t[s]-e[s]+"");for(var s in t)"keyframe"!=s&&"object"!=typeof t[s]&&void 0!==e[s]&&e[s]!=t[s]&&(a[s]=t[s]-e[s]+"");return a},_getAssetContainer:function(e){var t=this.assets,a=e.fullPath.split("/");a.shift();for(var s=0;s<a.length-1;s++)t[a[s]]=t[a[s]]||{},t=t[a[s]];return t},_getObjectContainer:function(e){var t=this.objects,a=e.fullPath.split("/");a.shift();for(var s=0;s<a.length-1;s++)t[a[s]]=t[a[s]]||{},t=t[a[s]];return t},_collectAssets:function(e,t){for(var a,s,i,n=0;n<e.contents.length;n++)s=e.contents[n],s.contents&&this._collectAssets(s,t),a=s.assetId,i=this.getAssetById(a),i&&(t[a]=i)},_loadAssets:function(e,t){for(var a=null,s=0,i=e.length;i>s;s++)a=e[s],a.contents&&a.contents.length?(void 0===t[a.name]&&(t[a.name]={}),this._loadAssets(a.contents,t[a.name])):this._addAsset(a,t)},_addAsset:function(e,t){e.key&&(t[e.name]||(e.atlas?this.game.load.atlas(e.key,this.assetsPath+e.fullPath,this.assetsPath+e.atlas,null,e.type):e.width!=e.frameWidth||e.height!=e.frameHeight?this.game.load.spritesheet(e.key,this.assetsPath+e.fullPath,e.frameWidth,e.frameHeight,e.frameMax,e.margin,e.spacing):this.game.load.image(e.key,this.assetsPath+e.fullPath),Object.defineProperty(t,e.name,{get:function(){return e},enumerable:!0})))},_loadObjects:function(e,t,a,s,i){t=t||this.game.world,a=""!==a?"."+a:a;for(var n=e.length-1;n>-1;n--)s[e[n].name]=this._add(e[n],t,a,i)},_add:function(e,t,a,s){var i=null;return e.type==this.GROUP?(i=this._addGroup(e),e.physics&&e.physics.enable&&(i.enableBody=!0),t.add(i),i.mt={self:i,data:e,children:{}},this._updateCommonProperties(e,i,s),this._loadObjects(e.contents,i,a+e.name,i.mt.children,s)):(e.type==this.TEXT?i=this._addText(e,t):e.type==this.TILE_LAYER?(i=this._addTileLayer(e,t),e.physics&&e.physics.enable&&i.map.setCollisionByExclusion([-1])):(i=this._addObject(e,t),this.addPhysics(e,i,t.mt?t.mt.data:null)),this._updateCommonProperties(e,i,s),i.mt={self:i,data:e,children:{}},e.contents&&this._loadObjects(e.contents,i,a+e.name,i.mt.children,s)),i.self=i,i.getData=function(){return this.mt.data},i},addPhysics:function(e,t,a){var s=e.physics;if(s&&s.enable||a&&a.physics&&a.physics.enable&&(s=a.physics),s&&s.enable){this.game.physics.arcade.enable(t),t.body.allowGravity=s.gravity.allow,t.body.gravity.x=s.gravity.x,t.body.gravity.y=s.gravity.y,t.body.immovable=s.immovable,t.body.bounce=s.bounce,t.body.maxAngular=s.rotation.maxAngular,t.body.allowRotation=s.rotation.allowRotation,t.body.maxVelocity=s.maxVelocity,t.body.mass=s.mass,t.body.collideWorldBounds=s.collideWorldBounds;var i=t.width,n=t.height;s.size.width>0&&(i=s.size.width),s.size.height>0&&(n=s.size.height),t.body.setSize(i,n,s.size.offsetX,s.size.offsetY)}},_addGroup:function(e){var t=this.game.add.group();return t.x=e.x,t.y=e.y,t.fixedToCamera=!!e.fixedToCamera,e.angle&&(t.angle=e.angle),t.alpha=e.alpha||1,t},_addText:function(e,t){t=t||this.game.world;var a=this.game.add.text(e.x,e.y,e.text||e.name,e.style);return t.addChild(a),a},_addTileLayer:function(e,t){t=t||this.game.world;var a=this.game.add.tilemap(null,e.tileWidth,e.tileHeight,e.widthInTiles,e.heightInTiles),s=a.createBlankLayer(e.name,e.widthInTiles,e.heightInTiles,e.tileWidth,e.tileHeight,t),i=0,n=null,o="";if(!e.images)return s;for(var r=0;r<e.images.length;r++)o=this.getAssetById(e.images[r]),o?(n=a.addTilesetImage(o.key,o.key,o.frameWidth,o.frameHeight,o.margin,o.spacing,i),i+=n.total):console.warn("cannot find image",e.images[r]);var l=e.tiles,d=null;for(var h in l)for(var c in l[h])d=a.putTile(l[h][c],parseInt(c,10),parseInt(h,10),s);return s.fixedToCamera=e.isFixedToCamera,s},_addObject:function(e,t){var a=null;t=t||this.game.world,t.type==Phaser.GROUP?a=t.create(e.x,e.y,e.assetKey):(a=this.game.add.sprite(e.x,e.y,e.assetKey),this.game.world.removeChild(a),t.addChild(a));var s=this.game.cache.getFrameData(e.assetKey);if(s){for(var i=[],n=0;n<s.total;n++)i.push(n);a.animations.add("default",i,void 0!==e.fps?e.fps:10,!1),a.frame=e.frame}return a},_updateCommonProperties:function(e,t,s){e.angle&&(t.angle=e.angle),e.type!==a.GROUP&&t.type!=Phaser.GROUP&&(t.anchor.x=e.anchorX,t.anchor.y=e.anchorY,void 0!=e.scaleX&&(t.scale.x=e.scaleX,t.scale.y=e.scaleY)),t.x=e.x,t.y=e.y,t.alpha=e.alpha||1,s&&(t.visible=e.isVisible)},_markDirty:function(e){e=e||this.game.world.children;for(var t=null,a=0;a<e.length;a++)t=e[a],t.type==Phaser.TEXT||t instanceof Phaser.Text?t.dirty=!0:t.children&&t.children.length&&this._markDirty(t.children)}}}("undefined"==typeof window?global:window),window.mt=window.mt||{},window.mt.data={assets:{name:"assets",contents:[{name:"Loading",contents:[{id:"50f7440e-df77-4a6b-bdd6-b7eeaf207455",name:"loadingbar.png",fullPath:"/Loading/loadingbar.png",key:"/loadingbar.png",width:190,height:9,frameWidth:190,frameHeight:9,frameMax:-1,margin:0,spacing:0,anchorX:0,anchorY:0,fps:10,updated:1501490067913,atlas:"",physics:{enable:0}},{id:1,name:"preload.png",fullPath:"/Loading/preload.png",key:"/preload.png",width:190,height:9,frameWidth:190,frameHeight:9,frameMax:-1,margin:0,spacing:0,anchorX:0,anchorY:0,fps:10,updated:1406817915033,atlas:"",physics:{enable:0}}],count:0,id:4,fullPath:"/Loading",isClosed:!0,physics:{enable:0}},{name:"images",contents:[{id:"142f6727-f717-47c4-9bc7-ccd36b9cfe36",name:"mask.png",fullPath:"/images/mask.png",key:"/mask.png",width:640,height:1136,frameWidth:640,frameHeight:1136,frameMax:-1,margin:0,spacing:0,anchorX:0,anchorY:0,fps:10,updated:1501572128232,atlas:""},{id:"bcb2794b-6de7-4bc5-8117-3a5e7230d6a3",name:"victory.png",fullPath:"/images/victory.png",key:"/victory.png",width:448,height:338,frameWidth:448,frameHeight:338,frameMax:-1,margin:0,spacing:0,anchorX:0,anchorY:0,fps:10,updated:1501574338480,atlas:""},{id:"96759fe7-78b4-4ba0-b2ad-e3f606228a79",name:"failed.png",fullPath:"/images/failed.png",key:"/failed.png",width:448,height:361,frameWidth:448,frameHeight:361,frameMax:-1,margin:0,spacing:0,anchorX:0,anchorY:0,fps:10,updated:1501573336760,atlas:"",physics:{enable:0}},{id:"569e99ee-3986-4510-ace8-10253d41e69a",name:"bg.jpg",fullPath:"/images/bg.jpg",key:"/images/bg.jpg",width:640,height:1136,frameWidth:640,frameHeight:1136,frameMax:-1,margin:0,spacing:0,anchorX:0,anchorY:0,fps:10,updated:1501422801776,atlas:"",physics:{enable:0}},{id:"7b02755b-e6a3-404c-a8b8-8186ef02a2df",name:"btn_start.png",fullPath:"/images/btn_start.png",key:"/images/btn_start.png",width:400,height:588,frameWidth:400,frameHeight:588,frameMax:-1,margin:0,spacing:0,anchorX:0,anchorY:0,fps:10,updated:1501422801783,atlas:""},{id:"ef08d255-7321-4f72-81e2-51a1b4d5c861",name:"replay.png",fullPath:"/images/replay.png",key:"/images/replay.png",width:200,height:103,frameWidth:200,frameHeight:103,frameMax:-1,margin:0,spacing:0,anchorX:0,anchorY:0,fps:10,updated:1501422801794,atlas:""},{id:"25dfe4c2-3b71-411a-8ba0-6739b08f3fac",name:"crazyCat.png",fullPath:"/images/crazyCat.png",key:"/crazyCat.png",width:427,height:96,frameWidth:427,frameHeight:96,frameMax:-1,margin:0,spacing:0,anchorX:0,anchorY:0,fps:10,updated:1501481851483,atlas:"/images/crazyCat.json",physics:{enable:0},type:0},{id:"d96d820c-35e8-482e-9e99-40241134f62a",name:"pot.png",fullPath:"/images/pot.png",key:"/pot.png",width:128,height:64,frameWidth:64,frameHeight:64,frameMax:-1,margin:0,spacing:0,anchorX:0,anchorY:0,fps:10,updated:1501423777458,atlas:"",physics:{enable:0}}],count:0,id:"8bbe7829-1403-4ded-9e71-477ca4449353",fullPath:"/images",isClosed:!0},{id:"ccb85eda-1872-483d-bd5c-befa160ae9a8",name:"launcher.png",fullPath:"/launcher.png",key:"/launcher.png",width:58,height:87,frameWidth:58,frameHeight:87,frameMax:-1,margin:0,spacing:0,anchorX:0,anchorY:0,fps:10,updated:1501484600228,atlas:""}],count:57},objects:{name:"objects",contents:[{assetId:"ef08d255-7321-4f72-81e2-51a1b4d5c861",x:218.99999999999997,y:838.8333333333333,type:0,anchorX:0,anchorY:0,userData:{},physics:{enable:0},scaleX:1,scaleY:1,angle:0,alpha:1,frame:0,isVisible:1,isLocked:0,contents:[],width:200,height:103,id:"tmp1501573390634",name:"replay",index:-1,fullPath:"/replay",movies:{__main:{frames:[],info:{fps:60},subdata:[]}},keyframe:0,assetKey:"/images/replay.png"},{id:"tmp1501573390633",name:"victorygp",x:0,y:0,type:1,angle:0,contents:[{x:220.14285714285677,y:603.4285714285718,type:2,anchorX:-.05291005291005291,anchorY:0,scaleX:1,scaleY:1,angle:0,alpha:1,wordWrapWidth:100,style:{fontFamily:"Arial",fontSize:"32px",font:"32px 'Arial'",backgroundColor:null,fill:"#ff3737",align:"center",boundsAlignH:"left",boundsAlignV:"top",stroke:"black",strokeThickness:0,wordWrap:!0,wordWrapWidth:100,shadowOffsetX:0,shadowOffsetY:0,shadowColor:"rgba(0,0,0,0)",shadowBlur:0,tabs:0},align:"center",wordWrap:!0,isVisible:1,isLocked:0,text:"00",id:"tmp1501573390628",name:"stepCount",index:-1,fullPath:"/victorygp/stepCount",shadow:{},physics:{enable:0},userData:{},movies:{__main:{frames:[],info:{fps:60},subdata:[]}},width:54,height:42,fill:"#ff3737",keyframe:0},{x:240.42857142857133,y:657.7142857142862,type:2,anchorX:-.05291005291005291,anchorY:0,scaleX:1,scaleY:1,angle:0,alpha:1,wordWrapWidth:100,style:{fontFamily:"Arial",fontSize:"30px",font:"30px 'Arial'",backgroundColor:null,fill:"#ff3737",align:"left",boundsAlignH:"left",boundsAlignV:"top",stroke:"black",strokeThickness:0,wordWrap:!1,wordWrapWidth:100,shadowOffsetX:0,shadowOffsetY:0,shadowColor:"rgba(0,0,0,0)",shadowBlur:0,tabs:0},align:"left",wordWrap:0,isVisible:1,isLocked:0,text:"凤姐夫称号",id:"tmp1501573390631",name:"nameshow",index:-1,fullPath:"/victorygp/nameshow",shadow:{},physics:{enable:0},userData:{},movies:{__main:{frames:[],info:{fps:60},subdata:[]}},width:54,height:42,fill:"#ff3737",keyframe:0},{assetId:"bcb2794b-6de7-4bc5-8117-3a5e7230d6a3",x:320.6428571428571,y:600.9285714285713,type:0,anchorX:.4966517857142856,anchorY:.5103550295857986,userData:{},physics:{enable:0},scaleX:1,scaleY:1,angle:0,alpha:1,frame:0,isVisible:1,isLocked:0,contents:[],width:448,height:338,id:"tmp1501573390632",name:"victory",index:-1,fullPath:"/victorygp/victory",movies:{},keyframe:0,assetKey:"/victory.png"}],isVisible:!0,isLocked:0,isFixedToCamera:0,isClosed:!0,scaleX:1,scaleY:1,alpha:1,fullPath:"/victorygp",physics:{enable:0},userData:{},movies:{__main:{frames:[],info:{fps:60},subdata:[]}},keyframe:0,easings:{},width:447.99999999999994,height:338},{assetId:"96759fe7-78b4-4ba0-b2ad-e3f606228a79",x:97.99999999999982,y:409.333333333333,type:0,anchorX:0,anchorY:0,userData:{},physics:{enable:0},scaleX:1,scaleY:1,angle:0,alpha:1,frame:0,isVisible:!0,isLocked:0,contents:[],width:448,height:361,id:"tmp1501553393718",name:"failed",index:-1,fullPath:"/failed",movies:{__main:{frames:[],info:{fps:60},subdata:[]}},isClosed:!0,keyframe:0,assetKey:"/failed.png"},{assetId:"142f6727-f717-47c4-9bc7-ccd36b9cfe36",x:0,y:0,type:0,anchorX:0,anchorY:0,userData:{},physics:{enable:0},scaleX:1,scaleY:1,angle:0,alpha:1,frame:0,isVisible:1,isLocked:0,contents:[],width:640,height:1136,id:"tmp1501553393712",name:"mask",index:-1,fullPath:"/mask",movies:{__main:{frames:[],info:{fps:60},subdata:[]}},assetKey:"/mask.png"},{id:"tmp1501485483598",name:"Loading",x:0,y:0,type:1,angle:0,contents:[{assetId:1,x:225,y:580,type:0,anchorX:0,anchorY:0,userData:{},physics:{enable:0},scaleX:1,scaleY:1,angle:0,alpha:1,frame:0,isVisible:!0,isLocked:0,contents:[],width:190,height:9,id:"tmp1501485483599",name:"preload",index:-1,fullPath:"/Loading/preload",movies:{},isClosed:!0,assetKey:"/preload.png"},{assetId:"50f7440e-df77-4a6b-bdd6-b7eeaf207455",x:225,y:580,type:0,anchorX:0,anchorY:0,userData:{},physics:{enable:0},scaleX:1,scaleY:1,angle:0,alpha:1,frame:0,isVisible:1,isLocked:0,contents:[],width:190,height:9,id:"tmp1501489665485",name:"loadingbar",index:-1,fullPath:"/Loading/loadingbar",movies:{},assetKey:"/loadingbar.png"}],isVisible:!1,isLocked:0,isFixedToCamera:0,isClosed:!0,scaleX:1,scaleY:1,alpha:1,fullPath:"/Loading",physics:{enable:0},userData:{},movies:{__main:{frames:[],info:{fps:60},subdata:[]}},assetId:4,frame:0},{assetId:"7b02755b-e6a3-404c-a8b8-8186ef02a2df",x:111.66666666666666,y:448.33333333333326,type:0,anchorX:0,anchorY:0,userData:{},physics:{enable:0},scaleX:1,scaleY:1,angle:0,alpha:1,frame:0,isVisible:!1,isLocked:!0,contents:[],width:400,height:588,id:"tmp1501482066431",name:"btnStart",index:-1,fullPath:"/btnStart",movies:{__main:{frames:[],info:{fps:60},subdata:[]}},isClosed:!0,assetKey:"/images/btn_start.png"},{assetId:"25dfe4c2-3b71-411a-8ba0-6739b08f3fac",x:302.99999999999994,y:708.9999999999999,type:0,anchorX:.5172413793103449,anchorY:1,userData:{},physics:{enable:0},scaleX:1,scaleY:1,angle:0,alpha:1,frame:0,isVisible:!1,isLocked:!0,contents:[],width:58,height:87,id:"tmp1501479380404",name:"crazeCat",index:-1,fullPath:"/crazeCat",isClosed:!0,movies:{__main:{frames:[],info:{fps:60},subdata:[]}},frameName:"slice01.png",assetKey:"/crazyCat.png"},{id:"tmp1501422758006",name:"pots",x:0,y:0,type:1,angle:0,contents:[{assetId:"d96d820c-35e8-482e-9e99-40241134f62a",x:270,y:675,type:0,anchorX:0,anchorY:0,userData:{},physics:{enable:0},scaleX:1,scaleY:1,angle:0,alpha:1,frame:0,isVisible:1,isLocked:0,contents:[],width:64,height:64,id:"tmp1501479380402",name:"pot27",index:-1,fullPath:"/pots/pot27",movies:{},assetKey:"/pot.png"},{assetId:"d96d820c-35e8-482e-9e99-40241134f62a",x:559.5,y:965.5,type:0,anchorX:0,anchorY:0,userData:{},physics:{enable:0},scaleX:1,scaleY:1,angle:0,alpha:1,frame:0,isVisible:1,isLocked:0,contents:[],width:64,height:64,id:"tmp1501422757983",name:"pot63",index:-1,fullPath:"/pots/pot63",movies:{},assetKey:"/pot.png"},{assetId:"d96d820c-35e8-482e-9e99-40241134f62a",x:415.5,y:965.5,type:0,anchorX:0,anchorY:0,userData:{},physics:{enable:0},scaleX:1,scaleY:1,angle:0,alpha:1,frame:0,isVisible:1,isLocked:0,contents:[],width:64,height:64,id:"tmp1501422757981",name:"pot61",index:-1,fullPath:"/pots/pot61",movies:{},assetKey:"/pot.png"},{assetId:"d96d820c-35e8-482e-9e99-40241134f62a",x:342.5,y:965.5,type:0,anchorX:0,anchorY:0,userData:{},physics:{enable:0},scaleX:1,scaleY:1,angle:0,alpha:1,frame:0,isVisible:1,isLocked:0,contents:[],width:64,height:64,id:"tmp1501422757979",name:"pot60",index:-1,fullPath:"/pots/pot60",movies:{},assetKey:"/pot.png"},{assetId:"d96d820c-35e8-482e-9e99-40241134f62a",x:270.5,y:965.5,type:0,anchorX:0,anchorY:0,userData:{},physics:{enable:0},scaleX:1,scaleY:1,angle:0,alpha:1,frame:0,isVisible:1,isLocked:0,contents:[],width:64,height:64,id:"tmp1501422757977",name:"pot59",index:-1,fullPath:"/pots/pot59",movies:{},assetKey:"/pot.png"},{assetId:"d96d820c-35e8-482e-9e99-40241134f62a",x:488.5,y:965.5,type:0,anchorX:0,anchorY:0,userData:{},physics:{enable:0},scaleX:1,scaleY:1,angle:0,alpha:1,frame:0,isVisible:1,isLocked:0,contents:[],width:64,height:64,id:"tmp1501422757985",name:"pot62",index:-1,fullPath:"/pots/pot62",movies:{},assetKey:"/pot.png"},{assetId:"d96d820c-35e8-482e-9e99-40241134f62a",x:310,y:895,type:0,anchorX:0,anchorY:0,userData:{},physics:{enable:0},scaleX:1,scaleY:1,angle:0,alpha:1,frame:0,isVisible:1,isLocked:0,contents:[],width:64,height:64,id:"tmp1501422757963",name:"pot52",index:-1,fullPath:"/pots/pot52",movies:{},frameName:"",assetKey:"/pot.png"},{assetId:"d96d820c-35e8-482e-9e99-40241134f62a",x:166,y:895,type:0,anchorX:0,anchorY:0,userData:{},physics:{enable:0},scaleX:1,scaleY:1,angle:0,alpha:1,frame:0,isVisible:1,isLocked:0,contents:[],width:64,height:64,id:"tmp1501422757959",name:"pot50",index:-1,fullPath:"/pots/pot50",movies:{},assetKey:"/pot.png"},{assetId:"d96d820c-35e8-482e-9e99-40241134f62a",x:20,y:895,type:0,anchorX:0,anchorY:0,userData:{},physics:{enable:0},scaleX:1,scaleY:1,angle:0,alpha:1,frame:0,isVisible:1,isLocked:0,contents:[],width:64,height:64,id:"tmp1501422757955",name:"pot48",index:-1,fullPath:"/pots/pot48",movies:{},assetKey:"/pot.png"},{assetId:"d96d820c-35e8-482e-9e99-40241134f62a",x:488,y:823,type:0,anchorX:0,anchorY:0,userData:{},physics:{enable:0},scaleX:1,scaleY:1,angle:0,alpha:1,frame:0,isVisible:1,isLocked:0,contents:[],width:64,height:64,id:"tmp1501422757953",name:"pot46",index:-1,fullPath:"/pots/pot46",movies:{},frameName:"",assetKey:"/pot.png"},{assetId:"d96d820c-35e8-482e-9e99-40241134f62a",x:342,y:823,type:0,anchorX:0,anchorY:0,userData:{},physics:{enable:0},scaleX:1,scaleY:1,angle:0,alpha:1,frame:0,isVisible:1,isLocked:0,contents:[],width:64,height:64,id:"tmp1501422757947",name:"pot44",index:-1,fullPath:"/pots/pot44",movies:{},assetKey:"/pot.png"},{assetId:"d96d820c-35e8-482e-9e99-40241134f62a",x:198,y:823,type:0,anchorX:0,anchorY:0,userData:{},physics:{enable:0},scaleX:1,scaleY:1,angle:0,alpha:1,frame:0,isVisible:1,isLocked:0,contents:[],width:64,height:64,id:"tmp1501422757943",name:"pot42",index:-1,fullPath:"/pots/pot42",movies:{},assetKey:"/pot.png"},{assetId:"d96d820c-35e8-482e-9e99-40241134f62a",x:52,y:823,type:0,anchorX:0,anchorY:0,userData:{},physics:{enable:0},scaleX:1,scaleY:1,angle:0,alpha:1,frame:0,isVisible:1,isLocked:0,contents:[],width:64,height:64,id:"tmp1501422757939",name:"pot40",index:-1,fullPath:"/pots/pot40",movies:{},assetKey:"/pot.png"},{assetId:"d96d820c-35e8-482e-9e99-40241134f62a",x:456,y:747,type:0,anchorX:0,anchorY:0,userData:{},physics:{enable:0},scaleX:1,scaleY:1,angle:0,alpha:1,frame:0,isVisible:1,isLocked:0,contents:[],width:64,height:64,id:"tmp1501422757937",name:"pot38",index:-1,fullPath:"/pots/pot38",movies:{},assetKey:"/pot.png"},{assetId:"d96d820c-35e8-482e-9e99-40241134f62a",x:310,y:747,type:0,anchorX:0,anchorY:0,userData:{},physics:{enable:0},scaleX:1,scaleY:1,angle:0,alpha:1,frame:0,isVisible:1,isLocked:0,contents:[],width:64,height:64,id:"tmp1501422757931",name:"pot36",index:-1,fullPath:"/pots/pot36",movies:{},assetKey:"/pot.png"},{assetId:"d96d820c-35e8-482e-9e99-40241134f62a",x:166,y:747,type:0,anchorX:0,anchorY:0,userData:{},physics:{enable:0},scaleX:1,scaleY:1,angle:0,alpha:1,frame:0,isVisible:1,isLocked:0,contents:[],width:64,height:64,id:"tmp1501422757927",name:"pot34",index:-1,fullPath:"/pots/pot34",movies:{},assetKey:"/pot.png"},{assetId:"d96d820c-35e8-482e-9e99-40241134f62a",x:20,y:745,type:0,anchorX:0,anchorY:0,userData:{},physics:{enable:0},scaleX:1,scaleY:1,angle:0,alpha:1,frame:0,isVisible:1,isLocked:0,contents:[],width:64,height:64,id:"tmp1501422757923",name:"pot32",index:-1,fullPath:"/pots/pot32",movies:{},assetKey:"/pot.png"},{assetId:"d96d820c-35e8-482e-9e99-40241134f62a",x:488,y:675,type:0,anchorX:0,anchorY:0,userData:{},physics:{enable:0},scaleX:1,scaleY:1,angle:0,alpha:1,frame:0,isVisible:1,isLocked:0,contents:[],width:64,height:64,id:"tmp1501422757921",name:"pot30",index:-1,fullPath:"/pots/pot30",movies:{},assetKey:"/pot.png"},{assetId:"d96d820c-35e8-482e-9e99-40241134f62a",x:342,y:675,type:0,anchorX:0,anchorY:0,userData:{},physics:{enable:0},scaleX:1,scaleY:1,angle:0,alpha:1,frame:0,isVisible:1,isLocked:0,contents:[],width:64,height:64,id:"tmp1501422757915",name:"pot28",index:-1,fullPath:"/pots/pot28",movies:{},assetKey:"/pot.png"},{assetId:"d96d820c-35e8-482e-9e99-40241134f62a",x:199.42857142857142,y:675,type:0,anchorX:0,anchorY:0,userData:{},physics:{enable:0},scaleX:1,scaleY:1,angle:0,alpha:1,frame:0,isVisible:1,isLocked:0,contents:[],width:64,height:64,id:"tmp1501422757911",name:"pot26",index:-1,fullPath:"/pots/pot26",movies:{},assetKey:"/pot.png"},{assetId:"d96d820c-35e8-482e-9e99-40241134f62a",x:52,y:675,type:0,anchorX:0,anchorY:0,userData:{},physics:{enable:0},scaleX:1,scaleY:1,angle:0,alpha:1,frame:0,isVisible:1,isLocked:0,contents:[],width:64,height:64,id:"tmp1501422757907",name:"pot24",index:-1,fullPath:"/pots/pot24",movies:{},assetKey:"/pot.png"},{assetId:"d96d820c-35e8-482e-9e99-40241134f62a",x:456,y:601,type:0,anchorX:0,anchorY:0,userData:{},physics:{enable:0},scaleX:1,scaleY:1,angle:0,alpha:1,frame:0,isVisible:1,isLocked:0,contents:[],width:64,height:64,id:"tmp1501422757857",name:"pot22",index:-1,fullPath:"/pots/pot22",movies:{},frameName:"",assetKey:"/pot.png"},{assetId:"d96d820c-35e8-482e-9e99-40241134f62a",x:310,y:601,type:0,anchorX:0,anchorY:0,userData:{},physics:{enable:0},scaleX:1,scaleY:1,angle:0,alpha:1,frame:0,isVisible:1,isLocked:0,contents:[],width:64,height:64,id:"tmp1501422757851",name:"pot20",index:-1,fullPath:"/pots/pot20",movies:{},assetKey:"/pot.png"},{assetId:"d96d820c-35e8-482e-9e99-40241134f62a",x:166,y:601,type:0,anchorX:0,anchorY:0,userData:{},physics:{enable:0},scaleX:1,scaleY:1,angle:0,alpha:1,frame:0,isVisible:1,isLocked:0,contents:[],width:64,height:64,id:"tmp1501422757847",name:"pot18",index:-1,fullPath:"/pots/pot18",movies:{},frameName:"",assetKey:"/pot.png"},{assetId:"d96d820c-35e8-482e-9e99-40241134f62a",x:20,y:601,type:0,anchorX:0,anchorY:0,userData:{},physics:{enable:0},scaleX:1,scaleY:1,angle:0,alpha:1,frame:0,isVisible:1,isLocked:0,contents:[],width:64,height:64,id:"tmp1501422757843",name:"pot16",index:-1,fullPath:"/pots/pot16",movies:{},assetKey:"/pot.png"},{assetId:"d96d820c-35e8-482e-9e99-40241134f62a",x:488,y:529,type:0,anchorX:0,anchorY:0,userData:{},physics:{enable:0},scaleX:1,scaleY:1,angle:0,alpha:1,frame:0,isVisible:1,isLocked:0,contents:[],width:64,height:64,id:"tmp1501422757839",name:"pot14",index:-1,fullPath:"/pots/pot14",movies:{},assetKey:"/pot.png"},{assetId:"d96d820c-35e8-482e-9e99-40241134f62a",x:342,y:529,type:0,anchorX:0,anchorY:0,userData:{},physics:{enable:0},scaleX:1,scaleY:1,angle:0,alpha:1,frame:0,isVisible:1,isLocked:0,contents:[],width:64,height:64,id:"tmp1501422757835",name:"pot12",index:-1,fullPath:"/pots/pot12",movies:{},assetKey:"/pot.png"},{assetId:"d96d820c-35e8-482e-9e99-40241134f62a",x:198,y:529,type:0,anchorX:0,anchorY:0,userData:{},physics:{enable:0},scaleX:1,scaleY:1,angle:0,alpha:1,frame:0,isVisible:1,isLocked:0,contents:[],width:64,height:64,id:"tmp1501422757831",name:"pot10",index:-1,fullPath:"/pots/pot10",movies:{},assetKey:"/pot.png"},{assetId:"d96d820c-35e8-482e-9e99-40241134f62a",x:52,y:529,type:0,anchorX:0,anchorY:0,userData:{},physics:{enable:0},scaleX:1,scaleY:1,angle:0,alpha:1,frame:0,isVisible:1,isLocked:0,contents:[],width:64,height:64,id:"tmp1501422757827",name:"pot8",index:-1,fullPath:"/pots/pot8",movies:{},assetKey:"/pot.png"},{assetId:"d96d820c-35e8-482e-9e99-40241134f62a",x:456,y:459,type:0,anchorX:0,anchorY:0,userData:{},physics:{enable:0},scaleX:1,scaleY:1,angle:0,alpha:1,frame:0,isVisible:1,isLocked:0,contents:[],width:64,height:64,id:"tmp1501422757823",name:"pot6",index:-1,fullPath:"/pots/pot6",movies:{},assetKey:"/pot.png"},{assetId:"d96d820c-35e8-482e-9e99-40241134f62a",x:310,y:459,type:0,anchorX:0,anchorY:0,userData:{},physics:{enable:0},scaleX:1,scaleY:1,angle:0,alpha:1,frame:0,isVisible:1,isLocked:0,contents:[],width:64,height:64,id:"tmp1501422757819",name:"pot4",index:-1,fullPath:"/pots/pot4",movies:{},assetKey:"/pot.png"},{assetId:"d96d820c-35e8-482e-9e99-40241134f62a",x:92,y:459,type:0,anchorX:0,anchorY:0,userData:{},physics:{enable:0},scaleX:1,scaleY:1,angle:0,alpha:1,frame:0,isVisible:1,isLocked:0,contents:[],width:64,height:64,id:"tmp1501422757813",name:"pot1",index:-1,fullPath:"/pots/pot1",movies:{},assetKey:"/pot.png"},{assetId:"d96d820c-35e8-482e-9e99-40241134f62a",x:166,y:459,type:0,anchorX:0,anchorY:0,userData:{},physics:{enable:0},scaleX:1,scaleY:1,angle:0,alpha:1,frame:0,isVisible:1,isLocked:0,contents:[],width:64,height:64,id:"tmp1501422757815",name:"pot2",index:-1,fullPath:"/pots/pot2",movies:{},assetKey:"/pot.png"},{assetId:"d96d820c-35e8-482e-9e99-40241134f62a",x:559,y:823,type:0,anchorX:0,anchorY:0,userData:{},physics:{enable:0},scaleX:1,scaleY:1,angle:0,alpha:1,frame:0,isVisible:1,isLocked:0,contents:[],width:64,height:64,id:"tmp1501422757951",name:"pot47",index:-1,fullPath:"/pots/pot47",movies:{},assetKey:"/pot.png"},{assetId:"d96d820c-35e8-482e-9e99-40241134f62a",x:456,y:895,type:0,anchorX:0,anchorY:0,userData:{},physics:{enable:0},scaleX:1,scaleY:1,angle:0,alpha:1,frame:0,isVisible:1,isLocked:0,contents:[],width:64,height:64,id:"tmp1501422757967",name:"pot54",index:-1,fullPath:"/pots/pot54",movies:{},assetKey:"/pot.png"},{assetId:"d96d820c-35e8-482e-9e99-40241134f62a",x:559,y:675,type:0,anchorX:0,anchorY:0,userData:{},physics:{enable:0},scaleX:1,scaleY:1,angle:0,alpha:1,frame:0,isVisible:1,isLocked:0,contents:[],width:64,height:64,id:"tmp1501422757919",name:"pot31",index:-1,fullPath:"/pots/pot31",movies:{},assetKey:"/pot.png"},{assetId:"d96d820c-35e8-482e-9e99-40241134f62a",x:198.5,y:965.5,type:0,anchorX:0,anchorY:0,userData:{},physics:{enable:0},scaleX:1,scaleY:1,angle:0,alpha:1,frame:0,isVisible:1,isLocked:0,contents:[],width:64,height:64,id:"tmp1501422757975",name:"pot58",index:-1,fullPath:"/pots/pot58",movies:{},frameName:"",assetKey:"/pot.png"},{assetId:"d96d820c-35e8-482e-9e99-40241134f62a",x:415,y:675,type:0,anchorX:0,anchorY:0,userData:{},physics:{enable:0},scaleX:1,scaleY:1,angle:0,alpha:1,frame:0,isVisible:1,isLocked:0,contents:[],width:64,height:64,id:"tmp1501422757917",name:"pot29",index:-1,fullPath:"/pots/pot29",movies:{},assetKey:"/pot.png"},{assetId:"d96d820c-35e8-482e-9e99-40241134f62a",x:415,y:823,type:0,anchorX:0,anchorY:0,userData:{},physics:{enable:0},scaleX:1,scaleY:1,angle:0,alpha:1,frame:0,isVisible:1,isLocked:0,contents:[],width:64,height:64,id:"tmp1501422757949",name:"pot45",index:-1,fullPath:"/pots/pot45",movies:{},assetKey:"/pot.png"},{assetId:"d96d820c-35e8-482e-9e99-40241134f62a",x:124,y:675,type:0,anchorX:0,anchorY:0,userData:{},physics:{enable:0},scaleX:1,scaleY:1,angle:0,alpha:1,frame:0,isVisible:1,isLocked:0,contents:[],width:64,height:64,id:"tmp1501422757909",name:"pot25",index:-1,fullPath:"/pots/pot25",movies:{},assetKey:"/pot.png"},{assetId:"d96d820c-35e8-482e-9e99-40241134f62a",x:124.5,y:965.5,type:0,anchorX:0,anchorY:0,userData:{},physics:{enable:0},scaleX:1,scaleY:1,angle:0,alpha:1,frame:0,isVisible:1,isLocked:0,contents:[],width:64,height:64,id:"tmp1501422757973",name:"pot57",index:-1,fullPath:"/pots/pot57",movies:{},assetKey:"/pot.png"},{assetId:"d96d820c-35e8-482e-9e99-40241134f62a",x:527,y:601,type:0,anchorX:0,anchorY:0,userData:{},physics:{enable:0},scaleX:1,scaleY:1,angle:0,alpha:1,frame:0,isVisible:1,isLocked:0,contents:[],width:64,height:64,id:"tmp1501422757855",name:"pot23",index:-1,fullPath:"/pots/pot23",movies:{},assetKey:"/pot.png"},{assetId:"d96d820c-35e8-482e-9e99-40241134f62a",x:270,y:823,type:0,anchorX:0,anchorY:0,userData:{},physics:{enable:0},scaleX:1,scaleY:1,angle:0,alpha:1,frame:0,isVisible:1,isLocked:0,contents:[],width:64,height:64,id:"tmp1501422757945",name:"pot43",index:-1,fullPath:"/pots/pot43",movies:{},assetKey:"/pot.png"},{assetId:"d96d820c-35e8-482e-9e99-40241134f62a",x:383,y:601,type:0,anchorX:0,anchorY:0,userData:{},physics:{enable:0},scaleX:1,scaleY:1,angle:0,alpha:1,frame:0,isVisible:1,isLocked:0,contents:[],width:64,height:64,id:"tmp1501422757853",name:"pot21",index:-1,fullPath:"/pots/pot21",movies:{},assetKey:"/pot.png"},{assetId:"d96d820c-35e8-482e-9e99-40241134f62a",x:383,y:895,type:0,anchorX:0,anchorY:0,userData:{},physics:{enable:0},scaleX:1,scaleY:1,angle:0,alpha:1,frame:0,isVisible:1,isLocked:0,contents:[],width:64,height:64,id:"tmp1501422757965",name:"pot53",index:-1,fullPath:"/pots/pot53",movies:{},assetKey:"/pot.png"},{assetId:"d96d820c-35e8-482e-9e99-40241134f62a",x:238,y:601,type:0,anchorX:0,anchorY:0,userData:{},physics:{enable:0},scaleX:1,scaleY:1,angle:0,alpha:1,frame:0,isVisible:1,isLocked:0,contents:[],width:64,height:64,id:"tmp1501422757849",
name:"pot19",index:-1,fullPath:"/pots/pot19",movies:{},assetKey:"/pot.png"},{assetId:"d96d820c-35e8-482e-9e99-40241134f62a",x:124,y:823,type:0,anchorX:0,anchorY:0,userData:{},physics:{enable:0},scaleX:1,scaleY:1,angle:0,alpha:1,frame:0,isVisible:1,isLocked:0,contents:[],width:64,height:64,id:"tmp1501422757941",name:"pot41",index:-1,fullPath:"/pots/pot41",movies:{},assetKey:"/pot.png"},{assetId:"d96d820c-35e8-482e-9e99-40241134f62a",x:52,y:965.5,type:0,anchorX:0,anchorY:0,userData:{},physics:{enable:0},scaleX:1,scaleY:1,angle:0,alpha:1,frame:0,isVisible:1,isLocked:0,contents:[],width:64,height:64,id:"tmp1501422757971",name:"pot56",index:-1,fullPath:"/pots/pot56",movies:{},assetKey:"/pot.png"},{assetId:"d96d820c-35e8-482e-9e99-40241134f62a",x:527,y:747,type:0,anchorX:0,anchorY:0,userData:{},physics:{enable:0},scaleX:1,scaleY:1,angle:0,alpha:1,frame:0,isVisible:1,isLocked:0,contents:[],width:64,height:64,id:"tmp1501422757935",name:"pot39",index:-1,fullPath:"/pots/pot39",movies:{},assetKey:"/pot.png"},{assetId:"d96d820c-35e8-482e-9e99-40241134f62a",x:92,y:601,type:0,anchorX:0,anchorY:0,userData:{},physics:{enable:0},scaleX:1,scaleY:1,angle:0,alpha:1,frame:0,isVisible:1,isLocked:0,contents:[],width:64,height:64,id:"tmp1501422757845",name:"pot17",index:-1,fullPath:"/pots/pot17",movies:{},assetKey:"/pot.png"},{assetId:"d96d820c-35e8-482e-9e99-40241134f62a",x:415,y:529,type:0,anchorX:0,anchorY:0,userData:{},physics:{enable:0},scaleX:1,scaleY:1,angle:0,alpha:1,frame:0,isVisible:1,isLocked:0,contents:[],width:64,height:64,id:"tmp1501422757837",name:"pot13",index:-1,fullPath:"/pots/pot13",movies:{},frameName:"",assetKey:"/pot.png"},{assetId:"d96d820c-35e8-482e-9e99-40241134f62a",x:559,y:529,type:0,anchorX:0,anchorY:0,userData:{},physics:{enable:0},scaleX:1,scaleY:1,angle:0,alpha:1,frame:0,isVisible:1,isLocked:0,contents:[],width:64,height:64,id:"tmp1501422757841",name:"pot15",index:-1,fullPath:"/pots/pot15",movies:{},assetKey:"/pot.png"},{assetId:"d96d820c-35e8-482e-9e99-40241134f62a",x:270,y:529,type:0,anchorX:0,anchorY:0,userData:{},physics:{enable:0},scaleX:1,scaleY:1,angle:0,alpha:1,frame:0,isVisible:1,isLocked:0,contents:[],width:64,height:64,id:"tmp1501422757833",name:"pot11",index:-1,fullPath:"/pots/pot11",movies:{},assetKey:"/pot.png"},{assetId:"d96d820c-35e8-482e-9e99-40241134f62a",x:238,y:895,type:0,anchorX:0,anchorY:0,userData:{},physics:{enable:0},scaleX:1,scaleY:1,angle:0,alpha:1,frame:0,isVisible:1,isLocked:0,contents:[],width:64,height:64,id:"tmp1501422757961",name:"pot51",index:-1,fullPath:"/pots/pot51",movies:{},assetKey:"/pot.png"},{assetId:"d96d820c-35e8-482e-9e99-40241134f62a",x:527,y:895,type:0,anchorX:0,anchorY:0,userData:{},physics:{enable:0},scaleX:1,scaleY:1,angle:0,alpha:1,frame:0,isVisible:1,isLocked:0,contents:[],width:64,height:64,id:"tmp1501422757969",name:"pot55",index:-1,fullPath:"/pots/pot55",movies:{},assetKey:"/pot.png"},{assetId:"d96d820c-35e8-482e-9e99-40241134f62a",x:383,y:747,type:0,anchorX:0,anchorY:0,userData:{},physics:{enable:0},scaleX:1,scaleY:1,angle:0,alpha:1,frame:0,isVisible:1,isLocked:0,contents:[],width:64,height:64,id:"tmp1501422757933",name:"pot37",index:-1,fullPath:"/pots/pot37",movies:{},assetKey:"/pot.png"},{assetId:"d96d820c-35e8-482e-9e99-40241134f62a",x:527,y:459,type:0,anchorX:0,anchorY:0,userData:{},physics:{enable:0},scaleX:1,scaleY:1,angle:0,alpha:1,frame:0,isVisible:1,isLocked:0,contents:[],width:64,height:64,id:"tmp1501422757825",name:"pot7",index:-1,fullPath:"/pots/pot7",movies:{},assetKey:"/pot.png"},{assetId:"d96d820c-35e8-482e-9e99-40241134f62a",x:124,y:529,type:0,anchorX:0,anchorY:0,userData:{},physics:{enable:0},scaleX:1,scaleY:1,angle:0,alpha:1,frame:0,isVisible:1,isLocked:0,contents:[],width:64,height:64,id:"tmp1501422757829",name:"pot9",index:-1,fullPath:"/pots/pot9",movies:{},frameName:"",assetKey:"/pot.png"},{assetId:"d96d820c-35e8-482e-9e99-40241134f62a",x:238,y:747,type:0,anchorX:0,anchorY:0,userData:{},physics:{enable:0},scaleX:1,scaleY:1,angle:0,alpha:1,frame:0,isVisible:1,isLocked:0,contents:[],width:64,height:64,id:"tmp1501422757929",name:"pot35",index:-1,fullPath:"/pots/pot35",movies:{},assetKey:"/pot.png"},{assetId:"d96d820c-35e8-482e-9e99-40241134f62a",x:383,y:459,type:0,anchorX:0,anchorY:0,userData:{},physics:{enable:0},scaleX:1,scaleY:1,angle:0,alpha:1,frame:0,isVisible:1,isLocked:0,contents:[],width:64,height:64,id:"tmp1501422757821",name:"pot5",index:-1,fullPath:"/pots/pot5",movies:{},assetKey:"/pot.png"},{assetId:"d96d820c-35e8-482e-9e99-40241134f62a",x:92,y:895,type:0,anchorX:0,anchorY:0,userData:{},physics:{enable:0},scaleX:1,scaleY:1,angle:0,alpha:1,frame:0,isVisible:1,isLocked:0,contents:[],width:64,height:64,id:"tmp1501422757957",name:"pot49",index:-1,fullPath:"/pots/pot49",movies:{},frameName:"",assetKey:"/pot.png"},{assetId:"d96d820c-35e8-482e-9e99-40241134f62a",x:20,y:458,type:0,anchorX:0,anchorY:0,userData:{},physics:{enable:0},scaleX:1,scaleY:1,angle:0,alpha:1,frame:0,isVisible:!0,isLocked:0,contents:[],width:64,height:64,id:"tmp1501422757810",name:"pot0",index:-1,fullPath:"/pots/pot0",movies:{__main:{frames:[],info:{fps:60},subdata:[]}},isClosed:!0,assetKey:"/pot.png"},{assetId:"d96d820c-35e8-482e-9e99-40241134f62a",x:238,y:459,type:0,anchorX:0,anchorY:0,userData:{},physics:{enable:0},scaleX:1,scaleY:1,angle:0,alpha:1,frame:0,isVisible:!0,isLocked:0,contents:[],width:64,height:64,id:"tmp1501422757817",name:"pot3",index:-1,fullPath:"/pots/pot3",movies:{},assetKey:"/pot.png"},{assetId:"d96d820c-35e8-482e-9e99-40241134f62a",x:92,y:747,type:0,anchorX:0,anchorY:0,userData:{},physics:{enable:0},scaleX:1,scaleY:1,angle:0,alpha:1,frame:0,isVisible:!0,isLocked:0,contents:[],width:64,height:64,id:"tmp1501422757925",name:"pot33",index:-1,fullPath:"/pots/pot33",movies:{},frameName:"",assetKey:"/pot.png"}],isVisible:!1,isLocked:!1,isFixedToCamera:0,isClosed:!0,scaleX:1,scaleY:1,alpha:1,fullPath:"/pots",physics:{enable:0},userData:{},movies:{__main:{frames:[],info:{fps:60},subdata:[]}},assetId:"d96d820c-35e8-482e-9e99-40241134f62a",frame:0,frameName:"",assetKey:"/pot.png"},{assetId:"569e99ee-3986-4510-ace8-10253d41e69a",x:0,y:-7.993605777301127e-14,type:0,anchorX:0,anchorY:0,userData:{},physics:{enable:0},scaleX:1,scaleY:1,angle:0,alpha:1,frame:0,isVisible:!0,isLocked:!0,contents:[],width:640,height:1136,id:"tmp1501422757790",name:"bg",index:-1,fullPath:"/bg",movies:{__main:{frames:[],info:{fps:60},subdata:[]}},isClosed:!0,assetKey:"/images/bg.jpg"}],count:0},map:{cameraX:-223.8,cameraY:-40.40000000000001,worldWidth:640,worldHeight:1136,viewportWidth:640,viewportHeight:1136,scaleMode:"SHOW_ALL",gridX:32,gridY:32,gridOffsetX:0,gridOffsetY:0,showGrid:1,gridOpacity:.3,backgroundColor:"#676767",movieInfo:{fps:60,lastFrame:60},pixelPerfectPicking:1,physics:{enable:0}}},window.sjm={game:null,main:function(){this.game=new Phaser.Game(mt.data.map.viewportWidth,mt.data.map.viewportHeight,Phaser.AUTO,document.body,window.sjm.state.boot)},state:{}},window.addEventListener("DOMContentLoaded",function(){window.sjm.main()},!1),window.sjm.state.boot={preload:function(){this.game.world.setBounds(0,0,mt.data.map.worldWidth,mt.data.map.worldHeight),this.enableScaling(),mt.init(this.game),mt.setBackgroundColor(!0),mt.loadGroup("Loading")},create:function(){for(var e in window.sjm.state)this.game.state.add(e,window.sjm.state[e]);this.game.state.start("load")},enableScaling:function(){var e=this.game;e.scale.parentIsWindow=e.canvas.parentNode==document.body,e.scale.scaleMode=Phaser.ScaleManager[mt.data.map.scaleMode]}},window.sjm.state.load={preload:function(){this.game.load.audio("step","./sound/step.mp3"),this.game.load.audio("laugh","./sound/laugh.mp3"),this.game.load.audio("crazy","./sound/crazy.mp3");var e=mt.create("Loading");if(!e)return void mt.preload();var t=e.mt.children.preload;return t?(this.load.setPreloadSprite(t),void mt.preload()):void mt.preload()},create:function(){this.game.state.start("menu")}},window.sjm.state.menu={preload:function(){},create:function(){mt.create("bg"),this.startBtn=mt.create("btnStart"),this.startBtn.inputEnabled=!0,this.startBtn.events.onInputDown.add(this.play,this)},update:function(){},play:function(){this.game.state.start("play")}};var MOVE_NO=-1,MOVE_L=0,MOVE_LP=1,MOVE_LD=2,MOVE_R=3,MOVE_RP=4,MOVE_RD=5;window.sjm.state.play={preload:function(){},create:function(){mt.create("bg"),this.pots=mt.create("pots"),this.potsList=this.pots.mt.children,this.createMap(),this.resetPo=[27,28,35,36],this.creazeCat=mt.create("crazeCat"),this.setCatPo(),this.catAni=this.creazeCat.animations,this.catAni.add("live",[0,1,2],5,!0),this.catAni.add("dead",[3,4,5,6],5,!0),this.catAni.play("live"),this.step=this.game.add.sound("step"),this.laugh=this.game.add.sound("laugh"),this.crazy=this.game.add.sound("crazy"),this.stepCount=0,this.name=["芙蓉姐称号","见人疯称号","凤姐夫称号","凤姐称号"]},createMap:function(){for(var e=0;64>e;e++){var t=this.potsList["pot"+e];t.index=e,Math.random()<.2&27!=e&&28!=e&&35!=e&36!=e&&(t.frame=1),t.inputEnabled=!0,t.events.onInputDown.add(this.changeStep,this)}},setCatPo:function(){var e=this.resetPo[parseInt(4*Math.random())];this.creazeCat.index=e,this.creazeCat.x=this.potsList["pot"+e].x+32,this.creazeCat.y=this.potsList["pot"+e].y+32,console.log(e)},changeStep:function(e){var t=e.index;1!=e.frame&&t!=this.creazeCat.index&&(e.frame=1,this.stepMove())},getXY:function(e){var t=parseInt(e/8),a=e%8;return{y:t,x:a}},getIndex:function(e,t){return 8*t+e},getPot:function(e,t){return this.potsList["pot"+this.getIndex(e,t)]},stepMove:function(){var e=this.stepMoveDir(),t=this.catXY.y,a=this.catXY.x;console.log(e,a,t);var s=null;switch(e){case MOVE_L:console.log("MOVE_L",a-1,t),s=this.getPot(a-1,t),this.changeCatPo(s);break;case MOVE_LP:console.log("MOVE_LP",(t-1)%2==1?a-1:a,t-1),s=this.getPot((t-1)%2==1?a-1:a,t-1),this.changeCatPo(s);break;case MOVE_LD:console.log("MOVE_LD",(t+1)%2==1?a-1:a,t+1),s=this.getPot((t+1)%2==1?a-1:a,t+1),this.changeCatPo(s);break;case MOVE_R:console.log("MOVE_R",a+1,t),s=this.getPot(a+1,t),this.changeCatPo(s);break;case MOVE_RP:console.log("MOVE_RP",(t-1)%2===0?a+1:a,t-1),s=this.getPot((t-1)%2===0?a+1:a,t-1),this.changeCatPo(s);break;case MOVE_RD:console.log("MOVE_RD",(t+1)%2===0?a+1:a,t+1),s=this.getPot((t+1)%2===0?a+1:a,t+1),this.changeCatPo(s);break;default:this.crazy.play(),this.creazeCat.animations.play("dead"),this.gameOver(!0)}},changeCatPo:function(e){var t=this.getXY(e.index);return this.creazeCat.x=e.x+32,this.creazeCat.y=e.y+32,this.creazeCat.index=e.index,0===t.x||7==t.x||0===t.y||7===t.y?(this.laugh.play(),void this.gameOver(!1)):(this.step.play(),void(this.stepCount=this.stepCount+1))},stepMoveDir:function(){var e=[-1,-1,-1,-1,-1,-1];this.catXY=this.getXY(this.creazeCat.index);var t=this.catXY.y,a=this.catXY.x,s=t,i=a,n=null,o=!0;for(i=a;i>=0;i--)if(n=this.getPot(i,t),1==n.frame){o=!1,e[MOVE_L]=a-i-1;break}if(o)return MOVE_L;for(o=!0,i=a,s=t;;){if(s--,s%2==1&&i--,n=this.getPot(i,s),1==n.frame){o=!1,e[MOVE_LP]=t-s-1;break}if(0===i||0===s)break}if(o)return MOVE_LP;for(o=!0,i=a,s=t;;){if(s++,s%2==1&&i--,n=this.getPot(i,s),1==n.frame){o=!1,e[MOVE_LD]=s-t-1;break}if(0===i||7==s)break}if(o)return MOVE_LD;for(o=!0,i=a;8>i;i++)if(n=this.getPot(i,t),1==n.frame){o=!1,e[MOVE_R]=i-a-1;break}if(o)return MOVE_R;for(o=!0,i=a,s=t;;){if(s--,s%2===0&&i++,n=this.getPot(i,s),1==n.frame){o=!1,e[MOVE_RP]=t-s-1;break}if(7==i||0===s)break}if(o)return MOVE_RP;for(o=!0,i=a,s=t;;){if(s++,s%2===0&&i++,n=this.getPot(i,s),1==n.frame){o=!1,e[MOVE_RD]=s-t-1;break}if(7==i||7==s)break}if(o)return MOVE_RD;for(var r=-1,l=-1,d=0,h=e.length;h>d;d++)e[d]>r&&(r=e[d],l=d);return r>0&&-1!=l?l:MOVE_NO},gameOver:function(e){this.mask=mt.create("mask"),e?(this.victory=mt.create("victorygp"),this.victoryChild=this.victory.mt.children,this.victoryChild.stepCount.text=this.stepCount>9?this.stepCount:"0"+this.stepCount,this.victoryChild.nameshow.text=this.name[3-parseInt(this.stepCount/16)]):this.failed=mt.create("failed"),this.replay=mt.create("replay"),this.replay.inputEnabled=!0,this.replay.events.onInputDown.add(this.replayfn,this)},replayfn:function(){this.laugh.pause(),this.crazy.pause(),this.game.state.start("play")},update:function(){}},window.sjm.state.demo={create:function(){var e=mt.createAll();this.game.stage.disableVisibilityChange=!0;for(var t in e)e[t].mt.movies&&e[t].mt.movies.__main&&e[t].mt.movies.__main.start().loop()}};