level4.prefab 16 KB

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