[{"__type__":"cc.SpriteFrame","content":{"name":"tower","texture":"ef7UKOJUFJZ67B11fMm6nF","rect":[1130,178,26,35],"offset":[0,0],"originalSize":[26,35],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"screwbrain_icon_sw","texture":"ef7UKOJUFJZ67B11fMm6nF","rect":[1370,171,205,173],"offset":[-1,0],"originalSize":[207,173],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"xhr_animation046","texture":"ef7UKOJUFJZ67B11fMm6nF","rect":[580,1069,156,180],"offset":[0,0],"originalSize":[156,180],"rotated":1,"capInsets":[0,0,0,0]}},{"__type__":"cc.EffectAsset","_name":"kuang","techniques":[{"passes":[{"blendState":{"targets":[{"blend":true}]},"rasterizerState":{"cullMode":0},"properties":{"texture":{"value":"white","type":29},"alphaThreshold":{"value":[0.5],"type":13},"width":{"value":[0.05],"type":13},"height":{"value":[0.05],"type":13}},"program":"kuang|vs|fs"}]}],"shaders":[{"hash":2700426003,"glsl3":{"vert":"\nprecision highp float;\nuniform CCGlobal {\n  mat4 cc_matView;\n  mat4 cc_matViewInv;\n  mat4 cc_matProj;\n  mat4 cc_matProjInv;\n  mat4 cc_matViewProj;\n  mat4 cc_matViewProjInv;\n  vec4 cc_cameraPos;\n  vec4 cc_time;\n  mediump vec4 cc_screenSize;\n  mediump vec4 cc_screenScale;\n};\nuniform CCLocal {\n  mat4 cc_matWorld;\n  mat4 cc_matWorldIT;\n};\nin vec3 a_position;\nin vec4 a_color;\nout vec4 v_color;\n#if USE_TEXTURE\nin vec2 a_uv0;\nout vec2 v_uv0;\n#endif\nvoid main () {\n  vec4 pos = vec4(a_position, 1);\n  #if CC_USE_MODEL\n  pos = cc_matViewProj * cc_matWorld * pos;\n  #else\n  pos = cc_matViewProj * pos;\n  #endif\n  #if USE_TEXTURE\n  v_uv0 = a_uv0;\n  #endif\n  v_color = a_color;\n  gl_Position = pos;\n}","frag":"\nprecision highp float;\n#if USE_ALPHA_TEST\n  uniform ALPHA_TEST {\n    float alphaThreshold;\n  };\n#endif\nvoid ALPHA_TEST (in vec4 color) {\n  #if USE_ALPHA_TEST\n      if (color.a < alphaThreshold) discard;\n  #endif\n}\nvoid ALPHA_TEST (in float alpha) {\n  #if USE_ALPHA_TEST\n      if (alpha < alphaThreshold) discard;\n  #endif\n}\nin vec4 v_color;\n#if USE_TEXTURE\nin vec2 v_uv0;\nuniform sampler2D texture;\n#endif\nuniform Props{\n  float width;\n  float height;\n};\nvoid main () {\n  vec4 o = vec4(1, 1, 1, 1);\n  #if USE_TEXTURE\n  vec4 texture_tmp = texture(texture, v_uv0);\n  #if CC_USE_ALPHA_ATLAS_texture\n      texture_tmp.a *= texture(texture, v_uv0 + vec2(0, 0.5)).r;\n  #endif\n  #if INPUT_IS_GAMMA\n    o.rgb *= (texture_tmp.rgb * texture_tmp.rgb);\n    o.a *= texture_tmp.a;\n  #else\n    o *= texture_tmp;\n  #endif\n  #endif\n  if(v_uv0.x > width && v_uv0.x < 1.0 - width){\n    if(v_uv0.y > height && v_uv0.y < 1.0 - height){\n      o.a = 0.0;\n    }\n  }\n  o *= v_color;\n  ALPHA_TEST(o);\n  gl_FragColor = o;\n}"},"glsl1":{"vert":"\nprecision highp float;\nuniform mat4 cc_matViewProj;\nuniform mat4 cc_matWorld;\nattribute vec3 a_position;\nattribute vec4 a_color;\nvarying vec4 v_color;\n#if USE_TEXTURE\nattribute vec2 a_uv0;\nvarying vec2 v_uv0;\n#endif\nvoid main () {\n  vec4 pos = vec4(a_position, 1);\n  #if CC_USE_MODEL\n  pos = cc_matViewProj * cc_matWorld * pos;\n  #else\n  pos = cc_matViewProj * pos;\n  #endif\n  #if USE_TEXTURE\n  v_uv0 = a_uv0;\n  #endif\n  v_color = a_color;\n  gl_Position = pos;\n}","frag":"\nprecision highp float;\n#if USE_ALPHA_TEST\n  uniform float alphaThreshold;\n#endif\nvoid ALPHA_TEST (in vec4 color) {\n  #if USE_ALPHA_TEST\n      if (color.a < alphaThreshold) discard;\n  #endif\n}\nvoid ALPHA_TEST (in float alpha) {\n  #if USE_ALPHA_TEST\n      if (alpha < alphaThreshold) discard;\n  #endif\n}\nvarying vec4 v_color;\n#if USE_TEXTURE\nvarying vec2 v_uv0;\nuniform sampler2D texture;\n#endif\nuniform float width;\nuniform float height;\nvoid main () {\n  vec4 o = vec4(1, 1, 1, 1);\n  #if USE_TEXTURE\n  vec4 texture_tmp = texture2D(texture, v_uv0);\n  #if CC_USE_ALPHA_ATLAS_texture\n      texture_tmp.a *= texture2D(texture, v_uv0 + vec2(0, 0.5)).r;\n  #endif\n  #if INPUT_IS_GAMMA\n    o.rgb *= (texture_tmp.rgb * texture_tmp.rgb);\n    o.a *= texture_tmp.a;\n  #else\n    o *= texture_tmp;\n  #endif\n  #endif\n  if(v_uv0.x > width && v_uv0.x < 1.0 - width){\n    if(v_uv0.y > height && v_uv0.y < 1.0 - height){\n      o.a = 0.0;\n    }\n  }\n  o *= v_color;\n  ALPHA_TEST(o);\n  gl_FragColor = o;\n}"},"builtins":{"globals":{"blocks":[{"name":"CCGlobal","defines":[]}],"samplers":[]},"locals":{"blocks":[{"name":"CCLocal","defines":[]}],"samplers":[]}},"defines":[{"name":"USE_TEXTURE","type":"boolean","defines":[]},{"name":"CC_USE_MODEL","type":"boolean","defines":[]},{"name":"USE_ALPHA_TEST","type":"boolean","defines":[]},{"name":"CC_USE_ALPHA_ATLAS_texture","type":"boolean","defines":["USE_TEXTURE"]},{"name":"INPUT_IS_GAMMA","type":"boolean","defines":["USE_TEXTURE"]}],"blocks":[{"name":"ALPHA_TEST","members":[{"name":"alphaThreshold","type":13,"count":1}],"defines":["USE_ALPHA_TEST"],"binding":0},{"name":"Props","members":[{"name":"width","type":13,"count":1},{"name":"height","type":13,"count":1}],"defines":[],"binding":1}],"samplers":[{"name":"texture","type":29,"count":1,"defines":["USE_TEXTURE"],"binding":30}],"record":null,"name":"kuang|vs|fs"}]},[{"__type__":"cc.Prefab","_name":"spark","data":{"__id__":1}},{"__type__":"cc.Node","_name":"spark","_children":[{"__id__":2}],"_components":[{"__type__":"1b984pSECdBZZxcU1QfL4H3","node":{"__id__":1},"effectType":5}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"07XXfHQ0tHZJyJsWZ84dyS"}},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,0,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"zaw","_parent":{"__id__":1},"_components":[{"__type__":"sp.Skeleton","node":{"__id__":2},"_materials":[{"__uuid__":"7a/QZLET9IDreTiBfRn2PD"}],"defaultSkin":"default","defaultAnimation":"animation","_preCacheMode":0,"loop":false,"premultipliedAlpha":false,"_animationName":"animation","_playTimes":1,"_N$skeletonData":{"__uuid__":"3dXjExD/xAOorfSSwLc8IW"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"07XXfHQ0tHZJyJsWZ84dyS"},"fileId":"fdujE9tktNfqqsPrrDSWlS"},"_contentSize":{"__type__":"cc.Size","width":47,"height":51},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,0,0,0,0,0,1,2,2,1]}}],{"__type__":"cc.SpriteFrame","content":{"name":"btn_xuanzewuqi1","texture":"a56C3OCjJPM5m8HqMm+CMw","rect":[641,1085,279,120],"offset":[0,0],"originalSize":[279,120],"rotated":1,"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"gjwq-k","texture":"a56C3OCjJPM5m8HqMm+CMw","rect":[763,1085,239,39],"offset":[0,0],"originalSize":[239,39],"rotated":1,"capInsets":[0,0,0,0]}},[{"__type__":"cc.Prefab","_name":"hpTip","data":{"__id__":1}},{"__type__":"cc.Node","_name":"hpTip","_components":[{"__type__":"cc.Label","node":{"__id__":1},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_string":"10000","_N$string":"10000","_N$file":{"__uuid__":"26XMTXU19OIor5WXpNJOHR"},"_isSystemFontUsed":false,"_N$horizontalAlign":1,"_N$verticalAlign":1,"_N$fontFamily":"","_N$cacheMode":2}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"08WF1M63RKda1obMIygrfs"},"fileId":"1eKs1EPl1MpozcE+bUDeYX"},"_contentSize":{"__type__":"cc.Size","width":142.73,"height":40},"_anchorPoint":{"__type__":"cc.Vec2","x":0.5,"y":1},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,0,0,0,0,0,1,1,1,1]}}],{"__type__":"cc.SpriteFrame","content":{"name":"xhr_animation100","texture":"ef7UKOJUFJZ67B11fMm6nF","rect":[214,976,146,221],"offset":[0,0],"originalSize":[146,221],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"btn_bullet_icon","texture":"a56C3OCjJPM5m8HqMm+CMw","rect":[904,1392,94,102],"offset":[0,0],"originalSize":[94,102],"capInsets":[0,0,0,0]}},[{"__type__":"cc.Prefab","_name":"xue","data":{"__id__":1}},{"__type__":"cc.Node","_name":"xue","_children":[{"__id__":2}],"_components":[{"__type__":"1b984pSECdBZZxcU1QfL4H3","node":{"__id__":1},"effectType":5}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"0aKGSFjulGH4cQ/rbAy1Jy"}},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,0,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"ani","_parent":{"__id__":1},"_components":[{"__type__":"sp.Skeleton","node":{"__id__":2},"_materials":[{"__uuid__":"7a/QZLET9IDreTiBfRn2PD"}],"defaultSkin":"default","defaultAnimation":"animation","_preCacheMode":1,"_cacheMode":1,"loop":false,"premultipliedAlpha":false,"_animationName":"animation","_playTimes":1,"_N$skeletonData":{"__uuid__":"6a762Hc6FPv4SQMQh8nCFV"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"0aKGSFjulGH4cQ/rbAy1Jy"},"fileId":"1aT4k5HNFBoZW8v1uXuCQY"},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,0,0,0,0,0,1,1,1,1]}}],{"__type__":"cc.SpriteFrame","content":{"name":"lanfa_icon_bj","texture":"ef7UKOJUFJZ67B11fMm6nF","rect":[608,178,167,262],"offset":[0,0],"originalSize":[167,262],"rotated":1,"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"xhr_animation013","texture":"ef7UKOJUFJZ67B11fMm6nF","rect":[1899,853,96,87],"offset":[0,0],"originalSize":[96,87],"rotated":1,"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"horneddemon_icon_sw","texture":"ef7UKOJUFJZ67B11fMm6nF","rect":[188,426,273,174],"offset":[0,0],"originalSize":[273,174],"rotated":1,"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"jio_daiji","texture":"ef7UKOJUFJZ67B11fMm6nF","rect":[1573,1165,77,61],"offset":[0,0],"originalSize":[77,61],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"xhr_animation026","texture":"ef7UKOJUFJZ67B11fMm6nF","rect":[1502,1164,69,53],"offset":[0,0],"originalSize":[69,53],"capInsets":[0,0,0,0]}},[{"__type__":"cc.Prefab","_name":"effect_fire","data":{"__id__":1}},{"__type__":"cc.Node","_name":"effect_fire","_children":[{"__id__":2}],"_components":[{"__type__":"1b984pSECdBZZxcU1QfL4H3","node":{"__id__":1},"effectType":5}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"13fcE8yWJMh4q+FmByYoWU"}},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,0,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"hh","_parent":{"__id__":1},"_components":[{"__type__":"sp.Skeleton","node":{"__id__":2},"_materials":[{"__uuid__":"7a/QZLET9IDreTiBfRn2PD"}],"defaultSkin":"p","defaultAnimation":"animation","_preCacheMode":0,"loop":false,"premultipliedAlpha":false,"timeScale":3,"_animationName":"animation","_playTimes":1,"_N$skeletonData":{"__uuid__":"33OsKQmj5PaL7uZQuBlOtt"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"13fcE8yWJMh4q+FmByYoWU"},"fileId":"15KWgS0glCn58mOjXkyjSi"},"_contentSize":{"__type__":"cc.Size","width":135,"height":101},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,0,0,0,0,0,1,-1,1,1]}}],{"__type__":"cc.SpriteFrame","content":{"name":"screwbrain_icon","texture":"ef7UKOJUFJZ67B11fMm6nF","rect":[843,638,205,173],"offset":[0,0],"originalSize":[209,177],"rotated":1,"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"share","texture":"a56C3OCjJPM5m8HqMm+CMw","rect":[804,1288,50,45],"offset":[0,0],"originalSize":[50,45],"rotated":1,"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"greybeard_icon_sw","texture":"ef7UKOJUFJZ67B11fMm6nF","rect":[1079,343,200,162],"offset":[0,-1],"originalSize":[200,164],"rotated":1,"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"batface_icon_gj","texture":"ef7UKOJUFJZ67B11fMm6nF","rect":[575,495,164,216],"offset":[0,0],"originalSize":[164,216],"rotated":1,"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"jsl","texture":"a56C3OCjJPM5m8HqMm+CMw","rect":[562,1815,124,40],"offset":[0,0],"originalSize":[124,40],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"skullmask_icon","texture":"ef7UKOJUFJZ67B11fMm6nF","rect":[1742,688,180,163],"offset":[0,0],"originalSize":[184,167],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"jiaoyin","texture":"0fW/iZmqhCprXdqpQSlJQW","rect":[0,0,34,13],"offset":[0,0],"originalSize":[34,13],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"xhr_animation057","texture":"ef7UKOJUFJZ67B11fMm6nF","rect":[1964,346,110,58],"offset":[0,0],"originalSize":[110,58],"rotated":1,"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"syrs-yy","texture":"a56C3OCjJPM5m8HqMm+CMw","rect":[989,246,170,27],"offset":[1,1],"originalSize":[172,49],"rotated":1,"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"txt_jianqi-yy","texture":"a56C3OCjJPM5m8HqMm+CMw","rect":[989,418,72,24],"offset":[0,0],"originalSize":[72,36],"rotated":1,"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"sysj","texture":"a56C3OCjJPM5m8HqMm+CMw","rect":[2,1758,161,41],"offset":[0,0],"originalSize":[161,41],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"black_icon_bm","texture":"ef7UKOJUFJZ67B11fMm6nF","rect":[587,913,156,154],"offset":[0,-1],"originalSize":[156,156],"capInsets":[0,0,0,0]}},{"__type__":"cc.BitmapFont","_name":"gameFont","spriteFrame":{"__uuid__":"964/2LlYhKXaTvXeMUXfU4"},"fontSize":44,"_fntConfig":{"commonHeight":44,"fontSize":44,"atlasName":"gameFont.png","fontDefDictionary":{"43":{"rect":{"x":0,"y":0,"width":43,"height":44},"xOffset":0,"yOffset":0,"xAdvance":43},"45":{"rect":{"x":149,"y":89,"width":21,"height":44},"xOffset":0,"yOffset":0,"xAdvance":21},"46":{"rect":{"x":20,"y":136,"width":17,"height":44},"xOffset":0,"yOffset":0,"xAdvance":17},"47":{"rect":{"x":0,"y":136,"width":18,"height":44},"xOffset":0,"yOffset":0,"xAdvance":18},"48":{"rect":{"x":81,"y":0,"width":32,"height":44},"xOffset":0,"yOffset":0,"xAdvance":32},"49":{"rect":{"x":149,"y":45,"width":29,"height":42},"xOffset":0,"yOffset":0,"xAdvance":29},"50":{"rect":{"x":149,"y":0,"width":31,"height":43},"xOffset":0,"yOffset":0,"xAdvance":31},"51":{"rect":{"x":0,"y":46,"width":32,"height":44},"xOffset":0,"yOffset":0,"xAdvance":32},"52":{"rect":{"x":45,"y":0,"width":34,"height":42},"xOffset":0,"yOffset":0,"xAdvance":34},"53":{"rect":{"x":115,"y":46,"width":32,"height":43},"xOffset":0,"yOffset":0,"xAdvance":32},"54":{"rect":{"x":34,"y":46,"width":32,"height":44},"xOffset":0,"yOffset":0,"xAdvance":32},"55":{"rect":{"x":0,"y":92,"width":32,"height":42},"xOffset":0,"yOffset":0,"xAdvance":32},"56":{"rect":{"x":68,"y":46,"width":32,"height":44},"xOffset":0,"yOffset":0,"xAdvance":32},"57":{"rect":{"x":115,"y":0,"width":32,"height":44},"xOffset":0,"yOffset":0,"xAdvance":32},"58":{"rect":{"x":34,"y":92,"width":14,"height":40},"xOffset":0,"yOffset":0,"xAdvance":14}},"kerningDict":{}}},{"__type__":"cc.SpriteFrame","content":{"name":"greybeard_icon","texture":"ef7UKOJUFJZ67B11fMm6nF","rect":[1762,353,200,162],"offset":[0,-1],"originalSize":[204,164],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"dian","texture":"a56C3OCjJPM5m8HqMm+CMw","rect":[165,1758,17,18],"offset":[0,0],"originalSize":[17,18],"rotated":1,"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"jio_daiji_black","texture":"ef7UKOJUFJZ67B11fMm6nF","rect":[1893,1104,70,57],"offset":[0,0],"originalSize":[70,57],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"quwaishoushang","texture":"21kARzIS9Hpa2rw3trjBKX","rect":[0,0,1600,720],"offset":[0,0],"originalSize":[1600,720],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"btn_xingzou1","texture":"a56C3OCjJPM5m8HqMm+CMw","rect":[857,967,151,151],"offset":[0,0],"originalSize":[151,151],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"AAA_icon_gj","texture":"ef7UKOJUFJZ67B11fMm6nF","rect":[762,1069,156,154],"offset":[0,-1],"originalSize":[156,156],"rotated":1,"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"screwbrain_icon_gj","texture":"ef7UKOJUFJZ67B11fMm6nF","rect":[1577,171,205,173],"offset":[-1,0],"originalSize":[207,173],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"greybeard_icon_gj","texture":"ef7UKOJUFJZ67B11fMm6nF","rect":[1358,346,200,162],"offset":[0,-1],"originalSize":[200,164],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"xhr_animation108","texture":"ef7UKOJUFJZ67B11fMm6nF","rect":[575,661,31,34],"offset":[0,0],"originalSize":[31,34],"rotated":1,"capInsets":[0,0,0,0]}},{"__type__":"sp.SkeletonData","_name":"hh","_skeletonJson":{"skeleton":{"hash":"uZlRH3fuU5LCfO/o0WmLNNBz3Yo","spine":"3.8.99","x":-112.05,"y":-45.57,"width":135,"height":101,"images":"./images/","audio":"C:/Users/QianHu002/Desktop/动画/火线枪战躲猫猫/枪口火花/images"},"bones":[{"name":"root"},{"name":"p_1","parent":"root","x":-1.25,"y":0.37,"skin":true},{"name":"y_1","parent":"root","x":-0.44,"y":0.29,"skin":true},{"name":"r_1","parent":"root","x":-1.14,"y":0.59,"skin":true}],"slots":[{"name":"y_4","bone":"root"},{"name":"y_3","bone":"root"},{"name":"y_2","bone":"root"},{"name":"y_1","bone":"y_1","attachment":"y_1"},{"name":"p_4","bone":"root"},{"name":"p_3","bone":"root"},{"name":"p_2","bone":"root"},{"name":"p_1","bone":"p_1","attachment":"p_1"},{"name":"r_4","bone":"root"},{"name":"r_3","bone":"root"},{"name":"r_2","bone":"root"},{"name":"r_1","bone":"r_1","attachment":"r_1"}],"skins":[{"name":"default","attachments":{"p_1":{"p_1":{"x":-43.3,"y":4.55,"width":135,"height":101},"p_2":{"x":-65.8,"y":7.05,"width":198,"height":148},"p_3":{"x":-79.8,"y":2.55,"width":208,"height":191},"p_4":{"x":-117.3,"y":-3.95,"width":309,"height":272}},"r_1":{"r_1":{"x":-43.41,"y":4.34,"width":135,"height":101},"r_2":{"x":-65.91,"y":6.84,"width":198,"height":148},"r_3":{"x":-79.91,"y":2.34,"width":208,"height":191},"r_4":{"x":-117.41,"y":-4.16,"width":309,"height":272}},"y_1":{"y_1":{"x":-44.12,"y":4.64,"width":135,"height":101},"y_2":{"x":-66.62,"y":7.14,"width":198,"height":148},"y_3":{"x":-80.62,"y":2.64,"width":208,"height":191},"y_4":{"x":-118.12,"y":-3.86,"width":309,"height":272}}}},{"name":"p","bones":["p_1"]},{"name":"r","bones":["r_1"]},{"name":"y","bones":["y_1"]}],"animations":{"animation":{"slots":{"p_1":{"color":[{"color":"ffffff00","curve":0.25,"c3":0.75},{"time":0.1,"color":"ffffffff","curve":"stepped"},{"time":0.3667,"color":"ffffffff","curve":0.25,"c3":0.75},{"time":0.5,"color":"ffffff00"}],"attachment":[{"time":0.2,"name":"p_2"},{"time":0.3333,"name":"p_3"},{"time":0.4333,"name":"p_4"}]},"r_1":{"color":[{"color":"ffffff00","curve":0.25,"c3":0.75},{"time":0.1,"color":"ffffffff","curve":"stepped"},{"time":0.3667,"color":"ffffffff","curve":0.25,"c3":0.75},{"time":0.5,"color":"ffffff00"}],"attachment":[{"time":0.2,"name":"r_2"},{"time":0.3333,"name":"r_3"},{"time":0.4333,"name":"r_4"}]},"y_1":{"color":[{"color":"ffffff00","curve":0.25,"c3":0.75},{"time":0.1,"color":"ffffffff","curve":"stepped"},{"time":0.3667,"color":"ffffffff","curve":0.25,"c3":0.75},{"time":0.5,"color":"ffffff00"}],"attachment":[{"time":0.2,"name":"y_2"},{"time":0.3333,"name":"y_3"},{"time":0.4333,"name":"y_4"}]}}}}},"_atlasText":"\r\nhh.png\r\nsize: 2048,256\r\nformat: RGBA8888\r\nfilter: Linear,Linear\r\nrepeat: none\r\np_1\r\n  rotate: false\r\n  xy: 1601, 72\r\n  size: 106, 76\r\n  orig: 108, 81\r\n  offset: 2, 3\r\n  index: -1\r\np_2\r\n  rotate: false\r\n  xy: 1124, 36\r\n  size: 157, 112\r\n  orig: 158, 118\r\n  offset: 1, 3\r\n  index: -1\r\np_3\r\n  rotate: false\r\n  xy: 2, 2\r\n  size: 152, 146\r\n  orig: 166, 153\r\n  offset: 12, 3\r\n  index: -1\r\np_4\r\n  rotate: true\r\n  xy: 464, 8\r\n  size: 140, 218\r\n  orig: 247, 218\r\n  offset: 107, 0\r\n  index: -1\r\nr_1\r\n  rotate: false\r\n  xy: 1709, 72\r\n  size: 106, 76\r\n  orig: 108, 81\r\n  offset: 2, 3\r\n  index: -1\r\nr_2\r\n  rotate: false\r\n  xy: 1283, 36\r\n  size: 157, 112\r\n  orig: 158, 118\r\n  offset: 1, 3\r\n  index: -1\r\nr_3\r\n  rotate: false\r\n  xy: 156, 2\r\n  size: 152, 146\r\n  orig: 166, 153\r\n  offset: 12, 3\r\n  index: -1\r\nr_4\r\n  rotate: true\r\n  xy: 684, 8\r\n  size: 140, 218\r\n  orig: 247, 218\r\n  offset: 107, 0\r\n  index: -1\r\ny_1\r\n  rotate: true\r\n  xy: 1817, 42\r\n  size: 106, 76\r\n  orig: 108, 81\r\n  offset: 2, 3\r\n  index: -1\r\ny_2\r\n  rotate: false\r\n  xy: 1442, 36\r\n  size: 157, 112\r\n  orig: 158, 118\r\n  offset: 1, 3\r\n  index: -1\r\ny_3\r\n  rotate: false\r\n  xy: 310, 2\r\n  size: 152, 146\r\n  orig: 166, 153\r\n  offset: 12, 3\r\n  index: -1\r\ny_4\r\n  rotate: true\r\n  xy: 904, 8\r\n  size: 140, 218\r\n  orig: 247, 218\r\n  offset: 107, 0\r\n  index: -1\r\n","textures":[{"__uuid__":"e5jZHIfwFDyopZxtKgIHLE"}],"textureNames":["hh.png"]},[{"__type__":"cc.Prefab","_name":"player","data":{"__id__":1}},{"__type__":"cc.Node","_name":"player","_children":[{"__id__":2},{"__id__":3},{"__type__":"cc.Node","_name":"line","_parent":{"__id__":1},"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"36j9omFXJFBLac5v85mXyl"},"_opacity":0,"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,-106.001,0,0,0,0,1,1,1,1]}},{"__id__":4},{"__id__":104}],"_components":[{"__type__":"be2012PJ+xL2Y4UzVB0obJ4","node":{"__id__":1},"mat_common":{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"},"mat_attacked":{"__uuid__":"456vr8+69Dxqv2+Cl0dzwr"},"body":{"__id__":4},"leg":{"__id__":90},"leg_back":{"__id__":95},"head":{"__id__":7},"hpBar":{"__id__":109},"hpSpr":{"__id__":107},"shieldBar":{"__id__":120},"atkBar":{"__id__":115}},{"__type__":"cc.CircleCollider","node":{"__id__":1},"_radius":800},{"__type__":"cc.BoxCollider","node":{"__id__":1},"tag":1,"_offset":{"__type__":"cc.Vec2","x":-0.5,"y":10},"_size":{"__type__":"cc.Size","width":150,"height":230}},{"__type__":"cc.BoxCollider","node":{"__id__":1},"tag":2,"_offset":{"__type__":"cc.Vec2","y":-90},"_size":{"__type__":"cc.Size","width":150,"height":30}},{"__type__":"cc.CircleCollider","node":{"__id__":1},"tag":3,"_radius":400},{"__type__":"cc.RigidBody","node":{"__id__":1},"_fixedRotation":true},{"__type__":"cc.PhysicsCircleCollider","node":{"__id__":1},"_offset":{"__type__":"cc.Vec2","y":-80}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"}},"_contentSize":{"__type__":"cc.Size","width":180,"height":380},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,0,0,0,0,0,1,0.6,0.6,1]}},{"__type__":"cc.Node","_name":"gh","_parent":{"__id__":1},"_components":[{"__type__":"sp.Skeleton","node":{"__id__":2},"_materials":[{"__uuid__":"7a/QZLET9IDreTiBfRn2PD"}],"defaultSkin":"p","defaultAnimation":"animation","_preCacheMode":2,"_cacheMode":2,"premultipliedAlpha":false,"_animationName":"animation","_N$skeletonData":{"__uuid__":"f4Z9c88FlCPa/6A7iZdUWd"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"e2MdB2ukdLxpzyZ/N9MiGD"},"_contentSize":{"__type__":"cc.Size","width":227,"height":103.07},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,-130,0,0,0,0,1,0.7,0.7,1]}},{"__type__":"cc.Node","_name":"yc","_parent":{"__id__":1},"_components":[{"__type__":"sp.Skeleton","node":{"__id__":3},"_materials":[{"__uuid__":"7a/QZLET9IDreTiBfRn2PD"}],"defaultSkin":"default","defaultAnimation":"animation2","_preCacheMode":0,"premultipliedAlpha":false,"_animationName":"animation2","_N$skeletonData":{"__uuid__":"c8OYx8M55Jqpfwd0Cxx0MM"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"1fcCnjWyFJTZSbGoPoD75O"},"_opacity":0,"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[30,-90,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"body","_parent":{"__id__":1},"_children":[{"__id__":5},{"__id__":7},{"__id__":90},{"__id__":95},{"__id__":102},{"__id__":103}],"_components":[{"__type__":"cc.Animation","node":{"__id__":4},"_defaultClip":{"__uuid__":"595UT65NhMx5zurqPo9QRb"},"_clips":[{"__uuid__":"d7N7GUHnZKsq0mswbQzai0"},{"__uuid__":"3cBhjsirZANbM+y8+8v88o"},{"__uuid__":"3f9roXC8lKo65mPdLllM3l"},{"__uuid__":"595UT65NhMx5zurqPo9QRb"}]}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"3bvkACZ8JOko2teC4zgCSj"},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,0,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"body","_parent":{"__id__":4},"_children":[{"__id__":6}],"_components":[{"__type__":"cc.Sprite","node":{"__id__":5},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"a0kOHtzYFCaKuVwkQUtvlR"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"edC0k61uZEBpTdMixdS1CD"},"_contentSize":{"__type__":"cc.Size","width":70,"height":77},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0.16,-50,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"dj_tb_00010010","_parent":{"__id__":5},"_active":false,"_components":[{"__type__":"cc.Sprite","node":{"__id__":6},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"e5dpjfW2ZA/qH5vv4FEIYu"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"5cpxkfnANEsbMNeFVccq46"},"_contentSize":{"__type__":"cc.Size","width":56,"height":51},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[-0.453,4.988,0,0,0,0,1,1.2,1.2,1]}},{"__type__":"cc.Node","_name":"head","_parent":{"__id__":4},"_children":[{"__id__":8},{"__id__":25},{"__id__":51},{"__id__":64},{"__id__":77}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"20KxFVrJRE7r/NObNWMt+W"},"_contentSize":{"__type__":"cc.Size","width":155,"height":153},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,52.724,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"head1","_parent":{"__id__":7},"_children":[{"__id__":9},{"__id__":10},{"__id__":11},{"__id__":12},{"__id__":13},{"__id__":14},{"__id__":15},{"__id__":17},{"__id__":18},{"__id__":19},{"__id__":21},{"__id__":23}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"52kdyJHntOWZvBkf0FPln2"},"_contentSize":{"__type__":"cc.Size","width":155,"height":153},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,0,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"1","_parent":{"__id__":8},"_components":[{"__type__":"cc.Sprite","node":{"__id__":9},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"d42jkrNEFEVYDpjtJbsCte"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"7cp4Ys/5dA/5hegkG6sp6Q"},"_contentSize":{"__type__":"cc.Size","width":161,"height":154},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,0,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"2","_parent":{"__id__":8},"_active":false,"_components":[{"__type__":"cc.Sprite","node":{"__id__":10},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"16r9u8RzRFeaiJM7RFSmqt"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"746cmUhPFLYZguudEneQMn"},"_contentSize":{"__type__":"cc.Size","width":207,"height":173},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[-23.21,8.474,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"3","_parent":{"__id__":8},"_active":false,"_components":[{"__type__":"cc.Sprite","node":{"__id__":11},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"a3T5DJbndLxoxaDvHZ0J7Y"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"2aUmDrJ99NQ5pGukoFuRBS"},"_contentSize":{"__type__":"cc.Size","width":165,"height":216},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[4.621,26.572,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"4","_parent":{"__id__":8},"_active":false,"_components":[{"__type__":"cc.Sprite","node":{"__id__":12},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"e1cpsgujxDn5T63Q7Rdchz"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"ff9/JlmwRIDpRnDWhMICJb"},"_contentSize":{"__type__":"cc.Size","width":210,"height":219},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[-0.909,24.549,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"5","_parent":{"__id__":8},"_active":false,"_components":[{"__type__":"cc.Sprite","node":{"__id__":13},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"ef7l4w1I9Hu4+A9Dv3NtMJ"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"ac6/0BzSRJHYLeGgMB7awV"},"_contentSize":{"__type__":"cc.Size","width":273,"height":174},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[-1.818,10.91,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"6","_parent":{"__id__":8},"_active":false,"_components":[{"__type__":"cc.Sprite","node":{"__id__":14},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"20brItnUVHJaHi4Dc8bLSE"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"ceEIwZg0ZIzoG1VOLGP5K0"},"_contentSize":{"__type__":"cc.Size","width":180,"height":163},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[-2.777,3.546,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"7","_parent":{"__id__":8},"_children":[{"__id__":16}],"_active":false,"_components":[{"__type__":"cc.Sprite","node":{"__id__":15},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"458MVZZDVCL6Cd3/Dlq6gC"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"7cyv22FURDlpyh7SIv43LY"},"_contentSize":{"__type__":"cc.Size","width":156,"height":156},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,0,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"toukui","_parent":{"__id__":15},"_components":[{"__type__":"cc.Sprite","node":{"__id__":16},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"bcQzQjw7RPQrAkOscPwYod"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"2ez8IdtFdNXpXsjSRboNnU"},"_contentSize":{"__type__":"cc.Size","width":184,"height":169},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[-5.147,14.762,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"8","_parent":{"__id__":8},"_active":false,"_components":[{"__type__":"cc.Sprite","node":{"__id__":17},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"e2fcXpRHRNza2CjKw96GIY"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"95eJAAV7xNY774d6sZgipu"},"_contentSize":{"__type__":"cc.Size","width":262,"height":167},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[-6.798,21.744,0,0,0,-0.7071067811865475,0.7071067811865476,1,1,1]},"_eulerAngles":{"__type__":"cc.Vec3","z":-90}},{"__type__":"cc.Node","_name":"9","_parent":{"__id__":8},"_active":false,"_components":[{"__type__":"cc.Sprite","node":{"__id__":18},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"08aR2lqTZD/K7qEEK4ZpFZ"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"f4keKJ4fNE87HZ04PqugO6"},"_contentSize":{"__type__":"cc.Size","width":146,"height":221},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,-12.146,0,0,0,-0.7071067811865475,0.7071067811865476,1,1,1]},"_eulerAngles":{"__type__":"cc.Vec3","z":-90}},{"__type__":"cc.Node","_name":"10","_parent":{"__id__":8},"_children":[{"__id__":20}],"_active":false,"_components":[{"__type__":"cc.Sprite","node":{"__id__":19},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"458MVZZDVCL6Cd3/Dlq6gC"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"a7yhsjROpFGbujEChbd3xK"},"_contentSize":{"__type__":"cc.Size","width":156,"height":156},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,0,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"xiaohongmao","_parent":{"__id__":19},"_components":[{"__type__":"cc.Sprite","node":{"__id__":20},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"65NJuZ2g1M6Zt/fA9maQai"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"5eXhxLEZpH0bdAazwQIKuk"},"_contentSize":{"__type__":"cc.Size","width":183,"height":130},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[11.072,16.839,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"11","_parent":{"__id__":8},"_children":[{"__id__":22}],"_active":false,"_components":[{"__type__":"cc.Sprite","node":{"__id__":21},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"458MVZZDVCL6Cd3/Dlq6gC"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"bfn1ud5klJ67N0SWDvCAI3"},"_contentSize":{"__type__":"cc.Size","width":156,"height":156},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,0,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"quanhuang","_parent":{"__id__":21},"_components":[{"__type__":"cc.Sprite","node":{"__id__":22},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"5d/6hLfl9N9pkWJJT9HKvl"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"3eHgJ47UxLL4DMg57R9mfl"},"_contentSize":{"__type__":"cc.Size","width":180,"height":291},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[-8.594,41.654,0,0,0,-0.7071067811865475,0.7071067811865476,1,1,1]},"_eulerAngles":{"__type__":"cc.Vec3","z":-90}},{"__type__":"cc.Node","_name":"12","_parent":{"__id__":8},"_children":[{"__id__":24}],"_active":false,"_components":[{"__type__":"cc.Sprite","node":{"__id__":23},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"458MVZZDVCL6Cd3/Dlq6gC"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"ccgptMtl9MU7K/gVeZJSb8"},"_contentSize":{"__type__":"cc.Size","width":156,"height":156},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,0,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"huihuzi","_parent":{"__id__":23},"_components":[{"__type__":"cc.Sprite","node":{"__id__":24},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"b1FXzGdNBE5YC4W4bWfrhu"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"30lPuQDxtLq5NBqVw+/Hpa"},"_contentSize":{"__type__":"cc.Size","width":118,"height":199},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[-1.09,-32.021,0,0,0,-0.7071067811865475,0.7071067811865476,1,1,1]},"_eulerAngles":{"__type__":"cc.Vec3","z":-90}},{"__type__":"cc.Node","_name":"head2","_parent":{"__id__":7},"_children":[{"__id__":26},{"__id__":27},{"__id__":31},{"__id__":33},{"__id__":35},{"__id__":38},{"__id__":40},{"__id__":42},{"__id__":43},{"__id__":44},{"__id__":46},{"__id__":48}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"548phhvfJMpKyFmG7izQaR"},"_opacity":0,"_contentSize":{"__type__":"cc.Size","width":155,"height":153},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,0,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"1","_parent":{"__id__":25},"_active":false,"_components":[{"__type__":"cc.Sprite","node":{"__id__":26},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"26B4pw7jREYpF5olzgA6Lv"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"7dQpUo1ZlDiopCUKID1f46"},"_contentSize":{"__type__":"cc.Size","width":156,"height":154},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,0,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"2","_parent":{"__id__":25},"_children":[{"__id__":28},{"__id__":29},{"__id__":30}],"_active":false,"_components":[{"__type__":"cc.Sprite","node":{"__id__":27},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"3763WZSlNJG6/n8cjSev/9"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"a0autI+o9DV4d5DzEhMWN/"},"_contentSize":{"__type__":"cc.Size","width":155,"height":153},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,0,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"xhr_animation026","_parent":{"__id__":27},"_components":[{"__type__":"cc.Sprite","node":{"__id__":28},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"10sLwvf9tLxZ6MXjryGLoK"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"88ozFXhZBIwYDkUH7fBxoz"},"_contentSize":{"__type__":"cc.Size","width":69,"height":53},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[-52.642,32.692,0,0,0,0.7071067811865475,0.7071067811865476,1,1,1]},"_eulerAngles":{"__type__":"cc.Vec3","z":90}},{"__type__":"cc.Node","_name":"xhr_animation021","_parent":{"__id__":27},"_components":[{"__type__":"cc.Sprite","node":{"__id__":29},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"ba8IRZe2hGlbIHXfP5k0sX"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"45yW5QKndNhKnYwiD/+P2O"},"_contentSize":{"__type__":"cc.Size","width":21,"height":18},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[-10.726,82.043,0,0,0,0.7071067811865475,0.7071067811865476,1,1,1]},"_eulerAngles":{"__type__":"cc.Vec3","z":90}},{"__type__":"cc.Node","_name":"xhr_animation013","_parent":{"__id__":27},"_components":[{"__type__":"cc.Sprite","node":{"__id__":30},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"0bhDkIil1HsZPWRrFpwHF9"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"26kOFTzEdGwpTXA0Eyayh8"},"_contentSize":{"__type__":"cc.Size","width":96,"height":87},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[74.033,16.683,0,0,0,0.7071067811865475,0.7071067811865476,1,1,1]},"_eulerAngles":{"__type__":"cc.Vec3","z":90}},{"__type__":"cc.Node","_name":"3","_parent":{"__id__":25},"_children":[{"__id__":32}],"_active":false,"_components":[{"__type__":"cc.Sprite","node":{"__id__":31},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"3763WZSlNJG6/n8cjSev/9"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"36TK88OjtC5J10YxY5eglg"},"_contentSize":{"__type__":"cc.Size","width":155,"height":153},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,0,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"3","_parent":{"__id__":31},"_components":[{"__type__":"cc.Sprite","node":{"__id__":32},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"cb5W2HZC5DlKj3Avo2K9Iz"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"b0SnorL0NIc5wjOvwD4syg"},"_contentSize":{"__type__":"cc.Size","width":162,"height":203},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[3.915,32.348,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"4","_parent":{"__id__":25},"_children":[{"__id__":34}],"_active":false,"_components":[{"__type__":"cc.Sprite","node":{"__id__":33},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"3763WZSlNJG6/n8cjSev/9"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"97Xp3RnmtPvJfcv6Q967D1"},"_contentSize":{"__type__":"cc.Size","width":155,"height":153},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,0,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"4","_parent":{"__id__":33},"_components":[{"__type__":"cc.Sprite","node":{"__id__":34},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"41zjgHnTVN8LLc7bsGDRo0"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"a67+gOMw1N6KMuQhjp4tk6"},"_contentSize":{"__type__":"cc.Size","width":209,"height":233},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,57.349,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"5","_parent":{"__id__":25},"_children":[{"__id__":36}],"_active":false,"_components":[{"__type__":"cc.Sprite","node":{"__id__":35},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"26B4pw7jREYpF5olzgA6Lv"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"59V1b6rcFNyICO+zf/xNO5"},"_contentSize":{"__type__":"cc.Size","width":156,"height":154},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,0,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"5","_parent":{"__id__":35},"_children":[{"__id__":37}],"_components":[{"__type__":"cc.Sprite","node":{"__id__":36},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"366SJZWDhEUq0FmEHJ9bz5"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"429e5WFplCjozR4sKMZAX+"},"_contentSize":{"__type__":"cc.Size","width":72,"height":95},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[-101.767,33.727,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"xhr_animation117","_parent":{"__id__":36},"_components":[{"__type__":"cc.Sprite","node":{"__id__":37},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"45G/wcurRO/Zs1tg8sR9X2"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"9c+cOdRABEuZDBS3FUADeE"},"_contentSize":{"__type__":"cc.Size","width":101,"height":109},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[215.13,6.652,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"6","_parent":{"__id__":25},"_children":[{"__id__":39}],"_active":false,"_components":[{"__type__":"cc.Sprite","node":{"__id__":38},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"3763WZSlNJG6/n8cjSev/9"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"3ba4mMHaNAmqMCU4YrWzyX"},"_contentSize":{"__type__":"cc.Size","width":155,"height":153},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,0,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"6","_parent":{"__id__":38},"_components":[{"__type__":"cc.Sprite","node":{"__id__":39},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"04Zp/8SQFHSJSsiTrLMvk7"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"975Jcb6I9IFreMy+SMSJds"},"_contentSize":{"__type__":"cc.Size","width":156,"height":180},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[-4.414,0,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"7","_parent":{"__id__":25},"_children":[{"__id__":41}],"_active":false,"_components":[{"__type__":"cc.Sprite","node":{"__id__":40},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"3763WZSlNJG6/n8cjSev/9"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"b54nUUsrBBfripE1xHwt5s"},"_contentSize":{"__type__":"cc.Size","width":155,"height":153},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,0,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"7","_parent":{"__id__":40},"_components":[{"__type__":"cc.Sprite","node":{"__id__":41},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"51Bf3u6GJEaK89MxjPVH2o"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"cfztnO4oNC+K7YRPm8FBX8"},"_contentSize":{"__type__":"cc.Size","width":183,"height":169},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[-4.405,12.79,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"8","_parent":{"__id__":25},"_active":false,"_components":[{"__type__":"cc.Sprite","node":{"__id__":42},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"d7V/1SVtFE/Yd0+Wac/Ock"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"acvJlL3SdLZprVhHtpp07G"},"_contentSize":{"__type__":"cc.Size","width":163,"height":256},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[4.273,39.274,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"9","_parent":{"__id__":25},"_active":false,"_components":[{"__type__":"cc.Sprite","node":{"__id__":43},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"b0COQeKCNHebQpTWIzu8si"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"c7aNGRp+VPmaMGLFkQyguK"},"_contentSize":{"__type__":"cc.Size","width":210,"height":166},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0.923,-5.348,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"10","_parent":{"__id__":25},"_children":[{"__id__":45}],"_active":false,"_components":[{"__type__":"cc.Sprite","node":{"__id__":44},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"3763WZSlNJG6/n8cjSev/9"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"dcl+K2dHhM6KIyjKdk8Mq4"},"_contentSize":{"__type__":"cc.Size","width":155,"height":153},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,0,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"10","_parent":{"__id__":44},"_components":[{"__type__":"cc.Sprite","node":{"__id__":45},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"ccZITf6mNGD471BPrPT28/"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"0axUyMaIxPiJb/Z+odwtqW"},"_contentSize":{"__type__":"cc.Size","width":186,"height":113},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[9.227,26.988,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"11","_parent":{"__id__":25},"_children":[{"__id__":47}],"_active":false,"_components":[{"__type__":"cc.Sprite","node":{"__id__":46},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"3763WZSlNJG6/n8cjSev/9"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"5egm6ayi9DuZ1UkaRYlBP8"},"_contentSize":{"__type__":"cc.Size","width":155,"height":153},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,0,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"11","_parent":{"__id__":46},"_components":[{"__type__":"cc.Sprite","node":{"__id__":47},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"adfnO5hwRLlpLm8VrD4n+h"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"c3Tq5kbGlDCIxdA8BNc0xH"},"_contentSize":{"__type__":"cc.Size","width":184,"height":291},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[-4.263,40.092,0,0,0,-0.7071067811865475,0.7071067811865476,1,1,1]},"_eulerAngles":{"__type__":"cc.Vec3","z":-90}},{"__type__":"cc.Node","_name":"12","_parent":{"__id__":25},"_children":[{"__id__":49},{"__id__":50}],"_active":false,"_components":[{"__type__":"cc.Sprite","node":{"__id__":48},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"3763WZSlNJG6/n8cjSev/9"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"2cmP1b1opGMJzDEj6iMDxI"},"_contentSize":{"__type__":"cc.Size","width":155,"height":153},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,0,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"12","_parent":{"__id__":48},"_components":[{"__type__":"cc.Sprite","node":{"__id__":49},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"fesnQAIM5Hz49PPvInl3Ax"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"0eBNM/VN9Hf4Mjab44OHDn"},"_contentSize":{"__type__":"cc.Size","width":80,"height":107},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[55.715,-21.33,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"huihuzi","_parent":{"__id__":48},"_components":[{"__type__":"cc.Sprite","node":{"__id__":50},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"fesnQAIM5Hz49PPvInl3Ax"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"cfVnckG3pPYqOvVoLOBy4A"},"_contentSize":{"__type__":"cc.Size","width":80,"height":107},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[-56.364,-21.71,0,0,0,0,1,-1,1,-1]}},{"__type__":"cc.Node","_name":"head_atk","_parent":{"__id__":7},"_children":[{"__id__":52},{"__id__":53},{"__id__":54},{"__type__":"cc.Node","_name":"helmethead_icon","_parent":{"__id__":51},"_active":false,"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"71UEB3uHVBHIZ5G2SB26Rc"},"_contentSize":{"__type__":"cc.Size","width":210,"height":218},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[-0.909,24.549,0,0,0,0,1,1,1,1]}},{"__id__":55},{"__id__":56},{"__id__":57},{"__id__":58},{"__id__":59},{"__id__":60},{"__id__":61},{"__id__":63}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"9c+DZaxqhLBZtn1TLIqnLY"},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,0,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"black_icon_gj","_parent":{"__id__":51},"_active":false,"_components":[{"__type__":"cc.Sprite","node":{"__id__":52},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"8eoW1MqedMGpJS99w0uOxV"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"3eSl27HHJFGZvLSMHINImQ"},"_contentSize":{"__type__":"cc.Size","width":161,"height":154},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,0,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"screwbrain_icon_gj","_parent":{"__id__":51},"_active":false,"_components":[{"__type__":"cc.Sprite","node":{"__id__":53},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"2eu692eJZDZbdouv8jYXfd"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"f6Cu67OU5MapG0QO4fd9o7"},"_contentSize":{"__type__":"cc.Size","width":207,"height":173},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[-23.21,8.474,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"batface_icon_gj","_parent":{"__id__":51},"_active":false,"_components":[{"__type__":"cc.Sprite","node":{"__id__":54},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"1fc58GYEhGIb7RkuDNm+/M"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"c8MDMsMj5JEIZXseCGDJGd"},"_contentSize":{"__type__":"cc.Size","width":164,"height":216},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[4.621,26.572,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"horneddemon_icon_gj","_parent":{"__id__":51},"_active":false,"_components":[{"__type__":"cc.Sprite","node":{"__id__":55},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"74KwswdYpH06z0f+V/7srF"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"5eNz+6d9dN+aGfS+EDBC2P"},"_contentSize":{"__type__":"cc.Size","width":273,"height":174},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[-1.818,10.91,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"skullmask_icon_gj","_parent":{"__id__":51},"_active":false,"_components":[{"__type__":"cc.Sprite","node":{"__id__":56},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"d5e9MxWx9In5XHR8rLgJno"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"cdmSF+RftPp76EPpEgk52B"},"_contentSize":{"__type__":"cc.Size","width":180,"height":163},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[-2.777,3.546,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"marine_icon_gj","_parent":{"__id__":51},"_active":false,"_components":[{"__type__":"cc.Sprite","node":{"__id__":57},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"b5euvR/6NFSY+p9WQoIQWE"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"cdbBsN+51HKq95uTmIpNn7"},"_contentSize":{"__type__":"cc.Size","width":184,"height":177},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,0,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"lanfa_icon_gj","_parent":{"__id__":51},"_active":false,"_components":[{"__type__":"cc.Sprite","node":{"__id__":58},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"99duRJ3X9MMbsug0QjvA60"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"93/SZZ71pDxZP97LyUdIHk"},"_contentSize":{"__type__":"cc.Size","width":167,"height":262},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[-6.798,21.744,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"hezi_icon_gj","_parent":{"__id__":51},"_active":false,"_components":[{"__type__":"cc.Sprite","node":{"__id__":59},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"cbWitS+85CHoDbt8lGOhMu"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"1dv0bll+VGw5Zqyl0Bn4+o"},"_contentSize":{"__type__":"cc.Size","width":221,"height":146},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,-12.146,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"redcap_icon_gj","_parent":{"__id__":51},"_active":false,"_components":[{"__type__":"cc.Sprite","node":{"__id__":60},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"4eiedYCptA2opaEhD27NJK"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"4az9Ckq1NNzqDG4JgJjhAh"},"_contentSize":{"__type__":"cc.Size","width":183,"height":169},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,0,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"huangfa_icon_gj","_parent":{"__id__":51},"_children":[{"__id__":62}],"_active":false,"_components":[{"__type__":"cc.Sprite","node":{"__id__":61},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"2eTFctR/hC/r6uIlM+EQkM"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"2dFUUDzqZPLoExVTxL/Pe2"},"_contentSize":{"__type__":"cc.Size","width":156,"height":156},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,0,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"quanhuang","_parent":{"__id__":61},"_components":[{"__type__":"cc.Sprite","node":{"__id__":62},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"5d/6hLfl9N9pkWJJT9HKvl"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"766NB4WONFjpidmn01yDXs"},"_contentSize":{"__type__":"cc.Size","width":180,"height":291},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[-8.594,41.654,0,0,0,-0.7071067811865475,0.7071067811865476,1,1,1]},"_eulerAngles":{"__type__":"cc.Vec3","z":-90}},{"__type__":"cc.Node","_name":"greybeard_icon_gj","_parent":{"__id__":51},"_active":false,"_components":[{"__type__":"cc.Sprite","node":{"__id__":63},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"32GlkZM/VDaYdq9+FDwmoW"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"9fHyfnIENBGpwltDhTRrgE"},"_contentSize":{"__type__":"cc.Size","width":200,"height":164},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,0,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"head_hart","_parent":{"__id__":7},"_children":[{"__id__":65},{"__id__":66},{"__id__":67},{"__type__":"cc.Node","_name":"helmethead_icon","_parent":{"__id__":64},"_active":false,"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"346MS0eRhN5bTZtOhu/FKx"},"_contentSize":{"__type__":"cc.Size","width":210,"height":218},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[-0.909,24.549,0,0,0,0,1,1,1,1]}},{"__id__":68},{"__id__":69},{"__id__":70},{"__id__":71},{"__id__":72},{"__id__":73},{"__id__":74},{"__id__":76}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"ebBKP88RJIfKNlx5VLMZp1"},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,0,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"black_icon_bg","_parent":{"__id__":64},"_active":false,"_components":[{"__type__":"cc.Sprite","node":{"__id__":65},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"ccGjXweK1P36XeQuf32yed"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"d5TWjpiQhOwat1DK/OWshL"},"_contentSize":{"__type__":"cc.Size","width":161,"height":156},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,0,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"screwbrain_icon_bj","_parent":{"__id__":64},"_active":false,"_components":[{"__type__":"cc.Sprite","node":{"__id__":66},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"5cTQIlFJpBqpKc3ySTC6xL"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"35HbDRqZNOmJLTSAph4V6X"},"_contentSize":{"__type__":"cc.Size","width":207,"height":173},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[-23.21,8.474,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"batface_icon_bj","_parent":{"__id__":64},"_active":false,"_components":[{"__type__":"cc.Sprite","node":{"__id__":67},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"697u0J8HpEPIRG+Y1Fz/tV"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"9cKsf/cxxJapIdoTlQP0Gl"},"_contentSize":{"__type__":"cc.Size","width":164,"height":216},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[4.621,26.572,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"horneddemon_icon_bj","_parent":{"__id__":64},"_active":false,"_components":[{"__type__":"cc.Sprite","node":{"__id__":68},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"55O3IYK6BDUJQCmYXMRFeB"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"23T9oLqQ9I5YBJD2dt2/9V"},"_contentSize":{"__type__":"cc.Size","width":273,"height":174},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[-1.818,10.91,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"skullmask_icon_bj","_parent":{"__id__":64},"_active":false,"_components":[{"__type__":"cc.Sprite","node":{"__id__":69},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"8awM/cnmxHubht/t6124sy"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"fb+KG2nVtIlYRGOL+51Avc"},"_contentSize":{"__type__":"cc.Size","width":180,"height":163},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[-2.777,3.546,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"marine_icon_bj","_parent":{"__id__":64},"_active":false,"_components":[{"__type__":"cc.Sprite","node":{"__id__":70},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"b97lyHKExGyZjsKyIQetFW"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"1eZIeD9NhFvKZv3gOUzKtw"},"_contentSize":{"__type__":"cc.Size","width":184,"height":177},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,0,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"lanfa_icon_bj","_parent":{"__id__":64},"_active":false,"_components":[{"__type__":"cc.Sprite","node":{"__id__":71},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"0aLYvlD2xIF5Qx0amlODa/"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"47A2I1o0hBJJ5LB0LbENvM"},"_contentSize":{"__type__":"cc.Size","width":167,"height":262},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[-6.798,21.744,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"hezi_icon_bj","_parent":{"__id__":64},"_active":false,"_components":[{"__type__":"cc.Sprite","node":{"__id__":72},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"561Pho9BBIqaSnEh2gjIGg"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"0dSONwC3tK2YyNgpUQJxC7"},"_contentSize":{"__type__":"cc.Size","width":221,"height":146},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,-12.146,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"redcap_icon_bj","_parent":{"__id__":64},"_active":false,"_components":[{"__type__":"cc.Sprite","node":{"__id__":73},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"e9ze4/duRL/aFz77YPgpey"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"c9n7UvorlOfo1hCzQ0AbII"},"_contentSize":{"__type__":"cc.Size","width":183,"height":169},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,0,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"huangfa_icon","_parent":{"__id__":64},"_children":[{"__id__":75}],"_active":false,"_components":[{"__type__":"cc.Sprite","node":{"__id__":74},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"68R3ZbRbJBepihsUl430bs"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"75zY/VU8RCRpuXZs83/yPa"},"_contentSize":{"__type__":"cc.Size","width":156,"height":156},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,0,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"quanhuang","_parent":{"__id__":74},"_components":[{"__type__":"cc.Sprite","node":{"__id__":75},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"5d/6hLfl9N9pkWJJT9HKvl"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"d1qfuR/o9NBK7VL2o7hzqn"},"_contentSize":{"__type__":"cc.Size","width":180,"height":291},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[-8.594,41.654,0,0,0,-0.7071067811865475,0.7071067811865476,1,1,1]},"_eulerAngles":{"__type__":"cc.Vec3","z":-90}},{"__type__":"cc.Node","_name":"greybeard_icon_bj","_parent":{"__id__":64},"_active":false,"_components":[{"__type__":"cc.Sprite","node":{"__id__":76},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"48RhDkeSJOvb07t+3NvZWq"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"77Hj8M/txNs7y8EHXgTLjU"},"_contentSize":{"__type__":"cc.Size","width":200,"height":164},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,0,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"head_death","_parent":{"__id__":7},"_children":[{"__id__":78},{"__id__":79},{"__id__":80},{"__type__":"cc.Node","_name":"helmethead_icon","_parent":{"__id__":77},"_active":false,"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"0bIp19nZNOUrttHCtVgDSf"},"_contentSize":{"__type__":"cc.Size","width":210,"height":218},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[-0.909,24.549,0,0,0,0,1,1,1,1]}},{"__id__":81},{"__id__":82},{"__id__":83},{"__id__":84},{"__id__":85},{"__id__":86},{"__id__":87},{"__id__":89}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"043bkEiLRNNY+Yoj2xu+o8"},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,0,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"black_icon_sw","_parent":{"__id__":77},"_active":false,"_components":[{"__type__":"cc.Sprite","node":{"__id__":78},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"c2cZP+w49MJ5ZpgBB7SiqY"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"c7asClmGZHVokGv6yLh975"},"_contentSize":{"__type__":"cc.Size","width":161,"height":156},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,0,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"screwbrain_icon_sw","_parent":{"__id__":77},"_active":false,"_components":[{"__type__":"cc.Sprite","node":{"__id__":79},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"03Cb27lNBHspS5jjWCUyHA"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"bbzkGUsl1JLJseSfe3zpPI"},"_contentSize":{"__type__":"cc.Size","width":207,"height":173},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[-23.21,8.474,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"batface_icon_sw","_parent":{"__id__":77},"_active":false,"_components":[{"__type__":"cc.Sprite","node":{"__id__":80},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"ccfBK67r1A0KELj4pwpK4k"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"e5X9HB185Lo58hV4sFHMDP"},"_contentSize":{"__type__":"cc.Size","width":164,"height":216},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[4.621,26.572,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"horneddemon_icon_sw","_parent":{"__id__":77},"_active":false,"_components":[{"__type__":"cc.Sprite","node":{"__id__":81},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"0czoiYaplHhKcml5ReK/Rk"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"24bfDJZWBDxqmzCneUIZJf"},"_contentSize":{"__type__":"cc.Size","width":273,"height":174},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[-1.818,10.91,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"skullmask_icon_sw","_parent":{"__id__":77},"_active":false,"_components":[{"__type__":"cc.Sprite","node":{"__id__":82},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"a3BvaK715NcZrxJUnaIFfJ"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"cfHGgZA91Np7phlH63/19o"},"_contentSize":{"__type__":"cc.Size","width":180,"height":163},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[-2.777,3.546,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"marine_icon_sw","_parent":{"__id__":77},"_active":false,"_components":[{"__type__":"cc.Sprite","node":{"__id__":83},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"e1PsLLTjdFsZ8Ux2XmW2Nh"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"f0oG2uuIFM6JCRJ97iAyh1"},"_contentSize":{"__type__":"cc.Size","width":184,"height":177},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,0,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"lanfa_icon_sw","_parent":{"__id__":77},"_active":false,"_components":[{"__type__":"cc.Sprite","node":{"__id__":84},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"62M5BLwipKHoYJJf98XTPo"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"a0mDv0/y1MPbkQxnanRzMX"},"_contentSize":{"__type__":"cc.Size","width":167,"height":262},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[-6.798,21.744,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"hezi_icon_sw","_parent":{"__id__":77},"_active":false,"_components":[{"__type__":"cc.Sprite","node":{"__id__":85},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"72ucYKgB9NgYqh9GFs6ofJ"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"69Ldb4/fVJ95EXt3c/v1qZ"},"_contentSize":{"__type__":"cc.Size","width":221,"height":146},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,-12.146,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"redcap_icon_sw","_parent":{"__id__":77},"_active":false,"_components":[{"__type__":"cc.Sprite","node":{"__id__":86},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"52HM9Q9ttHLIBayTC/7Sig"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"06aUGeAF5Ncr6MB4eEcd+B"},"_contentSize":{"__type__":"cc.Size","width":183,"height":169},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,0,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"huangfa_icon_sw","_parent":{"__id__":77},"_children":[{"__id__":88}],"_active":false,"_components":[{"__type__":"cc.Sprite","node":{"__id__":87},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"c2cZP+w49MJ5ZpgBB7SiqY"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"2dUoGI+/NIrp/PHwemWayx"},"_contentSize":{"__type__":"cc.Size","width":161,"height":156},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,0,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"quanhuang","_parent":{"__id__":87},"_components":[{"__type__":"cc.Sprite","node":{"__id__":88},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"5d/6hLfl9N9pkWJJT9HKvl"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"ebah6eSPhDEaSe9DNOmB9U"},"_contentSize":{"__type__":"cc.Size","width":180,"height":291},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[-8.594,41.654,0,0,0,-0.7071067811865475,0.7071067811865476,1,1,1]},"_eulerAngles":{"__type__":"cc.Vec3","z":-90}},{"__type__":"cc.Node","_name":"greybeard_icon_sw","_parent":{"__id__":77},"_active":false,"_components":[{"__type__":"cc.Sprite","node":{"__id__":89},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"1bwrZ0tXlHyrtmp6JgejBU"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"b4anZdB89A8Ye/61ayqDR0"},"_contentSize":{"__type__":"cc.Size","width":200,"height":164},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,0,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"leg","_parent":{"__id__":4},"_children":[{"__id__":91},{"__id__":92},{"__id__":93},{"__id__":94}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"6cwnSQmVhMArm8/Qq6D8VL"},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,0,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"leg1","_parent":{"__id__":90},"_active":false,"_components":[{"__type__":"cc.Sprite","node":{"__id__":91},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"39o6n4SOtA0Yxyd7PP19aX"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"fc3rJTJqRNn5viS2K0s+Cs"},"_contentSize":{"__type__":"cc.Size","width":62,"height":43},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[4.932,-93.483,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"leg2","_parent":{"__id__":90},"_active":false,"_components":[{"__type__":"cc.Sprite","node":{"__id__":92},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"9a8SfNqytCDrI6cjMVkrlY"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"9fGveRvsVJsYSL0WVojZnQ"},"_contentSize":{"__type__":"cc.Size","width":135,"height":54},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[12.427,-87.898,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"leg3","_parent":{"__id__":90},"_components":[{"__type__":"cc.Sprite","node":{"__id__":93},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"c9w3Z+XklN1omcgBOL3bKu"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"47rGuWw0JBEIVW9jxxMy++"},"_contentSize":{"__type__":"cc.Size","width":99,"height":39},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[-8.273,-90.13,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"leg_daiji","_parent":{"__id__":90},"_active":false,"_components":[{"__type__":"cc.Sprite","node":{"__id__":94},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"0fBX968EBDzZDcnosdxQvF"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"36xSfmI8RCcr37PmaRWu64"},"_contentSize":{"__type__":"cc.Size","width":77,"height":61},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0.693,-92.825,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"leg_back","_parent":{"__id__":4},"_children":[{"__id__":96},{"__id__":97},{"__id__":98},{"__id__":99},{"__id__":100},{"__id__":101}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"00qKGBsIpCsZUJng3yMOnK"},"_opacity":0,"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,0,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"leg1","_parent":{"__id__":95},"_components":[{"__type__":"cc.Sprite","node":{"__id__":96},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"20+uH0dGZDXaSQZv7pwhMd"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"aeo3kdgHtCZpms5KYWHbQX"},"_contentSize":{"__type__":"cc.Size","width":110,"height":58},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[-6.071,-87.582,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"leg2","_parent":{"__id__":95},"_active":false,"_components":[{"__type__":"cc.Sprite","node":{"__id__":97},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"c9PcT1maVL/41HctFEd0tt"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"1eVbt1XeNODLRTLzyr/HXd"},"_contentSize":{"__type__":"cc.Size","width":85,"height":38},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[-0.483,-90.554,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"leg3","_parent":{"__id__":95},"_active":false,"_components":[{"__type__":"cc.Sprite","node":{"__id__":98},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"673lDJ9wRMvI8x0p1c0j/9"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"01nmelv8RGcKD2iTIFOMpC"},"_contentSize":{"__type__":"cc.Size","width":79,"height":58},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[-1.315,-94.946,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"leg4","_parent":{"__id__":95},"_active":false,"_components":[{"__type__":"cc.Sprite","node":{"__id__":99},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"5cUej5N29DequH031lyUTG"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"1fxxQtoCRMcZj0E8cusWxv"},"_contentSize":{"__type__":"cc.Size","width":78,"height":56},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[3.284,-96.082,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"leg5","_parent":{"__id__":95},"_active":false,"_components":[{"__type__":"cc.Sprite","node":{"__id__":100},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"e7LWeBS8FH0qN+jWOrc7ew"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"7c5Fcdc89BX4uY0IHIEClg"},"_contentSize":{"__type__":"cc.Size","width":76,"height":48},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[3.056,-78.916,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"leg_back_daiji","_parent":{"__id__":95},"_active":false,"_components":[{"__type__":"cc.Sprite","node":{"__id__":101},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"2bIcHDTUhLrJj7uLuDwWPM"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"06w0kwGRVFPIwaRvEXL78W"},"_contentSize":{"__type__":"cc.Size","width":70,"height":57},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,-86.745,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"swim_left","_parent":{"__id__":4},"_children":[{"__type__":"cc.Node","_name":"1","_parent":{"__id__":102},"_active":false,"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"60qeq1M41O2K6WOppg1dHu"},"_contentSize":{"__type__":"cc.Size","width":62,"height":55},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[99.899,-54.887,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"2","_parent":{"__id__":102},"_active":false,"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"0bECh0zDRAnIuSq3r9f8kW"},"_contentSize":{"__type__":"cc.Size","width":105,"height":71},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[129.126,-78.096,0,0,0,0.13052619222005157,0.9914448613738104,1,1,1]},"_eulerAngles":{"__type__":"cc.Vec3","z":15}},{"__type__":"cc.Node","_name":"3","_parent":{"__id__":102},"_active":false,"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"00v6hBnqxDtYRjEruycxu0"},"_contentSize":{"__type__":"cc.Size","width":45,"height":58},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[93.369,-89.733,0,0,0,0,1,1,1,1]}}],"_active":false,"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"4drm0lUpxOJakRcJ3edcrv"},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,0,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"swim_right","_parent":{"__id__":4},"_children":[{"__type__":"cc.Node","_name":"1","_parent":{"__id__":103},"_active":false,"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"2dy2IchsFCr7y7s5vzxdZh"},"_contentSize":{"__type__":"cc.Size","width":137,"height":81},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[-60.694,-86.91,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"2","_parent":{"__id__":103},"_active":false,"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"c1ropkXSBFkbeexfnfED/e"},"_contentSize":{"__type__":"cc.Size","width":139,"height":75},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[-63.116,-81.831,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"3","_parent":{"__id__":103},"_active":false,"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"a8puGAujhEiq26BNPO4rxL"},"_contentSize":{"__type__":"cc.Size","width":142,"height":79},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[-44.689,-83.862,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"4","_parent":{"__id__":103},"_active":false,"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"0frt2x13NOTY75ILAQfk2a"},"_contentSize":{"__type__":"cc.Size","width":179,"height":77},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[-70.225,-97.647,0,0,0,0,1,1,1,1]}}],"_active":false,"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"72FK1Snn9LOL2WSKRBZQRy"},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,0,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"playerMess","_parent":{"__id__":1},"_children":[{"__id__":105},{"__id__":110},{"__id__":111},{"__id__":116},{"__id__":121}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"0bhzp0DqZPsYLSshhIM+aZ"},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,200,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"hpPro","_parent":{"__id__":104},"_children":[{"__id__":106},{"__id__":107}],"_components":[{"__id__":109}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"f7iZCiecNC9q71SovxfV/s"},"_contentSize":{"__type__":"cc.Size","width":200,"height":30},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,0,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"hpBtm","_parent":{"__id__":105},"_components":[{"__type__":"cc.Sprite","node":{"__id__":106},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"a2MjXRFdtLlYQ5ouAFv/+R"},"_sizeMode":0,"_fillRange":1}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"21W/OyMOJMa7QYfN4qJUcu"},"_contentSize":{"__type__":"cc.Size","width":200,"height":30},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,0,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"hpSpr","_parent":{"__id__":105},"_components":[{"__id__":108}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"33100Mvm9Dga/xL1hkJhsn"},"_color":{"__type__":"cc.Color","g":255},"_contentSize":{"__type__":"cc.Size","width":200,"height":30},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,0,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Sprite","node":{"__id__":107},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"a2MjXRFdtLlYQ5ouAFv/+R"},"_type":3,"_sizeMode":0,"_fillRange":1},{"__type__":"cc.ProgressBar","node":{"__id__":105},"_N$barSprite":{"__id__":108},"_N$mode":2},{"__type__":"cc.Node","_name":"nameLabel","_parent":{"__id__":104},"_components":[{"__type__":"cc.Label","node":{"__id__":110},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_string":"xxx","_N$string":"xxx","_N$horizontalAlign":1,"_N$verticalAlign":1}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"6eQOCeyHZJ14qnzYBnDbqF"},"_color":{"__type__":"cc.Color","r":117,"g":180,"b":255},"_contentSize":{"__type__":"cc.Size","width":60,"height":50.4},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,45.671,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"atkPro","_parent":{"__id__":104},"_children":[{"__id__":112},{"__id__":113}],"_components":[{"__id__":115}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"e0+EIF57BJ4ojnoK0KSqTR"},"_contentSize":{"__type__":"cc.Size","width":200,"height":10},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,-20.603,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"ShieldBtm","_parent":{"__id__":111},"_components":[{"__type__":"cc.Sprite","node":{"__id__":112},"_materials":[{"__uuid__":"913UwLGxdEFanOsds/SuRO"}],"_spriteFrame":{"__uuid__":"90Lzb/dnBBCIs1jP4MhK4k"},"_sizeMode":0,"_fillRange":1}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"f4SzQecm5LrKQ0bh9lH8kc"},"_color":{"__type__":"cc.Color"},"_contentSize":{"__type__":"cc.Size","width":200,"height":15},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,0,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"ShieldSpr","_parent":{"__id__":111},"_components":[{"__id__":114}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"4aMrU9PsFPIb6pwvkGHgAX"},"_contentSize":{"__type__":"cc.Size","width":195,"height":10},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,0,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Sprite","node":{"__id__":113},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"a2MjXRFdtLlYQ5ouAFv/+R"},"_type":3,"_sizeMode":0,"_fillRange":1},{"__type__":"cc.ProgressBar","node":{"__id__":111},"_N$barSprite":{"__id__":114},"_N$mode":2},{"__type__":"cc.Node","_name":"ShieldPro","_parent":{"__id__":104},"_children":[{"__id__":117},{"__id__":118}],"_components":[{"__id__":120}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"3bTUiTPm1NlrRx3dbNINz/"},"_opacity":0,"_contentSize":{"__type__":"cc.Size","width":200,"height":10},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,21.593,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"ShieldBtm","_parent":{"__id__":116},"_components":[{"__type__":"cc.Sprite","node":{"__id__":117},"_materials":[{"__uuid__":"913UwLGxdEFanOsds/SuRO"}],"_spriteFrame":{"__uuid__":"90Lzb/dnBBCIs1jP4MhK4k"},"_sizeMode":0,"_fillRange":1}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"64dvAWt5xIHr0wTSD7kobd"},"_color":{"__type__":"cc.Color"},"_contentSize":{"__type__":"cc.Size","width":200,"height":15},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,0,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"ShieldSpr","_parent":{"__id__":116},"_components":[{"__id__":119}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"f7WR7B/TVCbLqEbEGiZD0/"},"_color":{"__type__":"cc.Color","g":229,"b":255},"_contentSize":{"__type__":"cc.Size","width":195,"height":10},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,0,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Sprite","node":{"__id__":118},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"a2MjXRFdtLlYQ5ouAFv/+R"},"_type":3,"_sizeMode":0,"_fillRange":1},{"__type__":"cc.ProgressBar","node":{"__id__":116},"_N$barSprite":{"__id__":119},"_N$mode":2},{"__type__":"cc.Node","_name":"hpNum","_parent":{"__id__":104},"_children":[{"__id__":122},{"__id__":125},{"__id__":128},{"__id__":131},{"__id__":134},{"__id__":137},{"__id__":140},{"__id__":143},{"__id__":146},{"__id__":149}],"_components":[{"__type__":"cc.Layout","node":{"__id__":121},"_layoutSize":{"__type__":"cc.Size","width":250,"height":52},"_resize":2,"_N$layoutType":1,"_N$startAxis":1}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"0frlu+u5NNi7xyBNkBVy04"},"_contentSize":{"__type__":"cc.Size","width":250,"height":52},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,-35,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"1","_parent":{"__id__":121},"_children":[{"__id__":123},{"__id__":124}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"e1gYE29v9OybTo29KsPOfk"},"_contentSize":{"__type__":"cc.Size","width":25,"height":52},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[-112.5,0,0,0,0,0,1,0.7,0.7,1]}},{"__type__":"cc.Node","_name":"xuedi-hei","_parent":{"__id__":122},"_components":[{"__type__":"cc.Sprite","node":{"__id__":123},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"adYozrq9hFT4pyF+Glj7u3"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"d2YaBQPbZHuY5mpnDXeXV8"},"_contentSize":{"__type__":"cc.Size","width":59,"height":52},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,0,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"xuedi-hong","_parent":{"__id__":122},"_components":[{"__type__":"cc.Sprite","node":{"__id__":124},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"53UGaYTW5Ihbjr0C3KAusE"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"23KmPs0CVBnLvjlwSLlY6g"},"_contentSize":{"__type__":"cc.Size","width":59,"height":52},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,0,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"2","_parent":{"__id__":121},"_children":[{"__id__":126},{"__id__":127}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"6b14XsmqNLlJ15cR0jSKdV"},"_contentSize":{"__type__":"cc.Size","width":25,"height":52},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[-87.5,0,0,0,0,0,1,0.7,0.7,1]}},{"__type__":"cc.Node","_name":"xuedi-hei","_parent":{"__id__":125},"_components":[{"__type__":"cc.Sprite","node":{"__id__":126},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"adYozrq9hFT4pyF+Glj7u3"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"46rnXQqHJKO60iXOVAwII0"},"_contentSize":{"__type__":"cc.Size","width":59,"height":52},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,0,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"xuedi-hong","_parent":{"__id__":125},"_components":[{"__type__":"cc.Sprite","node":{"__id__":127},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"53UGaYTW5Ihbjr0C3KAusE"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"84tqy9/ydGT7B0jM+FhWcN"},"_contentSize":{"__type__":"cc.Size","width":59,"height":52},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,0,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"3","_parent":{"__id__":121},"_children":[{"__id__":129},{"__id__":130}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"3fh0b7VrxEU7swJz+e+pdf"},"_contentSize":{"__type__":"cc.Size","width":25,"height":52},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[-62.5,0,0,0,0,0,1,0.7,0.7,1]}},{"__type__":"cc.Node","_name":"xuedi-hei","_parent":{"__id__":128},"_components":[{"__type__":"cc.Sprite","node":{"__id__":129},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"adYozrq9hFT4pyF+Glj7u3"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"1ehYSihptCXZv8WXJhe+xN"},"_contentSize":{"__type__":"cc.Size","width":59,"height":52},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,0,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"xuedi-hong","_parent":{"__id__":128},"_components":[{"__type__":"cc.Sprite","node":{"__id__":130},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"53UGaYTW5Ihbjr0C3KAusE"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"2c8PHpFO1Ddo8YrBXbfZ8C"},"_contentSize":{"__type__":"cc.Size","width":59,"height":52},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,0,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"4","_parent":{"__id__":121},"_children":[{"__id__":132},{"__id__":133}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"ecxGBDAj9Gz5hC/j1Z5hBt"},"_contentSize":{"__type__":"cc.Size","width":25,"height":52},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[-37.5,0,0,0,0,0,1,0.7,0.7,1]}},{"__type__":"cc.Node","_name":"xuedi-hei","_parent":{"__id__":131},"_components":[{"__type__":"cc.Sprite","node":{"__id__":132},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"adYozrq9hFT4pyF+Glj7u3"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"25JoNL7yRDHYS9ch4mtFSn"},"_contentSize":{"__type__":"cc.Size","width":59,"height":52},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,0,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"xuedi-hong","_parent":{"__id__":131},"_components":[{"__type__":"cc.Sprite","node":{"__id__":133},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"53UGaYTW5Ihbjr0C3KAusE"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"5ecVEOc2BEQ6WrG+i0htx3"},"_contentSize":{"__type__":"cc.Size","width":59,"height":52},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,0,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"5","_parent":{"__id__":121},"_children":[{"__id__":135},{"__id__":136}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"d8yhW4OA9MhabI4sexE3ac"},"_contentSize":{"__type__":"cc.Size","width":25,"height":52},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[-12.5,0,0,0,0,0,1,0.7,0.7,1]}},{"__type__":"cc.Node","_name":"xuedi-hei","_parent":{"__id__":134},"_components":[{"__type__":"cc.Sprite","node":{"__id__":135},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"adYozrq9hFT4pyF+Glj7u3"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"61eZrKwoVL34dUewchG/Nc"},"_contentSize":{"__type__":"cc.Size","width":59,"height":52},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,0,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"xuedi-hong","_parent":{"__id__":134},"_components":[{"__type__":"cc.Sprite","node":{"__id__":136},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"53UGaYTW5Ihbjr0C3KAusE"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"e6ag5zd3xEqKHBDwfqIjzb"},"_contentSize":{"__type__":"cc.Size","width":59,"height":52},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,0,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"6","_parent":{"__id__":121},"_children":[{"__id__":138},{"__id__":139}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"53wUwRxj9H0oJjscuG0E8Y"},"_contentSize":{"__type__":"cc.Size","width":25,"height":52},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[12.5,0,0,0,0,0,1,0.7,0.7,1]}},{"__type__":"cc.Node","_name":"xuedi-hei","_parent":{"__id__":137},"_components":[{"__type__":"cc.Sprite","node":{"__id__":138},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"adYozrq9hFT4pyF+Glj7u3"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"b2+HRSINxKoo+UMMBlVhoA"},"_contentSize":{"__type__":"cc.Size","width":59,"height":52},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,0,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"xuedi-hong","_parent":{"__id__":137},"_components":[{"__type__":"cc.Sprite","node":{"__id__":139},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"53UGaYTW5Ihbjr0C3KAusE"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"0cIcVeupJGcYXxuiG1kscR"},"_contentSize":{"__type__":"cc.Size","width":59,"height":52},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,0,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"7","_parent":{"__id__":121},"_children":[{"__id__":141},{"__id__":142}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"8flB9hRt5OnKOIi+dm9Vy1"},"_contentSize":{"__type__":"cc.Size","width":25,"height":52},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[37.5,0,0,0,0,0,1,0.7,0.7,1]}},{"__type__":"cc.Node","_name":"xuedi-hei","_parent":{"__id__":140},"_components":[{"__type__":"cc.Sprite","node":{"__id__":141},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"adYozrq9hFT4pyF+Glj7u3"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"46rftOluVLh79FewvZwhN8"},"_contentSize":{"__type__":"cc.Size","width":59,"height":52},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,0,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"xuedi-hong","_parent":{"__id__":140},"_components":[{"__type__":"cc.Sprite","node":{"__id__":142},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"53UGaYTW5Ihbjr0C3KAusE"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"5cwEAUhSBD1qDrC/yZfgr1"},"_contentSize":{"__type__":"cc.Size","width":59,"height":52},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,0,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"8","_parent":{"__id__":121},"_children":[{"__id__":144},{"__id__":145}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"9fOoHLwJtNTo6mRdIA1Ttk"},"_contentSize":{"__type__":"cc.Size","width":25,"height":52},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[62.5,0,0,0,0,0,1,0.7,0.7,1]}},{"__type__":"cc.Node","_name":"xuedi-hei","_parent":{"__id__":143},"_components":[{"__type__":"cc.Sprite","node":{"__id__":144},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"adYozrq9hFT4pyF+Glj7u3"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"2aK47GjBNJf6VVx97MIXQ5"},"_contentSize":{"__type__":"cc.Size","width":59,"height":52},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,0,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"xuedi-hong","_parent":{"__id__":143},"_components":[{"__type__":"cc.Sprite","node":{"__id__":145},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"53UGaYTW5Ihbjr0C3KAusE"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"adBypt3xRGx6hHJq8IabsN"},"_contentSize":{"__type__":"cc.Size","width":59,"height":52},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,0,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"9","_parent":{"__id__":121},"_children":[{"__id__":147},{"__id__":148}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"bfATcjB7VKMqN8DAJElQib"},"_contentSize":{"__type__":"cc.Size","width":25,"height":52},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[87.5,0,0,0,0,0,1,0.7,0.7,1]}},{"__type__":"cc.Node","_name":"xuedi-hei","_parent":{"__id__":146},"_components":[{"__type__":"cc.Sprite","node":{"__id__":147},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"adYozrq9hFT4pyF+Glj7u3"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"32yWelSQtLIY7hiuEeKTZC"},"_contentSize":{"__type__":"cc.Size","width":59,"height":52},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,0,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"xuedi-hong","_parent":{"__id__":146},"_components":[{"__type__":"cc.Sprite","node":{"__id__":148},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"53UGaYTW5Ihbjr0C3KAusE"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"a0zSbM2s5LnpLQUPpyhrIy"},"_contentSize":{"__type__":"cc.Size","width":59,"height":52},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,0,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"10","_parent":{"__id__":121},"_children":[{"__id__":150},{"__id__":151}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"96fxDbngBLuL9rr2E+yk5m"},"_contentSize":{"__type__":"cc.Size","width":25,"height":52},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[112.5,0,0,0,0,0,1,0.7,0.7,1]}},{"__type__":"cc.Node","_name":"xuedi-hei","_parent":{"__id__":149},"_components":[{"__type__":"cc.Sprite","node":{"__id__":150},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"adYozrq9hFT4pyF+Glj7u3"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"c6HRnObGRGHr6DD+E33y33"},"_contentSize":{"__type__":"cc.Size","width":59,"height":52},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,0,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"xuedi-hong","_parent":{"__id__":149},"_components":[{"__type__":"cc.Sprite","node":{"__id__":151},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"53UGaYTW5Ihbjr0C3KAusE"}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"fileId":"b7DYXKv+FJ24Xk7jmFzkqY"},"_contentSize":{"__type__":"cc.Size","width":59,"height":52},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,0,0,0,0,0,1,1,1,1]}}],{"__type__":"cc.SpriteFrame","content":{"name":"fjTip-yy","texture":"aebCXL3jZGIKNpiGm0TXOg","rect":[0,0,416,41],"offset":[0,0],"originalSize":[416,41],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"xhr_animation115","texture":"ef7UKOJUFJZ67B11fMm6nF","rect":[1899,951,72,95],"offset":[0,0],"originalSize":[72,95],"rotated":1,"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"xhr_animation065","texture":"ef7UKOJUFJZ67B11fMm6nF","rect":[1736,1009,155,153],"offset":[0,0],"originalSize":[155,153],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"skill_huang","texture":"a56C3OCjJPM5m8HqMm+CMw","rect":[846,683,121,121],"offset":[0,0],"originalSize":[121,121],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"boss_hp","texture":"a56C3OCjJPM5m8HqMm+CMw","rect":[357,2,1025,79],"offset":[0,0],"originalSize":[1025,79],"rotated":1,"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"xhr_animation112","texture":"ef7UKOJUFJZ67B11fMm6nF","rect":[1931,623,62,43],"offset":[0,0],"originalSize":[62,43],"rotated":1,"capInsets":[0,0,0,0]}},{"__type__":"cc.AnimationClip","_name":"die","_duration":0.5,"curveData":{"props":{"angle":[{"frame":0,"value":0},{"frame":0.5,"value":90}],"position":[{"frame":0,"value":[0,0,0]},{"frame":0.5,"value":[-95.32,-93.375,0]}]},"paths":{"body":{"props":{"active":[{"frame":0,"value":true}]}},"leg":{"props":{"active":[{"frame":0,"value":true}]}},"leg_back":{"props":{"active":[{"frame":0,"value":true}]}},"head":{"props":{"y":[{"frame":0,"value":52}]}}}}},{"__type__":"sp.SkeletonData","_name":"jzzaw","_skeletonJson":{"skeleton":{"hash":"X6deMDywCqUfSq1F29L01cbeBbc","spine":"3.8.99","x":-25.52,"y":-2.31,"width":47,"height":51,"images":"C:\\Users\\QianHu002\\Desktop\\动画\\火线枪战躲猫猫\\击中障碍物效果\\images","audio":"C:\\Users\\QianHu002\\Desktop\\动画\\火线枪战躲猫猫\\击中障碍物效果\\images"},"bones":[{"name":"root"},{"name":"k1","parent":"root"},{"name":"k3","parent":"k1","x":-5.59,"y":22.47},{"name":"k4","parent":"k1","x":6.65,"y":12.51},{"name":"k5","parent":"k1","x":5.21,"y":29.71},{"name":"y2","parent":"k1","x":-0.77,"y":20.83}],"slots":[{"name":"y1","bone":"y2","attachment":"y1"},{"name":"y2","bone":"y2","attachment":"y2"},{"name":"k3","bone":"k3","attachment":"k3"},{"name":"k2","bone":"k4","attachment":"k2"},{"name":"k1","bone":"k5","attachment":"k1"},{"name":"y3","bone":"y2","attachment":"y3"}],"skins":[{"name":"default","attachments":{"k1":{"k1":{"x":0.26,"y":-0.52,"width":8,"height":7}},"k2":{"k2":{"x":0.32,"y":-0.32,"width":11,"height":9}},"k3":{"k3":{"x":0.56,"y":-1.28,"width":19,"height":17}},"y1":{"y1":{"x":1.25,"y":2.36,"width":42,"height":43}},"y2":{"y2":{"x":-1.75,"y":2.36,"width":46,"height":51}},"y3":{"y3":{"x":-0.25,"y":0.36,"width":43,"height":43}}}}],"animations":{"animation":{"slots":{"k1":{"color":[{"time":0.2333,"color":"ffffffff","curve":0.25,"c3":0.75},{"time":0.3333,"color":"ffffff00"}]},"k2":{"color":[{"time":0.2333,"color":"ffffffff","curve":0.25,"c3":0.75},{"time":0.3333,"color":"ffffff00"}]},"k3":{"color":[{"time":0.2333,"color":"ffffffff","curve":0.25,"c3":0.75},{"time":0.3333,"color":"ffffff00"}]},"y1":{"color":[{"color":"ffffff00","curve":0.25,"c3":0.75},{"time":0.0667,"color":"ffffffff","curve":0.25,"c3":0.75},{"time":0.1667,"color":"ffffff00"}]},"y2":{"color":[{"color":"ffffff00","curve":"stepped"},{"time":0.0667,"color":"ffffff00","curve":0.25,"c3":0.75},{"time":0.1667,"color":"ffffffff","curve":0.25,"c3":0.75},{"time":0.2333,"color":"ffffff00"}]},"y3":{"color":[{"color":"ffffff00","curve":"stepped"},{"time":0.1667,"color":"ffffff00","curve":0.25,"c3":0.75},{"time":0.2333,"color":"ffffffff","curve":0.25,"c3":0.75},{"time":0.3333,"color":"ffffff00"}]}},"bones":{"k3":{"scale":[{"x":-0.026,"y":-0.026,"curve":0.25,"c3":0.75},{"time":0.0667}]},"k4":{"scale":[{"x":-0.026,"y":-0.026,"curve":0.25,"c3":0.75},{"time":0.0667}]},"k5":{"scale":[{"x":-0.026,"y":-0.026,"curve":0.25,"c3":0.75},{"time":0.0667}]},"y2":{"scale":[{"curve":0.25,"c3":0.75},{"time":0.3333,"x":1.752,"y":1.752}]}}}}},"_atlasText":"\r\njzzaw.png\r\nsize: 128,128\r\nformat: RGBA8888\r\nfilter: Linear,Linear\r\nrepeat: none\r\nk1\r\n  rotate: false\r\n  xy: 2, 80\r\n  size: 8, 7\r\n  orig: 8, 7\r\n  offset: 0, 0\r\n  index: -1\r\nk2\r\n  rotate: false\r\n  xy: 12, 78\r\n  size: 11, 9\r\n  orig: 11, 9\r\n  offset: 0, 0\r\n  index: -1\r\nk3\r\n  rotate: false\r\n  xy: 25, 70\r\n  size: 19, 17\r\n  orig: 19, 17\r\n  offset: 0, 0\r\n  index: -1\r\ny1\r\n  rotate: false\r\n  xy: 2, 25\r\n  size: 41, 43\r\n  orig: 42, 43\r\n  offset: 1, 0\r\n  index: -1\r\ny2\r\n  rotate: true\r\n  xy: 45, 2\r\n  size: 43, 49\r\n  orig: 46, 51\r\n  offset: 1, 0\r\n  index: -1\r\ny3\r\n  rotate: true\r\n  xy: 46, 47\r\n  size: 40, 43\r\n  orig: 43, 43\r\n  offset: 1, 0\r\n  index: -1\r\n","textures":[{"__uuid__":"35EHF+t25E+IT0OEzmtCws"}],"textureNames":["jzzaw.png"]},{"__type__":"cc.SpriteFrame","content":{"name":"ttl","texture":"a56C3OCjJPM5m8HqMm+CMw","rect":[562,1773,125,40],"offset":[0,0],"originalSize":[125,40],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"zdjs-yy","texture":"a56C3OCjJPM5m8HqMm+CMw","rect":[2,1084,672,190],"offset":[0,0],"originalSize":[672,190],"rotated":1,"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"xhr_animation029","texture":"ef7UKOJUFJZ67B11fMm6nF","rect":[1964,458,44,59],"offset":[0,0],"originalSize":[44,59],"rotated":1,"capInsets":[0,0,0,0]}},{"__type__":"cc.AnimationClip","_name":"swim","_duration":1,"wrapMode":2,"curveData":{"paths":{"swim_left/1":{"props":{"active":[{"frame":0,"value":true},{"frame":0.3333333333333333,"value":false}]}},"swim_right/1":{"props":{"active":[{"frame":0,"value":true},{"frame":0.25,"value":false}]}},"swim_right/2":{"props":{"active":[{"frame":0,"value":false},{"frame":0.25,"value":true},{"frame":0.5,"value":false}]}},"swim_right/3":{"props":{"active":[{"frame":0,"value":false},{"frame":0.5,"value":true},{"frame":0.75,"value":false}]}},"swim_right/4":{"props":{"active":[{"frame":0,"value":false},{"frame":0.75,"value":true},{"frame":1,"value":false}]}},"head":{"props":{"y":[{"frame":0,"value":0}]}},"body":{"props":{"active":[{"frame":0,"value":false}]}},"leg":{"props":{"active":[{"frame":0,"value":false}]}},"leg_back":{"props":{"active":[{"frame":0,"value":false}]}},"swim_left":{"props":{"active":[{"frame":0,"value":true}]}},"swim_right":{"props":{"active":[{"frame":0,"value":true}]}},"swim_left/2":{"props":{"active":[{"frame":0,"value":false},{"frame":0.3333333333333333,"value":true},{"frame":0.6666666666666666,"value":false}]}},"swim_left/3":{"props":{"active":[{"frame":0,"value":false},{"frame":0.6666666666666666,"value":true},{"frame":1,"value":false}]}}}}},{"__type__":"cc.SpriteFrame","content":{"name":"xhr_animation101","texture":"ef7UKOJUFJZ67B11fMm6nF","rect":[364,460,209,233],"offset":[0,0],"originalSize":[209,233],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"btn_hideAd","texture":"a56C3OCjJPM5m8HqMm+CMw","rect":[705,676,130,139],"offset":[0,0],"originalSize":[130,139],"rotated":1,"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"btn_bullet_bg","texture":"a56C3OCjJPM5m8HqMm+CMw","rect":[773,1654,129,129],"offset":[0,0],"originalSize":[129,129],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"tower_shuijing_blue","texture":"ef7UKOJUFJZ67B11fMm6nF","rect":[214,1199,29,29],"offset":[0,0],"originalSize":[29,29],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"xhr_animation117","texture":"ef7UKOJUFJZ67B11fMm6nF","rect":[1178,730,101,109],"offset":[0,0],"originalSize":[101,109],"rotated":1,"capInsets":[0,0,0,0]}},{"__type__":"cc.Material","_name":"attacked","_effectAsset":{"__uuid__":"95OsGjtVNMoKs6QuAZ82rP"},"_techniqueData":{"0":{"defines":{"USE_TEXTURE":false,"USE_ALPHA_TEST":false,"USE_TINT":false},"props":{"addColor":{"__type__":"cc.Vec4","x":0.2,"y":0.3,"z":1,"w":0.8},"alphaThreshold":0}}}},{"__type__":"cc.SpriteFrame","content":{"name":"AAA_icon","texture":"ef7UKOJUFJZ67B11fMm6nF","rect":[1578,1009,156,154],"offset":[0,0],"originalSize":[160,158],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"zzqlzc-yy","texture":"a56C3OCjJPM5m8HqMm+CMw","rect":[194,1739,317,36],"offset":[0,-5],"originalSize":[317,54],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"atom","texture":"d0qC05vt5GxLaYyB/w3t//","rect":[0,0,31,31],"offset":[0,0],"originalSize":[31,31],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"greybeard_icon_bj","texture":"ef7UKOJUFJZ67B11fMm6nF","rect":[1560,346,200,162],"offset":[0,-1],"originalSize":[200,164],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"kuang","texture":"a56C3OCjJPM5m8HqMm+CMw","rect":[897,2,679,90],"offset":[0,0],"originalSize":[679,90],"rotated":1,"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"redcap_icon_gj","texture":"ef7UKOJUFJZ67B11fMm6nF","rect":[1561,510,183,169],"offset":[0,0],"originalSize":[187,173],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"xhr_animation004","texture":"ef7UKOJUFJZ67B11fMm6nF","rect":[745,884,183,169],"offset":[0,0],"originalSize":[183,169],"rotated":1,"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"redcap_icon_sw","texture":"ef7UKOJUFJZ67B11fMm6nF","rect":[1204,545,183,169],"offset":[0,0],"originalSize":[187,173],"rotated":1,"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"btn_bullet_pro","texture":"a56C3OCjJPM5m8HqMm+CMw","rect":[773,1392,129,129],"offset":[0,0],"originalSize":[129,129],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"xuedi-hong","texture":"a56C3OCjJPM5m8HqMm+CMw","rect":[867,1785,59,52],"offset":[0,0],"originalSize":[59,52],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"horneddemon_icon_bj","texture":"ef7UKOJUFJZ67B11fMm6nF","rect":[188,701,273,174],"offset":[0,0],"originalSize":[273,174],"rotated":1,"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"btn_hideAd-yy","texture":"a56C3OCjJPM5m8HqMm+CMw","rect":[851,1120,130,139],"offset":[0,0],"originalSize":[130,139],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"hezi_icon_bj","texture":"ef7UKOJUFJZ67B11fMm6nF","rect":[364,913,221,146],"offset":[0,0],"originalSize":[221,146],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteAtlas","_name":"xhr_animation.plist","_spriteFrames":{"AAA_icon":{"__uuid__":"458MVZZDVCL6Cd3/Dlq6gC"},"AAA_icon_bg":{"__uuid__":"68R3ZbRbJBepihsUl430bs"},"AAA_icon_gj":{"__uuid__":"2eTFctR/hC/r6uIlM+EQkM"},"batface_icon":{"__uuid__":"a3T5DJbndLxoxaDvHZ0J7Y"},"batface_icon_bj":{"__uuid__":"697u0J8HpEPIRG+Y1Fz/tV"},"batface_icon_gj":{"__uuid__":"1fc58GYEhGIb7RkuDNm+/M"},"batface_icon_sw":{"__uuid__":"ccfBK67r1A0KELj4pwpK4k"},"black_icon":{"__uuid__":"d42jkrNEFEVYDpjtJbsCte"},"black_icon_bg":{"__uuid__":"ccGjXweK1P36XeQuf32yed"},"black_icon_bm":{"__uuid__":"26B4pw7jREYpF5olzgA6Lv"},"black_icon_gj":{"__uuid__":"8eoW1MqedMGpJS99w0uOxV"},"black_icon_sw":{"__uuid__":"c2cZP+w49MJ5ZpgBB7SiqY"},"dj_tb_00010010":{"__uuid__":"e5dpjfW2ZA/qH5vv4FEIYu"},"greybeard_icon":{"__uuid__":"26b3C7pfhHkrzxE2J24dGf"},"greybeard_icon_bj":{"__uuid__":"48RhDkeSJOvb07t+3NvZWq"},"greybeard_icon_gj":{"__uuid__":"32GlkZM/VDaYdq9+FDwmoW"},"greybeard_icon_sw":{"__uuid__":"1bwrZ0tXlHyrtmp6JgejBU"},"head_kuang":{"__uuid__":"c6XKH7Yd1LUZeA050fPfZn"},"helmethead_icon":{"__uuid__":"e1cpsgujxDn5T63Q7Rdchz"},"hezi_icon_bj":{"__uuid__":"561Pho9BBIqaSnEh2gjIGg"},"hezi_icon_gj":{"__uuid__":"cbWitS+85CHoDbt8lGOhMu"},"hezi_icon_sw":{"__uuid__":"72ucYKgB9NgYqh9GFs6ofJ"},"horneddemon_icon":{"__uuid__":"ef7l4w1I9Hu4+A9Dv3NtMJ"},"horneddemon_icon_bj":{"__uuid__":"55O3IYK6BDUJQCmYXMRFeB"},"horneddemon_icon_gj":{"__uuid__":"74KwswdYpH06z0f+V/7srF"},"horneddemon_icon_sw":{"__uuid__":"0czoiYaplHhKcml5ReK/Rk"},"huangfa_icon_sw":{"__uuid__":"afxTlwPppJW5bvpoWeXYhp"},"jio_daiji":{"__uuid__":"0fBX968EBDzZDcnosdxQvF"},"jio_daiji_black":{"__uuid__":"2bIcHDTUhLrJj7uLuDwWPM"},"lanfa_icon_bj":{"__uuid__":"0aLYvlD2xIF5Qx0amlODa/"},"lanfa_icon_gj":{"__uuid__":"99duRJ3X9MMbsug0QjvA60"},"lanfa_icon_sw":{"__uuid__":"62M5BLwipKHoYJJf98XTPo"},"marine_icon":{"__uuid__":"94iMM/0RRMib8nT5VmsQyv"},"marine_icon_bj":{"__uuid__":"b97lyHKExGyZjsKyIQetFW"},"marine_icon_gj":{"__uuid__":"b5euvR/6NFSY+p9WQoIQWE"},"marine_icon_sw":{"__uuid__":"e1PsLLTjdFsZ8Ux2XmW2Nh"},"redcap_icon":{"__uuid__":"a67gCG8GVGMqMvkg0Qz6QK"},"redcap_icon_bj":{"__uuid__":"e9ze4/duRL/aFz77YPgpey"},"redcap_icon_gj":{"__uuid__":"4eiedYCptA2opaEhD27NJK"},"redcap_icon_sw":{"__uuid__":"52HM9Q9ttHLIBayTC/7Sig"},"screwbrain_icon":{"__uuid__":"16r9u8RzRFeaiJM7RFSmqt"},"screwbrain_icon_bj":{"__uuid__":"5cTQIlFJpBqpKc3ySTC6xL"},"screwbrain_icon_gj":{"__uuid__":"2eu692eJZDZbdouv8jYXfd"},"screwbrain_icon_sw":{"__uuid__":"03Cb27lNBHspS5jjWCUyHA"},"skullmask_icon":{"__uuid__":"20brItnUVHJaHi4Dc8bLSE"},"skullmask_icon_bj":{"__uuid__":"8awM/cnmxHubht/t6124sy"},"skullmask_icon_gj":{"__uuid__":"d5e9MxWx9In5XHR8rLgJno"},"skullmask_icon_sw":{"__uuid__":"a3BvaK715NcZrxJUnaIFfJ"},"tower":{"__uuid__":"028jcaoqFLI4yMwc6hmj2c"},"tower_blue":{"__uuid__":"d2OqZhLYNNm6Q4YN6a/6HG"},"tower_red":{"__uuid__":"b01GXFq3tC3Lej//Ws6S69"},"tower_shiujing_red":{"__uuid__":"e8L54QBy1KrKc5DDz+r5WC"},"tower_shuijing":{"__uuid__":"e1a9+hinJEZ6H6qCviTUsL"},"tower_shuijing_blue":{"__uuid__":"44khqwfZ9EW4NZaraBZUmD"},"xhr_animation001":{"__uuid__":"ccZITf6mNGD471BPrPT28/"},"xhr_animation004":{"__uuid__":"51Bf3u6GJEaK89MxjPVH2o"},"xhr_animation011":{"__uuid__":"adfnO5hwRLlpLm8VrD4n+h"},"xhr_animation012":{"__uuid__":"cb5W2HZC5DlKj3Avo2K9Iz"},"xhr_animation013":{"__uuid__":"0bhDkIil1HsZPWRrFpwHF9"},"xhr_animation015":{"__uuid__":"9a8SfNqytCDrI6cjMVkrlY"},"xhr_animation021":{"__uuid__":"ba8IRZe2hGlbIHXfP5k0sX"},"xhr_animation025":{"__uuid__":"5d/6hLfl9N9pkWJJT9HKvl"},"xhr_animation026":{"__uuid__":"10sLwvf9tLxZ6MXjryGLoK"},"xhr_animation029":{"__uuid__":"3fo/4vsh9DuIls36svMbfT"},"xhr_animation038":{"__uuid__":"f3+yuEVu5OrqBd77Ju6RBM"},"xhr_animation041":{"__uuid__":"e7LWeBS8FH0qN+jWOrc7ew"},"xhr_animation042":{"__uuid__":"5cUej5N29DequH031lyUTG"},"xhr_animation045":{"__uuid__":"bcQzQjw7RPQrAkOscPwYod"},"xhr_animation046":{"__uuid__":"04Zp/8SQFHSJSsiTrLMvk7"},"xhr_animation047":{"__uuid__":"d7V/1SVtFE/Yd0+Wac/Ock"},"xhr_animation056":{"__uuid__":"673lDJ9wRMvI8x0p1c0j/9"},"xhr_animation057":{"__uuid__":"20+uH0dGZDXaSQZv7pwhMd"},"xhr_animation063":{"__uuid__":"fesnQAIM5Hz49PPvInl3Ax"},"xhr_animation065":{"__uuid__":"3763WZSlNJG6/n8cjSev/9"},"xhr_animation075":{"__uuid__":"927nuoAbVCc5mqspfu53yA"},"xhr_animation076":{"__uuid__":"c9PcT1maVL/41HctFEd0tt"},"xhr_animation084":{"__uuid__":"65NJuZ2g1M6Zt/fA9maQai"},"xhr_animation089":{"__uuid__":"b1FXzGdNBE5YC4W4bWfrhu"},"xhr_animation095":{"__uuid__":"d8Z6mbz2tKo68VFFO2wEAq"},"xhr_animation098":{"__uuid__":"b0COQeKCNHebQpTWIzu8si"},"xhr_animation100":{"__uuid__":"08aR2lqTZD/K7qEEK4ZpFZ"},"xhr_animation101":{"__uuid__":"41zjgHnTVN8LLc7bsGDRo0"},"xhr_animation108":{"__uuid__":"326NwqI4hCrKxe2UGC/KEi"},"xhr_animation112":{"__uuid__":"39o6n4SOtA0Yxyd7PP19aX"},"xhr_animation115":{"__uuid__":"366SJZWDhEUq0FmEHJ9bz5"},"xhr_animation116":{"__uuid__":"61w/qzBHlNK7BeDbnGveMx"},"xhr_animation117":{"__uuid__":"45G/wcurRO/Zs1tg8sR9X2"},"xhr_animation118":{"__uuid__":"92zrmWMJ5JT5Dj2gum7T1O"},"xhr_animation120":{"__uuid__":"c9w3Z+XklN1omcgBOL3bKu"},"xhr_animation121":{"__uuid__":"a0kOHtzYFCaKuVwkQUtvlR"},"xhr_animation131":{"__uuid__":"e2fcXpRHRNza2CjKw96GIY"}}},{"__type__":"cc.SpriteFrame","content":{"name":"gjwq","texture":"a56C3OCjJPM5m8HqMm+CMw","rect":[323,1777,131,35],"offset":[0,0],"originalSize":[131,35],"capInsets":[0,0,0,0]}},{"__type__":"cc.AnimationClip","_name":"run_body","_duration":1,"speed":1.5,"wrapMode":2,"curveData":{"paths":{"head/head1":{"comps":{},"props":{"angle":[{"frame":0,"value":0},{"frame":0.25,"value":-3},{"frame":0.5,"value":0},{"frame":0.75,"value":3},{"frame":1,"value":0}]}},"head/head2":{"props":{"angle":[{"frame":0,"value":0},{"frame":0.25,"value":-2},{"frame":0.5,"value":0},{"frame":0.75,"value":5},{"frame":1,"value":0}]}},"head":{"props":{"y":[{"frame":0,"value":50}]}},"body":{"props":{"active":[{"frame":0,"value":true}]}},"leg":{"props":{"active":[{"frame":0,"value":true}]}},"leg_back":{"props":{"active":[{"frame":0,"value":true}]}},"leg/leg1":{"props":{"active":[{"frame":0,"value":true},{"frame":0.3333333333333333,"value":false}]}},"leg/leg2":{"props":{"active":[{"frame":0,"value":false},{"frame":0.3333333333333333,"value":true},{"frame":0.6666666666666666,"value":false}]}},"leg/leg3":{"props":{"active":[{"frame":0,"value":false},{"frame":0.6666666666666666,"value":true},{"frame":1,"value":false}]}},"leg_back/leg1":{"props":{"active":[{"frame":0,"value":true},{"frame":0.2,"value":false}]}},"leg_back/leg2":{"props":{"active":[{"frame":0,"value":false},{"frame":0.2,"value":true},{"frame":0.4166666666666667,"value":false}]}},"leg_back/leg3":{"props":{"active":[{"frame":0,"value":false},{"frame":0.4166666666666667,"value":true},{"frame":0.6166666666666667,"value":false}]}},"leg_back/leg4":{"props":{"active":[{"frame":0,"value":false},{"frame":0.6166666666666667,"value":true},{"frame":0.8166666666666667,"value":false}]}},"leg_back/leg5":{"props":{"active":[{"frame":0,"value":false},{"frame":0.8166666666666667,"value":true}]}},"swim_left":{"props":{"active":[{"frame":0,"value":false}]}},"swim_right":{"props":{"active":[{"frame":0,"value":false}]}},"leg/leg_daiji":{"comps":{},"props":{"active":[{"frame":0,"value":false}]}},"leg_back/leg_back_daiji":{"comps":{},"props":{"active":[{"frame":0,"value":false}]}}},"props":{"y":[{"frame":0,"value":0},{"frame":0.5,"value":20},{"frame":1,"value":0}]}}},[{"__type__":"cc.Prefab","_name":"effect_hit","data":{"__id__":1}},{"__type__":"cc.Node","_name":"effect_fire","_children":[{"__id__":2}],"_components":[{"__type__":"1b984pSECdBZZxcU1QfL4H3","node":{"__id__":1},"effectType":5}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"5a404aJ4ZHl7m+YZW1Htn0"}},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,0,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"pz","_parent":{"__id__":1},"_components":[{"__type__":"sp.Skeleton","node":{"__id__":2},"_materials":[{"__uuid__":"7a/QZLET9IDreTiBfRn2PD"}],"defaultSkin":"p","defaultAnimation":"animation","_preCacheMode":0,"loop":false,"premultipliedAlpha":false,"timeScale":2,"_animationName":"animation","_playTimes":1,"_N$skeletonData":{"__uuid__":"b7l0lQO9lD6LLSQnDKb8nU"},"_N$enableBatch":true}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"5a404aJ4ZHl7m+YZW1Htn0"},"fileId":"7d2k4+rLBD1a2wVtLnuTwA"},"_contentSize":{"__type__":"cc.Size","width":133,"height":165},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,0,0,0,0,0,1,1,1,1]}}],{"__type__":"cc.SpriteFrame","content":{"name":"screwbrain_icon_bj","texture":"ef7UKOJUFJZ67B11fMm6nF","rect":[872,343,205,173],"offset":[-1,0],"originalSize":[207,173],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"xhr_animation042","texture":"ef7UKOJUFJZ67B11fMm6nF","rect":[1965,1106,78,56],"offset":[0,0],"originalSize":[78,56],"rotated":1,"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"xhr_animation025","texture":"ef7UKOJUFJZ67B11fMm6nF","rect":[426,2,180,291],"offset":[0,0],"originalSize":[180,291],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"circleBg","texture":"a56C3OCjJPM5m8HqMm+CMw","rect":[989,2,242,31],"offset":[0,0],"originalSize":[242,31],"rotated":1,"capInsets":[39,13,27,16]}},{"__type__":"cc.SpriteFrame","content":{"name":"3v3tip","texture":"a56C3OCjJPM5m8HqMm+CMw","rect":[473,1029,416,44],"offset":[0,0],"originalSize":[416,44],"rotated":1,"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"jingyanProgress","texture":"a56C3OCjJPM5m8HqMm+CMw","rect":[581,2,812,60],"offset":[0,0],"originalSize":[812,60],"rotated":1,"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"xhr_animation116","texture":"ef7UKOJUFJZ67B11fMm6nF","rect":[1018,724,158,109],"offset":[0,0],"originalSize":[158,109],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"lanfa_icon_sw","texture":"ef7UKOJUFJZ67B11fMm6nF","rect":[1422,2,167,262],"offset":[0,0],"originalSize":[167,262],"rotated":1,"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"xhr_animation084","texture":"ef7UKOJUFJZ67B11fMm6nF","rect":[1283,1008,183,130],"offset":[0,0],"originalSize":[183,130],"rotated":1,"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"xhr_animation056","texture":"ef7UKOJUFJZ67B11fMm6nF","rect":[1965,1025,79,58],"offset":[0,0],"originalSize":[79,58],"rotated":1,"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"AAA_icon_bg","texture":"ef7UKOJUFJZ67B11fMm6nF","rect":[1422,852,156,154],"offset":[0,-1],"originalSize":[156,156],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"batface_icon_bj","texture":"ef7UKOJUFJZ67B11fMm6nF","rect":[362,1061,164,216],"offset":[0,0],"originalSize":[164,216],"rotated":1,"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"skill_cd_bg","texture":"a56C3OCjJPM5m8HqMm+CMw","rect":[519,1366,71,72],"offset":[0,0],"originalSize":[71,72],"capInsets":[0,0,0,0]}},{"__type__":"sp.SkeletonData","_name":"x3","_skeletonJson":{"skeleton":{"hash":"Bk282DgbdUI6HzIzem/5nqJ7hRI","spine":"3.8.99","images":"C:\\Users\\QianHu002\\Desktop\\动画\\火线枪战躲猫猫\\血3\\images","audio":"C:\\Users\\QianHu002\\Desktop\\动画\\火线枪战躲猫猫\\血3\\images"},"bones":[{"name":"root"}],"slots":[{"name":"4","bone":"root"},{"name":"3","bone":"root"},{"name":"2","bone":"root"},{"name":"1","bone":"root"}],"skins":[{"name":"default","attachments":{"1":{"1":{"x":4.75,"y":6,"width":32,"height":35},"3":{"x":-2.75,"y":-0.5,"width":35,"height":38},"4":{"x":5.75,"y":-5,"width":100,"height":67}},"2":{"2":{"x":6.25,"y":-0.5,"width":69,"height":42}}}}],"animations":{"animation":{"slots":{"1":{"attachment":[{"name":"1"},{"time":0.1,"name":"3"},{"time":0.2,"name":"4"},{"time":0.3,"name":null}]},"2":{"attachment":[{"time":0.1,"name":"2"},{"time":0.2,"name":null}]}},"bones":{"root":{"scale":[{"x":0.815,"y":0.815,"curve":0.25,"c3":0.75},{"time":0.3,"x":1.293,"y":1.293}]}}}}},"_atlasText":"\r\nx3.png\r\nsize: 64,32\r\nformat: RGBA8888\r\nfilter: Linear,Linear\r\nrepeat: none\r\n1\r\n  rotate: true\r\n  xy: 49, 2\r\n  size: 10, 11\r\n  orig: 10, 11\r\n  offset: 0, 0\r\n  index: -1\r\n2\r\n  rotate: true\r\n  xy: 2, 4\r\n  size: 21, 13\r\n  orig: 21, 13\r\n  offset: 0, 0\r\n  index: -1\r\n3\r\n  rotate: false\r\n  xy: 49, 14\r\n  size: 11, 11\r\n  orig: 11, 11\r\n  offset: 0, 0\r\n  index: -1\r\n4\r\n  rotate: false\r\n  xy: 17, 5\r\n  size: 30, 20\r\n  orig: 30, 20\r\n  offset: 0, 0\r\n  index: -1\r\n","textures":[{"__uuid__":"19b0kgjlFD/oWJgwx8J8L7"}],"textureNames":["x3.png"]},{"__type__":"cc.SpriteFrame","content":{"name":"hezi_icon_sw","texture":"ef7UKOJUFJZ67B11fMm6nF","rect":[608,347,221,146],"offset":[0,0],"originalSize":[221,146],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"horneddemon_icon_gj","texture":"ef7UKOJUFJZ67B11fMm6nF","rect":[608,2,273,174],"offset":[0,0],"originalSize":[273,174],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"txt_skill-yy","texture":"a56C3OCjJPM5m8HqMm+CMw","rect":[323,1814,44,78],"offset":[0,0],"originalSize":[44,78],"rotated":1,"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"huo","texture":"a56C3OCjJPM5m8HqMm+CMw","rect":[763,1326,24,37],"offset":[0,0],"originalSize":[24,37],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"shuxing_bg-yy","texture":"a56C3OCjJPM5m8HqMm+CMw","rect":[194,1460,277,399],"offset":[0,0],"originalSize":[277,399],"rotated":1,"capInsets":[0,0,0,0]}},[{"__type__":"cc.Prefab","_name":"testPoint","data":{"__id__":1}},{"__type__":"cc.Node","_name":"testPoint","_components":[{"__type__":"cc.RigidBody","node":{"__id__":1},"_gravityScale":0,"enabledContactListener":true},{"__type__":"cc.PhysicsPolygonCollider","node":{"__id__":1},"_sensor":true,"points":[{"__type__":"cc.Vec2","x":-66.8,"y":-94.3},{"__type__":"cc.Vec2","x":-46.7,"y":-111.7},{"__type__":"cc.Vec2","x":48.7,"y":-111.8},{"__type__":"cc.Vec2","x":67.6,"y":-94.1},{"__type__":"cc.Vec2","x":49.4,"y":-76.8},{"__type__":"cc.Vec2","x":-43.9,"y":-76.2}]},{"__type__":"98d22b+T6BOQ6T4Pl6sHEL6","node":{"__id__":1}}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"81pY/Vc/1NUZDkXhIU0G8N"}},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,0,0,0,0,0,1,0.75,0.75,1]}}],{"__type__":"cc.SpriteFrame","content":{"name":"bg_top","texture":"a56C3OCjJPM5m8HqMm+CMw","rect":[2,2,1080,178],"offset":[0,0],"originalSize":[1080,178],"rotated":1,"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"skill_huang1","texture":"a56C3OCjJPM5m8HqMm+CMw","rect":[857,806,159,159],"offset":[0,0],"originalSize":[159,159],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"boss_bottom","texture":"a56C3OCjJPM5m8HqMm+CMw","rect":[438,2,1025,79],"offset":[0,0],"originalSize":[1025,79],"rotated":1,"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"skullmask_icon_bj","texture":"ef7UKOJUFJZ67B11fMm6nF","rect":[1560,681,180,163],"offset":[0,0],"originalSize":[184,167],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"huandanlengque","texture":"a56C3OCjJPM5m8HqMm+CMw","rect":[519,1085,279,120],"offset":[0,0],"originalSize":[279,120],"rotated":1,"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"black_icon_gj","texture":"ef7UKOJUFJZ67B11fMm6nF","rect":[1415,1008,161,154],"offset":[0,-1],"originalSize":[161,156],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"write","texture":"5fRj91QltOD4GjYiaWRuuh","rect":[0,0,101,101],"offset":[0,0],"originalSize":[101,101],"capInsets":[15,20,15,20]}},{"__type__":"cc.Material","_name":"kuang_shield","_effectAsset":{"__uuid__":"06SueCq9pPAbN0+o6u1GfB"},"_techniqueData":{"0":{"defines":{"USE_TEXTURE":true},"props":{"width":0.01,"height":0.2}}}},{"__type__":"cc.SpriteFrame","content":{"name":"xhr_animation118","texture":"ef7UKOJUFJZ67B11fMm6nF","rect":[364,426,31,34],"offset":[0,0],"originalSize":[31,34],"rotated":1,"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"xhr_animation075","texture":"ef7UKOJUFJZ67B11fMm6nF","rect":[831,448,59,39],"offset":[0,0],"originalSize":[59,39],"rotated":1,"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"marine_icon","texture":"ef7UKOJUFJZ67B11fMm6nF","rect":[1104,1021,184,177],"offset":[0,0],"originalSize":[188,181],"rotated":1,"capInsets":[0,0,0,0]}},{"__type__":"cc.EffectAsset","_name":"attacked","techniques":[{"passes":[{"blendState":{"targets":[{"blend":true}]},"rasterizerState":{"cullMode":0},"properties":{"texture":{"value":"white","type":29},"alphaThreshold":{"value":[0.5],"type":13},"addColor":{"value":[0.8,0.8,0.8,0.8],"type":16}},"program":"attacked|vs|fs"}]}],"shaders":[{"hash":4068321870,"glsl3":{"vert":"\nprecision highp float;\nuniform CCGlobal {\n  mat4 cc_matView;\n  mat4 cc_matViewInv;\n  mat4 cc_matProj;\n  mat4 cc_matProjInv;\n  mat4 cc_matViewProj;\n  mat4 cc_matViewProjInv;\n  vec4 cc_cameraPos;\n  vec4 cc_time;\n  mediump vec4 cc_screenSize;\n  mediump vec4 cc_screenScale;\n};\nuniform CCLocal {\n  mat4 cc_matWorld;\n  mat4 cc_matWorldIT;\n};\nin vec3 a_position;\nin vec4 a_color;\nout vec4 v_color;\n#if USE_TEXTURE\nin vec2 a_uv0;\nout vec2 v_uv0;\n#endif\nvoid main () {\n  vec4 pos = vec4(a_position, 1);\n  #if CC_USE_MODEL\n  pos = cc_matViewProj * cc_matWorld * pos;\n  #else\n  pos = cc_matViewProj * pos;\n  #endif\n  #if USE_TEXTURE\n  v_uv0 = a_uv0;\n  #endif\n  v_color = a_color;\n  gl_Position = pos;\n}","frag":"\nprecision highp float;\n#if USE_ALPHA_TEST\n  uniform ALPHA_TEST {\n    float alphaThreshold;\n  };\n#endif\nvoid ALPHA_TEST (in vec4 color) {\n  #if USE_ALPHA_TEST\n      if (color.a < alphaThreshold) discard;\n  #endif\n}\nvoid ALPHA_TEST (in float alpha) {\n  #if USE_ALPHA_TEST\n      if (alpha < alphaThreshold) discard;\n  #endif\n}\nin vec4 v_color;\n#if USE_TEXTURE\nin vec2 v_uv0;\nuniform sampler2D texture;\n#endif\nuniform LAMYOUM_COM{\n  vec4 addColor;\n};\nvoid main () {\n  vec4 o = vec4(1, 1, 1, 1);\n  #if USE_TEXTURE\n  o *= texture(texture, v_uv0);\n    #if CC_USE_ALPHA_ATLAS_TEXTURE\n    o.a *= texture2D(texture, v_uv0 + vec2(0, 0.5)).r;\n    #endif\n  #endif\n  #if USE_TINT\n  #endif\n  o *= v_color;\n  o.rgb = addColor.rgb;\n  ALPHA_TEST(o);\n  gl_FragColor = o;\n}"},"glsl1":{"vert":"\nprecision highp float;\nuniform mat4 cc_matViewProj;\nuniform mat4 cc_matWorld;\nattribute vec3 a_position;\nattribute vec4 a_color;\nvarying vec4 v_color;\n#if USE_TEXTURE\nattribute vec2 a_uv0;\nvarying vec2 v_uv0;\n#endif\nvoid main () {\n  vec4 pos = vec4(a_position, 1);\n  #if CC_USE_MODEL\n  pos = cc_matViewProj * cc_matWorld * pos;\n  #else\n  pos = cc_matViewProj * pos;\n  #endif\n  #if USE_TEXTURE\n  v_uv0 = a_uv0;\n  #endif\n  v_color = a_color;\n  gl_Position = pos;\n}","frag":"\nprecision highp float;\n#if USE_ALPHA_TEST\n  uniform float alphaThreshold;\n#endif\nvoid ALPHA_TEST (in vec4 color) {\n  #if USE_ALPHA_TEST\n      if (color.a < alphaThreshold) discard;\n  #endif\n}\nvoid ALPHA_TEST (in float alpha) {\n  #if USE_ALPHA_TEST\n      if (alpha < alphaThreshold) discard;\n  #endif\n}\nvarying vec4 v_color;\n#if USE_TEXTURE\nvarying vec2 v_uv0;\nuniform sampler2D texture;\n#endif\nuniform vec4 addColor;\nvoid main () {\n  vec4 o = vec4(1, 1, 1, 1);\n  #if USE_TEXTURE\n  o *= texture2D(texture, v_uv0);\n    #if CC_USE_ALPHA_ATLAS_TEXTURE\n    o.a *= texture2D(texture, v_uv0 + vec2(0, 0.5)).r;\n    #endif\n  #endif\n  #if USE_TINT\n  #endif\n  o *= v_color;\n  o.rgb = addColor.rgb;\n  ALPHA_TEST(o);\n  gl_FragColor = o;\n}"},"builtins":{"globals":{"blocks":[{"name":"CCGlobal","defines":[]}],"samplers":[]},"locals":{"blocks":[{"name":"CCLocal","defines":[]}],"samplers":[]}},"defines":[{"name":"USE_TEXTURE","type":"boolean","defines":[]},{"name":"CC_USE_MODEL","type":"boolean","defines":[]},{"name":"USE_ALPHA_TEST","type":"boolean","defines":[]},{"name":"CC_USE_ALPHA_ATLAS_TEXTURE","type":"boolean","defines":["USE_TEXTURE"]},{"name":"USE_TINT","type":"boolean","defines":[]}],"blocks":[{"name":"ALPHA_TEST","members":[{"name":"alphaThreshold","type":13,"count":1}],"defines":["USE_ALPHA_TEST"],"binding":0},{"name":"LAMYOUM_COM","members":[{"name":"addColor","type":16,"count":1}],"defines":[],"binding":1}],"samplers":[{"name":"texture","type":29,"count":1,"defines":["USE_TEXTURE"],"binding":30}],"record":null,"name":"attacked|vs|fs"}]},{"__type__":"cc.SpriteFrame","content":{"name":"jingyan_top","texture":"a56C3OCjJPM5m8HqMm+CMw","rect":[519,2,812,60],"offset":[0,0],"originalSize":[812,60],"rotated":1,"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"gjwq-yy","texture":"a56C3OCjJPM5m8HqMm+CMw","rect":[766,1785,99,35],"offset":[-2,0],"originalSize":[131,35],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"gameFont","texture":"4dAGLY5jpCBJ5EtY4iQJzb","rect":[0,0,180,180],"offset":[0,0],"originalSize":[180,180],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"btnCtAd","texture":"a56C3OCjJPM5m8HqMm+CMw","rect":[904,1496,98,98],"offset":[0,0],"originalSize":[98,98],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"syrs","texture":"a56C3OCjJPM5m8HqMm+CMw","rect":[2,1801,161,41],"offset":[0,0],"originalSize":[161,41],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"skill_cd_pro","texture":"a56C3OCjJPM5m8HqMm+CMw","rect":[689,1776,75,76],"offset":[0,0],"originalSize":[75,76],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"lanfa_icon_gj","texture":"ef7UKOJUFJZ67B11fMm6nF","rect":[1686,2,167,262],"offset":[0,0],"originalSize":[167,262],"rotated":1,"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"xhr_animation015","texture":"ef7UKOJUFJZ67B11fMm6nF","rect":[1949,209,135,54],"offset":[0,0],"originalSize":[135,54],"rotated":1,"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"H003_shizi","texture":"b5Y7+M3E5JJ56DzEbigLtr","rect":[0,0,64,64],"offset":[0,0],"originalSize":[64,64],"capInsets":[0,0,0,0]}},[{"__type__":"cc.SceneAsset","_name":"Game","scene":{"__id__":1},"asyncLoadAssets":null},{"__type__":"cc.Scene","_name":"New Node","_children":[{"__id__":2}],"_active":false,"_anchorPoint":{"__type__":"cc.Vec2"},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,0,0,0,0,0,1,1,1,1]},"autoReleaseAssets":false},{"__type__":"cc.Node","_name":"Canvas","_parent":{"__id__":1},"_children":[{"__id__":3},{"__id__":6},{"__id__":7},{"__id__":8},{"__id__":9}],"_components":[{"__type__":"cc.Canvas","node":{"__id__":2},"_designResolution":{"__type__":"cc.Size","width":1080,"height":1920},"_fitWidth":true,"_fitHeight":false},{"__type__":"cc.Widget","node":{"__id__":2},"_alignFlags":45},{"__type__":"ba7855a2NtE/b6oGliHwfNV","node":{"__id__":2},"red":{"__id__":9},"hpTip":{"__uuid__":"08WF1M63RKda1obMIygrfs"},"effect_fire":{"__uuid__":"13fcE8yWJMh4q+FmByYoWU"},"effect_hit":{"__uuid__":"5a404aJ4ZHl7m+YZW1Htn0"},"itemEffect":[{"__uuid__":"f7dbpwaMBC1qd5ksF2cyYh"}],"spark":{"__uuid__":"07XXfHQ0tHZJyJsWZ84dyS"},"blood":{"__uuid__":"0aKGSFjulGH4cQ/rbAy1Jy"},"testPoint":{"__uuid__":"81pY/Vc/1NUZDkXhIU0G8N"},"player":{"__uuid__":"335AeXT4JPrY+wdEJZnTmU"},"jiaoyin":{"__uuid__":"20d1B7FBdC0pxox9qPMA5N"},"fj":{"__id__":7},"fjTip":{"__id__":8},"mainCamereRootNode":{"__id__":3},"mainCamera":{"__id__":5}}],"_contentSize":{"__type__":"cc.Size","width":1080,"height":1920},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[540,960,0,0,0,0,1,1,1,1]},"_id":"a5esZu+45LA5mBpvttspPD"},{"__type__":"cc.Node","_name":"mainCamereRootNode","_parent":{"__id__":2},"_children":[{"__id__":4}],"_contentSize":{"__type__":"cc.Size","width":1080,"height":1920},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,0,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"Main Camera","_objFlags":512,"_parent":{"__id__":3},"_components":[{"__id__":5}],"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,0,598.4885164919301,0,0,0,1,1,1,1]}},{"__type__":"cc.Camera","node":{"__id__":4},"_cullingMask":-3,"_clearFlags":7,"_depth":-1},{"__type__":"cc.Node","_name":"UI Camera","_parent":{"__id__":2},"_components":[{"__type__":"cc.Camera","node":{"__id__":6},"_cullingMask":-14,"_orthoSize":960,"_nearClip":0.1}],"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,0,598.4885164919301,0,0,0,1,1,1,1]},"_groupIndex":1,"groupIndex":1},{"__type__":"cc.Node","_name":"fj","_parent":{"__id__":2},"_active":false,"_components":[{"__type__":"sp.Skeleton","node":{"__id__":7},"_materials":[{"__uuid__":"7a/QZLET9IDreTiBfRn2PD"}],"defaultSkin":"default","defaultAnimation":"animation0","_preCacheMode":0,"premultipliedAlpha":false,"_animationName":"animation0","_N$skeletonData":{"__uuid__":"c5Vr+oJYxME4UC9yQhA5EC"}}],"_contentSize":{"__type__":"cc.Size","width":984,"height":1247.1},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,0,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"fjTip","_parent":{"__id__":2},"_active":false,"_components":[{"__type__":"cc.Sprite","node":{"__id__":8},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"deQqm0JPBKWqJt1OvuvLKL"}},{"__type__":"f34ac2GGiVOBbG6XlfvgYP4","node":{"__id__":8},"spriteFrameSet":[{"__type__":"SpriteFrameSet","language":"zh","spriteFrame":{"__uuid__":"deQqm0JPBKWqJt1OvuvLKL"}},{"__type__":"SpriteFrameSet","language":"en","spriteFrame":{"__uuid__":"34jw5A9WBBUb/DE60Pgapf"}}]},{"__type__":"54110rONwJBArNNreXEArQY","node":{"__id__":8},"type":3,"easeType":9,"delay":0.5,"isReverse":true,"num":-255},{"__type__":"cc.Widget","node":{"__id__":8},"_alignFlags":1,"_top":119}],"_contentSize":{"__type__":"cc.Size","width":416,"height":41},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,800,0,0,0,0,1,2,2,1]},"_groupIndex":1,"groupIndex":1},{"__type__":"cc.Node","_name":"red","_parent":{"__id__":2},"_components":[{"__type__":"cc.Sprite","node":{"__id__":9},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_spriteFrame":{"__uuid__":"2dO3uZs4JJ0or/jWfX1512"},"_sizeMode":0},{"__type__":"cc.Widget","node":{"__id__":9},"_alignFlags":45,"_originalWidth":1920,"_originalHeight":1080}],"_opacity":0,"_color":{"__type__":"cc.Color","r":25,"b":255},"_contentSize":{"__type__":"cc.Size","width":1080,"height":1920},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,0,0,0,0,0,1,1,1,1]},"_groupIndex":1,"groupIndex":1}],{"__type__":"cc.SpriteFrame","content":{"name":"xhr_animation121","texture":"ef7UKOJUFJZ67B11fMm6nF","rect":[1893,1025,70,77],"offset":[0,0],"originalSize":[70,77],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"skill_hei","texture":"a56C3OCjJPM5m8HqMm+CMw","rect":[851,1261,129,129],"offset":[0,0],"originalSize":[129,129],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"touxiangkuang","texture":"a56C3OCjJPM5m8HqMm+CMw","rect":[595,1647,124,114],"offset":[0,0],"originalSize":[124,114],"rotated":1,"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"skullmask_icon_sw","texture":"ef7UKOJUFJZ67B11fMm6nF","rect":[426,295,180,163],"offset":[0,0],"originalSize":[184,167],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"batface_icon","texture":"ef7UKOJUFJZ67B11fMm6nF","rect":[530,695,163,216],"offset":[1,0],"originalSize":[165,216],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"redcap_icon","texture":"ef7UKOJUFJZ67B11fMm6nF","rect":[1375,681,183,169],"offset":[0,0],"originalSize":[187,173],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"LV","texture":"a56C3OCjJPM5m8HqMm+CMw","rect":[711,1685,89,40],"offset":[0,0],"originalSize":[89,40],"rotated":1,"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"xuedi-hei","texture":"a56C3OCjJPM5m8HqMm+CMw","rect":[928,1784,59,52],"offset":[0,0],"originalSize":[59,52],"rotated":1,"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"xhr_animation011","texture":"ef7UKOJUFJZ67B11fMm6nF","rect":[2,426,184,291],"offset":[0,0],"originalSize":[184,291],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"txt_jianqi","texture":"a56C3OCjJPM5m8HqMm+CMw","rect":[982,1319,66,36],"offset":[0,0],"originalSize":[66,36],"rotated":1,"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"huangfa_icon_sw","texture":"ef7UKOJUFJZ67B11fMm6nF","rect":[2,719,281,184],"offset":[0,1],"originalSize":[281,186],"rotated":1,"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"xhr_animation098","texture":"ef7UKOJUFJZ67B11fMm6nF","rect":[1158,171,210,166],"offset":[0,0],"originalSize":[210,166],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"tower_red","texture":"ef7UKOJUFJZ67B11fMm6nF","rect":[575,460,22,31],"offset":[0,0],"originalSize":[22,31],"rotated":1,"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"xhr_animation089","texture":"ef7UKOJUFJZ67B11fMm6nF","rect":[793,518,118,199],"offset":[0,0],"originalSize":[118,199],"rotated":1,"capInsets":[0,0,0,0]}},{"__type__":"cc.ParticleAsset","_name":"atom","_native":".plist","spriteFrame":{"__uuid__":"47LfXTNedBhJ5sf0G+5l7j"}},{"__type__":"cc.SpriteFrame","content":{"name":"marine_icon_gj","texture":"ef7UKOJUFJZ67B11fMm6nF","rect":[1018,545,184,177],"offset":[0,0],"originalSize":[188,181],"capInsets":[0,0,0,0]}},{"__type__":"sp.SkeletonData","_name":"pz","_skeletonJson":{"skeleton":{"hash":"YHQzKU6ETV3pVpq9HqisU3QPYm0","spine":"3.8.99","x":-63.16,"y":-85.21,"width":133,"height":165,"images":"./images/","audio":"C:/Users/QianHu002/Desktop/动画/火线枪战躲猫猫/碰撞火花/images"},"bones":[{"name":"root"},{"name":"yy_1","parent":"root","x":7.64,"y":3.1,"skin":true},{"name":"yp_1","parent":"root","x":7.3,"y":1.9,"skin":true},{"name":"yr_1","parent":"root","x":9.53,"y":2.37,"skin":true}],"slots":[{"name":"yr_1","bone":"yr_1","attachment":"yr_1"},{"name":"yr_2","bone":"root"},{"name":"yr_3","bone":"root"},{"name":"yr_4","bone":"root"},{"name":"yr_5","bone":"root"},{"name":"yp_1","bone":"yp_1","attachment":"yp_1"},{"name":"yp_2","bone":"root"},{"name":"yp_3","bone":"root"},{"name":"yp_4","bone":"root"},{"name":"yp_5","bone":"root"},{"name":"yy_1","bone":"yy_1","attachment":"yy_1"},{"name":"yy_2","bone":"root"},{"name":"yy_3","bone":"root"},{"name":"yy_4","bone":"root"},{"name":"yy_5","bone":"root"}],"skins":[{"name":"default","attachments":{"yp_1":{"yp_1":{"x":-3.96,"y":-5.61,"width":133,"height":165},"yp_2":{"x":-5.96,"y":1.39,"width":207,"height":197},"yp_3":{"x":-7.46,"y":-7.61,"width":290,"height":241},"yp_4":{"x":-12.96,"y":-12.11,"width":267,"height":270},"yp_5":{"x":-7.96,"y":-5.61,"width":207,"height":219}},"yr_1":{"yr_1":{"x":-6.19,"y":-5.09,"width":133,"height":165},"yr_2":{"x":-8.19,"y":1.91,"width":207,"height":197},"yr_3":{"x":-9.69,"y":-7.09,"width":290,"height":241},"yr_4":{"x":-15.19,"y":-11.59,"width":267,"height":270},"yr_5":{"x":-10.19,"y":-5.09,"width":207,"height":219}},"yy_1":{"yy_1":{"x":-4.3,"y":-6.82,"width":133,"height":165},"yy_2":{"x":-6.3,"y":0.18,"width":207,"height":197},"yy_3":{"x":-7.8,"y":-8.82,"width":290,"height":241},"yy_4":{"x":-13.3,"y":-13.32,"width":267,"height":270},"yy_5":{"x":-8.3,"y":-6.82,"width":207,"height":219}}}},{"name":"p","bones":["yp_1"]},{"name":"r","bones":["yr_1"]},{"name":"y","bones":["yy_1"]}],"animations":{"animation":{"slots":{"yp_1":{"color":[{"time":0.2667,"color":"ffffffff","curve":0.25,"c3":0.75},{"time":0.3333,"color":"ffffff00"}],"attachment":[{"time":0.0667,"name":"yp_2"},{"time":0.1333,"name":"yp_3"},{"time":0.2,"name":"yp_4"},{"time":0.2667,"name":"yp_5"}]},"yr_1":{"color":[{"time":0.2667,"color":"ffffffff","curve":0.25,"c3":0.75},{"time":0.3333,"color":"ffffff00"}],"attachment":[{"time":0.0667,"name":"yr_2"},{"time":0.1333,"name":"yr_3"},{"time":0.2,"name":"yr_4"},{"time":0.2667,"name":"yr_5"}]},"yy_1":{"color":[{"time":0.2667,"color":"ffffffff","curve":0.25,"c3":0.75},{"time":0.3333,"color":"ffffff00"}],"attachment":[{"time":0.0667,"name":"yy_2"},{"time":0.1333,"name":"yy_3"},{"time":0.2,"name":"yy_4"},{"time":0.2667,"name":"yy_5"}]}},"bones":{"yr_1":{"scale":[{"curve":0.25,"c3":0.75},{"time":0.3333,"x":1.2,"y":1.2}]},"yy_1":{"scale":[{"curve":0.25,"c3":0.75},{"time":0.3333,"x":1.2,"y":1.2}]},"yp_1":{"scale":[{"curve":0.25,"c3":0.75},{"time":0.3333,"x":1.2,"y":1.2}]}}}}},"_atlasText":"\r\npz.png\r\nsize: 2048,512\r\nformat: RGBA8888\r\nfilter: Linear,Linear\r\nrepeat: none\r\nyp_1\r\n  rotate: false\r\n  xy: 604, 7\r\n  size: 106, 130\r\n  orig: 106, 132\r\n  offset: 0, 1\r\n  index: -1\r\nyp_2\r\n  rotate: false\r\n  xy: 820, 2\r\n  size: 163, 154\r\n  orig: 166, 158\r\n  offset: 2, 2\r\n  index: -1\r\nyp_3\r\n  rotate: true\r\n  xy: 216, 58\r\n  size: 231, 192\r\n  orig: 232, 193\r\n  offset: 1, 0\r\n  index: -1\r\nyp_4\r\n  rotate: false\r\n  xy: 2, 291\r\n  size: 212, 215\r\n  orig: 214, 216\r\n  offset: 1, 1\r\n  index: -1\r\nyp_5\r\n  rotate: false\r\n  xy: 604, 139\r\n  size: 165, 173\r\n  orig: 166, 175\r\n  offset: 1, 1\r\n  index: -1\r\nyr_1\r\n  rotate: false\r\n  xy: 712, 7\r\n  size: 106, 130\r\n  orig: 106, 132\r\n  offset: 0, 1\r\n  index: -1\r\nyr_2\r\n  rotate: true\r\n  xy: 830, 343\r\n  size: 163, 154\r\n  orig: 166, 158\r\n  offset: 2, 2\r\n  index: -1\r\nyr_3\r\n  rotate: true\r\n  xy: 410, 58\r\n  size: 231, 192\r\n  orig: 232, 193\r\n  offset: 1, 0\r\n  index: -1\r\nyr_4\r\n  rotate: false\r\n  xy: 2, 74\r\n  size: 212, 215\r\n  orig: 214, 216\r\n  offset: 1, 1\r\n  index: -1\r\nyr_5\r\n  rotate: false\r\n  xy: 663, 333\r\n  size: 165, 173\r\n  orig: 166, 175\r\n  offset: 1, 1\r\n  index: -1\r\nyy_1\r\n  rotate: false\r\n  xy: 986, 376\r\n  size: 106, 130\r\n  orig: 106, 132\r\n  offset: 0, 1\r\n  index: -1\r\nyy_2\r\n  rotate: true\r\n  xy: 938, 178\r\n  size: 163, 154\r\n  orig: 166, 158\r\n  offset: 2, 2\r\n  index: -1\r\nyy_3\r\n  rotate: false\r\n  xy: 430, 314\r\n  size: 231, 192\r\n  orig: 232, 193\r\n  offset: 1, 0\r\n  index: -1\r\nyy_4\r\n  rotate: false\r\n  xy: 216, 291\r\n  size: 212, 215\r\n  orig: 214, 216\r\n  offset: 1, 1\r\n  index: -1\r\nyy_5\r\n  rotate: false\r\n  xy: 771, 158\r\n  size: 165, 173\r\n  orig: 166, 175\r\n  offset: 1, 1\r\n  index: -1\r\n","textures":[{"__uuid__":"3dXgrH+WxOFb72ItleZ8+w"}],"textureNames":["pz.png"]},{"__type__":"cc.SpriteFrame","content":{"name":"btn_xingzou","texture":"a56C3OCjJPM5m8HqMm+CMw","rect":[519,816,267,267],"offset":[0,0],"originalSize":[267,267],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"marine_icon_bj","texture":"ef7UKOJUFJZ67B11fMm6nF","rect":[1080,835,184,177],"offset":[0,0],"originalSize":[188,181],"rotated":1,"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"xhr_animation021","texture":"ef7UKOJUFJZ67B11fMm6nF","rect":[2005,209,21,18],"offset":[0,0],"originalSize":[21,18],"rotated":1,"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"xhr_animation045","texture":"ef7UKOJUFJZ67B11fMm6nF","rect":[1375,510,184,169],"offset":[0,0],"originalSize":[184,169],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"zzqlzc","texture":"a56C3OCjJPM5m8HqMm+CMw","rect":[717,1366,317,54],"offset":[0,0],"originalSize":[317,54],"rotated":1,"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"black_icon_sw","texture":"ef7UKOJUFJZ67B11fMm6nF","rect":[1259,852,161,154],"offset":[0,-1],"originalSize":[161,156],"capInsets":[0,0,0,0]}},{"__type__":"sp.SkeletonData","_name":"fj","_skeletonJson":{"skeleton":{"hash":"jKyUdy722nXTp1Hoqwhb4AB4Suo","spine":"3.8.99","x":-564.1,"y":-632.46,"width":984,"height":1247.1,"images":"./images/","audio":"C:/Users/QianHu002/Desktop/动画/火线枪战躲猫猫/飞机/images"},"bones":[{"name":"root","scaleX":-1},{"name":"jm","parent":"root","x":1.6,"y":1.5},{"name":"js","parent":"jm","x":-8,"y":-3.05},{"name":"jy","parent":"js","x":-29.98,"y":283.76,"scaleX":1.3802,"scaleY":1.3802,"color":"abe323ff"},{"name":"jw","parent":"js","x":440.09,"y":221.92},{"name":"jm2","parent":"js","x":-56.65,"y":79.52},{"name":"jy3","parent":"jy","length":266.02,"rotation":-37.2,"x":6.05,"y":-3.94},{"name":"sz","parent":"js","x":7.39,"y":13.69,"color":"ff0000ff"},{"name":"sz3","parent":"sz","length":69.25,"rotation":-91.26,"x":0.69,"y":-4.96,"color":"ff0000ff"},{"name":"sz2","parent":"sz3","length":63.75,"rotation":0.44,"x":68.93,"y":0.91,"color":"ff0000ff"},{"name":"sz5","parent":"sz2","length":80.22,"rotation":1.48,"x":65.28,"y":0.02,"color":"ff0000ff"},{"name":"sz4","parent":"sz5","length":75.65,"rotation":0.27,"x":79.61,"y":0.01,"color":"ff0000ff"},{"name":"sz7","parent":"sz4","length":77.47,"rotation":-0.47,"x":75.89,"y":-1.83,"color":"ff0000ff"},{"name":"sz6","parent":"sz7","length":78.39,"rotation":-0.01,"x":77.7,"y":-0.31,"color":"ff0000ff"},{"name":"sz9","parent":"sz6","length":65.58,"rotation":0.35,"x":78.39,"color":"ff0000ff"},{"name":"di","parent":"jm","rotation":180,"x":-0.36,"y":-510.23,"transform":"onlyTranslation"},{"name":"y3","parent":"root","x":88.47,"y":-518.03,"scaleX":3,"scaleY":3},{"name":"z5","parent":"root","x":-66.82,"y":-494.06,"scaleX":3,"scaleY":3}],"slots":[{"name":"di","bone":"di","attachment":"di"},{"name":"jw","bone":"jw","attachment":"jw"},{"name":"js","bone":"js","attachment":"js"},{"name":"sz","bone":"sz9"},{"name":"jm","bone":"jm2","attachment":"jm"},{"name":"jy","bone":"jy3","attachment":"jy"},{"name":"y1","bone":"y3"},{"name":"y2","bone":"y3"},{"name":"y3","bone":"y3"},{"name":"y4","bone":"y3"},{"name":"y6","bone":"y3"},{"name":"z1","bone":"z5"},{"name":"z2","bone":"z5"},{"name":"z3","bone":"z5"},{"name":"z4","bone":"z5"},{"name":"z5","bone":"z5"}],"transform":[{"name":"jy","bones":["jy3"],"target":"jy","rotateMix":0,"translateMix":0,"scaleMix":0,"shearMix":0}],"skins":[{"name":"default","attachments":{"di":{"di":{"x":3.37,"y":7.73,"width":496,"height":232}},"jm":{"jm":{"x":58.15,"y":-2.97,"width":138,"height":132}},"js":{"js":{"x":78.51,"y":114.55,"width":984,"height":366}},"jw":{"jw":{"x":-1.58,"y":0.13,"width":196,"height":195}},"jy":{"jy":{"x":-7.74,"y":-0.47,"rotation":37.2,"width":546,"height":481}},"sz":{"sz":{"type":"mesh","uvs":[1,0.0717,1,0.19525,1,0.33337,1,0.48735,1,0.63857,1,0.78331,1,0.92872,1,1,0,1,0,0.92934,0,0.7837,0,0.63915,0,0.48793,0,0.33337,0,0.19602,0,0.0717,0,0,1,0,0.44688,0.14271,0.44718,0.2706,0.63953,0.42498,0.529,0.57029,0.55844,0.72045,0.63903,0.87295],"triangles":[9,23,6,7,8,9,7,9,6,10,22,5,23,10,5,23,5,6,9,10,23,4,21,3,21,11,12,11,21,4,22,11,4,22,4,5,10,11,22,20,2,3,12,13,20,12,20,3,21,12,3,13,14,19,19,1,2,13,19,2,20,13,2,14,18,1,19,14,1,15,17,0,18,15,0,18,0,1,14,15,18,15,16,17],"vertices":[1,8,31.84,1.94,1,1,9,26.74,2.24,1,2,10,32.88,2.39,1,11,-46.72,2.61,0,1,11,32.82,1.32,1,1,12,35.02,2.19,1,2,12,109.79,1.6,0,13,32.09,1.91,1,1,14,28.83,1.15,1,1,14,65.65,0.64,1,1,14,65.57,-4.79,1,2,13,107.49,-4.1,0,14,29.08,-4.28,1,1,13,32.25,-3.52,1,1,12,35.28,-3.24,1,1,11,33.03,-4.11,1,1,10,32.82,-3.04,1,1,9,27.22,-3.19,1,2,8,31.96,-3.48,1,11,-181.96,-0.64,0,1,7,-3.5,0.2,1,1,7,1.93,0.2,1,2,8,68.58,-0.25,0.81645,9,-0.36,-1.16,0.18355,2,10,0.42,-0.24,1,11,-79.19,0.13,0,2,10,80.18,-0.1,0.43653,11,0.57,-0.11,0.56347,1,12,-0.27,-0.09,1,2,12,77.3,-0.54,0.54736,13,-0.4,-0.23,0.45264,2,13,78.38,-0.41,0.51056,14,-0.01,-0.41,0.48944],"hull":18,"edges":[14,16,32,34,16,18,14,12,18,20,12,10,20,22,10,8,22,24,8,6,24,26,6,4,26,28,4,2,28,30,30,32,2,0,0,34],"width":12,"height":600}},"y1":{"y1":{"x":25.6,"y":10.58,"width":75,"height":43},"y2":{"x":35.27,"y":14.09,"width":80,"height":43},"y3":{"x":46.54,"y":19.37,"width":102,"height":60},"y4":{"x":53.97,"y":26.29,"width":104,"height":63},"y6":{"x":58.42,"y":41.77,"width":105,"height":51}},"z1":{"z1":{"x":-18.52,"y":13,"width":57,"height":49},"z2":{"x":-25.82,"y":16,"width":69,"height":43},"z3":{"x":-46.28,"y":18.3,"width":90,"height":50},"z4":{"x":-59.21,"y":20.7,"width":104,"height":63},"z5":{"x":-62.64,"y":30.83,"width":106,"height":42}}}}],"animations":{"animation0":{"bones":{"jw":{"rotate":[{"curve":0.25,"c3":0.75},{"time":0.1667,"angle":180,"curve":0.25,"c3":0.75},{"time":0.3333,"curve":0.25,"c3":0.75},{"time":0.5,"angle":180,"curve":0.25,"c3":0.75},{"time":0.6667,"curve":0.25,"c3":0.75},{"time":0.8333,"angle":180,"curve":0.25,"c3":0.75},{"time":1}]},"jy":{"scale":[{"y":0.4}]},"js":{"rotate":[{"angle":5.4}],"translate":[{"curve":0.25,"c3":0.75},{"time":0.5,"y":14.46,"curve":0.25,"c3":0.75},{"time":1}],"shear":[{"x":1.97}]},"jy3":{"rotate":[{"angle":34,"curve":0.25,"c3":0.75},{"time":0.3333,"angle":127.44,"curve":0.25,"c3":0.75},{"time":0.6667,"angle":-144.88,"curve":0.25,"c3":0.75},{"time":1,"angle":-53.22}]}}},"animation1":{"bones":{"jw":{"rotate":[{"curve":0.25,"c3":0.75},{"time":0.1667,"angle":180,"curve":0.25,"c3":0.75},{"time":0.3333,"curve":0.25,"c3":0.75},{"time":0.5,"angle":180,"curve":0.25,"c3":0.75},{"time":0.6667,"curve":0.25,"c3":0.75},{"time":0.8333,"angle":180,"curve":0.25,"c3":0.75},{"time":1}]},"jy":{"scale":[{"y":0.4}]},"js":{"rotate":[{"angle":5.4,"curve":0.25,"c3":0.75},{"time":0.5}],"translate":[{"curve":0.25,"c3":0.75},{"time":0.5,"y":14.46,"curve":0.25,"c3":0.75},{"time":1}],"shear":[{"x":1.97,"curve":0.25,"c3":0.75},{"time":0.5}]},"jy3":{"rotate":[{"angle":34,"curve":0.25,"c3":0.75},{"time":0.3333,"angle":127.44,"curve":0.25,"c3":0.75},{"time":0.6667,"angle":-144.88,"curve":0.25,"c3":0.75},{"time":1,"angle":-53.22}]}}},"animation2":{"slots":{"y1":{"attachment":[{"time":0.2,"name":"y1"},{"time":0.3,"name":"y2"},{"time":0.4,"name":"y3"},{"time":0.5,"name":"y4"},{"time":0.6,"name":"y6"},{"time":0.7333,"name":"y1"},{"time":0.8,"name":"y2"},{"time":0.8667,"name":"y3"},{"time":0.9333,"name":"y4"},{"time":1,"name":"y6"}]},"z1":{"attachment":[{"name":"z1"},{"time":0.1,"name":"z2"},{"time":0.2,"name":"z3"},{"time":0.3,"name":"z4"},{"time":0.4,"name":"z5"},{"time":0.6,"name":"z1"},{"time":0.7,"name":"z2"},{"time":0.8,"name":"z3"},{"time":0.8667,"name":"z4"},{"time":0.9333,"name":"z5"}]}},"bones":{"jw":{"rotate":[{"curve":0.25,"c3":0.75},{"time":0.1667,"angle":180,"curve":0.25,"c3":0.75},{"time":0.3333,"curve":0.25,"c3":0.75},{"time":0.5,"angle":180,"curve":0.25,"c3":0.75},{"time":0.6667,"curve":0.25,"c3":0.75},{"time":0.8333,"angle":180,"curve":0.25,"c3":0.75},{"time":1}]},"jy":{"scale":[{"y":0.4}]},"js":{"translate":[{"curve":0.25,"c3":0.75},{"time":0.5,"y":14.46,"curve":0.25,"c3":0.75},{"time":1}]},"jy3":{"rotate":[{"angle":34,"curve":0.25,"c3":0.75},{"time":0.3333,"angle":127.44,"curve":0.25,"c3":0.75},{"time":0.6667,"angle":-144.88,"curve":0.25,"c3":0.75},{"time":1,"angle":-53.22}]},"jm2":{"translate":[{"curve":0.25,"c3":0.75},{"time":0.5,"x":122.09}]}}},"animation3":{"slots":{"y1":{"attachment":[{"time":0.2,"name":"y1"},{"time":0.3,"name":"y2"},{"time":0.4,"name":"y3"},{"time":0.5,"name":"y4"},{"time":0.6,"name":"y6"},{"time":0.7333,"name":"y1"},{"time":0.8,"name":"y2"},{"time":0.8667,"name":"y3"},{"time":0.9333,"name":"y4"},{"time":1,"name":"y6"}]},"z1":{"attachment":[{"name":"z1"},{"time":0.1,"name":"z2"},{"time":0.2,"name":"z3"},{"time":0.3,"name":"z4"},{"time":0.4,"name":"z5"},{"time":0.6,"name":"z1"},{"time":0.7,"name":"z2"},{"time":0.8,"name":"z3"},{"time":0.8667,"name":"z4"},{"time":0.9333,"name":"z5"}]}},"bones":{"jw":{"rotate":[{"curve":0.25,"c3":0.75},{"time":0.1667,"angle":180,"curve":0.25,"c3":0.75},{"time":0.3333,"curve":0.25,"c3":0.75},{"time":0.5,"angle":180,"curve":0.25,"c3":0.75},{"time":0.6667,"curve":0.25,"c3":0.75},{"time":0.8333,"angle":180,"curve":0.25,"c3":0.75},{"time":1}]},"jy":{"scale":[{"y":0.4}]},"js":{"translate":[{"curve":0.25,"c3":0.75},{"time":0.5,"y":14.46,"curve":0.25,"c3":0.75},{"time":1}]},"jy3":{"rotate":[{"angle":34,"curve":0.25,"c3":0.75},{"time":0.3333,"angle":127.44,"curve":0.25,"c3":0.75},{"time":0.6667,"angle":-144.88,"curve":0.25,"c3":0.75},{"time":1,"angle":-53.22}]},"jm2":{"translate":[{"x":122.09}]}}},"animation4":{"slots":{"sz":{"attachment":[{"name":"sz"}]},"y1":{"attachment":[{"time":0.2,"name":"y1"},{"time":0.3,"name":"y2"},{"time":0.4,"name":"y3"},{"time":0.5,"name":"y4"},{"time":0.6,"name":"y6"},{"time":0.7333,"name":"y1"},{"time":0.8,"name":"y2"},{"time":0.8667,"name":"y3"},{"time":0.9333,"name":"y4"},{"time":1,"name":"y6"}]},"z1":{"attachment":[{"name":"z1"},{"time":0.1,"name":"z2"},{"time":0.2,"name":"z3"},{"time":0.3,"name":"z4"},{"time":0.4,"name":"z5"},{"time":0.6,"name":"z1"},{"time":0.7,"name":"z2"},{"time":0.8,"name":"z3"},{"time":0.8667,"name":"z4"},{"time":0.9333,"name":"z5"}]}},"bones":{"jw":{"rotate":[{"curve":0.25,"c3":0.75},{"time":0.1667,"angle":180,"curve":0.25,"c3":0.75},{"time":0.3333,"curve":0.25,"c3":0.75},{"time":0.5,"angle":180,"curve":0.25,"c3":0.75},{"time":0.6667,"curve":0.25,"c3":0.75},{"time":0.8333,"angle":180,"curve":0.25,"c3":0.75},{"time":1}]},"jy":{"scale":[{"y":0.4}]},"js":{"translate":[{"curve":0.25,"c3":0.75},{"time":0.5,"y":14.46,"curve":0.25,"c3":0.75},{"time":1}]},"jy3":{"rotate":[{"angle":34,"curve":0.25,"c3":0.75},{"time":0.3333,"angle":127.44,"curve":0.25,"c3":0.75},{"time":0.6667,"angle":-144.88,"curve":0.25,"c3":0.75},{"time":1,"angle":-53.22}]},"jm2":{"translate":[{"x":122.09}]},"sz":{"scale":[{"y":0,"curve":0.25,"c3":0.75},{"time":1}]}}},"animation5":{"slots":{"sz":{"attachment":[{"name":"sz"}]},"y1":{"attachment":[{"time":0.2,"name":"y1"},{"time":0.3,"name":"y2"},{"time":0.4,"name":"y3"},{"time":0.5,"name":"y4"},{"time":0.6,"name":"y6"},{"time":0.7333,"name":"y1"},{"time":0.8,"name":"y2"},{"time":0.8667,"name":"y3"},{"time":0.9333,"name":"y4"},{"time":1,"name":"y6"}]},"z1":{"attachment":[{"name":"z1"},{"time":0.1,"name":"z2"},{"time":0.2,"name":"z3"},{"time":0.3,"name":"z4"},{"time":0.4,"name":"z5"},{"time":0.6,"name":"z1"},{"time":0.7,"name":"z2"},{"time":0.8,"name":"z3"},{"time":0.8667,"name":"z4"},{"time":0.9333,"name":"z5"}]}},"bones":{"jw":{"rotate":[{"curve":0.25,"c3":0.75},{"time":0.1667,"angle":180,"curve":0.25,"c3":0.75},{"time":0.3333,"curve":0.25,"c3":0.75},{"time":0.5,"angle":180,"curve":0.25,"c3":0.75},{"time":0.6667,"curve":0.25,"c3":0.75},{"time":0.8333,"angle":180,"curve":0.25,"c3":0.75},{"time":1}]},"jy":{"scale":[{"y":0.4}]},"js":{"translate":[{"curve":0.25,"c3":0.75},{"time":0.5,"y":14.46,"curve":0.25,"c3":0.75},{"time":1}]},"jy3":{"rotate":[{"angle":34,"curve":0.25,"c3":0.75},{"time":0.3333,"angle":127.44,"curve":0.25,"c3":0.75},{"time":0.6667,"angle":-144.88,"curve":0.25,"c3":0.75},{"time":1,"angle":-53.22}]},"jm2":{"translate":[{"x":122.09}]},"sz3":{"rotate":[{"angle":-0.45,"curve":0.25,"c3":0.75},{"time":0.5,"angle":0.21,"curve":0.25,"c3":0.75},{"time":1,"angle":-0.45}]},"sz2":{"rotate":[{"angle":-0.37,"curve":0.375,"c2":0.62,"c3":0.716},{"time":0.1,"angle":-0.45,"curve":0.25,"c3":0.75},{"time":0.6,"angle":0.21,"curve":0.243,"c3":0.68,"c4":0.71},{"time":1,"angle":-0.37}]},"sz5":{"rotate":[{"angle":-0.21,"curve":0.381,"c2":0.55,"c3":0.742},{"time":0.2,"angle":-0.45,"curve":0.25,"c3":0.75},{"time":0.7,"angle":0.21,"curve":0.245,"c3":0.637,"c4":0.56},{"time":1,"angle":-0.21}]},"sz4":{"rotate":[{"angle":-0.03,"curve":0.363,"c2":0.44,"c3":0.755},{"time":0.3,"angle":-0.45,"curve":0.25,"c3":0.75},{"time":0.8,"angle":0.21,"curve":0.258,"c3":0.619,"c4":0.45},{"time":1,"angle":-0.03}]},"sz7":{"rotate":[{"angle":0.12,"curve":0.32,"c2":0.29,"c3":0.757},{"time":0.4,"angle":-0.45,"curve":0.25,"c3":0.75},{"time":0.9,"angle":0.21,"curve":0.284,"c3":0.625,"c4":0.38},{"time":1,"angle":0.12}]},"sz6":{"rotate":[{"angle":0.21,"curve":0.25,"c3":0.75},{"time":0.5,"angle":-0.45,"curve":0.25,"c3":0.75},{"time":1,"angle":0.21}]},"sz9":{"rotate":[{"angle":0.12,"curve":0.375,"c2":0.62,"c3":0.716},{"time":0.1,"angle":0.21,"curve":0.25,"c3":0.75},{"time":0.6,"angle":-0.45,"curve":0.243,"c3":0.68,"c4":0.71},{"time":1,"angle":0.12}]}}},"animation6":{"slots":{"sz":{"attachment":[{"name":"sz"}]},"y1":{"attachment":[{"time":0.2,"name":"y1"},{"time":0.3,"name":"y2"},{"time":0.4,"name":"y3"},{"time":0.5,"name":"y4"},{"time":0.6,"name":"y6"},{"time":0.7333,"name":"y1"},{"time":0.8,"name":"y2"},{"time":0.8667,"name":"y3"},{"time":0.9333,"name":"y4"},{"time":1,"name":"y6"}]},"z1":{"attachment":[{"name":"z1"},{"time":0.1,"name":"z2"},{"time":0.2,"name":"z3"},{"time":0.3,"name":"z4"},{"time":0.4,"name":"z5"},{"time":0.6,"name":"z1"},{"time":0.7,"name":"z2"},{"time":0.8,"name":"z3"},{"time":0.8667,"name":"z4"},{"time":0.9333,"name":"z5"}]}},"bones":{"jw":{"rotate":[{"curve":0.25,"c3":0.75},{"time":0.1667,"angle":180,"curve":0.25,"c3":0.75},{"time":0.3333,"curve":0.25,"c3":0.75},{"time":0.5,"angle":180,"curve":0.25,"c3":0.75},{"time":0.6667,"curve":0.25,"c3":0.75},{"time":0.8333,"angle":180,"curve":0.25,"c3":0.75},{"time":1}]},"jy":{"scale":[{"y":0.4}]},"js":{"translate":[{"curve":0.25,"c3":0.75},{"time":0.5,"y":14.46,"curve":0.25,"c3":0.75},{"time":1}]},"jy3":{"rotate":[{"angle":34,"curve":0.25,"c3":0.75},{"time":0.3333,"angle":127.44,"curve":0.25,"c3":0.75},{"time":0.6667,"angle":-144.88,"curve":0.25,"c3":0.75},{"time":1,"angle":-53.22}]},"jm2":{"translate":[{"x":122.09}]},"sz":{"scale":[{"curve":0.25,"c3":0.75},{"time":1,"y":0}]}}},"animation7":{"slots":{"y1":{"attachment":[{"time":0.2,"name":"y1"},{"time":0.3,"name":"y2"},{"time":0.4,"name":"y3"},{"time":0.5,"name":"y4"},{"time":0.6,"name":"y6"},{"time":0.7333,"name":"y1"},{"time":0.8,"name":"y2"},{"time":0.8667,"name":"y3"},{"time":0.9333,"name":"y4"},{"time":1,"name":"y6"}]},"z1":{"attachment":[{"name":"z1"},{"time":0.1,"name":"z2"},{"time":0.2,"name":"z3"},{"time":0.3,"name":"z4"},{"time":0.4,"name":"z5"},{"time":0.6,"name":"z1"},{"time":0.7,"name":"z2"},{"time":0.8,"name":"z3"},{"time":0.8667,"name":"z4"},{"time":0.9333,"name":"z5"}]}},"bones":{"jw":{"rotate":[{"curve":0.25,"c3":0.75},{"time":0.1667,"angle":180,"curve":0.25,"c3":0.75},{"time":0.3333,"curve":0.25,"c3":0.75},{"time":0.5,"angle":180,"curve":0.25,"c3":0.75},{"time":0.6667,"curve":0.25,"c3":0.75},{"time":0.8333,"angle":180,"curve":0.25,"c3":0.75},{"time":1}]},"jy":{"scale":[{"y":0.4}]},"js":{"translate":[{"curve":0.25,"c3":0.75},{"time":0.5,"y":14.46,"curve":0.25,"c3":0.75},{"time":1}]},"jy3":{"rotate":[{"angle":34,"curve":0.25,"c3":0.75},{"time":0.3333,"angle":127.44,"curve":0.25,"c3":0.75},{"time":0.6667,"angle":-144.88,"curve":0.25,"c3":0.75},{"time":1,"angle":-53.22}]},"jm2":{"translate":[{"x":122.09,"curve":0.25,"c3":0.75},{"time":0.5}]}}},"animation8":{"slots":{"y1":{"attachment":[{"time":0.2,"name":"y1"},{"time":0.3,"name":"y2"},{"time":0.4,"name":"y3"},{"time":0.5,"name":"y4"},{"time":0.6,"name":"y6"},{"time":0.7333,"name":"y1"},{"time":0.8,"name":"y2"},{"time":0.8667,"name":"y3"},{"time":0.9333,"name":"y4"},{"time":1,"name":"y6"}]},"z1":{"attachment":[{"name":"z1"},{"time":0.1,"name":"z2"},{"time":0.2,"name":"z3"},{"time":0.3,"name":"z4"},{"time":0.4,"name":"z5"},{"time":0.6,"name":"z1"},{"time":0.7,"name":"z2"},{"time":0.8,"name":"z3"},{"time":0.8667,"name":"z4"},{"time":0.9333,"name":"z5"}]}},"bones":{"jw":{"rotate":[{"curve":0.25,"c3":0.75},{"time":0.1667,"angle":180,"curve":0.25,"c3":0.75},{"time":0.3333,"curve":0.25,"c3":0.75},{"time":0.5,"angle":180,"curve":0.25,"c3":0.75},{"time":0.6667,"curve":0.25,"c3":0.75},{"time":0.8333,"angle":180,"curve":0.25,"c3":0.75},{"time":1}]},"jy":{"scale":[{"y":0.4}]},"js":{"translate":[{"curve":0.25,"c3":0.75},{"time":0.5,"y":14.46,"curve":0.25,"c3":0.75},{"time":1}]},"jy3":{"rotate":[{"angle":34,"curve":0.25,"c3":0.75},{"time":0.3333,"angle":127.44,"curve":0.25,"c3":0.75},{"time":0.6667,"angle":-144.88,"curve":0.25,"c3":0.75},{"time":1,"angle":-53.22}]}}},"animation9":{"bones":{"jw":{"rotate":[{"curve":0.25,"c3":0.75},{"time":0.1667,"angle":180,"curve":0.25,"c3":0.75},{"time":0.3333,"curve":0.25,"c3":0.75},{"time":0.5,"angle":180,"curve":0.25,"c3":0.75},{"time":0.6667,"curve":0.25,"c3":0.75},{"time":0.8333,"angle":180,"curve":0.25,"c3":0.75},{"time":1}]},"jy":{"scale":[{"y":0.4}]},"js":{"rotate":[{"curve":0.25,"c3":0.75},{"time":0.5,"angle":5.4}],"translate":[{"curve":0.25,"c3":0.75},{"time":0.5,"y":14.46,"curve":0.25,"c3":0.75},{"time":1}],"shear":[{"curve":0.25,"c3":0.75},{"time":0.5,"x":1.97}]},"jy3":{"rotate":[{"angle":34,"curve":0.25,"c3":0.75},{"time":0.3333,"angle":127.44,"curve":0.25,"c3":0.75},{"time":0.6667,"angle":-144.88,"curve":0.25,"c3":0.75},{"time":1,"angle":-53.22}]}}}}},"_atlasText":"\r\nfj.png\r\nsize: 2048,512\r\nformat: RGBA8888\r\nfilter: Linear,Linear\r\nrepeat: none\r\ndi\r\n  rotate: true\r\n  xy: 1324, 66\r\n  size: 444, 207\r\n  orig: 446, 209\r\n  offset: 1, 1\r\n  index: -1\r\njm\r\n  rotate: true\r\n  xy: 180, 55\r\n  size: 124, 119\r\n  orig: 124, 119\r\n  offset: 0, 0\r\n  index: -1\r\njs\r\n  rotate: false\r\n  xy: 2, 181\r\n  size: 886, 329\r\n  orig: 886, 329\r\n  offset: 0, 0\r\n  index: -1\r\njw\r\n  rotate: false\r\n  xy: 2, 3\r\n  size: 176, 176\r\n  orig: 176, 176\r\n  offset: 0, 0\r\n  index: -1\r\njy\r\n  rotate: true\r\n  xy: 890, 19\r\n  size: 491, 432\r\n  orig: 491, 433\r\n  offset: 0, 0\r\n  index: -1\r\nsz\r\n  rotate: true\r\n  xy: 180, 42\r\n  size: 11, 540\r\n  orig: 11, 540\r\n  offset: 0, 0\r\n  index: -1\r\ny1\r\n  rotate: true\r\n  xy: 568, 112\r\n  size: 67, 39\r\n  orig: 68, 39\r\n  offset: 1, 0\r\n  index: -1\r\ny2\r\n  rotate: false\r\n  xy: 521, 57\r\n  size: 72, 39\r\n  orig: 72, 39\r\n  offset: 0, 0\r\n  index: -1\r\ny3\r\n  rotate: true\r\n  xy: 419, 87\r\n  size: 92, 54\r\n  orig: 92, 54\r\n  offset: 0, 0\r\n  index: -1\r\ny4\r\n  rotate: true\r\n  xy: 301, 85\r\n  size: 94, 57\r\n  orig: 94, 57\r\n  offset: 0, 0\r\n  index: -1\r\ny6\r\n  rotate: true\r\n  xy: 475, 84\r\n  size: 95, 44\r\n  orig: 95, 46\r\n  offset: 0, 0\r\n  index: -1\r\nz1\r\n  rotate: true\r\n  xy: 609, 128\r\n  size: 51, 43\r\n  orig: 51, 44\r\n  offset: 0, 0\r\n  index: -1\r\nz2\r\n  rotate: false\r\n  xy: 595, 71\r\n  size: 60, 39\r\n  orig: 62, 39\r\n  offset: 0, 0\r\n  index: -1\r\nz3\r\n  rotate: true\r\n  xy: 521, 98\r\n  size: 81, 45\r\n  orig: 81, 45\r\n  offset: 0, 0\r\n  index: -1\r\nz4\r\n  rotate: true\r\n  xy: 360, 85\r\n  size: 94, 57\r\n  orig: 94, 57\r\n  offset: 0, 0\r\n  index: -1\r\nz5\r\n  rotate: false\r\n  xy: 180, 2\r\n  size: 95, 38\r\n  orig: 95, 38\r\n  offset: 0, 0\r\n  index: -1\r\n","textures":[{"__uuid__":"56ttPdMtFL/Jd9o8Ji4SkJ"}],"textureNames":["fj.png"]},{"__type__":"cc.SpriteFrame","content":{"name":"head_kuang","texture":"ef7UKOJUFJZ67B11fMm6nF","rect":[2,2,422,422],"offset":[0,0],"originalSize":[422,422],"capInsets":[0,0,0,0]}},{"__type__":"sp.SkeletonData","_name":"yc","_skeletonJson":{"skeleton":{"hash":"NUw5y4fo87lXA66UxedPHk9LsFc","spine":"3.8.99","images":"./images/","audio":"C:/Users/QianHu002/Desktop/动画/火线枪战躲猫猫/飞机/images"},"bones":[{"name":"root","scaleX":-1},{"name":"y3","parent":"root","x":46.1,"y":3.62,"scaleX":1.2072,"scaleY":1.2072}],"slots":[{"name":"y1","bone":"y3"},{"name":"y2","bone":"y3"},{"name":"y3","bone":"y3"},{"name":"y4","bone":"y3"},{"name":"y6","bone":"y3"}],"skins":[{"name":"default","attachments":{"y1":{"y1":{"x":25.6,"y":10.58,"width":75,"height":43},"y2":{"x":35.27,"y":14.09,"width":80,"height":43},"y3":{"x":46.54,"y":19.37,"width":102,"height":60},"y4":{"x":53.97,"y":26.29,"width":104,"height":63},"y6":{"x":58.42,"y":41.77,"width":105,"height":51}}}}],"animations":{"animation2":{"slots":{"y1":{"attachment":[{"time":0.2,"name":"y1"},{"time":0.3,"name":"y2"},{"time":0.4,"name":"y3"},{"time":0.5,"name":"y4"},{"time":0.6,"name":"y6"},{"time":0.7333,"name":"y1"},{"time":0.8,"name":"y2"},{"time":0.8667,"name":"y3"},{"time":0.9333,"name":"y4"},{"time":1,"name":"y6"}]}}}}},"_atlasText":"\nyc.png\nsize: 512,128\nformat: RGBA8888\nfilter: Linear,Linear\nrepeat: none\ny1\n  rotate: true\n  xy: 224, 33\n  size: 74, 43\n  orig: 75, 43\n  offset: 1, 0\n  index: -1\ny2\n  rotate: true\n  xy: 179, 27\n  size: 80, 43\n  orig: 80, 43\n  offset: 0, 0\n  index: -1\ny3\n  rotate: true\n  xy: 67, 5\n  size: 102, 60\n  orig: 102, 60\n  offset: 0, 0\n  index: -1\ny4\n  rotate: true\n  xy: 2, 3\n  size: 104, 63\n  orig: 104, 63\n  offset: 0, 0\n  index: -1\ny6\n  rotate: true\n  xy: 129, 2\n  size: 105, 48\n  orig: 105, 51\n  offset: 0, 0\n  index: -1\n","textures":[{"__uuid__":"f74Jvda/pJ1a4E70T/eyvO"}],"textureNames":["yc.png"]},{"__type__":"cc.SpriteFrame","content":{"name":"xhr_animation076","texture":"ef7UKOJUFJZ67B11fMm6nF","rect":[1415,1164,85,38],"offset":[0,0],"originalSize":[85,38],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"xhr_animation120","texture":"ef7UKOJUFJZ67B11fMm6nF","rect":[831,347,99,39],"offset":[0,0],"originalSize":[99,39],"rotated":1,"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"hezi_icon_gj","texture":"ef7UKOJUFJZ67B11fMm6nF","rect":[695,661,221,146],"offset":[0,0],"originalSize":[221,146],"rotated":1,"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"btn_bullet_mask","texture":"a56C3OCjJPM5m8HqMm+CMw","rect":[773,1523,129,129],"offset":[0,0],"originalSize":[129,129],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"xhr_animation012","texture":"ef7UKOJUFJZ67B11fMm6nF","rect":[916,845,162,203],"offset":[0,0],"originalSize":[162,203],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"black_icon_bg","texture":"ef7UKOJUFJZ67B11fMm6nF","rect":[1580,846,161,154],"offset":[0,-1],"originalSize":[161,156],"rotated":1,"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"xhr_animation001","texture":"ef7UKOJUFJZ67B11fMm6nF","rect":[1243,339,186,113],"offset":[0,0],"originalSize":[186,113],"rotated":1,"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"batface_icon_sw","texture":"ef7UKOJUFJZ67B11fMm6nF","rect":[364,695,164,216],"offset":[0,0],"originalSize":[164,216],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"shuxing","texture":"a56C3OCjJPM5m8HqMm+CMw","rect":[969,683,119,47],"offset":[0,0],"originalSize":[119,47],"rotated":1,"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"boss-yy","texture":"a56C3OCjJPM5m8HqMm+CMw","rect":[276,1029,164,28],"offset":[0,-1],"originalSize":[168,40],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"zdjs","texture":"a56C3OCjJPM5m8HqMm+CMw","rect":[705,2,672,190],"offset":[0,0],"originalSize":[672,190],"rotated":1,"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"tower_blue","texture":"ef7UKOJUFJZ67B11fMm6nF","rect":[994,518,22,31],"offset":[0,0],"originalSize":[22,31],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"boss_top","texture":"a56C3OCjJPM5m8HqMm+CMw","rect":[276,2,1025,79],"offset":[0,0],"originalSize":[1025,79],"rotated":1,"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"black_icon","texture":"ef7UKOJUFJZ67B11fMm6nF","rect":[1736,853,161,154],"offset":[0,-1],"originalSize":[161,156],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"skullmask_icon_gj","texture":"ef7UKOJUFJZ67B11fMm6nF","rect":[1784,171,180,163],"offset":[0,0],"originalSize":[184,167],"rotated":1,"capInsets":[0,0,0,0]}},{"__type__":"cc.AnimationClip","_name":"daiji_body","_duration":1,"wrapMode":2,"curveData":{"paths":{"head/head1":{"props":{"angle":[{"frame":0,"value":0},{"frame":0.25,"value":-2},{"frame":0.5,"value":0},{"frame":0.75,"value":5},{"frame":1,"value":0}]}},"head/head2":{"props":{"angle":[{"frame":0,"value":0},{"frame":0.25,"value":-2},{"frame":0.5,"value":0},{"frame":0.75,"value":5},{"frame":1,"value":0}]}},"leg":{"props":{"active":[{"frame":0,"value":true}]}},"leg_back":{"props":{"active":[{"frame":0,"value":true}]}},"leg/leg1":{"props":{"active":[{"frame":0,"value":false}]}},"leg/leg2":{"props":{"active":[{"frame":0,"value":false}]}},"leg/leg3":{"props":{"active":[{"frame":0,"value":false}]}},"leg_back/leg1":{"props":{"active":[{"frame":0,"value":false}]}},"leg_back/leg2":{"props":{"active":[{"frame":0,"value":false}]}},"leg_back/leg3":{"props":{"active":[{"frame":0,"value":false}]}},"leg_back/leg4":{"props":{"active":[{"frame":0,"value":false}]}},"leg_back/leg5":{"props":{"active":[{"frame":0,"value":false}]}},"swim_left":{"props":{"active":[{"frame":0,"value":false}]}},"swim_right":{"props":{"active":[{"frame":0,"value":false}]}},"body":{"props":{"active":[{"frame":0,"value":true}]}},"head":{"props":{"y":[{"frame":0,"value":52}]}},"leg/leg_daiji":{"comps":{},"props":{"active":[{"frame":0,"value":true}],"angle":[{"frame":0,"value":0},{"frame":0.5166666666666667,"value":5},{"frame":1,"value":0}]}},"leg_back/leg_back_daiji":{"comps":{},"props":{"active":[{"frame":0,"value":true}],"angle":[{"frame":0,"value":0},{"frame":0.5,"value":5},{"frame":1,"value":0}]}}}}},{"__type__":"cc.SpriteFrame","content":{"name":"xhr_animation047","texture":"ef7UKOJUFJZ67B11fMm6nF","rect":[872,178,163,256],"offset":[0,0],"originalSize":[163,256],"rotated":1,"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"btnBzAd","texture":"a56C3OCjJPM5m8HqMm+CMw","rect":[904,1596,98,98],"offset":[0,0],"originalSize":[98,98],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"xhr_animation095","texture":"ef7UKOJUFJZ67B11fMm6nF","rect":[1950,2,205,73],"offset":[0,0],"originalSize":[205,73],"rotated":1,"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"fjTip","texture":"632rRfQqZB362qTzc1Gk7Y","rect":[0,0,416,41],"offset":[0,0],"originalSize":[416,41],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"marine_icon_sw","texture":"ef7UKOJUFJZ67B11fMm6nF","rect":[918,1050,184,177],"offset":[0,0],"originalSize":[188,181],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"tower_shuijing","texture":"ef7UKOJUFJZ67B11fMm6nF","rect":[843,845,33,33],"offset":[0,0],"originalSize":[33,33],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"helmethead_icon","texture":"ef7UKOJUFJZ67B11fMm6nF","rect":[2,1002,210,219],"offset":[0,0],"originalSize":[214,221],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"xhr_animation131","texture":"ef7UKOJUFJZ67B11fMm6nF","rect":[1158,2,262,167],"offset":[0,0],"originalSize":[262,167],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"btn_xuanzewuqi","texture":"a56C3OCjJPM5m8HqMm+CMw","rect":[595,1366,279,120],"offset":[0,0],"originalSize":[279,120],"rotated":1,"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"dj_tb_00010010","texture":"ef7UKOJUFJZ67B11fMm6nF","rect":[1924,688,56,51],"offset":[0,1],"originalSize":[78,67],"rotated":1,"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"xhr_animation041","texture":"ef7UKOJUFJZ67B11fMm6nF","rect":[1652,1165,76,48],"offset":[0,0],"originalSize":[76,48],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"tower_shiujing_red","texture":"ef7UKOJUFJZ67B11fMm6nF","rect":[245,1199,29,29],"offset":[0,0],"originalSize":[29,29],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"shuxing-yy","texture":"a56C3OCjJPM5m8HqMm+CMw","rect":[513,1739,119,47],"offset":[0,0],"originalSize":[119,47],"rotated":1,"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"redcap_icon_bj","texture":"ef7UKOJUFJZ67B11fMm6nF","rect":[1746,517,183,169],"offset":[0,0],"originalSize":[187,173],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"btn_zanting","texture":"a56C3OCjJPM5m8HqMm+CMw","rect":[904,1696,82,86],"offset":[0,0],"originalSize":[82,86],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"ttl-yy","texture":"a56C3OCjJPM5m8HqMm+CMw","rect":[165,1819,107,36],"offset":[-1,0],"originalSize":[111,40],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteAtlas","_name":"gamePage.plist","_spriteFrames":{"3v3tip":{"__uuid__":"60K/EpnNhDG60XbF9lyaHg"},"LV":{"__uuid__":"abv5vmv85Kbb6PVo4Attlf"},"bg_top":{"__uuid__":"84isExmsBBBZzGHmzh30KL"},"boss-yy":{"__uuid__":"cfMbFVSohNVauji9DNUGnB"},"boss":{"__uuid__":"f9YXGGVdhKz5k0j1xcv18q"},"boss_bottom":{"__uuid__":"87CyzU/CdHk75/QvW3pbcE"},"boss_hp":{"__uuid__":"39n3yxIDVOzqSb+U3nYT9/"},"boss_top":{"__uuid__":"d4hNfA4ChGUoYqyADPkZcl"},"btnBzAd":{"__uuid__":"d8Tiz6uu5F5qbbJFxFW4MI"},"btnCtAd":{"__uuid__":"97ZElx/eVM3LljppRV/Nf8"},"btn_bullet_bg":{"__uuid__":"44YtANVkFJBIFyMVQIwiGT"},"btn_bullet_icon":{"__uuid__":"08tCfPxl9PVqMCl0qXcBlG"},"btn_bullet_mask":{"__uuid__":"cbpvBBZv5FD551ZDuajoyH"},"btn_bullet_pro":{"__uuid__":"52RJe2aRRLfZpqSbIqettc"},"btn_hideAd-yy":{"__uuid__":"56rlkiQKxEV5/+lwiwtcVl"},"btn_hideAd":{"__uuid__":"42EHgbG61AbKEEjcud0/0b"},"btn_xingzou":{"__uuid__":"b8/cp1vLlIHZDJWlC5OWy8"},"btn_xingzou1":{"__uuid__":"2dx2bumK1K2pMRDHDGMrIx"},"btn_xuanzewuqi":{"__uuid__":"e4AfImxQFBFLm94YOJsghC"},"btn_xuanzewuqi1":{"__uuid__":"07fNHNx7VNf65MOclZ8T8z"},"btn_zanting":{"__uuid__":"eafSrbgRpCe67KBK/PvbUT"},"circleBg":{"__uuid__":"5eeacdF3NKubhyKd/yH0hW"},"dian":{"__uuid__":"2abmv0UJNMlrHtaiBTqlsl"},"gjwq-k":{"__uuid__":"07ktwDTWZIBrUwHuEFys10"},"gjwq-yy":{"__uuid__":"95/ErWpYlMR6TQJk7yvzrn"},"gjwq":{"__uuid__":"577n/0MEZJh6A5GGYPtlu+"},"huandanlengque":{"__uuid__":"8el3k1SKFME4O/Q12Tq98V"},"huo":{"__uuid__":"78970ETExD3rdkrKSqKERR"},"jinenglan":{"__uuid__":"f9VuYy9+hETb0IqyNEwz6q"},"jingyanBar":{"__uuid__":"f4ArrYtL9DYKI3iETIFA5M"},"jingyanProgress":{"__uuid__":"608qI1kH9PaqCWgWk2v2A0"},"jingyan_top":{"__uuid__":"95XQQD+2BI+YMxn7MLoYuJ"},"jsl-yy":{"__uuid__":"efegQb/nlNMK7KWsoZfYSv"},"jsl":{"__uuid__":"1fpnR0qBRPlqVLa/vMt6wF"},"kuang":{"__uuid__":"4cGFQtqONKu6qe7R1tPvVf"},"occupyFlag-yy":{"__uuid__":"fehnZM3rBCB7zkcyVZzuMO"},"occupyFlag":{"__uuid__":"fd1VQED2lKl763l7FjXjLj"},"share":{"__uuid__":"17DtO8SKxJmpBgIj+gLKTa"},"shipin":{"__uuid__":"f7ZgXwxK1AJJen/7zT7bpX"},"shuxing-yy":{"__uuid__":"e9UF8Ye45ArrPiwlow03Xl"},"shuxing":{"__uuid__":"ccha/ZUxBAtZrCWpSM31T9"},"shuxing_bg-yy":{"__uuid__":"7cYd9nPZhJnIC3QJuVpHgD"},"shuxing_bg":{"__uuid__":"f27SCMnd1N3aj45ruHkbeG"},"skill_cd_bg":{"__uuid__":"6aUhFCDylCZrTngOjnXOFE"},"skill_cd_pro":{"__uuid__":"98542xGVFPo55oL29LtEav"},"skill_hei":{"__uuid__":"a0vrpE8J1E25W4Ox05zeXU"},"skill_huang":{"__uuid__":"38oCxyFLVBQ7X6MQIr1B2C"},"skill_huang1":{"__uuid__":"86oYapmvZLEaL1+Q1h97QF"},"syrs-yy":{"__uuid__":"23Y/Y1O61BPL01I777cAcd"},"syrs":{"__uuid__":"982suIWcZEiJaxNnjOZ83m"},"sysj-yy":{"__uuid__":"f3v3TrJYBH+JqYDQl/USgg"},"sysj":{"__uuid__":"240bFVC3dFU4MGmOjjTLy2"},"touxiangkuang":{"__uuid__":"a1XkXGvwxLR6kiyPDpnPTD"},"ttl-yy":{"__uuid__":"eeGB3oxH5P0Z8edJkHfrmU"},"ttl":{"__uuid__":"3edArB9IpGTYAS4h9mrV0J"},"txt_jianqi-yy":{"__uuid__":"24vhDRJJtPJrDv2HNugEdk"},"txt_jianqi":{"__uuid__":"aeu6SfTCVInIIlLbIz/1cb"},"txt_skill-yy":{"__uuid__":"76SC5VdXhMzJW/ELLOpbLa"},"txt_skill":{"__uuid__":"f9f5WcYOZCs5kfJFBWme3a"},"xuedi-hei":{"__uuid__":"adYozrq9hFT4pyF+Glj7u3"},"xuedi-hong":{"__uuid__":"53UGaYTW5Ihbjr0C3KAusE"},"zdjs-yy":{"__uuid__":"3fQKB/PvtIsKULPkQRlERJ"},"zdjs":{"__uuid__":"d1th+7csJPHqgKI+NGjjMH"},"zzqlzc-yy":{"__uuid__":"46b/JlVxdCVYtqXQNTgy+e"},"zzqlzc":{"__uuid__":"c01OYDSTpBzKL/HlsOCDWH"}}},{"__type__":"cc.SpriteFrame","content":{"name":"jsl-yy","texture":"a56C3OCjJPM5m8HqMm+CMw","rect":[988,1696,118,32],"offset":[-1,-1],"originalSize":[124,40],"rotated":1,"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"horneddemon_icon","texture":"ef7UKOJUFJZ67B11fMm6nF","rect":[883,2,273,174],"offset":[0,0],"originalSize":[273,174],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"shuxing_bg","texture":"a56C3OCjJPM5m8HqMm+CMw","rect":[194,1059,277,399],"offset":[0,0],"originalSize":[277,399],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"sysj-yy","texture":"a56C3OCjJPM5m8HqMm+CMw","rect":[983,1120,119,37],"offset":[1,0],"originalSize":[127,41],"rotated":1,"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"xhr_animation038","texture":"ef7UKOJUFJZ67B11fMm6nF","rect":[1931,517,43,104],"offset":[0,0],"originalSize":[43,104],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"jingyanBar","texture":"a56C3OCjJPM5m8HqMm+CMw","rect":[643,2,812,60],"offset":[0,0],"originalSize":[812,60],"rotated":1,"capInsets":[0,0,0,0]}},{"__type__":"sp.SkeletonData","_name":"gh","_skeletonJson":{"skeleton":{"hash":"bXNg8GvxLu5mNOtUOSRwhK+1c0M","spine":"3.8.99","x":-119.12,"y":-10,"width":227,"height":103.07,"images":"./images/","audio":"C:/Users/QianHu002/Desktop/动画/火线枪战躲猫猫/升级光环/images"},"bones":[{"name":"root"},{"name":"hp_d","parent":"root","x":-2.66,"y":42.42,"scaleY":0.4295,"color":"abe323ff"},{"name":"hp_nq","parent":"hp_d","length":81.41,"rotation":1.01,"x":0.33,"y":1.26,"color":"db9affff"},{"name":"hp_wq","parent":"hp_d","length":100.43,"rotation":-177.92,"x":0.21,"y":-0.2,"color":"6a117eff"},{"name":"hp_d3","parent":"hp_d","length":76.92,"rotation":-89.25,"x":-0.72,"y":-3.66,"color":"d800ffff"}],"slots":[{"name":"hr_di","bone":"hp_d","attachment":"hr_di"},{"name":"hr_d","bone":"hp_d3","attachment":"hr_d"},{"name":"hr_wq","bone":"hp_wq","attachment":"hr_wq"},{"name":"hr_nq","bone":"hp_nq","attachment":"hr_nq"},{"name":"hy_di","bone":"hp_d","attachment":"hy_di"},{"name":"hy_d","bone":"hp_d3","attachment":"hy_d"},{"name":"hy_wq","bone":"hp_wq","attachment":"hy_wq"},{"name":"hy_nq","bone":"hp_nq","attachment":"hy_nq"},{"name":"hp_di","bone":"hp_d","attachment":"hp_di"},{"name":"hp_d","bone":"hp_d3","attachment":"hp_d"},{"name":"hp_wq","bone":"hp_wq","attachment":"hp_wq"},{"name":"hp_nq","bone":"hp_nq","attachment":"hp_nq"},{"name":"ck","bone":"root"}],"transform":[{"name":"d","order":2,"bones":["hp_d3"],"target":"hp_d","rotation":-89.25,"x":-0.72,"y":-3.66,"rotateMix":0,"translateMix":0,"scaleMix":0,"shearMix":0},{"name":"n","bones":["hp_nq"],"target":"hp_d","rotation":1.01,"x":0.96,"y":0.67,"rotateMix":0,"translateMix":0,"scaleMix":0,"shearMix":0},{"name":"w","order":1,"bones":["hp_wq"],"target":"hp_d","rotation":-177.92,"x":0.04,"y":0.95,"rotateMix":0,"translateMix":0,"scaleMix":0,"shearMix":0}],"skins":[{"name":"default","attachments":{"ck":{"ck":{"x":-7.18,"y":34.56,"width":197,"height":94}}}},{"name":"p","attachments":{"hp_d":{"hp_d":{"x":-1.62,"y":-2.22,"rotation":89.25,"width":227,"height":240}},"hp_di":{"hp_di":{"x":-0.96,"y":-0.07,"width":195,"height":196}},"hp_nq":{"hp_nq":{"x":0.18,"rotation":-1.01,"width":174,"height":174}},"hp_wq":{"hp_wq":{"x":-0.33,"y":-0.12,"rotation":177.92,"width":214,"height":214}}}},{"name":"r","attachments":{"hr_d":{"hr_d":{"x":-2.12,"y":-2.21,"rotation":88.25,"width":227,"height":239}},"hr_di":{"hr_di":{"x":-0.96,"y":-0.07,"width":195,"height":196}},"hr_nq":{"hr_nq":{"x":-0.83,"y":-1.81,"rotation":-0.43,"width":174,"height":173}},"hr_wq":{"hr_wq":{"x":0.15,"y":-0.64,"rotation":178.38,"width":213,"height":213}}}},{"name":"y","attachments":{"hy_d":{"hy_d":{"x":-2.62,"y":-2.2,"rotation":88.25,"width":227,"height":240}},"hy_di":{"hy_di":{"x":-0.96,"y":-0.07,"width":195,"height":196}},"hy_nq":{"hy_nq":{"x":-0.82,"y":-1.31,"rotation":-0.43,"width":174,"height":174}},"hy_wq":{"hy_wq":{"x":1.16,"y":-0.17,"rotation":-176.47,"width":213,"height":214}}}}],"animations":{"animation":{"slots":{"hp_d":{"color":[{"color":"ffffff00","curve":0.25,"c3":0.75},{"time":0.3333,"color":"ffffffff","curve":"stepped"},{"time":0.6667,"color":"ffffffff","curve":0.25,"c3":0.75},{"time":1,"color":"ffffff00","curve":0.25,"c3":0.75},{"time":1.3333,"color":"ffffffff","curve":"stepped"},{"time":1.6667,"color":"ffffffff","curve":0.25,"c3":0.75},{"time":2,"color":"ffffff00"}]},"hr_d":{"color":[{"color":"ffffff00","curve":0.25,"c3":0.75},{"time":0.3333,"color":"ffffffff","curve":"stepped"},{"time":0.6667,"color":"ffffffff","curve":0.25,"c3":0.75},{"time":1,"color":"ffffff00","curve":0.25,"c3":0.75},{"time":1.3333,"color":"ffffffff","curve":"stepped"},{"time":1.6667,"color":"ffffffff","curve":0.25,"c3":0.75},{"time":2,"color":"ffffff00"}]},"hy_d":{"color":[{"color":"ffffff00","curve":0.25,"c3":0.75},{"time":0.3333,"color":"ffffffff","curve":"stepped"},{"time":0.6667,"color":"ffffffff","curve":0.25,"c3":0.75},{"time":1,"color":"ffffff00","curve":0.25,"c3":0.75},{"time":1.3333,"color":"ffffffff","curve":"stepped"},{"time":1.6667,"color":"ffffffff","curve":0.25,"c3":0.75},{"time":2,"color":"ffffff00"}]}},"bones":{"hp_nq":{"rotate":[{"curve":0.25,"c3":0.75},{"time":0.5,"angle":88.99,"curve":0.25,"c3":0.75},{"time":1,"angle":178.99,"curve":0.25,"c3":0.75},{"time":1.5,"angle":-91.01,"curve":0.25,"c3":0.75},{"time":2}]},"hp_wq":{"rotate":[{"curve":0.25,"c3":0.75},{"time":0.5,"angle":87.92,"curve":0.25,"c3":0.75},{"time":1,"angle":177.92,"curve":0.25,"c3":0.75},{"time":1.5,"angle":-92.08,"curve":0.25,"c3":0.75},{"time":2}]},"hp_d3":{"scale":[{"x":0.007,"y":0.007,"curve":0.25,"c3":0.75},{"time":1,"x":1.071,"y":1.071,"curve":0.329,"c2":0.32,"c3":0.758},{"time":2}]},"hp_d":{"scale":[{"curve":0.25,"c3":0.75},{"time":1,"x":1.089,"y":1.089,"curve":0.25,"c3":0.75},{"time":2}]}}}}},"_atlasText":"\ngh.png\nsize: 2048,512\nformat: RGBA8888\nfilter: Linear,Linear\nrepeat: none\nck\n  rotate: false\n  xy: 658, 2\n  size: 195, 94\n  orig: 197, 94\n  offset: 1, 0\n  index: -1\nhp_d\n  rotate: false\n  xy: 2, 273\n  size: 224, 235\n  orig: 227, 240\n  offset: 2, 4\n  index: -1\nhp_di\n  rotate: false\n  xy: 658, 98\n  size: 195, 196\n  orig: 195, 196\n  offset: 0, 0\n  index: -1\nhp_nq\n  rotate: false\n  xy: 865, 335\n  size: 173, 173\n  orig: 174, 174\n  offset: 0, 1\n  index: -1\nhp_wq\n  rotate: false\n  xy: 228, 58\n  size: 213, 213\n  orig: 214, 214\n  offset: 0, 1\n  index: -1\nhr_d\n  rotate: false\n  xy: 2, 36\n  size: 224, 235\n  orig: 227, 239\n  offset: 2, 3\n  index: -1\nhr_di\n  rotate: false\n  xy: 668, 312\n  size: 195, 196\n  orig: 195, 196\n  offset: 0, 0\n  index: -1\nhr_nq\n  rotate: false\n  xy: 1040, 335\n  size: 173, 173\n  orig: 174, 173\n  offset: 1, 0\n  index: -1\nhr_wq\n  rotate: false\n  xy: 443, 58\n  size: 213, 213\n  orig: 213, 213\n  offset: 0, 0\n  index: -1\nhy_d\n  rotate: false\n  xy: 228, 273\n  size: 224, 235\n  orig: 227, 240\n  offset: 2, 3\n  index: -1\nhy_di\n  rotate: false\n  xy: 855, 114\n  size: 195, 196\n  orig: 195, 196\n  offset: 0, 0\n  index: -1\nhy_nq\n  rotate: false\n  xy: 1052, 160\n  size: 173, 173\n  orig: 174, 174\n  offset: 1, 0\n  index: -1\nhy_wq\n  rotate: false\n  xy: 454, 296\n  size: 212, 212\n  orig: 213, 214\n  offset: 1, 1\n  index: -1\n","textures":[{"__uuid__":"6fjD0f3ThP1LyNWb7JGWYC"}],"textureNames":["gh.png"]},{"__type__":"cc.SpriteFrame","content":{"name":"shipin","texture":"a56C3OCjJPM5m8HqMm+CMw","rect":[403,1814,62,44],"offset":[0,0],"originalSize":[62,44],"capInsets":[0,0,0,0]}},[{"__type__":"cc.Prefab","_name":"itemEffect1","data":{"__id__":1}},{"__type__":"cc.Node","_name":"itemEffect1","_children":[{"__id__":2}],"_components":[{"__type__":"1b984pSECdBZZxcU1QfL4H3","node":{"__id__":1},"effectType":1}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"f7dbpwaMBC1qd5ksF2cyYh"}},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,0,0,0,0,0,1,1,1,1]}},{"__type__":"cc.Node","_name":"New Particle","_parent":{"__id__":1},"_components":[{"__type__":"cc.ParticleSystem","node":{"__id__":2},"_materials":[{"__uuid__":"ecpdLyjvZBwrvm+cedCcQy"}],"_dstBlendFactor":1,"_custom":true,"_file":{"__uuid__":"b2aHrECZ5APKGS/0d2hvT1"},"_spriteFrame":{"__uuid__":"9cWUCIS5pCR44yGzNEuILD"},"autoRemoveOnFinish":true,"totalParticles":60,"duration":1,"emissionRate":100,"life":0.5,"lifeVar":0.2,"_startColor":{"__type__":"cc.Color","r":87,"g":255,"a":163},"_startColorVar":{"__type__":"cc.Color","r":77,"g":255,"b":14,"a":198},"_endColor":{"__type__":"cc.Color","r":46,"g":255,"a":214},"_endColorVar":{"__type__":"cc.Color","r":15,"g":255,"a":188},"angleVar":0,"endSize":30,"posVar":{"__type__":"cc.Vec2","x":140},"_positionType":2,"positionType":2,"speed":250,"speedVar":250,"tangentialAccel":0}],"_prefab":{"__type__":"cc.PrefabInfo","root":{"__id__":1},"asset":{"__uuid__":"f7dbpwaMBC1qd5ksF2cyYh"},"fileId":"44qLUC5X9K0YWJdLz7cFe+"},"_trs":{"__type__":"TypedArray","ctor":"Float64Array","array":[0,-97.632,0,0,0,0,1,1,1,1]}}],{"__type__":"cc.SpriteFrame","content":{"name":"jinenglan","texture":"a56C3OCjJPM5m8HqMm+CMw","rect":[182,2,1055,92],"offset":[0,0],"originalSize":[1055,92],"rotated":1,"capInsets":[101,0,55,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"boss","texture":"a56C3OCjJPM5m8HqMm+CMw","rect":[165,1777,156,40],"offset":[0,0],"originalSize":[156,40],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"txt_skill","texture":"a56C3OCjJPM5m8HqMm+CMw","rect":[983,1241,37,76],"offset":[0,0],"originalSize":[37,76],"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"occupyFlag","texture":"a56C3OCjJPM5m8HqMm+CMw","rect":[788,808,238,67],"offset":[0,0],"originalSize":[238,67],"rotated":1,"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"occupyFlag-yy","texture":"a56C3OCjJPM5m8HqMm+CMw","rect":[804,1048,238,45],"offset":[0,0],"originalSize":[238,67],"rotated":1,"capInsets":[0,0,0,0]}},{"__type__":"cc.SpriteFrame","content":{"name":"xhr_animation063","texture":"ef7UKOJUFJZ67B11fMm6nF","rect":[1289,730,80,107],"offset":[0,0],"originalSize":[80,107],"capInsets":[0,0,0,0]}}]