AnnouncementUI.prefab 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071
  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": "AnnouncementUI",
  17. "_objFlags": 0,
  18. "_parent": null,
  19. "_children": [
  20. {
  21. "__id__": 2
  22. },
  23. {
  24. "__id__": 6
  25. },
  26. {
  27. "__id__": 14
  28. },
  29. {
  30. "__id__": 17
  31. },
  32. {
  33. "__id__": 23
  34. },
  35. {
  36. "__id__": 26
  37. }
  38. ],
  39. "_active": true,
  40. "_components": [
  41. {
  42. "__id__": 31
  43. }
  44. ],
  45. "_prefab": {
  46. "__id__": 32
  47. },
  48. "_opacity": 255,
  49. "_color": {
  50. "__type__": "cc.Color",
  51. "r": 255,
  52. "g": 255,
  53. "b": 255,
  54. "a": 255
  55. },
  56. "_contentSize": {
  57. "__type__": "cc.Size",
  58. "width": 2400,
  59. "height": 1080
  60. },
  61. "_anchorPoint": {
  62. "__type__": "cc.Vec2",
  63. "x": 0.5,
  64. "y": 0.5
  65. },
  66. "_trs": {
  67. "__type__": "TypedArray",
  68. "ctor": "Float64Array",
  69. "array": [
  70. 0,
  71. 0,
  72. 0,
  73. 0,
  74. 0,
  75. 0,
  76. 1,
  77. 1,
  78. 1,
  79. 1
  80. ]
  81. },
  82. "_eulerAngles": {
  83. "__type__": "cc.Vec3",
  84. "x": 0,
  85. "y": 0,
  86. "z": 0
  87. },
  88. "_skewX": 0,
  89. "_skewY": 0,
  90. "_is3DNode": false,
  91. "_groupIndex": 0,
  92. "groupIndex": 0,
  93. "_id": ""
  94. },
  95. {
  96. "__type__": "cc.Node",
  97. "_name": "mask",
  98. "_objFlags": 0,
  99. "_parent": {
  100. "__id__": 1
  101. },
  102. "_children": [],
  103. "_active": true,
  104. "_components": [
  105. {
  106. "__id__": 3
  107. },
  108. {
  109. "__id__": 4
  110. }
  111. ],
  112. "_prefab": {
  113. "__id__": 5
  114. },
  115. "_opacity": 204,
  116. "_color": {
  117. "__type__": "cc.Color",
  118. "r": 0,
  119. "g": 0,
  120. "b": 0,
  121. "a": 255
  122. },
  123. "_contentSize": {
  124. "__type__": "cc.Size",
  125. "width": 2400,
  126. "height": 1080
  127. },
  128. "_anchorPoint": {
  129. "__type__": "cc.Vec2",
  130. "x": 0.5,
  131. "y": 0.5
  132. },
  133. "_trs": {
  134. "__type__": "TypedArray",
  135. "ctor": "Float64Array",
  136. "array": [
  137. 0,
  138. 0,
  139. 0,
  140. 0,
  141. 0,
  142. 0,
  143. 1,
  144. 1,
  145. 1,
  146. 1
  147. ]
  148. },
  149. "_eulerAngles": {
  150. "__type__": "cc.Vec3",
  151. "x": 0,
  152. "y": 0,
  153. "z": 0
  154. },
  155. "_skewX": 0,
  156. "_skewY": 0,
  157. "_is3DNode": false,
  158. "_groupIndex": 0,
  159. "groupIndex": 0,
  160. "_id": ""
  161. },
  162. {
  163. "__type__": "cc.Sprite",
  164. "_name": "",
  165. "_objFlags": 0,
  166. "node": {
  167. "__id__": 2
  168. },
  169. "_enabled": true,
  170. "_materials": [
  171. {
  172. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  173. }
  174. ],
  175. "_srcBlendFactor": 770,
  176. "_dstBlendFactor": 771,
  177. "_spriteFrame": {
  178. "__uuid__": "05b69229-67ad-42c3-bf71-09c34d9def2b"
  179. },
  180. "_type": 1,
  181. "_sizeMode": 0,
  182. "_fillType": 0,
  183. "_fillCenter": {
  184. "__type__": "cc.Vec2",
  185. "x": 0,
  186. "y": 0
  187. },
  188. "_fillStart": 0,
  189. "_fillRange": 0,
  190. "_isTrimmedMode": true,
  191. "_atlas": null,
  192. "_id": ""
  193. },
  194. {
  195. "__type__": "62f58zwdOVN/rFVGtus3pDj",
  196. "_name": "",
  197. "_objFlags": 0,
  198. "node": {
  199. "__id__": 2
  200. },
  201. "_enabled": true,
  202. "widthFit": true,
  203. "heightFit": true,
  204. "_id": ""
  205. },
  206. {
  207. "__type__": "cc.PrefabInfo",
  208. "root": {
  209. "__id__": 1
  210. },
  211. "asset": {
  212. "__id__": 0
  213. },
  214. "fileId": "92gBRwSHpOcpQwJCKS35Bh",
  215. "sync": false
  216. },
  217. {
  218. "__type__": "cc.Node",
  219. "_name": "title",
  220. "_objFlags": 0,
  221. "_parent": {
  222. "__id__": 1
  223. },
  224. "_children": [
  225. {
  226. "__id__": 7
  227. }
  228. ],
  229. "_active": true,
  230. "_components": [
  231. {
  232. "__id__": 12
  233. }
  234. ],
  235. "_prefab": {
  236. "__id__": 13
  237. },
  238. "_opacity": 255,
  239. "_color": {
  240. "__type__": "cc.Color",
  241. "r": 255,
  242. "g": 255,
  243. "b": 255,
  244. "a": 255
  245. },
  246. "_contentSize": {
  247. "__type__": "cc.Size",
  248. "width": 500,
  249. "height": 77
  250. },
  251. "_anchorPoint": {
  252. "__type__": "cc.Vec2",
  253. "x": 0.5,
  254. "y": 0.5
  255. },
  256. "_trs": {
  257. "__type__": "TypedArray",
  258. "ctor": "Float64Array",
  259. "array": [
  260. 0,
  261. 367.446,
  262. 0,
  263. 0,
  264. 0,
  265. 0,
  266. 1,
  267. 1,
  268. 1,
  269. 1
  270. ]
  271. },
  272. "_eulerAngles": {
  273. "__type__": "cc.Vec3",
  274. "x": 0,
  275. "y": 0,
  276. "z": 0
  277. },
  278. "_skewX": 0,
  279. "_skewY": 0,
  280. "_is3DNode": false,
  281. "_groupIndex": 0,
  282. "groupIndex": 0,
  283. "_id": ""
  284. },
  285. {
  286. "__type__": "cc.Node",
  287. "_name": "lb",
  288. "_objFlags": 0,
  289. "_parent": {
  290. "__id__": 6
  291. },
  292. "_children": [],
  293. "_active": true,
  294. "_components": [
  295. {
  296. "__id__": 8
  297. },
  298. {
  299. "__id__": 9
  300. },
  301. {
  302. "__id__": 10
  303. }
  304. ],
  305. "_prefab": {
  306. "__id__": 11
  307. },
  308. "_opacity": 255,
  309. "_color": {
  310. "__type__": "cc.Color",
  311. "r": 255,
  312. "g": 255,
  313. "b": 255,
  314. "a": 255
  315. },
  316. "_contentSize": {
  317. "__type__": "cc.Size",
  318. "width": 271.92,
  319. "height": 58.92
  320. },
  321. "_anchorPoint": {
  322. "__type__": "cc.Vec2",
  323. "x": 0.5,
  324. "y": 0.5
  325. },
  326. "_trs": {
  327. "__type__": "TypedArray",
  328. "ctor": "Float64Array",
  329. "array": [
  330. 2.966,
  331. 0,
  332. 0,
  333. 0,
  334. 0,
  335. 0,
  336. 1,
  337. 1,
  338. 1,
  339. 1
  340. ]
  341. },
  342. "_eulerAngles": {
  343. "__type__": "cc.Vec3",
  344. "x": 0,
  345. "y": 0,
  346. "z": 0
  347. },
  348. "_skewX": 0,
  349. "_skewY": 0,
  350. "_is3DNode": false,
  351. "_groupIndex": 0,
  352. "groupIndex": 0,
  353. "_id": ""
  354. },
  355. {
  356. "__type__": "cc.Label",
  357. "_name": "",
  358. "_objFlags": 0,
  359. "node": {
  360. "__id__": 7
  361. },
  362. "_enabled": true,
  363. "_materials": [
  364. {
  365. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  366. }
  367. ],
  368. "_srcBlendFactor": 770,
  369. "_dstBlendFactor": 771,
  370. "_string": "announcement",
  371. "_N$string": "announcement",
  372. "_fontSize": 42,
  373. "_lineHeight": 42,
  374. "_enableWrapText": true,
  375. "_N$file": {
  376. "__uuid__": "53fae5bd-72f8-48d5-9465-9798bf9bde5c"
  377. },
  378. "_isSystemFontUsed": false,
  379. "_spacingX": 0,
  380. "_batchAsBitmap": false,
  381. "_styleFlags": 0,
  382. "_underlineHeight": 0,
  383. "_N$horizontalAlign": 1,
  384. "_N$verticalAlign": 1,
  385. "_N$fontFamily": "Arial",
  386. "_N$overflow": 0,
  387. "_N$cacheMode": 0,
  388. "_id": ""
  389. },
  390. {
  391. "__type__": "cc.LabelOutline",
  392. "_name": "",
  393. "_objFlags": 0,
  394. "node": {
  395. "__id__": 7
  396. },
  397. "_enabled": true,
  398. "_color": {
  399. "__type__": "cc.Color",
  400. "r": 38,
  401. "g": 17,
  402. "b": 12,
  403. "a": 255
  404. },
  405. "_width": 3,
  406. "_id": ""
  407. },
  408. {
  409. "__type__": "41ebaVoPpRA4Kp67XEdHfZn",
  410. "_name": "",
  411. "_objFlags": 0,
  412. "node": {
  413. "__id__": 7
  414. },
  415. "_enabled": true,
  416. "_englishCase": 0,
  417. "i18n_string": "t323",
  418. "i18n_params": [],
  419. "_addColon": false,
  420. "_id": ""
  421. },
  422. {
  423. "__type__": "cc.PrefabInfo",
  424. "root": {
  425. "__id__": 7
  426. },
  427. "asset": {
  428. "__uuid__": "b55c4816-1512-4abe-a683-117b4601b39a"
  429. },
  430. "fileId": "49Yg3kHxlLW4nbgia7dTfL",
  431. "sync": false
  432. },
  433. {
  434. "__type__": "cc.Sprite",
  435. "_name": "",
  436. "_objFlags": 0,
  437. "node": {
  438. "__id__": 6
  439. },
  440. "_enabled": true,
  441. "_materials": [
  442. {
  443. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  444. }
  445. ],
  446. "_srcBlendFactor": 770,
  447. "_dstBlendFactor": 771,
  448. "_spriteFrame": {
  449. "__uuid__": "272a1aee-0d11-4802-bb9f-deb5f9b22c51"
  450. },
  451. "_type": 0,
  452. "_sizeMode": 0,
  453. "_fillType": 0,
  454. "_fillCenter": {
  455. "__type__": "cc.Vec2",
  456. "x": 0,
  457. "y": 0
  458. },
  459. "_fillStart": 0,
  460. "_fillRange": 0,
  461. "_isTrimmedMode": true,
  462. "_atlas": null,
  463. "_id": ""
  464. },
  465. {
  466. "__type__": "cc.PrefabInfo",
  467. "root": {
  468. "__id__": 1
  469. },
  470. "asset": {
  471. "__id__": 0
  472. },
  473. "fileId": "3afgF5mg1HuLO3VAMWrA2o",
  474. "sync": false
  475. },
  476. {
  477. "__type__": "cc.Node",
  478. "_name": "frame",
  479. "_objFlags": 0,
  480. "_parent": {
  481. "__id__": 1
  482. },
  483. "_children": [],
  484. "_active": true,
  485. "_components": [
  486. {
  487. "__id__": 15
  488. }
  489. ],
  490. "_prefab": {
  491. "__id__": 16
  492. },
  493. "_opacity": 255,
  494. "_color": {
  495. "__type__": "cc.Color",
  496. "r": 255,
  497. "g": 255,
  498. "b": 255,
  499. "a": 255
  500. },
  501. "_contentSize": {
  502. "__type__": "cc.Size",
  503. "width": 1060,
  504. "height": 687
  505. },
  506. "_anchorPoint": {
  507. "__type__": "cc.Vec2",
  508. "x": 0.5,
  509. "y": 0.5
  510. },
  511. "_trs": {
  512. "__type__": "TypedArray",
  513. "ctor": "Float64Array",
  514. "array": [
  515. 0,
  516. 0,
  517. 0,
  518. 0,
  519. 0,
  520. 0,
  521. 1,
  522. 1,
  523. 1,
  524. 1
  525. ]
  526. },
  527. "_eulerAngles": {
  528. "__type__": "cc.Vec3",
  529. "x": 0,
  530. "y": 0,
  531. "z": 0
  532. },
  533. "_skewX": 0,
  534. "_skewY": 0,
  535. "_is3DNode": false,
  536. "_groupIndex": 0,
  537. "groupIndex": 0,
  538. "_id": ""
  539. },
  540. {
  541. "__type__": "cc.Sprite",
  542. "_name": "",
  543. "_objFlags": 0,
  544. "node": {
  545. "__id__": 14
  546. },
  547. "_enabled": true,
  548. "_materials": [
  549. {
  550. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  551. }
  552. ],
  553. "_srcBlendFactor": 770,
  554. "_dstBlendFactor": 771,
  555. "_spriteFrame": {
  556. "__uuid__": "e07f7d80-677d-4def-b648-88341c7a5b1a"
  557. },
  558. "_type": 1,
  559. "_sizeMode": 0,
  560. "_fillType": 0,
  561. "_fillCenter": {
  562. "__type__": "cc.Vec2",
  563. "x": 0,
  564. "y": 0
  565. },
  566. "_fillStart": 0,
  567. "_fillRange": 0,
  568. "_isTrimmedMode": true,
  569. "_atlas": null,
  570. "_id": ""
  571. },
  572. {
  573. "__type__": "cc.PrefabInfo",
  574. "root": {
  575. "__id__": 1
  576. },
  577. "asset": {
  578. "__id__": 0
  579. },
  580. "fileId": "e2jlfSNNhBJYaC2a3eSHs3",
  581. "sync": false
  582. },
  583. {
  584. "__type__": "cc.Node",
  585. "_name": "btn_close",
  586. "_objFlags": 0,
  587. "_parent": {
  588. "__id__": 1
  589. },
  590. "_children": [],
  591. "_active": true,
  592. "_components": [
  593. {
  594. "__id__": 18
  595. },
  596. {
  597. "__id__": 19
  598. },
  599. {
  600. "__id__": 20
  601. }
  602. ],
  603. "_prefab": {
  604. "__id__": 22
  605. },
  606. "_opacity": 255,
  607. "_color": {
  608. "__type__": "cc.Color",
  609. "r": 255,
  610. "g": 255,
  611. "b": 255,
  612. "a": 255
  613. },
  614. "_contentSize": {
  615. "__type__": "cc.Size",
  616. "width": 135,
  617. "height": 135
  618. },
  619. "_anchorPoint": {
  620. "__type__": "cc.Vec2",
  621. "x": 0.5,
  622. "y": 0.5
  623. },
  624. "_trs": {
  625. "__type__": "TypedArray",
  626. "ctor": "Float64Array",
  627. "array": [
  628. 480.597,
  629. 293.582,
  630. 0,
  631. 0,
  632. 0,
  633. 0,
  634. 1,
  635. 1,
  636. 1,
  637. 0
  638. ]
  639. },
  640. "_eulerAngles": {
  641. "__type__": "cc.Vec3",
  642. "x": 0,
  643. "y": 0,
  644. "z": 0
  645. },
  646. "_skewX": 0,
  647. "_skewY": 0,
  648. "_is3DNode": false,
  649. "_groupIndex": 0,
  650. "groupIndex": 0,
  651. "_id": ""
  652. },
  653. {
  654. "__type__": "cc.Sprite",
  655. "_name": "",
  656. "_objFlags": 0,
  657. "node": {
  658. "__id__": 17
  659. },
  660. "_enabled": true,
  661. "_materials": [
  662. {
  663. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  664. }
  665. ],
  666. "_srcBlendFactor": 770,
  667. "_dstBlendFactor": 771,
  668. "_spriteFrame": {
  669. "__uuid__": "23c8a125-f917-46e9-bcf8-5d8af9ec00c7"
  670. },
  671. "_type": 0,
  672. "_sizeMode": 1,
  673. "_fillType": 0,
  674. "_fillCenter": {
  675. "__type__": "cc.Vec2",
  676. "x": 0,
  677. "y": 0
  678. },
  679. "_fillStart": 0,
  680. "_fillRange": 0,
  681. "_isTrimmedMode": true,
  682. "_atlas": null,
  683. "_id": ""
  684. },
  685. {
  686. "__type__": "466e8BS6wJF6bKBj6rcxcSE",
  687. "_name": "",
  688. "_objFlags": 0,
  689. "node": {
  690. "__id__": 17
  691. },
  692. "_enabled": true,
  693. "openContinuous": true,
  694. "continuousTime": 0.2,
  695. "multiTouch": false,
  696. "_id": ""
  697. },
  698. {
  699. "__type__": "61994AafntNFIbmt1zoyLq+",
  700. "_name": "",
  701. "_objFlags": 0,
  702. "node": {
  703. "__id__": 17
  704. },
  705. "_enabled": true,
  706. "_normalMaterial": null,
  707. "_grayMaterial": null,
  708. "duration": 0.1,
  709. "zoomScale": 1.1,
  710. "clickEvents": [
  711. {
  712. "__id__": 21
  713. }
  714. ],
  715. "_N$interactable": true,
  716. "_N$enableAutoGrayEffect": false,
  717. "_N$transition": 3,
  718. "transition": 3,
  719. "_N$normalColor": {
  720. "__type__": "cc.Color",
  721. "r": 255,
  722. "g": 255,
  723. "b": 255,
  724. "a": 255
  725. },
  726. "_N$pressedColor": {
  727. "__type__": "cc.Color",
  728. "r": 211,
  729. "g": 211,
  730. "b": 211,
  731. "a": 255
  732. },
  733. "pressedColor": {
  734. "__type__": "cc.Color",
  735. "r": 211,
  736. "g": 211,
  737. "b": 211,
  738. "a": 255
  739. },
  740. "_N$hoverColor": {
  741. "__type__": "cc.Color",
  742. "r": 255,
  743. "g": 255,
  744. "b": 255,
  745. "a": 255
  746. },
  747. "hoverColor": {
  748. "__type__": "cc.Color",
  749. "r": 255,
  750. "g": 255,
  751. "b": 255,
  752. "a": 255
  753. },
  754. "_N$disabledColor": {
  755. "__type__": "cc.Color",
  756. "r": 124,
  757. "g": 124,
  758. "b": 124,
  759. "a": 255
  760. },
  761. "_N$normalSprite": null,
  762. "_N$pressedSprite": null,
  763. "pressedSprite": null,
  764. "_N$hoverSprite": null,
  765. "hoverSprite": null,
  766. "_N$disabledSprite": null,
  767. "_N$target": null,
  768. "_id": ""
  769. },
  770. {
  771. "__type__": "cc.ClickEvent",
  772. "target": {
  773. "__id__": 1
  774. },
  775. "component": "",
  776. "_componentId": "3d746JRekVCto2fx3zkV3vT",
  777. "handler": "hide",
  778. "customEventData": ""
  779. },
  780. {
  781. "__type__": "cc.PrefabInfo",
  782. "root": {
  783. "__id__": 1
  784. },
  785. "asset": {
  786. "__id__": 0
  787. },
  788. "fileId": "daqv9bSG5Oo4dr0Idm+94T",
  789. "sync": false
  790. },
  791. {
  792. "__type__": "cc.Node",
  793. "_name": "content",
  794. "_objFlags": 0,
  795. "_parent": {
  796. "__id__": 1
  797. },
  798. "_children": [],
  799. "_active": true,
  800. "_components": [
  801. {
  802. "__id__": 24
  803. }
  804. ],
  805. "_prefab": {
  806. "__id__": 25
  807. },
  808. "_opacity": 255,
  809. "_color": {
  810. "__type__": "cc.Color",
  811. "r": 255,
  812. "g": 255,
  813. "b": 255,
  814. "a": 255
  815. },
  816. "_contentSize": {
  817. "__type__": "cc.Size",
  818. "width": 920,
  819. "height": 550
  820. },
  821. "_anchorPoint": {
  822. "__type__": "cc.Vec2",
  823. "x": 0.5,
  824. "y": 0.5
  825. },
  826. "_trs": {
  827. "__type__": "TypedArray",
  828. "ctor": "Float64Array",
  829. "array": [
  830. 0,
  831. 0,
  832. 0,
  833. 0,
  834. 0,
  835. 0,
  836. 1,
  837. 1,
  838. 1,
  839. 1
  840. ]
  841. },
  842. "_eulerAngles": {
  843. "__type__": "cc.Vec3",
  844. "x": 0,
  845. "y": 0,
  846. "z": 0
  847. },
  848. "_skewX": 0,
  849. "_skewY": 0,
  850. "_is3DNode": false,
  851. "_groupIndex": 0,
  852. "groupIndex": 0,
  853. "_id": ""
  854. },
  855. {
  856. "__type__": "cc.Sprite",
  857. "_name": "",
  858. "_objFlags": 0,
  859. "node": {
  860. "__id__": 23
  861. },
  862. "_enabled": true,
  863. "_materials": [
  864. {
  865. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  866. }
  867. ],
  868. "_srcBlendFactor": 770,
  869. "_dstBlendFactor": 771,
  870. "_spriteFrame": {
  871. "__uuid__": "f2a9fd92-10f7-4e39-b1e4-54d0059b8c1f"
  872. },
  873. "_type": 1,
  874. "_sizeMode": 0,
  875. "_fillType": 0,
  876. "_fillCenter": {
  877. "__type__": "cc.Vec2",
  878. "x": 0,
  879. "y": 0
  880. },
  881. "_fillStart": 0,
  882. "_fillRange": 0,
  883. "_isTrimmedMode": true,
  884. "_atlas": null,
  885. "_id": ""
  886. },
  887. {
  888. "__type__": "cc.PrefabInfo",
  889. "root": {
  890. "__id__": 1
  891. },
  892. "asset": {
  893. "__id__": 0
  894. },
  895. "fileId": "71CYuepuJKlbmHukqyI5fR",
  896. "sync": false
  897. },
  898. {
  899. "__type__": "cc.Node",
  900. "_name": "lb",
  901. "_objFlags": 0,
  902. "_parent": {
  903. "__id__": 1
  904. },
  905. "_children": [],
  906. "_active": true,
  907. "_components": [
  908. {
  909. "__id__": 27
  910. },
  911. {
  912. "__id__": 28
  913. },
  914. {
  915. "__id__": 29
  916. }
  917. ],
  918. "_prefab": {
  919. "__id__": 30
  920. },
  921. "_opacity": 255,
  922. "_color": {
  923. "__type__": "cc.Color",
  924. "r": 255,
  925. "g": 255,
  926. "b": 255,
  927. "a": 255
  928. },
  929. "_contentSize": {
  930. "__type__": "cc.Size",
  931. "width": 27.46,
  932. "height": 56.4
  933. },
  934. "_anchorPoint": {
  935. "__type__": "cc.Vec2",
  936. "x": 0,
  937. "y": 0.5
  938. },
  939. "_trs": {
  940. "__type__": "TypedArray",
  941. "ctor": "Float64Array",
  942. "array": [
  943. -438.725,
  944. 236.157,
  945. 0,
  946. 0,
  947. 0,
  948. 0,
  949. 1,
  950. 1,
  951. 1,
  952. 1
  953. ]
  954. },
  955. "_eulerAngles": {
  956. "__type__": "cc.Vec3",
  957. "x": 0,
  958. "y": 0,
  959. "z": 0
  960. },
  961. "_skewX": 0,
  962. "_skewY": 0,
  963. "_is3DNode": false,
  964. "_groupIndex": 0,
  965. "groupIndex": 0,
  966. "_id": ""
  967. },
  968. {
  969. "__type__": "cc.Label",
  970. "_name": "",
  971. "_objFlags": 0,
  972. "node": {
  973. "__id__": 26
  974. },
  975. "_enabled": true,
  976. "_materials": [
  977. {
  978. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  979. }
  980. ],
  981. "_srcBlendFactor": 770,
  982. "_dstBlendFactor": 771,
  983. "_string": "lb",
  984. "_N$string": "lb",
  985. "_fontSize": 30,
  986. "_lineHeight": 40,
  987. "_enableWrapText": true,
  988. "_N$file": {
  989. "__uuid__": "53fae5bd-72f8-48d5-9465-9798bf9bde5c"
  990. },
  991. "_isSystemFontUsed": false,
  992. "_spacingX": 0,
  993. "_batchAsBitmap": false,
  994. "_styleFlags": 0,
  995. "_underlineHeight": 0,
  996. "_N$horizontalAlign": 1,
  997. "_N$verticalAlign": 1,
  998. "_N$fontFamily": "Arial",
  999. "_N$overflow": 0,
  1000. "_N$cacheMode": 0,
  1001. "_id": ""
  1002. },
  1003. {
  1004. "__type__": "cc.LabelOutline",
  1005. "_name": "",
  1006. "_objFlags": 0,
  1007. "node": {
  1008. "__id__": 26
  1009. },
  1010. "_enabled": true,
  1011. "_color": {
  1012. "__type__": "cc.Color",
  1013. "r": 38,
  1014. "g": 17,
  1015. "b": 12,
  1016. "a": 255
  1017. },
  1018. "_width": 3,
  1019. "_id": ""
  1020. },
  1021. {
  1022. "__type__": "41ebaVoPpRA4Kp67XEdHfZn",
  1023. "_name": "",
  1024. "_objFlags": 0,
  1025. "node": {
  1026. "__id__": 26
  1027. },
  1028. "_enabled": true,
  1029. "_englishCase": 0,
  1030. "i18n_string": "",
  1031. "i18n_params": [],
  1032. "_addColon": false,
  1033. "_id": ""
  1034. },
  1035. {
  1036. "__type__": "cc.PrefabInfo",
  1037. "root": {
  1038. "__id__": 26
  1039. },
  1040. "asset": {
  1041. "__uuid__": "b55c4816-1512-4abe-a683-117b4601b39a"
  1042. },
  1043. "fileId": "c6jyjqItJP1K2HImkaotO3",
  1044. "sync": false
  1045. },
  1046. {
  1047. "__type__": "3d746JRekVCto2fx3zkV3vT",
  1048. "_name": "",
  1049. "_objFlags": 0,
  1050. "node": {
  1051. "__id__": 1
  1052. },
  1053. "_enabled": true,
  1054. "quickClose": false,
  1055. "cache": false,
  1056. "showType": 500,
  1057. "prevent": true,
  1058. "_id": ""
  1059. },
  1060. {
  1061. "__type__": "cc.PrefabInfo",
  1062. "root": {
  1063. "__id__": 1
  1064. },
  1065. "asset": {
  1066. "__id__": 0
  1067. },
  1068. "fileId": "",
  1069. "sync": false
  1070. }
  1071. ]