AnnouncementUI.prefab 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065
  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__": "b1f64ee3-dd78-476c-bb28-83d9997f558e"
  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": 283.55,
  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": 35,
  401. "g": 16,
  402. "b": 16,
  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": null,
  449. "_type": 0,
  450. "_sizeMode": 0,
  451. "_fillType": 0,
  452. "_fillCenter": {
  453. "__type__": "cc.Vec2",
  454. "x": 0,
  455. "y": 0
  456. },
  457. "_fillStart": 0,
  458. "_fillRange": 0,
  459. "_isTrimmedMode": true,
  460. "_atlas": null,
  461. "_id": ""
  462. },
  463. {
  464. "__type__": "cc.PrefabInfo",
  465. "root": {
  466. "__id__": 1
  467. },
  468. "asset": {
  469. "__id__": 0
  470. },
  471. "fileId": "3afgF5mg1HuLO3VAMWrA2o",
  472. "sync": false
  473. },
  474. {
  475. "__type__": "cc.Node",
  476. "_name": "frame",
  477. "_objFlags": 0,
  478. "_parent": {
  479. "__id__": 1
  480. },
  481. "_children": [],
  482. "_active": true,
  483. "_components": [
  484. {
  485. "__id__": 15
  486. }
  487. ],
  488. "_prefab": {
  489. "__id__": 16
  490. },
  491. "_opacity": 255,
  492. "_color": {
  493. "__type__": "cc.Color",
  494. "r": 255,
  495. "g": 255,
  496. "b": 255,
  497. "a": 255
  498. },
  499. "_contentSize": {
  500. "__type__": "cc.Size",
  501. "width": 1060,
  502. "height": 687
  503. },
  504. "_anchorPoint": {
  505. "__type__": "cc.Vec2",
  506. "x": 0.5,
  507. "y": 0.5
  508. },
  509. "_trs": {
  510. "__type__": "TypedArray",
  511. "ctor": "Float64Array",
  512. "array": [
  513. 0,
  514. 0,
  515. 0,
  516. 0,
  517. 0,
  518. 0,
  519. 1,
  520. 1,
  521. 1,
  522. 1
  523. ]
  524. },
  525. "_eulerAngles": {
  526. "__type__": "cc.Vec3",
  527. "x": 0,
  528. "y": 0,
  529. "z": 0
  530. },
  531. "_skewX": 0,
  532. "_skewY": 0,
  533. "_is3DNode": false,
  534. "_groupIndex": 0,
  535. "groupIndex": 0,
  536. "_id": ""
  537. },
  538. {
  539. "__type__": "cc.Sprite",
  540. "_name": "",
  541. "_objFlags": 0,
  542. "node": {
  543. "__id__": 14
  544. },
  545. "_enabled": true,
  546. "_materials": [
  547. {
  548. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  549. }
  550. ],
  551. "_srcBlendFactor": 770,
  552. "_dstBlendFactor": 771,
  553. "_spriteFrame": {
  554. "__uuid__": "e07f7d80-677d-4def-b648-88341c7a5b1a"
  555. },
  556. "_type": 1,
  557. "_sizeMode": 0,
  558. "_fillType": 0,
  559. "_fillCenter": {
  560. "__type__": "cc.Vec2",
  561. "x": 0,
  562. "y": 0
  563. },
  564. "_fillStart": 0,
  565. "_fillRange": 0,
  566. "_isTrimmedMode": true,
  567. "_atlas": null,
  568. "_id": ""
  569. },
  570. {
  571. "__type__": "cc.PrefabInfo",
  572. "root": {
  573. "__id__": 1
  574. },
  575. "asset": {
  576. "__id__": 0
  577. },
  578. "fileId": "e2jlfSNNhBJYaC2a3eSHs3",
  579. "sync": false
  580. },
  581. {
  582. "__type__": "cc.Node",
  583. "_name": "btn_close",
  584. "_objFlags": 0,
  585. "_parent": {
  586. "__id__": 1
  587. },
  588. "_children": [],
  589. "_active": true,
  590. "_components": [
  591. {
  592. "__id__": 18
  593. },
  594. {
  595. "__id__": 19
  596. },
  597. {
  598. "__id__": 20
  599. }
  600. ],
  601. "_prefab": {
  602. "__id__": 22
  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": 135,
  615. "height": 135
  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. 480.597,
  627. 293.582,
  628. 0,
  629. 0,
  630. 0,
  631. 0,
  632. 1,
  633. 1,
  634. 1,
  635. 0
  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__": "cc.Sprite",
  653. "_name": "",
  654. "_objFlags": 0,
  655. "node": {
  656. "__id__": 17
  657. },
  658. "_enabled": true,
  659. "_materials": [
  660. {
  661. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  662. }
  663. ],
  664. "_srcBlendFactor": 770,
  665. "_dstBlendFactor": 771,
  666. "_spriteFrame": null,
  667. "_type": 0,
  668. "_sizeMode": 1,
  669. "_fillType": 0,
  670. "_fillCenter": {
  671. "__type__": "cc.Vec2",
  672. "x": 0,
  673. "y": 0
  674. },
  675. "_fillStart": 0,
  676. "_fillRange": 0,
  677. "_isTrimmedMode": true,
  678. "_atlas": null,
  679. "_id": ""
  680. },
  681. {
  682. "__type__": "466e8BS6wJF6bKBj6rcxcSE",
  683. "_name": "",
  684. "_objFlags": 0,
  685. "node": {
  686. "__id__": 17
  687. },
  688. "_enabled": true,
  689. "openContinuous": true,
  690. "continuousTime": 0.2,
  691. "multiTouch": false,
  692. "_id": ""
  693. },
  694. {
  695. "__type__": "61994AafntNFIbmt1zoyLq+",
  696. "_name": "",
  697. "_objFlags": 0,
  698. "node": {
  699. "__id__": 17
  700. },
  701. "_enabled": true,
  702. "_normalMaterial": null,
  703. "_grayMaterial": null,
  704. "duration": 0.1,
  705. "zoomScale": 1.1,
  706. "clickEvents": [
  707. {
  708. "__id__": 21
  709. }
  710. ],
  711. "_N$interactable": true,
  712. "_N$enableAutoGrayEffect": false,
  713. "_N$transition": 3,
  714. "transition": 3,
  715. "_N$normalColor": {
  716. "__type__": "cc.Color",
  717. "r": 255,
  718. "g": 255,
  719. "b": 255,
  720. "a": 255
  721. },
  722. "_N$pressedColor": {
  723. "__type__": "cc.Color",
  724. "r": 211,
  725. "g": 211,
  726. "b": 211,
  727. "a": 255
  728. },
  729. "pressedColor": {
  730. "__type__": "cc.Color",
  731. "r": 211,
  732. "g": 211,
  733. "b": 211,
  734. "a": 255
  735. },
  736. "_N$hoverColor": {
  737. "__type__": "cc.Color",
  738. "r": 255,
  739. "g": 255,
  740. "b": 255,
  741. "a": 255
  742. },
  743. "hoverColor": {
  744. "__type__": "cc.Color",
  745. "r": 255,
  746. "g": 255,
  747. "b": 255,
  748. "a": 255
  749. },
  750. "_N$disabledColor": {
  751. "__type__": "cc.Color",
  752. "r": 124,
  753. "g": 124,
  754. "b": 124,
  755. "a": 255
  756. },
  757. "_N$normalSprite": null,
  758. "_N$pressedSprite": null,
  759. "pressedSprite": null,
  760. "_N$hoverSprite": null,
  761. "hoverSprite": null,
  762. "_N$disabledSprite": null,
  763. "_N$target": null,
  764. "_id": ""
  765. },
  766. {
  767. "__type__": "cc.ClickEvent",
  768. "target": {
  769. "__id__": 1
  770. },
  771. "component": "",
  772. "_componentId": "3d746JRekVCto2fx3zkV3vT",
  773. "handler": "hide",
  774. "customEventData": ""
  775. },
  776. {
  777. "__type__": "cc.PrefabInfo",
  778. "root": {
  779. "__id__": 1
  780. },
  781. "asset": {
  782. "__id__": 0
  783. },
  784. "fileId": "daqv9bSG5Oo4dr0Idm+94T",
  785. "sync": false
  786. },
  787. {
  788. "__type__": "cc.Node",
  789. "_name": "content",
  790. "_objFlags": 0,
  791. "_parent": {
  792. "__id__": 1
  793. },
  794. "_children": [],
  795. "_active": true,
  796. "_components": [
  797. {
  798. "__id__": 24
  799. }
  800. ],
  801. "_prefab": {
  802. "__id__": 25
  803. },
  804. "_opacity": 255,
  805. "_color": {
  806. "__type__": "cc.Color",
  807. "r": 255,
  808. "g": 255,
  809. "b": 255,
  810. "a": 255
  811. },
  812. "_contentSize": {
  813. "__type__": "cc.Size",
  814. "width": 920,
  815. "height": 550
  816. },
  817. "_anchorPoint": {
  818. "__type__": "cc.Vec2",
  819. "x": 0.5,
  820. "y": 0.5
  821. },
  822. "_trs": {
  823. "__type__": "TypedArray",
  824. "ctor": "Float64Array",
  825. "array": [
  826. 0,
  827. 0,
  828. 0,
  829. 0,
  830. 0,
  831. 0,
  832. 1,
  833. 1,
  834. 1,
  835. 1
  836. ]
  837. },
  838. "_eulerAngles": {
  839. "__type__": "cc.Vec3",
  840. "x": 0,
  841. "y": 0,
  842. "z": 0
  843. },
  844. "_skewX": 0,
  845. "_skewY": 0,
  846. "_is3DNode": false,
  847. "_groupIndex": 0,
  848. "groupIndex": 0,
  849. "_id": ""
  850. },
  851. {
  852. "__type__": "cc.Sprite",
  853. "_name": "",
  854. "_objFlags": 0,
  855. "node": {
  856. "__id__": 23
  857. },
  858. "_enabled": true,
  859. "_materials": [
  860. {
  861. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  862. }
  863. ],
  864. "_srcBlendFactor": 770,
  865. "_dstBlendFactor": 771,
  866. "_spriteFrame": null,
  867. "_type": 1,
  868. "_sizeMode": 0,
  869. "_fillType": 0,
  870. "_fillCenter": {
  871. "__type__": "cc.Vec2",
  872. "x": 0,
  873. "y": 0
  874. },
  875. "_fillStart": 0,
  876. "_fillRange": 0,
  877. "_isTrimmedMode": true,
  878. "_atlas": null,
  879. "_id": ""
  880. },
  881. {
  882. "__type__": "cc.PrefabInfo",
  883. "root": {
  884. "__id__": 1
  885. },
  886. "asset": {
  887. "__id__": 0
  888. },
  889. "fileId": "71CYuepuJKlbmHukqyI5fR",
  890. "sync": false
  891. },
  892. {
  893. "__type__": "cc.Node",
  894. "_name": "lb",
  895. "_objFlags": 0,
  896. "_parent": {
  897. "__id__": 1
  898. },
  899. "_children": [],
  900. "_active": true,
  901. "_components": [
  902. {
  903. "__id__": 27
  904. },
  905. {
  906. "__id__": 28
  907. },
  908. {
  909. "__id__": 29
  910. }
  911. ],
  912. "_prefab": {
  913. "__id__": 30
  914. },
  915. "_opacity": 255,
  916. "_color": {
  917. "__type__": "cc.Color",
  918. "r": 255,
  919. "g": 255,
  920. "b": 255,
  921. "a": 255
  922. },
  923. "_contentSize": {
  924. "__type__": "cc.Size",
  925. "width": 31,
  926. "height": 56.4
  927. },
  928. "_anchorPoint": {
  929. "__type__": "cc.Vec2",
  930. "x": 0,
  931. "y": 0.5
  932. },
  933. "_trs": {
  934. "__type__": "TypedArray",
  935. "ctor": "Float64Array",
  936. "array": [
  937. -438.725,
  938. 236.157,
  939. 0,
  940. 0,
  941. 0,
  942. 0,
  943. 1,
  944. 1,
  945. 1,
  946. 1
  947. ]
  948. },
  949. "_eulerAngles": {
  950. "__type__": "cc.Vec3",
  951. "x": 0,
  952. "y": 0,
  953. "z": 0
  954. },
  955. "_skewX": 0,
  956. "_skewY": 0,
  957. "_is3DNode": false,
  958. "_groupIndex": 0,
  959. "groupIndex": 0,
  960. "_id": ""
  961. },
  962. {
  963. "__type__": "cc.Label",
  964. "_name": "",
  965. "_objFlags": 0,
  966. "node": {
  967. "__id__": 26
  968. },
  969. "_enabled": true,
  970. "_materials": [
  971. {
  972. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  973. }
  974. ],
  975. "_srcBlendFactor": 770,
  976. "_dstBlendFactor": 771,
  977. "_string": "lb",
  978. "_N$string": "lb",
  979. "_fontSize": 30,
  980. "_lineHeight": 40,
  981. "_enableWrapText": true,
  982. "_N$file": {
  983. "__uuid__": "53fae5bd-72f8-48d5-9465-9798bf9bde5c"
  984. },
  985. "_isSystemFontUsed": false,
  986. "_spacingX": 0,
  987. "_batchAsBitmap": false,
  988. "_styleFlags": 0,
  989. "_underlineHeight": 0,
  990. "_N$horizontalAlign": 1,
  991. "_N$verticalAlign": 1,
  992. "_N$fontFamily": "Arial",
  993. "_N$overflow": 0,
  994. "_N$cacheMode": 0,
  995. "_id": ""
  996. },
  997. {
  998. "__type__": "cc.LabelOutline",
  999. "_name": "",
  1000. "_objFlags": 0,
  1001. "node": {
  1002. "__id__": 26
  1003. },
  1004. "_enabled": true,
  1005. "_color": {
  1006. "__type__": "cc.Color",
  1007. "r": 35,
  1008. "g": 16,
  1009. "b": 16,
  1010. "a": 255
  1011. },
  1012. "_width": 3,
  1013. "_id": ""
  1014. },
  1015. {
  1016. "__type__": "41ebaVoPpRA4Kp67XEdHfZn",
  1017. "_name": "",
  1018. "_objFlags": 0,
  1019. "node": {
  1020. "__id__": 26
  1021. },
  1022. "_enabled": true,
  1023. "_englishCase": 0,
  1024. "i18n_string": "",
  1025. "i18n_params": [],
  1026. "_addColon": false,
  1027. "_id": ""
  1028. },
  1029. {
  1030. "__type__": "cc.PrefabInfo",
  1031. "root": {
  1032. "__id__": 26
  1033. },
  1034. "asset": {
  1035. "__uuid__": "b55c4816-1512-4abe-a683-117b4601b39a"
  1036. },
  1037. "fileId": "c6jyjqItJP1K2HImkaotO3",
  1038. "sync": false
  1039. },
  1040. {
  1041. "__type__": "3d746JRekVCto2fx3zkV3vT",
  1042. "_name": "",
  1043. "_objFlags": 0,
  1044. "node": {
  1045. "__id__": 1
  1046. },
  1047. "_enabled": true,
  1048. "quickClose": false,
  1049. "cache": false,
  1050. "showType": 500,
  1051. "prevent": true,
  1052. "_id": ""
  1053. },
  1054. {
  1055. "__type__": "cc.PrefabInfo",
  1056. "root": {
  1057. "__id__": 1
  1058. },
  1059. "asset": {
  1060. "__id__": 0
  1061. },
  1062. "fileId": "",
  1063. "sync": false
  1064. }
  1065. ]