element_10.prefab 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782
  1. [
  2. {
  3. "__type__": "cc.Prefab",
  4. "_name": "element_10",
  5. "_objFlags": 0,
  6. "__editorExtras__": {},
  7. "_native": "",
  8. "data": {
  9. "__id__": 1
  10. },
  11. "optimizationPolicy": 0,
  12. "persistent": false
  13. },
  14. {
  15. "__type__": "cc.Node",
  16. "_name": "element_10",
  17. "_objFlags": 0,
  18. "__editorExtras__": {},
  19. "_parent": null,
  20. "_children": [
  21. {
  22. "__id__": 2
  23. },
  24. {
  25. "__id__": 8
  26. },
  27. {
  28. "__id__": 14
  29. },
  30. {
  31. "__id__": 20
  32. },
  33. {
  34. "__id__": 26
  35. },
  36. {
  37. "__id__": 32
  38. },
  39. {
  40. "__id__": 38
  41. },
  42. {
  43. "__id__": 44
  44. },
  45. {
  46. "__id__": 50
  47. },
  48. {
  49. "__id__": 61
  50. },
  51. {
  52. "__id__": 69
  53. },
  54. {
  55. "__id__": 77
  56. }
  57. ],
  58. "_active": true,
  59. "_components": [
  60. {
  61. "__id__": 85
  62. },
  63. {
  64. "__id__": 87
  65. },
  66. {
  67. "__id__": 89
  68. },
  69. {
  70. "__id__": 91
  71. }
  72. ],
  73. "_prefab": {
  74. "__id__": 93
  75. },
  76. "_lpos": {
  77. "__type__": "cc.Vec3",
  78. "x": 0,
  79. "y": 0,
  80. "z": 0
  81. },
  82. "_lrot": {
  83. "__type__": "cc.Quat",
  84. "x": 0,
  85. "y": 0,
  86. "z": 0,
  87. "w": 1
  88. },
  89. "_lscale": {
  90. "__type__": "cc.Vec3",
  91. "x": 1,
  92. "y": 1,
  93. "z": 1
  94. },
  95. "_mobility": 0,
  96. "_layer": 33554432,
  97. "_euler": {
  98. "__type__": "cc.Vec3",
  99. "x": 0,
  100. "y": 0,
  101. "z": 0
  102. },
  103. "_id": ""
  104. },
  105. {
  106. "__type__": "cc.Node",
  107. "_name": "img",
  108. "_objFlags": 0,
  109. "__editorExtras__": {},
  110. "_parent": {
  111. "__id__": 1
  112. },
  113. "_children": [],
  114. "_active": true,
  115. "_components": [
  116. {
  117. "__id__": 3
  118. },
  119. {
  120. "__id__": 5
  121. }
  122. ],
  123. "_prefab": {
  124. "__id__": 7
  125. },
  126. "_lpos": {
  127. "__type__": "cc.Vec3",
  128. "x": 0,
  129. "y": 0,
  130. "z": 0
  131. },
  132. "_lrot": {
  133. "__type__": "cc.Quat",
  134. "x": 0,
  135. "y": 0,
  136. "z": 0,
  137. "w": 1
  138. },
  139. "_lscale": {
  140. "__type__": "cc.Vec3",
  141. "x": 1,
  142. "y": 1,
  143. "z": 1
  144. },
  145. "_mobility": 0,
  146. "_layer": 33554432,
  147. "_euler": {
  148. "__type__": "cc.Vec3",
  149. "x": 0,
  150. "y": 0,
  151. "z": 0
  152. },
  153. "_id": ""
  154. },
  155. {
  156. "__type__": "cc.UITransform",
  157. "_name": "",
  158. "_objFlags": 0,
  159. "__editorExtras__": {},
  160. "node": {
  161. "__id__": 2
  162. },
  163. "_enabled": true,
  164. "__prefab": {
  165. "__id__": 4
  166. },
  167. "_contentSize": {
  168. "__type__": "cc.Size",
  169. "width": 280,
  170. "height": 280
  171. },
  172. "_anchorPoint": {
  173. "__type__": "cc.Vec2",
  174. "x": 0.5,
  175. "y": 0.5
  176. },
  177. "_id": ""
  178. },
  179. {
  180. "__type__": "cc.CompPrefabInfo",
  181. "fileId": "aaIWY7ntZF874LtK6DekgL"
  182. },
  183. {
  184. "__type__": "cc.Sprite",
  185. "_name": "",
  186. "_objFlags": 0,
  187. "__editorExtras__": {},
  188. "node": {
  189. "__id__": 2
  190. },
  191. "_enabled": true,
  192. "__prefab": {
  193. "__id__": 6
  194. },
  195. "_customMaterial": null,
  196. "_srcBlendFactor": 2,
  197. "_dstBlendFactor": 4,
  198. "_color": {
  199. "__type__": "cc.Color",
  200. "r": 141,
  201. "g": 226,
  202. "b": 93,
  203. "a": 189
  204. },
  205. "_spriteFrame": {
  206. "__uuid__": "0d353f4a-27ec-40d3-95f9-2863a74caeac@f9941",
  207. "__expectedType__": "cc.SpriteFrame"
  208. },
  209. "_type": 0,
  210. "_fillType": 0,
  211. "_sizeMode": 0,
  212. "_fillCenter": {
  213. "__type__": "cc.Vec2",
  214. "x": 0,
  215. "y": 0
  216. },
  217. "_fillStart": 0,
  218. "_fillRange": 0,
  219. "_isTrimmedMode": true,
  220. "_useGrayscale": false,
  221. "_atlas": null,
  222. "_id": ""
  223. },
  224. {
  225. "__type__": "cc.CompPrefabInfo",
  226. "fileId": "8eUGWxKihHgKy2/SEW948N"
  227. },
  228. {
  229. "__type__": "cc.PrefabInfo",
  230. "root": {
  231. "__id__": 1
  232. },
  233. "asset": {
  234. "__id__": 0
  235. },
  236. "fileId": "caWZREPoBJ+JyYwmAw2DTP",
  237. "instance": null,
  238. "targetOverrides": null,
  239. "nestedPrefabInstanceRoots": null
  240. },
  241. {
  242. "__type__": "cc.Node",
  243. "_name": "block",
  244. "_objFlags": 0,
  245. "__editorExtras__": {},
  246. "_parent": {
  247. "__id__": 1
  248. },
  249. "_children": [],
  250. "_active": true,
  251. "_components": [
  252. {
  253. "__id__": 9
  254. },
  255. {
  256. "__id__": 11
  257. }
  258. ],
  259. "_prefab": {
  260. "__id__": 13
  261. },
  262. "_lpos": {
  263. "__type__": "cc.Vec3",
  264. "x": 0,
  265. "y": 0,
  266. "z": 0
  267. },
  268. "_lrot": {
  269. "__type__": "cc.Quat",
  270. "x": 0,
  271. "y": 0,
  272. "z": 0,
  273. "w": 1
  274. },
  275. "_lscale": {
  276. "__type__": "cc.Vec3",
  277. "x": 1,
  278. "y": 1,
  279. "z": 1
  280. },
  281. "_mobility": 0,
  282. "_layer": 33554432,
  283. "_euler": {
  284. "__type__": "cc.Vec3",
  285. "x": 0,
  286. "y": 0,
  287. "z": 0
  288. },
  289. "_id": ""
  290. },
  291. {
  292. "__type__": "cc.UITransform",
  293. "_name": "",
  294. "_objFlags": 0,
  295. "__editorExtras__": {},
  296. "node": {
  297. "__id__": 8
  298. },
  299. "_enabled": true,
  300. "__prefab": {
  301. "__id__": 10
  302. },
  303. "_contentSize": {
  304. "__type__": "cc.Size",
  305. "width": 213.3,
  306. "height": 292.8
  307. },
  308. "_anchorPoint": {
  309. "__type__": "cc.Vec2",
  310. "x": 0.5,
  311. "y": 0.5
  312. },
  313. "_id": ""
  314. },
  315. {
  316. "__type__": "cc.CompPrefabInfo",
  317. "fileId": "e6cRmNZOFLQLCtawXgGwU7"
  318. },
  319. {
  320. "__type__": "cc.BlockInputEvents",
  321. "_name": "",
  322. "_objFlags": 0,
  323. "__editorExtras__": {},
  324. "node": {
  325. "__id__": 8
  326. },
  327. "_enabled": true,
  328. "__prefab": {
  329. "__id__": 12
  330. },
  331. "_id": ""
  332. },
  333. {
  334. "__type__": "cc.CompPrefabInfo",
  335. "fileId": "63Ru63gVhBk4LotJAbrmgD"
  336. },
  337. {
  338. "__type__": "cc.PrefabInfo",
  339. "root": {
  340. "__id__": 1
  341. },
  342. "asset": {
  343. "__id__": 0
  344. },
  345. "fileId": "5fvHfHlDxMioPo3Ro4cEyB",
  346. "instance": null,
  347. "targetOverrides": null,
  348. "nestedPrefabInstanceRoots": null
  349. },
  350. {
  351. "__type__": "cc.Node",
  352. "_name": "block-001",
  353. "_objFlags": 0,
  354. "__editorExtras__": {},
  355. "_parent": {
  356. "__id__": 1
  357. },
  358. "_children": [],
  359. "_active": true,
  360. "_components": [
  361. {
  362. "__id__": 15
  363. },
  364. {
  365. "__id__": 17
  366. }
  367. ],
  368. "_prefab": {
  369. "__id__": 19
  370. },
  371. "_lpos": {
  372. "__type__": "cc.Vec3",
  373. "x": -118.114,
  374. "y": 0.024,
  375. "z": 0
  376. },
  377. "_lrot": {
  378. "__type__": "cc.Quat",
  379. "x": 0,
  380. "y": 0,
  381. "z": 0,
  382. "w": 1
  383. },
  384. "_lscale": {
  385. "__type__": "cc.Vec3",
  386. "x": 1,
  387. "y": 1,
  388. "z": 1
  389. },
  390. "_mobility": 0,
  391. "_layer": 33554432,
  392. "_euler": {
  393. "__type__": "cc.Vec3",
  394. "x": 0,
  395. "y": 0,
  396. "z": 0
  397. },
  398. "_id": ""
  399. },
  400. {
  401. "__type__": "cc.UITransform",
  402. "_name": "",
  403. "_objFlags": 0,
  404. "__editorExtras__": {},
  405. "node": {
  406. "__id__": 14
  407. },
  408. "_enabled": true,
  409. "__prefab": {
  410. "__id__": 16
  411. },
  412. "_contentSize": {
  413. "__type__": "cc.Size",
  414. "width": 52.8,
  415. "height": 233.9
  416. },
  417. "_anchorPoint": {
  418. "__type__": "cc.Vec2",
  419. "x": 0.5,
  420. "y": 0.5
  421. },
  422. "_id": ""
  423. },
  424. {
  425. "__type__": "cc.CompPrefabInfo",
  426. "fileId": "334xmOAXBIB7lPAKNaoObM"
  427. },
  428. {
  429. "__type__": "cc.BlockInputEvents",
  430. "_name": "",
  431. "_objFlags": 0,
  432. "__editorExtras__": {},
  433. "node": {
  434. "__id__": 14
  435. },
  436. "_enabled": true,
  437. "__prefab": {
  438. "__id__": 18
  439. },
  440. "_id": ""
  441. },
  442. {
  443. "__type__": "cc.CompPrefabInfo",
  444. "fileId": "a0iTrZA2RJdbQ+9SFRNfDG"
  445. },
  446. {
  447. "__type__": "cc.PrefabInfo",
  448. "root": {
  449. "__id__": 1
  450. },
  451. "asset": {
  452. "__id__": 0
  453. },
  454. "fileId": "b2QeRlLUtLb7WHSTQ9FiCh",
  455. "instance": null,
  456. "targetOverrides": null,
  457. "nestedPrefabInstanceRoots": null
  458. },
  459. {
  460. "__type__": "cc.Node",
  461. "_name": "block-002",
  462. "_objFlags": 0,
  463. "__editorExtras__": {},
  464. "_parent": {
  465. "__id__": 1
  466. },
  467. "_children": [],
  468. "_active": true,
  469. "_components": [
  470. {
  471. "__id__": 21
  472. },
  473. {
  474. "__id__": 23
  475. }
  476. ],
  477. "_prefab": {
  478. "__id__": 25
  479. },
  480. "_lpos": {
  481. "__type__": "cc.Vec3",
  482. "x": -113.205,
  483. "y": 110.808,
  484. "z": 0
  485. },
  486. "_lrot": {
  487. "__type__": "cc.Quat",
  488. "x": 0,
  489. "y": 0,
  490. "z": -0.36568914477505426,
  491. "w": 0.9307370463206509
  492. },
  493. "_lscale": {
  494. "__type__": "cc.Vec3",
  495. "x": 1,
  496. "y": 1,
  497. "z": 1
  498. },
  499. "_mobility": 0,
  500. "_layer": 33554432,
  501. "_euler": {
  502. "__type__": "cc.Vec3",
  503. "x": 0,
  504. "y": 0,
  505. "z": -42.9
  506. },
  507. "_id": ""
  508. },
  509. {
  510. "__type__": "cc.UITransform",
  511. "_name": "",
  512. "_objFlags": 0,
  513. "__editorExtras__": {},
  514. "node": {
  515. "__id__": 20
  516. },
  517. "_enabled": true,
  518. "__prefab": {
  519. "__id__": 22
  520. },
  521. "_contentSize": {
  522. "__type__": "cc.Size",
  523. "width": 49.2,
  524. "height": 46
  525. },
  526. "_anchorPoint": {
  527. "__type__": "cc.Vec2",
  528. "x": 0.5,
  529. "y": 0.5
  530. },
  531. "_id": ""
  532. },
  533. {
  534. "__type__": "cc.CompPrefabInfo",
  535. "fileId": "fcYzRI9/tDh5EnMdD+ZUjU"
  536. },
  537. {
  538. "__type__": "cc.BlockInputEvents",
  539. "_name": "",
  540. "_objFlags": 0,
  541. "__editorExtras__": {},
  542. "node": {
  543. "__id__": 20
  544. },
  545. "_enabled": true,
  546. "__prefab": {
  547. "__id__": 24
  548. },
  549. "_id": ""
  550. },
  551. {
  552. "__type__": "cc.CompPrefabInfo",
  553. "fileId": "b6Wky8CaxDVqDeqaaVePoo"
  554. },
  555. {
  556. "__type__": "cc.PrefabInfo",
  557. "root": {
  558. "__id__": 1
  559. },
  560. "asset": {
  561. "__id__": 0
  562. },
  563. "fileId": "25QL7UCwJFm5dKFN8envkQ",
  564. "instance": null,
  565. "targetOverrides": null,
  566. "nestedPrefabInstanceRoots": null
  567. },
  568. {
  569. "__type__": "cc.Node",
  570. "_name": "block-009",
  571. "_objFlags": 0,
  572. "__editorExtras__": {},
  573. "_parent": {
  574. "__id__": 1
  575. },
  576. "_children": [],
  577. "_active": true,
  578. "_components": [
  579. {
  580. "__id__": 27
  581. },
  582. {
  583. "__id__": 29
  584. }
  585. ],
  586. "_prefab": {
  587. "__id__": 31
  588. },
  589. "_lpos": {
  590. "__type__": "cc.Vec3",
  591. "x": 113.149,
  592. "y": 115.385,
  593. "z": 0
  594. },
  595. "_lrot": {
  596. "__type__": "cc.Quat",
  597. "x": 0,
  598. "y": 0,
  599. "z": 0.40992303384157275,
  600. "w": 0.912120116172273
  601. },
  602. "_lscale": {
  603. "__type__": "cc.Vec3",
  604. "x": 1,
  605. "y": 1,
  606. "z": 1
  607. },
  608. "_mobility": 0,
  609. "_layer": 33554432,
  610. "_euler": {
  611. "__type__": "cc.Vec3",
  612. "x": 0,
  613. "y": 0,
  614. "z": 48.4
  615. },
  616. "_id": ""
  617. },
  618. {
  619. "__type__": "cc.UITransform",
  620. "_name": "",
  621. "_objFlags": 0,
  622. "__editorExtras__": {},
  623. "node": {
  624. "__id__": 26
  625. },
  626. "_enabled": true,
  627. "__prefab": {
  628. "__id__": 28
  629. },
  630. "_contentSize": {
  631. "__type__": "cc.Size",
  632. "width": 47.1,
  633. "height": 45
  634. },
  635. "_anchorPoint": {
  636. "__type__": "cc.Vec2",
  637. "x": 0.5,
  638. "y": 0.5
  639. },
  640. "_id": ""
  641. },
  642. {
  643. "__type__": "cc.CompPrefabInfo",
  644. "fileId": "a85C90L/tPSIK0qwdeH6s8"
  645. },
  646. {
  647. "__type__": "cc.BlockInputEvents",
  648. "_name": "",
  649. "_objFlags": 0,
  650. "__editorExtras__": {},
  651. "node": {
  652. "__id__": 26
  653. },
  654. "_enabled": true,
  655. "__prefab": {
  656. "__id__": 30
  657. },
  658. "_id": ""
  659. },
  660. {
  661. "__type__": "cc.CompPrefabInfo",
  662. "fileId": "93gwLQ8elNNYiyfzr7g6J7"
  663. },
  664. {
  665. "__type__": "cc.PrefabInfo",
  666. "root": {
  667. "__id__": 1
  668. },
  669. "asset": {
  670. "__id__": 0
  671. },
  672. "fileId": "bdafO49sNHybcgT7h5GU5O",
  673. "instance": null,
  674. "targetOverrides": null,
  675. "nestedPrefabInstanceRoots": null
  676. },
  677. {
  678. "__type__": "cc.Node",
  679. "_name": "block-012",
  680. "_objFlags": 0,
  681. "__editorExtras__": {},
  682. "_parent": {
  683. "__id__": 1
  684. },
  685. "_children": [],
  686. "_active": true,
  687. "_components": [
  688. {
  689. "__id__": 33
  690. },
  691. {
  692. "__id__": 35
  693. }
  694. ],
  695. "_prefab": {
  696. "__id__": 37
  697. },
  698. "_lpos": {
  699. "__type__": "cc.Vec3",
  700. "x": 116.336,
  701. "y": 0.024,
  702. "z": 0
  703. },
  704. "_lrot": {
  705. "__type__": "cc.Quat",
  706. "x": 0,
  707. "y": 0,
  708. "z": 0,
  709. "w": 1
  710. },
  711. "_lscale": {
  712. "__type__": "cc.Vec3",
  713. "x": 1,
  714. "y": 1,
  715. "z": 1
  716. },
  717. "_mobility": 0,
  718. "_layer": 33554432,
  719. "_euler": {
  720. "__type__": "cc.Vec3",
  721. "x": 0,
  722. "y": 0,
  723. "z": 0
  724. },
  725. "_id": ""
  726. },
  727. {
  728. "__type__": "cc.UITransform",
  729. "_name": "",
  730. "_objFlags": 0,
  731. "__editorExtras__": {},
  732. "node": {
  733. "__id__": 32
  734. },
  735. "_enabled": true,
  736. "__prefab": {
  737. "__id__": 34
  738. },
  739. "_contentSize": {
  740. "__type__": "cc.Size",
  741. "width": 59.6,
  742. "height": 219.1
  743. },
  744. "_anchorPoint": {
  745. "__type__": "cc.Vec2",
  746. "x": 0.5,
  747. "y": 0.5
  748. },
  749. "_id": ""
  750. },
  751. {
  752. "__type__": "cc.CompPrefabInfo",
  753. "fileId": "aeRJQL4zZHboIji1CM3g40"
  754. },
  755. {
  756. "__type__": "cc.BlockInputEvents",
  757. "_name": "",
  758. "_objFlags": 0,
  759. "__editorExtras__": {},
  760. "node": {
  761. "__id__": 32
  762. },
  763. "_enabled": true,
  764. "__prefab": {
  765. "__id__": 36
  766. },
  767. "_id": ""
  768. },
  769. {
  770. "__type__": "cc.CompPrefabInfo",
  771. "fileId": "f5+w9Hz21KDoXvXx9K0nRG"
  772. },
  773. {
  774. "__type__": "cc.PrefabInfo",
  775. "root": {
  776. "__id__": 1
  777. },
  778. "asset": {
  779. "__id__": 0
  780. },
  781. "fileId": "f55NVMZBlAzYfr0LoooGKg",
  782. "instance": null,
  783. "targetOverrides": null,
  784. "nestedPrefabInstanceRoots": null
  785. },
  786. {
  787. "__type__": "cc.Node",
  788. "_name": "block-015",
  789. "_objFlags": 0,
  790. "__editorExtras__": {},
  791. "_parent": {
  792. "__id__": 1
  793. },
  794. "_children": [],
  795. "_active": true,
  796. "_components": [
  797. {
  798. "__id__": 39
  799. },
  800. {
  801. "__id__": 41
  802. }
  803. ],
  804. "_prefab": {
  805. "__id__": 43
  806. },
  807. "_lpos": {
  808. "__type__": "cc.Vec3",
  809. "x": 116.452,
  810. "y": -116.53,
  811. "z": 0
  812. },
  813. "_lrot": {
  814. "__type__": "cc.Quat",
  815. "x": 0,
  816. "y": 0,
  817. "z": 0.41707409184077104,
  818. "w": 0.908872489359864
  819. },
  820. "_lscale": {
  821. "__type__": "cc.Vec3",
  822. "x": 1,
  823. "y": 1,
  824. "z": 1
  825. },
  826. "_mobility": 0,
  827. "_layer": 33554432,
  828. "_euler": {
  829. "__type__": "cc.Vec3",
  830. "x": 0,
  831. "y": 0,
  832. "z": 49.3
  833. },
  834. "_id": ""
  835. },
  836. {
  837. "__type__": "cc.UITransform",
  838. "_name": "",
  839. "_objFlags": 0,
  840. "__editorExtras__": {},
  841. "node": {
  842. "__id__": 38
  843. },
  844. "_enabled": true,
  845. "__prefab": {
  846. "__id__": 40
  847. },
  848. "_contentSize": {
  849. "__type__": "cc.Size",
  850. "width": 50.9,
  851. "height": 36.8
  852. },
  853. "_anchorPoint": {
  854. "__type__": "cc.Vec2",
  855. "x": 0.5,
  856. "y": 0.5
  857. },
  858. "_id": ""
  859. },
  860. {
  861. "__type__": "cc.CompPrefabInfo",
  862. "fileId": "ebkUAIwpdOuZZKoasvQkbQ"
  863. },
  864. {
  865. "__type__": "cc.BlockInputEvents",
  866. "_name": "",
  867. "_objFlags": 0,
  868. "__editorExtras__": {},
  869. "node": {
  870. "__id__": 38
  871. },
  872. "_enabled": true,
  873. "__prefab": {
  874. "__id__": 42
  875. },
  876. "_id": ""
  877. },
  878. {
  879. "__type__": "cc.CompPrefabInfo",
  880. "fileId": "32aj3LwGNIhaI/CyhZVIST"
  881. },
  882. {
  883. "__type__": "cc.PrefabInfo",
  884. "root": {
  885. "__id__": 1
  886. },
  887. "asset": {
  888. "__id__": 0
  889. },
  890. "fileId": "afw67RbYVCMpF3GSzRBFIo",
  891. "instance": null,
  892. "targetOverrides": null,
  893. "nestedPrefabInstanceRoots": null
  894. },
  895. {
  896. "__type__": "cc.Node",
  897. "_name": "block-022",
  898. "_objFlags": 0,
  899. "__editorExtras__": {},
  900. "_parent": {
  901. "__id__": 1
  902. },
  903. "_children": [],
  904. "_active": true,
  905. "_components": [
  906. {
  907. "__id__": 45
  908. },
  909. {
  910. "__id__": 47
  911. }
  912. ],
  913. "_prefab": {
  914. "__id__": 49
  915. },
  916. "_lpos": {
  917. "__type__": "cc.Vec3",
  918. "x": -120.089,
  919. "y": -119.551,
  920. "z": 0
  921. },
  922. "_lrot": {
  923. "__type__": "cc.Quat",
  924. "x": 0,
  925. "y": 0,
  926. "z": -0.3939419095909511,
  927. "w": 0.9191353392552344
  928. },
  929. "_lscale": {
  930. "__type__": "cc.Vec3",
  931. "x": 1,
  932. "y": 1,
  933. "z": 1
  934. },
  935. "_mobility": 0,
  936. "_layer": 33554432,
  937. "_euler": {
  938. "__type__": "cc.Vec3",
  939. "x": 0,
  940. "y": 0,
  941. "z": -46.4
  942. },
  943. "_id": ""
  944. },
  945. {
  946. "__type__": "cc.UITransform",
  947. "_name": "",
  948. "_objFlags": 0,
  949. "__editorExtras__": {},
  950. "node": {
  951. "__id__": 44
  952. },
  953. "_enabled": true,
  954. "__prefab": {
  955. "__id__": 46
  956. },
  957. "_contentSize": {
  958. "__type__": "cc.Size",
  959. "width": 45.3,
  960. "height": 29.5
  961. },
  962. "_anchorPoint": {
  963. "__type__": "cc.Vec2",
  964. "x": 0.5,
  965. "y": 0.5
  966. },
  967. "_id": ""
  968. },
  969. {
  970. "__type__": "cc.CompPrefabInfo",
  971. "fileId": "62xxVlXLNKVbDgvzseIgfS"
  972. },
  973. {
  974. "__type__": "cc.BlockInputEvents",
  975. "_name": "",
  976. "_objFlags": 0,
  977. "__editorExtras__": {},
  978. "node": {
  979. "__id__": 44
  980. },
  981. "_enabled": true,
  982. "__prefab": {
  983. "__id__": 48
  984. },
  985. "_id": ""
  986. },
  987. {
  988. "__type__": "cc.CompPrefabInfo",
  989. "fileId": "74wrYrUQJGX4w37NRL8ihG"
  990. },
  991. {
  992. "__type__": "cc.PrefabInfo",
  993. "root": {
  994. "__id__": 1
  995. },
  996. "asset": {
  997. "__id__": 0
  998. },
  999. "fileId": "deAipsbilOZ7jraZRguh3Z",
  1000. "instance": null,
  1001. "targetOverrides": null,
  1002. "nestedPrefabInstanceRoots": null
  1003. },
  1004. {
  1005. "__type__": "cc.Node",
  1006. "_objFlags": 0,
  1007. "_parent": {
  1008. "__id__": 1
  1009. },
  1010. "_prefab": {
  1011. "__id__": 51
  1012. },
  1013. "__editorExtras__": {}
  1014. },
  1015. {
  1016. "__type__": "cc.PrefabInfo",
  1017. "root": {
  1018. "__id__": 50
  1019. },
  1020. "asset": {
  1021. "__uuid__": "070b42a8-702d-44f7-bf66-dfcd07dc8120",
  1022. "__expectedType__": "cc.Prefab"
  1023. },
  1024. "fileId": "28Ayila+hAB6ZSksSjX/Mp",
  1025. "instance": {
  1026. "__id__": 52
  1027. },
  1028. "targetOverrides": null
  1029. },
  1030. {
  1031. "__type__": "cc.PrefabInstance",
  1032. "fileId": "c6HKE6iQFFzZ1I+9tf2GS7",
  1033. "prefabRootNode": {
  1034. "__id__": 1
  1035. },
  1036. "mountedChildren": [],
  1037. "mountedComponents": [],
  1038. "propertyOverrides": [
  1039. {
  1040. "__id__": 53
  1041. },
  1042. {
  1043. "__id__": 55
  1044. },
  1045. {
  1046. "__id__": 57
  1047. },
  1048. {
  1049. "__id__": 59
  1050. }
  1051. ],
  1052. "removedComponents": []
  1053. },
  1054. {
  1055. "__type__": "CCPropertyOverrideInfo",
  1056. "targetInfo": {
  1057. "__id__": 54
  1058. },
  1059. "propertyPath": [
  1060. "_name"
  1061. ],
  1062. "value": "hole"
  1063. },
  1064. {
  1065. "__type__": "cc.TargetInfo",
  1066. "localID": [
  1067. "28Ayila+hAB6ZSksSjX/Mp"
  1068. ]
  1069. },
  1070. {
  1071. "__type__": "CCPropertyOverrideInfo",
  1072. "targetInfo": {
  1073. "__id__": 56
  1074. },
  1075. "propertyPath": [
  1076. "_lpos"
  1077. ],
  1078. "value": {
  1079. "__type__": "cc.Vec3",
  1080. "x": -60,
  1081. "y": 60,
  1082. "z": 0
  1083. }
  1084. },
  1085. {
  1086. "__type__": "cc.TargetInfo",
  1087. "localID": [
  1088. "28Ayila+hAB6ZSksSjX/Mp"
  1089. ]
  1090. },
  1091. {
  1092. "__type__": "CCPropertyOverrideInfo",
  1093. "targetInfo": {
  1094. "__id__": 58
  1095. },
  1096. "propertyPath": [
  1097. "_lrot"
  1098. ],
  1099. "value": {
  1100. "__type__": "cc.Quat",
  1101. "x": 0,
  1102. "y": 0,
  1103. "z": 0,
  1104. "w": 1
  1105. }
  1106. },
  1107. {
  1108. "__type__": "cc.TargetInfo",
  1109. "localID": [
  1110. "28Ayila+hAB6ZSksSjX/Mp"
  1111. ]
  1112. },
  1113. {
  1114. "__type__": "CCPropertyOverrideInfo",
  1115. "targetInfo": {
  1116. "__id__": 60
  1117. },
  1118. "propertyPath": [
  1119. "_euler"
  1120. ],
  1121. "value": {
  1122. "__type__": "cc.Vec3",
  1123. "x": 0,
  1124. "y": 0,
  1125. "z": 0
  1126. }
  1127. },
  1128. {
  1129. "__type__": "cc.TargetInfo",
  1130. "localID": [
  1131. "28Ayila+hAB6ZSksSjX/Mp"
  1132. ]
  1133. },
  1134. {
  1135. "__type__": "cc.Node",
  1136. "_objFlags": 0,
  1137. "_parent": {
  1138. "__id__": 1
  1139. },
  1140. "_prefab": {
  1141. "__id__": 62
  1142. },
  1143. "__editorExtras__": {}
  1144. },
  1145. {
  1146. "__type__": "cc.PrefabInfo",
  1147. "root": {
  1148. "__id__": 61
  1149. },
  1150. "asset": {
  1151. "__uuid__": "070b42a8-702d-44f7-bf66-dfcd07dc8120",
  1152. "__expectedType__": "cc.Prefab"
  1153. },
  1154. "fileId": "28Ayila+hAB6ZSksSjX/Mp",
  1155. "instance": {
  1156. "__id__": 63
  1157. },
  1158. "targetOverrides": null
  1159. },
  1160. {
  1161. "__type__": "cc.PrefabInstance",
  1162. "fileId": "45a3TijG5G3ZpUBimyseL9",
  1163. "prefabRootNode": {
  1164. "__id__": 1
  1165. },
  1166. "mountedChildren": [],
  1167. "mountedComponents": [],
  1168. "propertyOverrides": [
  1169. {
  1170. "__id__": 64
  1171. },
  1172. {
  1173. "__id__": 66
  1174. },
  1175. {
  1176. "__id__": 67
  1177. },
  1178. {
  1179. "__id__": 68
  1180. }
  1181. ],
  1182. "removedComponents": []
  1183. },
  1184. {
  1185. "__type__": "CCPropertyOverrideInfo",
  1186. "targetInfo": {
  1187. "__id__": 65
  1188. },
  1189. "propertyPath": [
  1190. "_name"
  1191. ],
  1192. "value": "hole-002"
  1193. },
  1194. {
  1195. "__type__": "cc.TargetInfo",
  1196. "localID": [
  1197. "28Ayila+hAB6ZSksSjX/Mp"
  1198. ]
  1199. },
  1200. {
  1201. "__type__": "CCPropertyOverrideInfo",
  1202. "targetInfo": {
  1203. "__id__": 65
  1204. },
  1205. "propertyPath": [
  1206. "_lpos"
  1207. ],
  1208. "value": {
  1209. "__type__": "cc.Vec3",
  1210. "x": -60,
  1211. "y": -60,
  1212. "z": 0
  1213. }
  1214. },
  1215. {
  1216. "__type__": "CCPropertyOverrideInfo",
  1217. "targetInfo": {
  1218. "__id__": 65
  1219. },
  1220. "propertyPath": [
  1221. "_lrot"
  1222. ],
  1223. "value": {
  1224. "__type__": "cc.Quat",
  1225. "x": 0,
  1226. "y": 0,
  1227. "z": 0,
  1228. "w": 1
  1229. }
  1230. },
  1231. {
  1232. "__type__": "CCPropertyOverrideInfo",
  1233. "targetInfo": {
  1234. "__id__": 65
  1235. },
  1236. "propertyPath": [
  1237. "_euler"
  1238. ],
  1239. "value": {
  1240. "__type__": "cc.Vec3",
  1241. "x": 0,
  1242. "y": 0,
  1243. "z": 0
  1244. }
  1245. },
  1246. {
  1247. "__type__": "cc.Node",
  1248. "_objFlags": 0,
  1249. "_parent": {
  1250. "__id__": 1
  1251. },
  1252. "_prefab": {
  1253. "__id__": 70
  1254. },
  1255. "__editorExtras__": {}
  1256. },
  1257. {
  1258. "__type__": "cc.PrefabInfo",
  1259. "root": {
  1260. "__id__": 69
  1261. },
  1262. "asset": {
  1263. "__uuid__": "070b42a8-702d-44f7-bf66-dfcd07dc8120",
  1264. "__expectedType__": "cc.Prefab"
  1265. },
  1266. "fileId": "28Ayila+hAB6ZSksSjX/Mp",
  1267. "instance": {
  1268. "__id__": 71
  1269. },
  1270. "targetOverrides": null
  1271. },
  1272. {
  1273. "__type__": "cc.PrefabInstance",
  1274. "fileId": "9eyG+6BjNJeZwcBV0NWsn3",
  1275. "prefabRootNode": {
  1276. "__id__": 1
  1277. },
  1278. "mountedChildren": [],
  1279. "mountedComponents": [],
  1280. "propertyOverrides": [
  1281. {
  1282. "__id__": 72
  1283. },
  1284. {
  1285. "__id__": 74
  1286. },
  1287. {
  1288. "__id__": 75
  1289. },
  1290. {
  1291. "__id__": 76
  1292. }
  1293. ],
  1294. "removedComponents": []
  1295. },
  1296. {
  1297. "__type__": "CCPropertyOverrideInfo",
  1298. "targetInfo": {
  1299. "__id__": 73
  1300. },
  1301. "propertyPath": [
  1302. "_name"
  1303. ],
  1304. "value": "hole-003"
  1305. },
  1306. {
  1307. "__type__": "cc.TargetInfo",
  1308. "localID": [
  1309. "28Ayila+hAB6ZSksSjX/Mp"
  1310. ]
  1311. },
  1312. {
  1313. "__type__": "CCPropertyOverrideInfo",
  1314. "targetInfo": {
  1315. "__id__": 73
  1316. },
  1317. "propertyPath": [
  1318. "_lpos"
  1319. ],
  1320. "value": {
  1321. "__type__": "cc.Vec3",
  1322. "x": 60,
  1323. "y": 60,
  1324. "z": 0
  1325. }
  1326. },
  1327. {
  1328. "__type__": "CCPropertyOverrideInfo",
  1329. "targetInfo": {
  1330. "__id__": 73
  1331. },
  1332. "propertyPath": [
  1333. "_lrot"
  1334. ],
  1335. "value": {
  1336. "__type__": "cc.Quat",
  1337. "x": 0,
  1338. "y": 0,
  1339. "z": 0,
  1340. "w": 1
  1341. }
  1342. },
  1343. {
  1344. "__type__": "CCPropertyOverrideInfo",
  1345. "targetInfo": {
  1346. "__id__": 73
  1347. },
  1348. "propertyPath": [
  1349. "_euler"
  1350. ],
  1351. "value": {
  1352. "__type__": "cc.Vec3",
  1353. "x": 0,
  1354. "y": 0,
  1355. "z": 0
  1356. }
  1357. },
  1358. {
  1359. "__type__": "cc.Node",
  1360. "_objFlags": 0,
  1361. "_parent": {
  1362. "__id__": 1
  1363. },
  1364. "_prefab": {
  1365. "__id__": 78
  1366. },
  1367. "__editorExtras__": {}
  1368. },
  1369. {
  1370. "__type__": "cc.PrefabInfo",
  1371. "root": {
  1372. "__id__": 77
  1373. },
  1374. "asset": {
  1375. "__uuid__": "070b42a8-702d-44f7-bf66-dfcd07dc8120",
  1376. "__expectedType__": "cc.Prefab"
  1377. },
  1378. "fileId": "28Ayila+hAB6ZSksSjX/Mp",
  1379. "instance": {
  1380. "__id__": 79
  1381. },
  1382. "targetOverrides": null
  1383. },
  1384. {
  1385. "__type__": "cc.PrefabInstance",
  1386. "fileId": "d9oLEIVspPdabn4pSEbmD0",
  1387. "prefabRootNode": {
  1388. "__id__": 1
  1389. },
  1390. "mountedChildren": [],
  1391. "mountedComponents": [],
  1392. "propertyOverrides": [
  1393. {
  1394. "__id__": 80
  1395. },
  1396. {
  1397. "__id__": 82
  1398. },
  1399. {
  1400. "__id__": 83
  1401. },
  1402. {
  1403. "__id__": 84
  1404. }
  1405. ],
  1406. "removedComponents": []
  1407. },
  1408. {
  1409. "__type__": "CCPropertyOverrideInfo",
  1410. "targetInfo": {
  1411. "__id__": 81
  1412. },
  1413. "propertyPath": [
  1414. "_name"
  1415. ],
  1416. "value": "hole-005"
  1417. },
  1418. {
  1419. "__type__": "cc.TargetInfo",
  1420. "localID": [
  1421. "28Ayila+hAB6ZSksSjX/Mp"
  1422. ]
  1423. },
  1424. {
  1425. "__type__": "CCPropertyOverrideInfo",
  1426. "targetInfo": {
  1427. "__id__": 81
  1428. },
  1429. "propertyPath": [
  1430. "_lpos"
  1431. ],
  1432. "value": {
  1433. "__type__": "cc.Vec3",
  1434. "x": 60,
  1435. "y": -60,
  1436. "z": 0
  1437. }
  1438. },
  1439. {
  1440. "__type__": "CCPropertyOverrideInfo",
  1441. "targetInfo": {
  1442. "__id__": 81
  1443. },
  1444. "propertyPath": [
  1445. "_lrot"
  1446. ],
  1447. "value": {
  1448. "__type__": "cc.Quat",
  1449. "x": 0,
  1450. "y": 0,
  1451. "z": 0,
  1452. "w": 1
  1453. }
  1454. },
  1455. {
  1456. "__type__": "CCPropertyOverrideInfo",
  1457. "targetInfo": {
  1458. "__id__": 81
  1459. },
  1460. "propertyPath": [
  1461. "_euler"
  1462. ],
  1463. "value": {
  1464. "__type__": "cc.Vec3",
  1465. "x": 0,
  1466. "y": 0,
  1467. "z": 0
  1468. }
  1469. },
  1470. {
  1471. "__type__": "cc.UITransform",
  1472. "_name": "",
  1473. "_objFlags": 0,
  1474. "__editorExtras__": {},
  1475. "node": {
  1476. "__id__": 1
  1477. },
  1478. "_enabled": true,
  1479. "__prefab": {
  1480. "__id__": 86
  1481. },
  1482. "_contentSize": {
  1483. "__type__": "cc.Size",
  1484. "width": 283.5,
  1485. "height": 281.6
  1486. },
  1487. "_anchorPoint": {
  1488. "__type__": "cc.Vec2",
  1489. "x": 0.5,
  1490. "y": 0.5
  1491. },
  1492. "_id": ""
  1493. },
  1494. {
  1495. "__type__": "cc.CompPrefabInfo",
  1496. "fileId": "9di8S4Qg5GfrMs0d/z44cO"
  1497. },
  1498. {
  1499. "__type__": "cc.RigidBody2D",
  1500. "_name": "",
  1501. "_objFlags": 0,
  1502. "__editorExtras__": {},
  1503. "node": {
  1504. "__id__": 1
  1505. },
  1506. "_enabled": true,
  1507. "__prefab": {
  1508. "__id__": 88
  1509. },
  1510. "enabledContactListener": false,
  1511. "bullet": false,
  1512. "awakeOnLoad": true,
  1513. "_group": 1,
  1514. "_type": 2,
  1515. "_allowSleep": true,
  1516. "_gravityScale": 10,
  1517. "_linearDamping": 0,
  1518. "_angularDamping": 0.2,
  1519. "_linearVelocity": {
  1520. "__type__": "cc.Vec2",
  1521. "x": 0,
  1522. "y": 0
  1523. },
  1524. "_angularVelocity": 0,
  1525. "_fixedRotation": false,
  1526. "_id": ""
  1527. },
  1528. {
  1529. "__type__": "cc.CompPrefabInfo",
  1530. "fileId": "daaJFVFwVOKqgDg0YMPa5c"
  1531. },
  1532. {
  1533. "__type__": "94011M9KB5GbaiF9WM1W5oY",
  1534. "_name": "",
  1535. "_objFlags": 0,
  1536. "__editorExtras__": {},
  1537. "node": {
  1538. "__id__": 1
  1539. },
  1540. "_enabled": true,
  1541. "__prefab": {
  1542. "__id__": 90
  1543. },
  1544. "_id": ""
  1545. },
  1546. {
  1547. "__type__": "cc.CompPrefabInfo",
  1548. "fileId": "89h0uWhRVC7Ye2/kSe7Q22"
  1549. },
  1550. {
  1551. "__type__": "cc.PolygonCollider2D",
  1552. "_name": "",
  1553. "_objFlags": 0,
  1554. "__editorExtras__": {},
  1555. "node": {
  1556. "__id__": 1
  1557. },
  1558. "_enabled": true,
  1559. "__prefab": {
  1560. "__id__": 92
  1561. },
  1562. "tag": 0,
  1563. "_group": 1,
  1564. "_density": 1,
  1565. "_sensor": false,
  1566. "_friction": 0,
  1567. "_restitution": 0,
  1568. "_offset": {
  1569. "__type__": "cc.Vec2",
  1570. "x": 0,
  1571. "y": 0
  1572. },
  1573. "_points": [
  1574. {
  1575. "__type__": "cc.Vec2",
  1576. "x": -126.1,
  1577. "y": 127.5
  1578. },
  1579. {
  1580. "__type__": "cc.Vec2",
  1581. "x": -139.3,
  1582. "y": 103
  1583. },
  1584. {
  1585. "__type__": "cc.Vec2",
  1586. "x": -139.8,
  1587. "y": -104
  1588. },
  1589. {
  1590. "__type__": "cc.Vec2",
  1591. "x": -126.1,
  1592. "y": -128.1
  1593. },
  1594. {
  1595. "__type__": "cc.Vec2",
  1596. "x": -116.5,
  1597. "y": -134.4
  1598. },
  1599. {
  1600. "__type__": "cc.Vec2",
  1601. "x": -101.1,
  1602. "y": -139.6
  1603. },
  1604. {
  1605. "__type__": "cc.Vec2",
  1606. "x": -78.5,
  1607. "y": -74.1
  1608. },
  1609. {
  1610. "__type__": "cc.Vec2",
  1611. "x": -77.5,
  1612. "y": 34
  1613. },
  1614. {
  1615. "__type__": "cc.Vec2",
  1616. "x": -79.1,
  1617. "y": 78.7
  1618. },
  1619. {
  1620. "__type__": "cc.Vec2",
  1621. "x": -41.9,
  1622. "y": 78.6
  1623. },
  1624. {
  1625. "__type__": "cc.Vec2",
  1626. "x": -41.5,
  1627. "y": 42.1
  1628. },
  1629. {
  1630. "__type__": "cc.Vec2",
  1631. "x": -71.5,
  1632. "y": 41.8
  1633. },
  1634. {
  1635. "__type__": "cc.Vec2",
  1636. "x": -73.9,
  1637. "y": -14.4
  1638. },
  1639. {
  1640. "__type__": "cc.Vec2",
  1641. "x": -75.1,
  1642. "y": -41.2
  1643. },
  1644. {
  1645. "__type__": "cc.Vec2",
  1646. "x": -41.5,
  1647. "y": -42.1
  1648. },
  1649. {
  1650. "__type__": "cc.Vec2",
  1651. "x": -42.2,
  1652. "y": -78.7
  1653. },
  1654. {
  1655. "__type__": "cc.Vec2",
  1656. "x": -75.1,
  1657. "y": -77.6
  1658. },
  1659. {
  1660. "__type__": "cc.Vec2",
  1661. "x": -59.5,
  1662. "y": -102
  1663. },
  1664. {
  1665. "__type__": "cc.Vec2",
  1666. "x": 41.7,
  1667. "y": -74.7
  1668. },
  1669. {
  1670. "__type__": "cc.Vec2",
  1671. "x": 41.4,
  1672. "y": 78.7
  1673. },
  1674. {
  1675. "__type__": "cc.Vec2",
  1676. "x": 78.2,
  1677. "y": 78.5
  1678. },
  1679. {
  1680. "__type__": "cc.Vec2",
  1681. "x": 78.3,
  1682. "y": 41.6
  1683. },
  1684. {
  1685. "__type__": "cc.Vec2",
  1686. "x": 45.8,
  1687. "y": 41.9
  1688. },
  1689. {
  1690. "__type__": "cc.Vec2",
  1691. "x": 44.2,
  1692. "y": -41.6
  1693. },
  1694. {
  1695. "__type__": "cc.Vec2",
  1696. "x": 78.3,
  1697. "y": -41.8
  1698. },
  1699. {
  1700. "__type__": "cc.Vec2",
  1701. "x": 78.2,
  1702. "y": -78.2
  1703. },
  1704. {
  1705. "__type__": "cc.Vec2",
  1706. "x": 45,
  1707. "y": -78.1
  1708. },
  1709. {
  1710. "__type__": "cc.Vec2",
  1711. "x": -101.1,
  1712. "y": -139.6
  1713. },
  1714. {
  1715. "__type__": "cc.Vec2",
  1716. "x": 103.1,
  1717. "y": -139.7
  1718. },
  1719. {
  1720. "__type__": "cc.Vec2",
  1721. "x": 126.9,
  1722. "y": -126.4
  1723. },
  1724. {
  1725. "__type__": "cc.Vec2",
  1726. "x": 139.5,
  1727. "y": -103
  1728. },
  1729. {
  1730. "__type__": "cc.Vec2",
  1731. "x": 139.1,
  1732. "y": 102.4
  1733. },
  1734. {
  1735. "__type__": "cc.Vec2",
  1736. "x": 128.7,
  1737. "y": 126.8
  1738. },
  1739. {
  1740. "__type__": "cc.Vec2",
  1741. "x": 102.2,
  1742. "y": 140.8
  1743. },
  1744. {
  1745. "__type__": "cc.Vec2",
  1746. "x": -102.8,
  1747. "y": 139.7
  1748. }
  1749. ],
  1750. "_id": ""
  1751. },
  1752. {
  1753. "__type__": "cc.CompPrefabInfo",
  1754. "fileId": "60MhaaMl5H+afDvaR0tHbB"
  1755. },
  1756. {
  1757. "__type__": "cc.PrefabInfo",
  1758. "root": {
  1759. "__id__": 1
  1760. },
  1761. "asset": {
  1762. "__id__": 0
  1763. },
  1764. "fileId": "36QJGpDG5L+5CD0viNq9/d",
  1765. "instance": null,
  1766. "targetOverrides": null,
  1767. "nestedPrefabInstanceRoots": [
  1768. {
  1769. "__id__": 77
  1770. },
  1771. {
  1772. "__id__": 69
  1773. },
  1774. {
  1775. "__id__": 61
  1776. },
  1777. {
  1778. "__id__": 50
  1779. }
  1780. ]
  1781. }
  1782. ]