level1-2.prefab 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914
  1. [
  2. {
  3. "__type__": "cc.Prefab",
  4. "_name": "",
  5. "_objFlags": 0,
  6. "_native": "",
  7. "data": {
  8. "__id__": 1
  9. },
  10. "optimizationPolicy": 0,
  11. "asyncLoadAssets": false,
  12. "readonly": false
  13. },
  14. {
  15. "__type__": "cc.Node",
  16. "_name": "level1-2",
  17. "_objFlags": 0,
  18. "_parent": null,
  19. "_children": [
  20. {
  21. "__id__": 2
  22. }
  23. ],
  24. "_active": true,
  25. "_components": [
  26. {
  27. "__id__": 26
  28. }
  29. ],
  30. "_prefab": {
  31. "__id__": 27
  32. },
  33. "_opacity": 255,
  34. "_color": {
  35. "__type__": "cc.Color",
  36. "r": 255,
  37. "g": 255,
  38. "b": 255,
  39. "a": 255
  40. },
  41. "_contentSize": {
  42. "__type__": "cc.Size",
  43. "width": 640,
  44. "height": 1500
  45. },
  46. "_anchorPoint": {
  47. "__type__": "cc.Vec2",
  48. "x": 0.5,
  49. "y": 0.5
  50. },
  51. "_trs": {
  52. "__type__": "TypedArray",
  53. "ctor": "Float64Array",
  54. "array": [
  55. 0,
  56. 0,
  57. 0,
  58. 0,
  59. 0,
  60. 0,
  61. 1,
  62. 1,
  63. 1,
  64. 1
  65. ]
  66. },
  67. "_eulerAngles": {
  68. "__type__": "cc.Vec3",
  69. "x": 0,
  70. "y": 0,
  71. "z": 0
  72. },
  73. "_skewX": 0,
  74. "_skewY": 0,
  75. "_is3DNode": false,
  76. "_groupIndex": 0,
  77. "groupIndex": 0,
  78. "_id": ""
  79. },
  80. {
  81. "__type__": "cc.Node",
  82. "_name": "demo",
  83. "_objFlags": 0,
  84. "_parent": {
  85. "__id__": 1
  86. },
  87. "_children": [
  88. {
  89. "__id__": 3
  90. },
  91. {
  92. "__id__": 14
  93. },
  94. {
  95. "__id__": 17
  96. },
  97. {
  98. "__id__": 20
  99. }
  100. ],
  101. "_active": true,
  102. "_components": [
  103. {
  104. "__id__": 23
  105. },
  106. {
  107. "__id__": 24
  108. }
  109. ],
  110. "_prefab": {
  111. "__id__": 25
  112. },
  113. "_opacity": 255,
  114. "_color": {
  115. "__type__": "cc.Color",
  116. "r": 255,
  117. "g": 255,
  118. "b": 255,
  119. "a": 255
  120. },
  121. "_contentSize": {
  122. "__type__": "cc.Size",
  123. "width": 0,
  124. "height": 0
  125. },
  126. "_anchorPoint": {
  127. "__type__": "cc.Vec2",
  128. "x": 0.5,
  129. "y": 0.5
  130. },
  131. "_trs": {
  132. "__type__": "TypedArray",
  133. "ctor": "Float64Array",
  134. "array": [
  135. 0,
  136. 750,
  137. 0,
  138. 0,
  139. 0,
  140. 0,
  141. 1,
  142. 1,
  143. 1,
  144. 1
  145. ]
  146. },
  147. "_eulerAngles": {
  148. "__type__": "cc.Vec3",
  149. "x": 0,
  150. "y": 0,
  151. "z": 0
  152. },
  153. "_skewX": 0,
  154. "_skewY": 0,
  155. "_is3DNode": false,
  156. "_groupIndex": 0,
  157. "groupIndex": 0,
  158. "_id": ""
  159. },
  160. {
  161. "__type__": "cc.Node",
  162. "_name": "path",
  163. "_objFlags": 0,
  164. "_parent": {
  165. "__id__": 2
  166. },
  167. "_children": [
  168. {
  169. "__id__": 4
  170. }
  171. ],
  172. "_active": false,
  173. "_components": [
  174. {
  175. "__id__": 12
  176. }
  177. ],
  178. "_prefab": {
  179. "__id__": 13
  180. },
  181. "_opacity": 255,
  182. "_color": {
  183. "__type__": "cc.Color",
  184. "r": 255,
  185. "g": 255,
  186. "b": 255,
  187. "a": 255
  188. },
  189. "_contentSize": {
  190. "__type__": "cc.Size",
  191. "width": 0,
  192. "height": 0
  193. },
  194. "_anchorPoint": {
  195. "__type__": "cc.Vec2",
  196. "x": 0.5,
  197. "y": 0.5
  198. },
  199. "_trs": {
  200. "__type__": "TypedArray",
  201. "ctor": "Float64Array",
  202. "array": [
  203. 0,
  204. 0,
  205. 0,
  206. 0,
  207. 0,
  208. 0,
  209. 1,
  210. 1,
  211. 1,
  212. 1
  213. ]
  214. },
  215. "_eulerAngles": {
  216. "__type__": "cc.Vec3",
  217. "x": 0,
  218. "y": 0,
  219. "z": 0
  220. },
  221. "_skewX": 0,
  222. "_skewY": 0,
  223. "_is3DNode": false,
  224. "_groupIndex": 0,
  225. "groupIndex": 0,
  226. "_id": ""
  227. },
  228. {
  229. "__type__": "cc.Node",
  230. "_name": "monster",
  231. "_objFlags": 512,
  232. "_parent": {
  233. "__id__": 3
  234. },
  235. "_children": [
  236. {
  237. "__id__": 5
  238. }
  239. ],
  240. "_active": true,
  241. "_components": [
  242. {
  243. "__id__": 8
  244. },
  245. {
  246. "__id__": 9
  247. },
  248. {
  249. "__id__": 10
  250. }
  251. ],
  252. "_prefab": {
  253. "__id__": 11
  254. },
  255. "_opacity": 255,
  256. "_color": {
  257. "__type__": "cc.Color",
  258. "r": 255,
  259. "g": 255,
  260. "b": 255,
  261. "a": 255
  262. },
  263. "_contentSize": {
  264. "__type__": "cc.Size",
  265. "width": 50,
  266. "height": 53
  267. },
  268. "_anchorPoint": {
  269. "__type__": "cc.Vec2",
  270. "x": 0.5,
  271. "y": 0.5
  272. },
  273. "_trs": {
  274. "__type__": "TypedArray",
  275. "ctor": "Float64Array",
  276. "array": [
  277. 0,
  278. 0,
  279. 0,
  280. 0,
  281. 0,
  282. 0,
  283. 1,
  284. 1,
  285. 1,
  286. 1
  287. ]
  288. },
  289. "_eulerAngles": {
  290. "__type__": "cc.Vec3",
  291. "x": 0,
  292. "y": 0,
  293. "z": 0
  294. },
  295. "_skewX": 0,
  296. "_skewY": 0,
  297. "_is3DNode": false,
  298. "_groupIndex": 0,
  299. "groupIndex": 0,
  300. "_id": ""
  301. },
  302. {
  303. "__type__": "cc.Node",
  304. "_name": "m2",
  305. "_objFlags": 0,
  306. "_parent": {
  307. "__id__": 4
  308. },
  309. "_children": [],
  310. "_active": true,
  311. "_components": [
  312. {
  313. "__id__": 6
  314. }
  315. ],
  316. "_prefab": {
  317. "__id__": 7
  318. },
  319. "_opacity": 255,
  320. "_color": {
  321. "__type__": "cc.Color",
  322. "r": 255,
  323. "g": 255,
  324. "b": 255,
  325. "a": 255
  326. },
  327. "_contentSize": {
  328. "__type__": "cc.Size",
  329. "width": 50,
  330. "height": 53
  331. },
  332. "_anchorPoint": {
  333. "__type__": "cc.Vec2",
  334. "x": 0.5,
  335. "y": 0.5
  336. },
  337. "_trs": {
  338. "__type__": "TypedArray",
  339. "ctor": "Float64Array",
  340. "array": [
  341. 0,
  342. 0,
  343. 0,
  344. 0,
  345. 0,
  346. 0,
  347. 1,
  348. 1,
  349. 1,
  350. 1
  351. ]
  352. },
  353. "_eulerAngles": {
  354. "__type__": "cc.Vec3",
  355. "x": 0,
  356. "y": 0,
  357. "z": 0
  358. },
  359. "_skewX": 0,
  360. "_skewY": 0,
  361. "_is3DNode": false,
  362. "_groupIndex": 0,
  363. "groupIndex": 0,
  364. "_id": ""
  365. },
  366. {
  367. "__type__": "cc.Sprite",
  368. "_name": "",
  369. "_objFlags": 0,
  370. "node": {
  371. "__id__": 5
  372. },
  373. "_enabled": true,
  374. "_materials": [
  375. {
  376. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  377. }
  378. ],
  379. "_srcBlendFactor": 770,
  380. "_dstBlendFactor": 771,
  381. "_spriteFrame": {
  382. "__uuid__": "0eb27ae6-16db-4b18-9cd6-48e471660ccc"
  383. },
  384. "_type": 0,
  385. "_sizeMode": 1,
  386. "_fillType": 0,
  387. "_fillCenter": {
  388. "__type__": "cc.Vec2",
  389. "x": 0,
  390. "y": 0
  391. },
  392. "_fillStart": 0,
  393. "_fillRange": 0,
  394. "_isTrimmedMode": true,
  395. "_atlas": null,
  396. "_id": ""
  397. },
  398. {
  399. "__type__": "cc.PrefabInfo",
  400. "root": {
  401. "__id__": 4
  402. },
  403. "asset": {
  404. "__uuid__": "028a46d4-54b8-45e5-a0ba-b876325cef91"
  405. },
  406. "fileId": "c9cSlCP85DH6RiPv9OMVIj",
  407. "sync": false
  408. },
  409. {
  410. "__type__": "3491dCwpnhFEqX9BL4D2ZCF",
  411. "_name": "",
  412. "_objFlags": 0,
  413. "node": {
  414. "__id__": 4
  415. },
  416. "_enabled": true,
  417. "auto_update_point": true,
  418. "_id": ""
  419. },
  420. {
  421. "__type__": "43ca4XWdF1CwJKowXL8JAQ/",
  422. "_name": "",
  423. "_objFlags": 0,
  424. "node": {
  425. "__id__": 4
  426. },
  427. "_enabled": true,
  428. "_draw_collide": false,
  429. "_collide_shape": 3,
  430. "collide_group_id": 4,
  431. "_radius": 50,
  432. "_size": {
  433. "__type__": "cc.Size",
  434. "width": 100,
  435. "height": 100
  436. },
  437. "_polygon_points": [
  438. {
  439. "__type__": "cc.Vec2",
  440. "x": -25,
  441. "y": -27
  442. },
  443. {
  444. "__type__": "cc.Vec2",
  445. "x": 25,
  446. "y": -27
  447. },
  448. {
  449. "__type__": "cc.Vec2",
  450. "x": 25,
  451. "y": 27
  452. },
  453. {
  454. "__type__": "cc.Vec2",
  455. "x": -25,
  456. "y": 27
  457. }
  458. ],
  459. "_offset": {
  460. "__type__": "cc.Vec2",
  461. "x": 0,
  462. "y": 0
  463. },
  464. "data_string": "",
  465. "_id": ""
  466. },
  467. {
  468. "__type__": "cc.PolygonCollider",
  469. "_name": "",
  470. "_objFlags": 0,
  471. "node": {
  472. "__id__": 4
  473. },
  474. "_enabled": false,
  475. "tag": 0,
  476. "_offset": {
  477. "__type__": "cc.Vec2",
  478. "x": 0,
  479. "y": 0
  480. },
  481. "points": [
  482. {
  483. "__type__": "cc.Vec2",
  484. "x": -25,
  485. "y": -27
  486. },
  487. {
  488. "__type__": "cc.Vec2",
  489. "x": 25,
  490. "y": -27
  491. },
  492. {
  493. "__type__": "cc.Vec2",
  494. "x": 25,
  495. "y": 27
  496. },
  497. {
  498. "__type__": "cc.Vec2",
  499. "x": -25,
  500. "y": 27
  501. }
  502. ],
  503. "_id": ""
  504. },
  505. {
  506. "__type__": "cc.PrefabInfo",
  507. "root": {
  508. "__id__": 4
  509. },
  510. "asset": {
  511. "__uuid__": "028a46d4-54b8-45e5-a0ba-b876325cef91"
  512. },
  513. "fileId": "058LyCXrlMBLR5G2qbb6em",
  514. "sync": false
  515. },
  516. {
  517. "__type__": "cc.Animation",
  518. "_name": "",
  519. "_objFlags": 0,
  520. "node": {
  521. "__id__": 3
  522. },
  523. "_enabled": true,
  524. "_defaultClip": {
  525. "__uuid__": "e3ebd73a-0310-4b77-a53f-b172447f8338"
  526. },
  527. "_clips": [
  528. {
  529. "__uuid__": "e3ebd73a-0310-4b77-a53f-b172447f8338"
  530. }
  531. ],
  532. "playOnLoad": false,
  533. "_id": ""
  534. },
  535. {
  536. "__type__": "cc.PrefabInfo",
  537. "root": {
  538. "__id__": 1
  539. },
  540. "asset": {
  541. "__id__": 0
  542. },
  543. "fileId": "fdxXsogjJFtpYSVnuEt3XW",
  544. "sync": false
  545. },
  546. {
  547. "__type__": "cc.Node",
  548. "_name": "pathPlay",
  549. "_objFlags": 0,
  550. "_parent": {
  551. "__id__": 2
  552. },
  553. "_children": [],
  554. "_active": true,
  555. "_components": [
  556. {
  557. "__id__": 15
  558. }
  559. ],
  560. "_prefab": {
  561. "__id__": 16
  562. },
  563. "_opacity": 255,
  564. "_color": {
  565. "__type__": "cc.Color",
  566. "r": 255,
  567. "g": 255,
  568. "b": 255,
  569. "a": 255
  570. },
  571. "_contentSize": {
  572. "__type__": "cc.Size",
  573. "width": 0,
  574. "height": 0
  575. },
  576. "_anchorPoint": {
  577. "__type__": "cc.Vec2",
  578. "x": 0.5,
  579. "y": 0.5
  580. },
  581. "_trs": {
  582. "__type__": "TypedArray",
  583. "ctor": "Float64Array",
  584. "array": [
  585. 0,
  586. 0,
  587. 0,
  588. 0,
  589. 0,
  590. 0,
  591. 1,
  592. 1,
  593. 1,
  594. 1
  595. ]
  596. },
  597. "_eulerAngles": {
  598. "__type__": "cc.Vec3",
  599. "x": 0,
  600. "y": 0,
  601. "z": 0
  602. },
  603. "_skewX": 0,
  604. "_skewY": 0,
  605. "_is3DNode": false,
  606. "_groupIndex": 0,
  607. "groupIndex": 0,
  608. "_id": ""
  609. },
  610. {
  611. "__type__": "4d3fcHTBlpMkp4oVmYBBuEb",
  612. "_name": "",
  613. "_objFlags": 0,
  614. "node": {
  615. "__id__": 14
  616. },
  617. "_enabled": true,
  618. "monster": {
  619. "__uuid__": "028a46d4-54b8-45e5-a0ba-b876325cef91"
  620. },
  621. "aniClip": {
  622. "__uuid__": "e3ebd73a-0310-4b77-a53f-b172447f8338"
  623. },
  624. "_num": 7,
  625. "_time": 0.2,
  626. "_delay": 0,
  627. "_id": ""
  628. },
  629. {
  630. "__type__": "cc.PrefabInfo",
  631. "root": {
  632. "__id__": 1
  633. },
  634. "asset": {
  635. "__id__": 0
  636. },
  637. "fileId": "85LiNpl+VG3rW0Sf3t7SN6",
  638. "sync": false
  639. },
  640. {
  641. "__type__": "cc.Node",
  642. "_name": "pathPlay",
  643. "_objFlags": 0,
  644. "_parent": {
  645. "__id__": 2
  646. },
  647. "_children": [],
  648. "_active": true,
  649. "_components": [
  650. {
  651. "__id__": 18
  652. }
  653. ],
  654. "_prefab": {
  655. "__id__": 19
  656. },
  657. "_opacity": 255,
  658. "_color": {
  659. "__type__": "cc.Color",
  660. "r": 255,
  661. "g": 255,
  662. "b": 255,
  663. "a": 255
  664. },
  665. "_contentSize": {
  666. "__type__": "cc.Size",
  667. "width": 0,
  668. "height": 0
  669. },
  670. "_anchorPoint": {
  671. "__type__": "cc.Vec2",
  672. "x": 0.5,
  673. "y": 0.5
  674. },
  675. "_trs": {
  676. "__type__": "TypedArray",
  677. "ctor": "Float64Array",
  678. "array": [
  679. 154.063,
  680. 0,
  681. 0,
  682. 0,
  683. 0,
  684. 0,
  685. 1,
  686. 1,
  687. 1,
  688. 1
  689. ]
  690. },
  691. "_eulerAngles": {
  692. "__type__": "cc.Vec3",
  693. "x": 0,
  694. "y": 0,
  695. "z": 0
  696. },
  697. "_skewX": 0,
  698. "_skewY": 0,
  699. "_is3DNode": false,
  700. "_groupIndex": 0,
  701. "groupIndex": 0,
  702. "_id": ""
  703. },
  704. {
  705. "__type__": "4d3fcHTBlpMkp4oVmYBBuEb",
  706. "_name": "",
  707. "_objFlags": 0,
  708. "node": {
  709. "__id__": 17
  710. },
  711. "_enabled": true,
  712. "monster": {
  713. "__uuid__": "028a46d4-54b8-45e5-a0ba-b876325cef91"
  714. },
  715. "aniClip": {
  716. "__uuid__": "e3ebd73a-0310-4b77-a53f-b172447f8338"
  717. },
  718. "_num": 7,
  719. "_time": 0.2,
  720. "_delay": 0,
  721. "_id": ""
  722. },
  723. {
  724. "__type__": "cc.PrefabInfo",
  725. "root": {
  726. "__id__": 1
  727. },
  728. "asset": {
  729. "__id__": 0
  730. },
  731. "fileId": "ee2vGatrRAXpHXjgrki8F1",
  732. "sync": false
  733. },
  734. {
  735. "__type__": "cc.Node",
  736. "_name": "pathPlay",
  737. "_objFlags": 0,
  738. "_parent": {
  739. "__id__": 2
  740. },
  741. "_children": [],
  742. "_active": true,
  743. "_components": [
  744. {
  745. "__id__": 21
  746. }
  747. ],
  748. "_prefab": {
  749. "__id__": 22
  750. },
  751. "_opacity": 255,
  752. "_color": {
  753. "__type__": "cc.Color",
  754. "r": 255,
  755. "g": 255,
  756. "b": 255,
  757. "a": 255
  758. },
  759. "_contentSize": {
  760. "__type__": "cc.Size",
  761. "width": 0,
  762. "height": 0
  763. },
  764. "_anchorPoint": {
  765. "__type__": "cc.Vec2",
  766. "x": 0.5,
  767. "y": 0.5
  768. },
  769. "_trs": {
  770. "__type__": "TypedArray",
  771. "ctor": "Float64Array",
  772. "array": [
  773. -140.858,
  774. 0,
  775. 0,
  776. 0,
  777. 0,
  778. 0,
  779. 1,
  780. 1,
  781. 1,
  782. 1
  783. ]
  784. },
  785. "_eulerAngles": {
  786. "__type__": "cc.Vec3",
  787. "x": 0,
  788. "y": 0,
  789. "z": 0
  790. },
  791. "_skewX": 0,
  792. "_skewY": 0,
  793. "_is3DNode": false,
  794. "_groupIndex": 0,
  795. "groupIndex": 0,
  796. "_id": ""
  797. },
  798. {
  799. "__type__": "4d3fcHTBlpMkp4oVmYBBuEb",
  800. "_name": "",
  801. "_objFlags": 0,
  802. "node": {
  803. "__id__": 20
  804. },
  805. "_enabled": true,
  806. "monster": {
  807. "__uuid__": "028a46d4-54b8-45e5-a0ba-b876325cef91"
  808. },
  809. "aniClip": {
  810. "__uuid__": "e3ebd73a-0310-4b77-a53f-b172447f8338"
  811. },
  812. "_num": 7,
  813. "_time": 0.2,
  814. "_delay": 0,
  815. "_id": ""
  816. },
  817. {
  818. "__type__": "cc.PrefabInfo",
  819. "root": {
  820. "__id__": 1
  821. },
  822. "asset": {
  823. "__id__": 0
  824. },
  825. "fileId": "955kTVB4dCvLl9k3/3jmUP",
  826. "sync": false
  827. },
  828. {
  829. "__type__": "cc.Widget",
  830. "_name": "",
  831. "_objFlags": 0,
  832. "node": {
  833. "__id__": 2
  834. },
  835. "_enabled": true,
  836. "alignMode": 1,
  837. "_target": null,
  838. "_alignFlags": 1,
  839. "_left": 0,
  840. "_right": 0,
  841. "_top": 0,
  842. "_bottom": 0,
  843. "_verticalCenter": 0,
  844. "_horizontalCenter": 0,
  845. "_isAbsLeft": true,
  846. "_isAbsRight": true,
  847. "_isAbsTop": true,
  848. "_isAbsBottom": true,
  849. "_isAbsHorizontalCenter": true,
  850. "_isAbsVerticalCenter": true,
  851. "_originalWidth": 0,
  852. "_originalHeight": 0,
  853. "_id": ""
  854. },
  855. {
  856. "__type__": "2ee92PWQr5EBIaSgbtCu5ic",
  857. "_name": "",
  858. "_objFlags": 0,
  859. "node": {
  860. "__id__": 2
  861. },
  862. "_enabled": true,
  863. "_id": ""
  864. },
  865. {
  866. "__type__": "cc.PrefabInfo",
  867. "root": {
  868. "__id__": 1
  869. },
  870. "asset": {
  871. "__id__": 0
  872. },
  873. "fileId": "92Mfve04RJ3ZU2Y0lNrCK4",
  874. "sync": false
  875. },
  876. {
  877. "__type__": "cc.Widget",
  878. "_name": "",
  879. "_objFlags": 0,
  880. "node": {
  881. "__id__": 1
  882. },
  883. "_enabled": true,
  884. "alignMode": 1,
  885. "_target": null,
  886. "_alignFlags": 45,
  887. "_left": 0,
  888. "_right": 0,
  889. "_top": 0,
  890. "_bottom": 0,
  891. "_verticalCenter": 0,
  892. "_horizontalCenter": 0,
  893. "_isAbsLeft": true,
  894. "_isAbsRight": true,
  895. "_isAbsTop": true,
  896. "_isAbsBottom": true,
  897. "_isAbsHorizontalCenter": true,
  898. "_isAbsVerticalCenter": true,
  899. "_originalWidth": 0,
  900. "_originalHeight": 0,
  901. "_id": ""
  902. },
  903. {
  904. "__type__": "cc.PrefabInfo",
  905. "root": {
  906. "__id__": 1
  907. },
  908. "asset": {
  909. "__id__": 0
  910. },
  911. "fileId": "",
  912. "sync": false
  913. }
  914. ]