gameplay_view.prefab 16 KB

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