notice_popup.prefab 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864
  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. },
  13. {
  14. "__type__": "cc.Node",
  15. "_name": "notice_popup",
  16. "_objFlags": 0,
  17. "_parent": null,
  18. "_children": [
  19. {
  20. "__id__": 2
  21. },
  22. {
  23. "__id__": 12
  24. },
  25. {
  26. "__id__": 25
  27. }
  28. ],
  29. "_tag": -1,
  30. "_active": true,
  31. "_components": [
  32. {
  33. "__id__": 27
  34. }
  35. ],
  36. "_prefab": {
  37. "__id__": 28
  38. },
  39. "_id": "",
  40. "_opacity": 255,
  41. "_color": {
  42. "__type__": "cc.Color",
  43. "r": 255,
  44. "g": 255,
  45. "b": 255,
  46. "a": 255
  47. },
  48. "_cascadeOpacityEnabled": true,
  49. "_anchorPoint": {
  50. "__type__": "cc.Vec2",
  51. "x": 0.5,
  52. "y": 0.5
  53. },
  54. "_contentSize": {
  55. "__type__": "cc.Size",
  56. "width": 0,
  57. "height": 0
  58. },
  59. "_rotationX": 0,
  60. "_rotationY": 0,
  61. "_scaleX": 1,
  62. "_scaleY": 1,
  63. "_position": {
  64. "__type__": "cc.Vec2",
  65. "x": 0,
  66. "y": -1000
  67. },
  68. "_skewX": 0,
  69. "_skewY": 0,
  70. "_localZOrder": 0,
  71. "_globalZOrder": 0,
  72. "_opacityModifyRGB": false,
  73. "groupIndex": 0
  74. },
  75. {
  76. "__type__": "cc.Node",
  77. "_name": "popup_bd",
  78. "_objFlags": 0,
  79. "_parent": {
  80. "__id__": 1
  81. },
  82. "_children": [
  83. {
  84. "__id__": 3
  85. }
  86. ],
  87. "_tag": -1,
  88. "_active": true,
  89. "_components": [
  90. {
  91. "__id__": 10
  92. }
  93. ],
  94. "_prefab": {
  95. "__id__": 11
  96. },
  97. "_id": "",
  98. "_opacity": 255,
  99. "_color": {
  100. "__type__": "cc.Color",
  101. "r": 255,
  102. "g": 255,
  103. "b": 255,
  104. "a": 255
  105. },
  106. "_cascadeOpacityEnabled": true,
  107. "_anchorPoint": {
  108. "__type__": "cc.Vec2",
  109. "x": 0.5,
  110. "y": 0.5
  111. },
  112. "_contentSize": {
  113. "__type__": "cc.Size",
  114. "width": 700,
  115. "height": 1000
  116. },
  117. "_rotationX": 0,
  118. "_rotationY": 0,
  119. "_scaleX": 1,
  120. "_scaleY": 1,
  121. "_position": {
  122. "__type__": "cc.Vec2",
  123. "x": 0,
  124. "y": 0
  125. },
  126. "_skewX": 0,
  127. "_skewY": 0,
  128. "_localZOrder": 0,
  129. "_globalZOrder": 0,
  130. "_opacityModifyRGB": false,
  131. "groupIndex": 0
  132. },
  133. {
  134. "__type__": "cc.Node",
  135. "_name": "close_btn",
  136. "_objFlags": 0,
  137. "_parent": {
  138. "__id__": 2
  139. },
  140. "_children": [
  141. {
  142. "__id__": 4
  143. }
  144. ],
  145. "_tag": -1,
  146. "_active": true,
  147. "_components": [
  148. {
  149. "__id__": 7
  150. }
  151. ],
  152. "_prefab": {
  153. "__id__": 9
  154. },
  155. "_id": "",
  156. "_opacity": 255,
  157. "_color": {
  158. "__type__": "cc.Color",
  159. "r": 255,
  160. "g": 255,
  161. "b": 255,
  162. "a": 255
  163. },
  164. "_cascadeOpacityEnabled": true,
  165. "_anchorPoint": {
  166. "__type__": "cc.Vec2",
  167. "x": 0.5,
  168. "y": 0.5
  169. },
  170. "_contentSize": {
  171. "__type__": "cc.Size",
  172. "width": 50,
  173. "height": 50
  174. },
  175. "_rotationX": 0,
  176. "_rotationY": 0,
  177. "_scaleX": 1,
  178. "_scaleY": 1,
  179. "_position": {
  180. "__type__": "cc.Vec2",
  181. "x": 294.4,
  182. "y": 443.3
  183. },
  184. "_skewX": 0,
  185. "_skewY": 0,
  186. "_localZOrder": 0,
  187. "_globalZOrder": 0,
  188. "_opacityModifyRGB": false,
  189. "groupIndex": 0
  190. },
  191. {
  192. "__type__": "cc.Node",
  193. "_name": "New Sprite",
  194. "_objFlags": 0,
  195. "_parent": {
  196. "__id__": 3
  197. },
  198. "_children": [],
  199. "_tag": -1,
  200. "_active": true,
  201. "_components": [
  202. {
  203. "__id__": 5
  204. }
  205. ],
  206. "_prefab": {
  207. "__id__": 6
  208. },
  209. "_id": "",
  210. "_opacity": 255,
  211. "_color": {
  212. "__type__": "cc.Color",
  213. "r": 255,
  214. "g": 255,
  215. "b": 255,
  216. "a": 255
  217. },
  218. "_cascadeOpacityEnabled": true,
  219. "_anchorPoint": {
  220. "__type__": "cc.Vec2",
  221. "x": 0.5,
  222. "y": 0.5
  223. },
  224. "_contentSize": {
  225. "__type__": "cc.Size",
  226. "width": 32,
  227. "height": 32
  228. },
  229. "_rotationX": 0,
  230. "_rotationY": 0,
  231. "_scaleX": 1,
  232. "_scaleY": 1,
  233. "_position": {
  234. "__type__": "cc.Vec2",
  235. "x": 0,
  236. "y": 0
  237. },
  238. "_skewX": 0,
  239. "_skewY": 0,
  240. "_localZOrder": 0,
  241. "_globalZOrder": 0,
  242. "_opacityModifyRGB": false,
  243. "groupIndex": 0
  244. },
  245. {
  246. "__type__": "cc.Sprite",
  247. "_name": "",
  248. "_objFlags": 0,
  249. "node": {
  250. "__id__": 4
  251. },
  252. "_enabled": true,
  253. "_spriteFrame": {
  254. "__uuid__": "c05599d0-d3dc-4124-b126-9e5a6c601822"
  255. },
  256. "_type": 0,
  257. "_sizeMode": 1,
  258. "_fillType": 0,
  259. "_fillCenter": {
  260. "__type__": "cc.Vec2",
  261. "x": 0,
  262. "y": 0
  263. },
  264. "_fillStart": 0,
  265. "_fillRange": 0,
  266. "_isTrimmedMode": true,
  267. "_srcBlendFactor": 770,
  268. "_dstBlendFactor": 771,
  269. "_atlas": null
  270. },
  271. {
  272. "__type__": "cc.PrefabInfo",
  273. "root": {
  274. "__id__": 1
  275. },
  276. "asset": {
  277. "__uuid__": "89406723-aa8b-43a4-8618-cda6a1789967"
  278. },
  279. "fileId": "0e+brL3gZHn4vea1bwCYHU",
  280. "sync": false
  281. },
  282. {
  283. "__type__": "cc.Button",
  284. "_name": "",
  285. "_objFlags": 0,
  286. "node": {
  287. "__id__": 3
  288. },
  289. "_enabled": true,
  290. "transition": 1,
  291. "pressedColor": {
  292. "__type__": "cc.Color",
  293. "r": 120,
  294. "g": 120,
  295. "b": 120,
  296. "a": 255
  297. },
  298. "hoverColor": {
  299. "__type__": "cc.Color",
  300. "r": 255,
  301. "g": 255,
  302. "b": 255,
  303. "a": 255
  304. },
  305. "duration": 0.1,
  306. "zoomScale": 1.2,
  307. "clickEvents": [
  308. {
  309. "__id__": 8
  310. }
  311. ],
  312. "_N$interactable": true,
  313. "_N$enableAutoGrayEffect": false,
  314. "_N$normalColor": {
  315. "__type__": "cc.Color",
  316. "r": 255,
  317. "g": 255,
  318. "b": 255,
  319. "a": 255
  320. },
  321. "_N$disabledColor": {
  322. "__type__": "cc.Color",
  323. "r": 255,
  324. "g": 255,
  325. "b": 255,
  326. "a": 255
  327. },
  328. "_N$normalSprite": null,
  329. "_N$pressedSprite": null,
  330. "pressedSprite": null,
  331. "_N$hoverSprite": null,
  332. "hoverSprite": null,
  333. "_N$disabledSprite": null,
  334. "_N$target": {
  335. "__id__": 3
  336. }
  337. },
  338. {
  339. "__type__": "cc.ClickEvent",
  340. "target": {
  341. "__id__": 1
  342. },
  343. "component": "NoticePopup",
  344. "handler": "close",
  345. "customEventData": ""
  346. },
  347. {
  348. "__type__": "cc.PrefabInfo",
  349. "root": {
  350. "__id__": 1
  351. },
  352. "asset": {
  353. "__uuid__": "89406723-aa8b-43a4-8618-cda6a1789967"
  354. },
  355. "fileId": "17SoXee29ASKBntCHZjiAY",
  356. "sync": false
  357. },
  358. {
  359. "__type__": "cc.Sprite",
  360. "_name": "",
  361. "_objFlags": 0,
  362. "node": {
  363. "__id__": 2
  364. },
  365. "_enabled": true,
  366. "_spriteFrame": {
  367. "__uuid__": "f77c177d-60ed-4171-a329-3aeeab60b13d"
  368. },
  369. "_type": 1,
  370. "_sizeMode": 0,
  371. "_fillType": 0,
  372. "_fillCenter": {
  373. "__type__": "cc.Vec2",
  374. "x": 0,
  375. "y": 0
  376. },
  377. "_fillStart": 0,
  378. "_fillRange": 0,
  379. "_isTrimmedMode": true,
  380. "_srcBlendFactor": 770,
  381. "_dstBlendFactor": 771,
  382. "_atlas": null
  383. },
  384. {
  385. "__type__": "cc.PrefabInfo",
  386. "root": {
  387. "__id__": 1
  388. },
  389. "asset": {
  390. "__uuid__": "89406723-aa8b-43a4-8618-cda6a1789967"
  391. },
  392. "fileId": "5cYAQoPlhO2JBFvxdLkeTg",
  393. "sync": false
  394. },
  395. {
  396. "__type__": "cc.Node",
  397. "_name": "popup_hd",
  398. "_objFlags": 0,
  399. "_parent": {
  400. "__id__": 1
  401. },
  402. "_children": [
  403. {
  404. "__id__": 13
  405. },
  406. {
  407. "__id__": 16
  408. },
  409. {
  410. "__id__": 19
  411. }
  412. ],
  413. "_tag": -1,
  414. "_active": true,
  415. "_components": [
  416. {
  417. "__id__": 23
  418. }
  419. ],
  420. "_prefab": {
  421. "__id__": 24
  422. },
  423. "_id": "",
  424. "_opacity": 255,
  425. "_color": {
  426. "__type__": "cc.Color",
  427. "r": 255,
  428. "g": 255,
  429. "b": 255,
  430. "a": 255
  431. },
  432. "_cascadeOpacityEnabled": true,
  433. "_anchorPoint": {
  434. "__type__": "cc.Vec2",
  435. "x": 0.5,
  436. "y": 0.5
  437. },
  438. "_contentSize": {
  439. "__type__": "cc.Size",
  440. "width": 0,
  441. "height": 120
  442. },
  443. "_rotationX": 0,
  444. "_rotationY": 0,
  445. "_scaleX": 1,
  446. "_scaleY": 1,
  447. "_position": {
  448. "__type__": "cc.Vec2",
  449. "x": 0,
  450. "y": 493.8
  451. },
  452. "_skewX": 0,
  453. "_skewY": 0,
  454. "_localZOrder": 0,
  455. "_globalZOrder": 0,
  456. "_opacityModifyRGB": false,
  457. "groupIndex": 0
  458. },
  459. {
  460. "__type__": "cc.Node",
  461. "_name": "colour_bar_left",
  462. "_objFlags": 0,
  463. "_parent": {
  464. "__id__": 12
  465. },
  466. "_children": [],
  467. "_tag": -1,
  468. "_active": true,
  469. "_components": [
  470. {
  471. "__id__": 14
  472. }
  473. ],
  474. "_prefab": {
  475. "__id__": 15
  476. },
  477. "_id": "",
  478. "_opacity": 255,
  479. "_color": {
  480. "__type__": "cc.Color",
  481. "r": 255,
  482. "g": 255,
  483. "b": 255,
  484. "a": 255
  485. },
  486. "_cascadeOpacityEnabled": true,
  487. "_anchorPoint": {
  488. "__type__": "cc.Vec2",
  489. "x": 0.5,
  490. "y": 0.5
  491. },
  492. "_contentSize": {
  493. "__type__": "cc.Size",
  494. "width": 212,
  495. "height": 120
  496. },
  497. "_rotationX": 0,
  498. "_rotationY": 0,
  499. "_scaleX": 1,
  500. "_scaleY": 1,
  501. "_position": {
  502. "__type__": "cc.Vec2",
  503. "x": -106,
  504. "y": 0
  505. },
  506. "_skewX": 0,
  507. "_skewY": 0,
  508. "_localZOrder": 0,
  509. "_globalZOrder": 0,
  510. "_opacityModifyRGB": false,
  511. "groupIndex": 0
  512. },
  513. {
  514. "__type__": "cc.Sprite",
  515. "_name": "",
  516. "_objFlags": 0,
  517. "node": {
  518. "__id__": 13
  519. },
  520. "_enabled": true,
  521. "_spriteFrame": {
  522. "__uuid__": "bcf51e55-82c5-4d2a-be8a-81da8c24249d"
  523. },
  524. "_type": 0,
  525. "_sizeMode": 1,
  526. "_fillType": 0,
  527. "_fillCenter": {
  528. "__type__": "cc.Vec2",
  529. "x": 0,
  530. "y": 0
  531. },
  532. "_fillStart": 0,
  533. "_fillRange": 0,
  534. "_isTrimmedMode": true,
  535. "_srcBlendFactor": 770,
  536. "_dstBlendFactor": 771,
  537. "_atlas": null
  538. },
  539. {
  540. "__type__": "cc.PrefabInfo",
  541. "root": {
  542. "__id__": 1
  543. },
  544. "asset": {
  545. "__uuid__": "89406723-aa8b-43a4-8618-cda6a1789967"
  546. },
  547. "fileId": "62ebqQYspF+qdSVXXEZe3D",
  548. "sync": false
  549. },
  550. {
  551. "__type__": "cc.Node",
  552. "_name": "colour_bar_right",
  553. "_objFlags": 0,
  554. "_parent": {
  555. "__id__": 12
  556. },
  557. "_children": [],
  558. "_tag": -1,
  559. "_active": true,
  560. "_components": [
  561. {
  562. "__id__": 17
  563. }
  564. ],
  565. "_prefab": {
  566. "__id__": 18
  567. },
  568. "_id": "",
  569. "_opacity": 255,
  570. "_color": {
  571. "__type__": "cc.Color",
  572. "r": 255,
  573. "g": 255,
  574. "b": 255,
  575. "a": 255
  576. },
  577. "_cascadeOpacityEnabled": true,
  578. "_anchorPoint": {
  579. "__type__": "cc.Vec2",
  580. "x": 0.5,
  581. "y": 0.5
  582. },
  583. "_contentSize": {
  584. "__type__": "cc.Size",
  585. "width": 212,
  586. "height": 120
  587. },
  588. "_rotationX": 0,
  589. "_rotationY": 0,
  590. "_scaleX": -1,
  591. "_scaleY": 1,
  592. "_position": {
  593. "__type__": "cc.Vec2",
  594. "x": 106,
  595. "y": 0
  596. },
  597. "_skewX": 0,
  598. "_skewY": 0,
  599. "_localZOrder": 0,
  600. "_globalZOrder": 0,
  601. "_opacityModifyRGB": false,
  602. "groupIndex": 0
  603. },
  604. {
  605. "__type__": "cc.Sprite",
  606. "_name": "",
  607. "_objFlags": 0,
  608. "node": {
  609. "__id__": 16
  610. },
  611. "_enabled": true,
  612. "_spriteFrame": {
  613. "__uuid__": "bcf51e55-82c5-4d2a-be8a-81da8c24249d"
  614. },
  615. "_type": 0,
  616. "_sizeMode": 1,
  617. "_fillType": 0,
  618. "_fillCenter": {
  619. "__type__": "cc.Vec2",
  620. "x": 0,
  621. "y": 0
  622. },
  623. "_fillStart": 0,
  624. "_fillRange": 0,
  625. "_isTrimmedMode": true,
  626. "_srcBlendFactor": 770,
  627. "_dstBlendFactor": 771,
  628. "_atlas": null
  629. },
  630. {
  631. "__type__": "cc.PrefabInfo",
  632. "root": {
  633. "__id__": 1
  634. },
  635. "asset": {
  636. "__uuid__": "89406723-aa8b-43a4-8618-cda6a1789967"
  637. },
  638. "fileId": "d8uQvMA4RF1LvI5Zj86PYL",
  639. "sync": false
  640. },
  641. {
  642. "__type__": "cc.Node",
  643. "_name": "title",
  644. "_objFlags": 0,
  645. "_parent": {
  646. "__id__": 12
  647. },
  648. "_children": [],
  649. "_tag": -1,
  650. "_active": true,
  651. "_components": [
  652. {
  653. "__id__": 20
  654. },
  655. {
  656. "__id__": 21
  657. }
  658. ],
  659. "_prefab": {
  660. "__id__": 22
  661. },
  662. "_id": "",
  663. "_opacity": 255,
  664. "_color": {
  665. "__type__": "cc.Color",
  666. "r": 255,
  667. "g": 255,
  668. "b": 255,
  669. "a": 255
  670. },
  671. "_cascadeOpacityEnabled": true,
  672. "_anchorPoint": {
  673. "__type__": "cc.Vec2",
  674. "x": 0.5,
  675. "y": 0.5
  676. },
  677. "_contentSize": {
  678. "__type__": "cc.Size",
  679. "width": 86,
  680. "height": 40
  681. },
  682. "_rotationX": 0,
  683. "_rotationY": 0,
  684. "_scaleX": 1,
  685. "_scaleY": 1,
  686. "_position": {
  687. "__type__": "cc.Vec2",
  688. "x": 0,
  689. "y": 15
  690. },
  691. "_skewX": 0,
  692. "_skewY": 0,
  693. "_localZOrder": 0,
  694. "_globalZOrder": 0,
  695. "_opacityModifyRGB": false,
  696. "groupIndex": 0
  697. },
  698. {
  699. "__type__": "cc.Label",
  700. "_name": "",
  701. "_objFlags": 0,
  702. "node": {
  703. "__id__": 19
  704. },
  705. "_enabled": true,
  706. "_useOriginalSize": false,
  707. "_actualFontSize": 40,
  708. "_fontSize": 40,
  709. "_lineHeight": 40,
  710. "_enableWrapText": true,
  711. "_N$file": null,
  712. "_isSystemFontUsed": true,
  713. "_spacingX": 0,
  714. "_N$string": "消息",
  715. "_N$horizontalAlign": 1,
  716. "_N$verticalAlign": 1,
  717. "_N$fontFamily": "Arial",
  718. "_N$overflow": 0
  719. },
  720. {
  721. "__type__": "cc.LabelOutline",
  722. "_name": "",
  723. "_objFlags": 0,
  724. "node": {
  725. "__id__": 19
  726. },
  727. "_enabled": true,
  728. "_color": {
  729. "__type__": "cc.Color",
  730. "r": 222,
  731. "g": 87,
  732. "b": 119,
  733. "a": 255
  734. },
  735. "_width": 3
  736. },
  737. {
  738. "__type__": "cc.PrefabInfo",
  739. "root": {
  740. "__id__": 1
  741. },
  742. "asset": {
  743. "__uuid__": "89406723-aa8b-43a4-8618-cda6a1789967"
  744. },
  745. "fileId": "e5AUuJ5aJDiKidZfQX7fp5",
  746. "sync": false
  747. },
  748. {
  749. "__type__": "cc.Sprite",
  750. "_name": "",
  751. "_objFlags": 0,
  752. "node": {
  753. "__id__": 12
  754. },
  755. "_enabled": true,
  756. "_spriteFrame": null,
  757. "_type": 0,
  758. "_sizeMode": 1,
  759. "_fillType": 0,
  760. "_fillCenter": {
  761. "__type__": "cc.Vec2",
  762. "x": 0,
  763. "y": 0
  764. },
  765. "_fillStart": 0,
  766. "_fillRange": 0,
  767. "_isTrimmedMode": true,
  768. "_srcBlendFactor": 770,
  769. "_dstBlendFactor": 771,
  770. "_atlas": null
  771. },
  772. {
  773. "__type__": "cc.PrefabInfo",
  774. "root": {
  775. "__id__": 1
  776. },
  777. "asset": {
  778. "__uuid__": "89406723-aa8b-43a4-8618-cda6a1789967"
  779. },
  780. "fileId": "7eJnV7OYZAqobEX+4RTn79",
  781. "sync": false
  782. },
  783. {
  784. "__type__": "cc.Node",
  785. "_name": "popup_ft",
  786. "_objFlags": 0,
  787. "_parent": {
  788. "__id__": 1
  789. },
  790. "_children": [],
  791. "_tag": -1,
  792. "_active": true,
  793. "_components": [],
  794. "_prefab": {
  795. "__id__": 26
  796. },
  797. "_id": "",
  798. "_opacity": 255,
  799. "_color": {
  800. "__type__": "cc.Color",
  801. "r": 255,
  802. "g": 255,
  803. "b": 255,
  804. "a": 255
  805. },
  806. "_cascadeOpacityEnabled": true,
  807. "_anchorPoint": {
  808. "__type__": "cc.Vec2",
  809. "x": 0.5,
  810. "y": 0.5
  811. },
  812. "_contentSize": {
  813. "__type__": "cc.Size",
  814. "width": 0,
  815. "height": 0
  816. },
  817. "_rotationX": 0,
  818. "_rotationY": 0,
  819. "_scaleX": 1,
  820. "_scaleY": 1,
  821. "_position": {
  822. "__type__": "cc.Vec2",
  823. "x": 0,
  824. "y": 0
  825. },
  826. "_skewX": 0,
  827. "_skewY": 0,
  828. "_localZOrder": 0,
  829. "_globalZOrder": 0,
  830. "_opacityModifyRGB": false,
  831. "groupIndex": 0
  832. },
  833. {
  834. "__type__": "cc.PrefabInfo",
  835. "root": {
  836. "__id__": 1
  837. },
  838. "asset": {
  839. "__uuid__": "89406723-aa8b-43a4-8618-cda6a1789967"
  840. },
  841. "fileId": "43ei13sQlKJKEnG7B7GxYX",
  842. "sync": false
  843. },
  844. {
  845. "__type__": "f1e0ece3XNIEJr1osg72py8",
  846. "_name": "",
  847. "_objFlags": 0,
  848. "node": {
  849. "__id__": 1
  850. },
  851. "_enabled": true
  852. },
  853. {
  854. "__type__": "cc.PrefabInfo",
  855. "root": {
  856. "__id__": 1
  857. },
  858. "asset": {
  859. "__uuid__": "89406723-aa8b-43a4-8618-cda6a1789967"
  860. },
  861. "fileId": "e7cuFQMv5JAomoQ2wJRVmn",
  862. "sync": false
  863. }
  864. ]