noticeAlert.prefab 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311
  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": "noticeAlert",
  16. "_objFlags": 0,
  17. "_parent": null,
  18. "_children": [
  19. {
  20. "__id__": 2
  21. },
  22. {
  23. "__id__": 6
  24. }
  25. ],
  26. "_active": true,
  27. "_level": 1,
  28. "_components": [
  29. {
  30. "__id__": 37
  31. }
  32. ],
  33. "_prefab": {
  34. "__id__": 38
  35. },
  36. "_opacity": 255,
  37. "_color": {
  38. "__type__": "cc.Color",
  39. "r": 255,
  40. "g": 255,
  41. "b": 255,
  42. "a": 255
  43. },
  44. "_contentSize": {
  45. "__type__": "cc.Size",
  46. "width": 0,
  47. "height": 0
  48. },
  49. "_anchorPoint": {
  50. "__type__": "cc.Vec2",
  51. "x": 0.5,
  52. "y": 0.5
  53. },
  54. "_position": {
  55. "__type__": "cc.Vec3",
  56. "x": 0,
  57. "y": 0,
  58. "z": 0
  59. },
  60. "_scale": {
  61. "__type__": "cc.Vec3",
  62. "x": 1,
  63. "y": 1,
  64. "z": 1
  65. },
  66. "_rotationX": 0,
  67. "_rotationY": 0,
  68. "_quat": {
  69. "__type__": "cc.Quat",
  70. "x": 0,
  71. "y": 0,
  72. "z": 0,
  73. "w": 1
  74. },
  75. "_skewX": 0,
  76. "_skewY": 0,
  77. "_zIndex": 0,
  78. "groupIndex": 0,
  79. "_id": ""
  80. },
  81. {
  82. "__type__": "cc.Node",
  83. "_name": "star_mask",
  84. "_objFlags": 0,
  85. "_parent": {
  86. "__id__": 1
  87. },
  88. "_children": [],
  89. "_active": true,
  90. "_level": 2,
  91. "_components": [
  92. {
  93. "__id__": 3
  94. },
  95. {
  96. "__id__": 4
  97. }
  98. ],
  99. "_prefab": {
  100. "__id__": 5
  101. },
  102. "_opacity": 153,
  103. "_color": {
  104. "__type__": "cc.Color",
  105. "r": 0,
  106. "g": 0,
  107. "b": 0,
  108. "a": 255
  109. },
  110. "_contentSize": {
  111. "__type__": "cc.Size",
  112. "width": 1000,
  113. "height": 2500
  114. },
  115. "_anchorPoint": {
  116. "__type__": "cc.Vec2",
  117. "x": 0.5,
  118. "y": 0.5
  119. },
  120. "_position": {
  121. "__type__": "cc.Vec3",
  122. "x": 0,
  123. "y": 0,
  124. "z": 0
  125. },
  126. "_scale": {
  127. "__type__": "cc.Vec3",
  128. "x": 1,
  129. "y": 1,
  130. "z": 1
  131. },
  132. "_rotationX": 0,
  133. "_rotationY": 0,
  134. "_quat": {
  135. "__type__": "cc.Quat",
  136. "x": 0,
  137. "y": 0,
  138. "z": 0,
  139. "w": 1
  140. },
  141. "_skewX": 0,
  142. "_skewY": 0,
  143. "_zIndex": 0,
  144. "groupIndex": 0,
  145. "_id": ""
  146. },
  147. {
  148. "__type__": "cc.Sprite",
  149. "_name": "",
  150. "_objFlags": 0,
  151. "node": {
  152. "__id__": 2
  153. },
  154. "_enabled": true,
  155. "_srcBlendFactor": 770,
  156. "_dstBlendFactor": 771,
  157. "_spriteFrame": {
  158. "__uuid__": "a23235d1-15db-4b95-8439-a2e005bfff91"
  159. },
  160. "_type": 0,
  161. "_sizeMode": 0,
  162. "_fillType": 0,
  163. "_fillCenter": {
  164. "__type__": "cc.Vec2",
  165. "x": 0,
  166. "y": 0
  167. },
  168. "_fillStart": 0,
  169. "_fillRange": 0,
  170. "_isTrimmedMode": true,
  171. "_state": 0,
  172. "_atlas": null,
  173. "_id": ""
  174. },
  175. {
  176. "__type__": "cc.BlockInputEvents",
  177. "_name": "",
  178. "_objFlags": 0,
  179. "node": {
  180. "__id__": 2
  181. },
  182. "_enabled": true,
  183. "_id": ""
  184. },
  185. {
  186. "__type__": "cc.PrefabInfo",
  187. "root": {
  188. "__id__": 1
  189. },
  190. "asset": {
  191. "__uuid__": "3f6f1733-4302-4bec-a0d0-64e33aa56ea4"
  192. },
  193. "fileId": "2136jJdxNCmrVSdYNhzdMu",
  194. "sync": false
  195. },
  196. {
  197. "__type__": "cc.Node",
  198. "_name": "content",
  199. "_objFlags": 0,
  200. "_parent": {
  201. "__id__": 1
  202. },
  203. "_children": [
  204. {
  205. "__id__": 7
  206. },
  207. {
  208. "__id__": 11
  209. },
  210. {
  211. "__id__": 15
  212. },
  213. {
  214. "__id__": 22
  215. },
  216. {
  217. "__id__": 29
  218. }
  219. ],
  220. "_active": true,
  221. "_level": 2,
  222. "_components": [],
  223. "_prefab": {
  224. "__id__": 36
  225. },
  226. "_opacity": 255,
  227. "_color": {
  228. "__type__": "cc.Color",
  229. "r": 255,
  230. "g": 255,
  231. "b": 255,
  232. "a": 255
  233. },
  234. "_contentSize": {
  235. "__type__": "cc.Size",
  236. "width": 530,
  237. "height": 620
  238. },
  239. "_anchorPoint": {
  240. "__type__": "cc.Vec2",
  241. "x": 0.5,
  242. "y": 0.5
  243. },
  244. "_position": {
  245. "__type__": "cc.Vec3",
  246. "x": 0,
  247. "y": 0,
  248. "z": 0
  249. },
  250. "_scale": {
  251. "__type__": "cc.Vec3",
  252. "x": 1,
  253. "y": 1,
  254. "z": 1
  255. },
  256. "_rotationX": 0,
  257. "_rotationY": 0,
  258. "_quat": {
  259. "__type__": "cc.Quat",
  260. "x": 0,
  261. "y": 0,
  262. "z": 0,
  263. "w": 1
  264. },
  265. "_skewX": 0,
  266. "_skewY": 0,
  267. "_zIndex": 0,
  268. "groupIndex": 0,
  269. "_id": ""
  270. },
  271. {
  272. "__type__": "cc.Node",
  273. "_name": "draw_bg",
  274. "_objFlags": 0,
  275. "_parent": {
  276. "__id__": 6
  277. },
  278. "_children": [],
  279. "_active": true,
  280. "_level": 3,
  281. "_components": [
  282. {
  283. "__id__": 8
  284. },
  285. {
  286. "__id__": 9
  287. }
  288. ],
  289. "_prefab": {
  290. "__id__": 10
  291. },
  292. "_opacity": 255,
  293. "_color": {
  294. "__type__": "cc.Color",
  295. "r": 255,
  296. "g": 255,
  297. "b": 255,
  298. "a": 255
  299. },
  300. "_contentSize": {
  301. "__type__": "cc.Size",
  302. "width": 530,
  303. "height": 620
  304. },
  305. "_anchorPoint": {
  306. "__type__": "cc.Vec2",
  307. "x": 0.5,
  308. "y": 0.5
  309. },
  310. "_position": {
  311. "__type__": "cc.Vec3",
  312. "x": 0,
  313. "y": 0,
  314. "z": 0
  315. },
  316. "_scale": {
  317. "__type__": "cc.Vec3",
  318. "x": 1,
  319. "y": 1,
  320. "z": 1
  321. },
  322. "_rotationX": 0,
  323. "_rotationY": 0,
  324. "_quat": {
  325. "__type__": "cc.Quat",
  326. "x": 0,
  327. "y": 0,
  328. "z": 0,
  329. "w": 1
  330. },
  331. "_skewX": 0,
  332. "_skewY": 0,
  333. "_zIndex": 0,
  334. "groupIndex": 0,
  335. "_id": ""
  336. },
  337. {
  338. "__type__": "cc.Sprite",
  339. "_name": "",
  340. "_objFlags": 0,
  341. "node": {
  342. "__id__": 7
  343. },
  344. "_enabled": true,
  345. "_srcBlendFactor": 770,
  346. "_dstBlendFactor": 771,
  347. "_spriteFrame": {
  348. "__uuid__": "46fff2fd-a06a-4b3d-a835-547c67766224"
  349. },
  350. "_type": 1,
  351. "_sizeMode": 0,
  352. "_fillType": 0,
  353. "_fillCenter": {
  354. "__type__": "cc.Vec2",
  355. "x": 0,
  356. "y": 0
  357. },
  358. "_fillStart": 0,
  359. "_fillRange": 0,
  360. "_isTrimmedMode": true,
  361. "_state": 0,
  362. "_atlas": null,
  363. "_id": ""
  364. },
  365. {
  366. "__type__": "cc.Widget",
  367. "_name": "",
  368. "_objFlags": 0,
  369. "node": {
  370. "__id__": 7
  371. },
  372. "_enabled": true,
  373. "alignMode": 1,
  374. "_target": null,
  375. "_alignFlags": 45,
  376. "_left": 0,
  377. "_right": 0,
  378. "_top": 0,
  379. "_bottom": 0,
  380. "_verticalCenter": 0,
  381. "_horizontalCenter": 0,
  382. "_isAbsLeft": true,
  383. "_isAbsRight": true,
  384. "_isAbsTop": true,
  385. "_isAbsBottom": true,
  386. "_isAbsHorizontalCenter": true,
  387. "_isAbsVerticalCenter": true,
  388. "_originalWidth": 724,
  389. "_originalHeight": 992,
  390. "_id": ""
  391. },
  392. {
  393. "__type__": "cc.PrefabInfo",
  394. "root": {
  395. "__id__": 1
  396. },
  397. "asset": {
  398. "__uuid__": "3f6f1733-4302-4bec-a0d0-64e33aa56ea4"
  399. },
  400. "fileId": "61Z3Pf8fJEzJFcKB4NLo5T",
  401. "sync": false
  402. },
  403. {
  404. "__type__": "cc.Node",
  405. "_name": "richtext",
  406. "_objFlags": 0,
  407. "_parent": {
  408. "__id__": 6
  409. },
  410. "_children": [],
  411. "_active": true,
  412. "_level": 3,
  413. "_components": [
  414. {
  415. "__id__": 12
  416. },
  417. {
  418. "__id__": 13
  419. }
  420. ],
  421. "_prefab": {
  422. "__id__": 14
  423. },
  424. "_opacity": 255,
  425. "_color": {
  426. "__type__": "cc.Color",
  427. "r": 0,
  428. "g": 0,
  429. "b": 0,
  430. "a": 255
  431. },
  432. "_contentSize": {
  433. "__type__": "cc.Size",
  434. "width": 460,
  435. "height": 27
  436. },
  437. "_anchorPoint": {
  438. "__type__": "cc.Vec2",
  439. "x": 0,
  440. "y": 1
  441. },
  442. "_position": {
  443. "__type__": "cc.Vec3",
  444. "x": -225,
  445. "y": 233,
  446. "z": 0
  447. },
  448. "_scale": {
  449. "__type__": "cc.Vec3",
  450. "x": 1,
  451. "y": 1,
  452. "z": 1
  453. },
  454. "_rotationX": 0,
  455. "_rotationY": 0,
  456. "_quat": {
  457. "__type__": "cc.Quat",
  458. "x": 0,
  459. "y": 0,
  460. "z": 0,
  461. "w": 1
  462. },
  463. "_skewX": 0,
  464. "_skewY": 0,
  465. "_zIndex": 0,
  466. "groupIndex": 0,
  467. "_id": ""
  468. },
  469. {
  470. "__type__": "cc.RichText",
  471. "_name": "",
  472. "_objFlags": 0,
  473. "node": {
  474. "__id__": 11
  475. },
  476. "_enabled": true,
  477. "_N$string": "",
  478. "_N$horizontalAlign": 0,
  479. "_N$fontSize": 25,
  480. "_N$font": null,
  481. "_N$maxWidth": 460,
  482. "_N$lineHeight": 27,
  483. "_N$imageAtlas": null,
  484. "_N$handleTouchEvent": true,
  485. "_id": ""
  486. },
  487. {
  488. "__type__": "cc.Widget",
  489. "_name": "",
  490. "_objFlags": 0,
  491. "node": {
  492. "__id__": 11
  493. },
  494. "_enabled": true,
  495. "alignMode": 1,
  496. "_target": null,
  497. "_alignFlags": 1,
  498. "_left": 0,
  499. "_right": 0,
  500. "_top": 77,
  501. "_bottom": 0,
  502. "_verticalCenter": 0,
  503. "_horizontalCenter": 0,
  504. "_isAbsLeft": true,
  505. "_isAbsRight": true,
  506. "_isAbsTop": true,
  507. "_isAbsBottom": true,
  508. "_isAbsHorizontalCenter": true,
  509. "_isAbsVerticalCenter": true,
  510. "_originalWidth": 0,
  511. "_originalHeight": 0,
  512. "_id": ""
  513. },
  514. {
  515. "__type__": "cc.PrefabInfo",
  516. "root": {
  517. "__id__": 1
  518. },
  519. "asset": {
  520. "__uuid__": "3f6f1733-4302-4bec-a0d0-64e33aa56ea4"
  521. },
  522. "fileId": "78Lm1u9I1Iq6TARcdMrc3n",
  523. "sync": false
  524. },
  525. {
  526. "__type__": "cc.Node",
  527. "_name": "button",
  528. "_objFlags": 0,
  529. "_parent": {
  530. "__id__": 6
  531. },
  532. "_children": [
  533. {
  534. "__id__": 16
  535. }
  536. ],
  537. "_active": true,
  538. "_level": 3,
  539. "_components": [
  540. {
  541. "__id__": 19
  542. }
  543. ],
  544. "_prefab": {
  545. "__id__": 21
  546. },
  547. "_opacity": 255,
  548. "_color": {
  549. "__type__": "cc.Color",
  550. "r": 255,
  551. "g": 255,
  552. "b": 255,
  553. "a": 255
  554. },
  555. "_contentSize": {
  556. "__type__": "cc.Size",
  557. "width": 340,
  558. "height": 80
  559. },
  560. "_anchorPoint": {
  561. "__type__": "cc.Vec2",
  562. "x": 0.5,
  563. "y": 0.5
  564. },
  565. "_position": {
  566. "__type__": "cc.Vec3",
  567. "x": 0,
  568. "y": -218,
  569. "z": 0
  570. },
  571. "_scale": {
  572. "__type__": "cc.Vec3",
  573. "x": 1,
  574. "y": 1,
  575. "z": 1
  576. },
  577. "_rotationX": 0,
  578. "_rotationY": 0,
  579. "_quat": {
  580. "__type__": "cc.Quat",
  581. "x": 0,
  582. "y": 0,
  583. "z": 0,
  584. "w": 1
  585. },
  586. "_skewX": 0,
  587. "_skewY": 0,
  588. "_zIndex": 0,
  589. "groupIndex": 0,
  590. "_id": ""
  591. },
  592. {
  593. "__type__": "cc.Node",
  594. "_name": "alert_sure",
  595. "_objFlags": 0,
  596. "_parent": {
  597. "__id__": 15
  598. },
  599. "_children": [],
  600. "_active": true,
  601. "_level": 4,
  602. "_components": [
  603. {
  604. "__id__": 17
  605. }
  606. ],
  607. "_prefab": {
  608. "__id__": 18
  609. },
  610. "_opacity": 255,
  611. "_color": {
  612. "__type__": "cc.Color",
  613. "r": 255,
  614. "g": 255,
  615. "b": 255,
  616. "a": 255
  617. },
  618. "_contentSize": {
  619. "__type__": "cc.Size",
  620. "width": 340,
  621. "height": 80
  622. },
  623. "_anchorPoint": {
  624. "__type__": "cc.Vec2",
  625. "x": 0.5,
  626. "y": 0.5
  627. },
  628. "_position": {
  629. "__type__": "cc.Vec3",
  630. "x": 0,
  631. "y": 0,
  632. "z": 0
  633. },
  634. "_scale": {
  635. "__type__": "cc.Vec3",
  636. "x": 1,
  637. "y": 1,
  638. "z": 1
  639. },
  640. "_rotationX": 0,
  641. "_rotationY": 0,
  642. "_quat": {
  643. "__type__": "cc.Quat",
  644. "x": 0,
  645. "y": 0,
  646. "z": 0,
  647. "w": 1
  648. },
  649. "_skewX": 0,
  650. "_skewY": 0,
  651. "_zIndex": 0,
  652. "groupIndex": 0,
  653. "_id": ""
  654. },
  655. {
  656. "__type__": "cc.Sprite",
  657. "_name": "",
  658. "_objFlags": 0,
  659. "node": {
  660. "__id__": 16
  661. },
  662. "_enabled": true,
  663. "_srcBlendFactor": 770,
  664. "_dstBlendFactor": 771,
  665. "_spriteFrame": {
  666. "__uuid__": "e35abe3f-081b-4866-8d80-29108973488a"
  667. },
  668. "_type": 0,
  669. "_sizeMode": 1,
  670. "_fillType": 0,
  671. "_fillCenter": {
  672. "__type__": "cc.Vec2",
  673. "x": 0,
  674. "y": 0
  675. },
  676. "_fillStart": 0,
  677. "_fillRange": 0,
  678. "_isTrimmedMode": true,
  679. "_state": 0,
  680. "_atlas": null,
  681. "_id": ""
  682. },
  683. {
  684. "__type__": "cc.PrefabInfo",
  685. "root": {
  686. "__id__": 1
  687. },
  688. "asset": {
  689. "__uuid__": "3f6f1733-4302-4bec-a0d0-64e33aa56ea4"
  690. },
  691. "fileId": "ddFiSB/+tLFYvSrNpLDAG1",
  692. "sync": false
  693. },
  694. {
  695. "__type__": "cc.Button",
  696. "_name": "",
  697. "_objFlags": 0,
  698. "node": {
  699. "__id__": 15
  700. },
  701. "_enabled": true,
  702. "transition": 1,
  703. "pressedColor": {
  704. "__type__": "cc.Color",
  705. "r": 120,
  706. "g": 120,
  707. "b": 120,
  708. "a": 255
  709. },
  710. "hoverColor": {
  711. "__type__": "cc.Color",
  712. "r": 255,
  713. "g": 255,
  714. "b": 255,
  715. "a": 255
  716. },
  717. "duration": 0.1,
  718. "zoomScale": 1.2,
  719. "clickEvents": [
  720. {
  721. "__id__": 20
  722. }
  723. ],
  724. "_N$interactable": true,
  725. "_N$enableAutoGrayEffect": false,
  726. "_N$normalColor": {
  727. "__type__": "cc.Color",
  728. "r": 255,
  729. "g": 255,
  730. "b": 255,
  731. "a": 255
  732. },
  733. "_N$disabledColor": {
  734. "__type__": "cc.Color",
  735. "r": 255,
  736. "g": 255,
  737. "b": 255,
  738. "a": 255
  739. },
  740. "_N$normalSprite": {
  741. "__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952"
  742. },
  743. "_N$pressedSprite": {
  744. "__uuid__": "e9ec654c-97a2-4787-9325-e6a10375219a"
  745. },
  746. "pressedSprite": {
  747. "__uuid__": "e9ec654c-97a2-4787-9325-e6a10375219a"
  748. },
  749. "_N$hoverSprite": {
  750. "__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952"
  751. },
  752. "hoverSprite": {
  753. "__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952"
  754. },
  755. "_N$disabledSprite": {
  756. "__uuid__": "29158224-f8dd-4661-a796-1ffab537140e"
  757. },
  758. "_N$target": {
  759. "__id__": 16
  760. },
  761. "_id": ""
  762. },
  763. {
  764. "__type__": "cc.ClickEvent",
  765. "target": {
  766. "__id__": 1
  767. },
  768. "component": "NoticeAlert",
  769. "handler": "hiddenAction",
  770. "customEventData": ""
  771. },
  772. {
  773. "__type__": "cc.PrefabInfo",
  774. "root": {
  775. "__id__": 1
  776. },
  777. "asset": {
  778. "__uuid__": "3f6f1733-4302-4bec-a0d0-64e33aa56ea4"
  779. },
  780. "fileId": "45Dy/cQa5IGKppscTroUbH",
  781. "sync": false
  782. },
  783. {
  784. "__type__": "cc.Node",
  785. "_name": "top_color_bar",
  786. "_objFlags": 0,
  787. "_parent": {
  788. "__id__": 6
  789. },
  790. "_children": [
  791. {
  792. "__id__": 23
  793. }
  794. ],
  795. "_active": true,
  796. "_level": 3,
  797. "_components": [
  798. {
  799. "__id__": 26
  800. },
  801. {
  802. "__id__": 27
  803. }
  804. ],
  805. "_prefab": {
  806. "__id__": 28
  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": 530,
  819. "height": 60
  820. },
  821. "_anchorPoint": {
  822. "__type__": "cc.Vec2",
  823. "x": 0.5,
  824. "y": 0.5
  825. },
  826. "_position": {
  827. "__type__": "cc.Vec3",
  828. "x": 0,
  829. "y": 312,
  830. "z": 0
  831. },
  832. "_scale": {
  833. "__type__": "cc.Vec3",
  834. "x": 1,
  835. "y": 1,
  836. "z": 1
  837. },
  838. "_rotationX": 0,
  839. "_rotationY": 0,
  840. "_quat": {
  841. "__type__": "cc.Quat",
  842. "x": 0,
  843. "y": 0,
  844. "z": 0,
  845. "w": 1
  846. },
  847. "_skewX": 0,
  848. "_skewY": 0,
  849. "_zIndex": 0,
  850. "groupIndex": 0,
  851. "_id": ""
  852. },
  853. {
  854. "__type__": "cc.Node",
  855. "_name": "label",
  856. "_objFlags": 0,
  857. "_parent": {
  858. "__id__": 22
  859. },
  860. "_children": [],
  861. "_active": true,
  862. "_level": 4,
  863. "_components": [
  864. {
  865. "__id__": 24
  866. }
  867. ],
  868. "_prefab": {
  869. "__id__": 25
  870. },
  871. "_opacity": 255,
  872. "_color": {
  873. "__type__": "cc.Color",
  874. "r": 255,
  875. "g": 255,
  876. "b": 255,
  877. "a": 255
  878. },
  879. "_contentSize": {
  880. "__type__": "cc.Size",
  881. "width": 72,
  882. "height": 40
  883. },
  884. "_anchorPoint": {
  885. "__type__": "cc.Vec2",
  886. "x": 0.5,
  887. "y": 0.5
  888. },
  889. "_position": {
  890. "__type__": "cc.Vec3",
  891. "x": 0,
  892. "y": 0,
  893. "z": 0
  894. },
  895. "_scale": {
  896. "__type__": "cc.Vec3",
  897. "x": 1,
  898. "y": 1,
  899. "z": 1
  900. },
  901. "_rotationX": 0,
  902. "_rotationY": 0,
  903. "_quat": {
  904. "__type__": "cc.Quat",
  905. "x": 0,
  906. "y": 0,
  907. "z": 0,
  908. "w": 1
  909. },
  910. "_skewX": 0,
  911. "_skewY": 0,
  912. "_zIndex": 0,
  913. "groupIndex": 0,
  914. "_id": ""
  915. },
  916. {
  917. "__type__": "cc.Label",
  918. "_name": "",
  919. "_objFlags": 0,
  920. "node": {
  921. "__id__": 23
  922. },
  923. "_enabled": true,
  924. "_srcBlendFactor": 1,
  925. "_dstBlendFactor": 771,
  926. "_useOriginalSize": false,
  927. "_string": "通知",
  928. "_N$string": "通知",
  929. "_fontSize": 36,
  930. "_lineHeight": 40,
  931. "_enableWrapText": true,
  932. "_N$file": null,
  933. "_isSystemFontUsed": true,
  934. "_spacingX": 0,
  935. "_N$horizontalAlign": 1,
  936. "_N$verticalAlign": 1,
  937. "_N$fontFamily": "Arial",
  938. "_N$overflow": 0,
  939. "_id": ""
  940. },
  941. {
  942. "__type__": "cc.PrefabInfo",
  943. "root": {
  944. "__id__": 1
  945. },
  946. "asset": {
  947. "__uuid__": "3f6f1733-4302-4bec-a0d0-64e33aa56ea4"
  948. },
  949. "fileId": "baHWaBGpJPBpyFCuC4gHfE",
  950. "sync": false
  951. },
  952. {
  953. "__type__": "cc.Sprite",
  954. "_name": "",
  955. "_objFlags": 0,
  956. "node": {
  957. "__id__": 22
  958. },
  959. "_enabled": true,
  960. "_srcBlendFactor": 770,
  961. "_dstBlendFactor": 771,
  962. "_spriteFrame": {
  963. "__uuid__": "c3af4cc3-377b-4393-bc16-f806604679bd"
  964. },
  965. "_type": 0,
  966. "_sizeMode": 1,
  967. "_fillType": 0,
  968. "_fillCenter": {
  969. "__type__": "cc.Vec2",
  970. "x": 0,
  971. "y": 0
  972. },
  973. "_fillStart": 0,
  974. "_fillRange": 0,
  975. "_isTrimmedMode": true,
  976. "_state": 0,
  977. "_atlas": null,
  978. "_id": ""
  979. },
  980. {
  981. "__type__": "cc.Widget",
  982. "_name": "",
  983. "_objFlags": 0,
  984. "node": {
  985. "__id__": 22
  986. },
  987. "_enabled": true,
  988. "alignMode": 1,
  989. "_target": null,
  990. "_alignFlags": 1,
  991. "_left": 0,
  992. "_right": 0,
  993. "_top": -32,
  994. "_bottom": 0,
  995. "_verticalCenter": 0,
  996. "_horizontalCenter": 0,
  997. "_isAbsLeft": true,
  998. "_isAbsRight": true,
  999. "_isAbsTop": true,
  1000. "_isAbsBottom": true,
  1001. "_isAbsHorizontalCenter": true,
  1002. "_isAbsVerticalCenter": true,
  1003. "_originalWidth": 0,
  1004. "_originalHeight": 0,
  1005. "_id": ""
  1006. },
  1007. {
  1008. "__type__": "cc.PrefabInfo",
  1009. "root": {
  1010. "__id__": 1
  1011. },
  1012. "asset": {
  1013. "__uuid__": "3f6f1733-4302-4bec-a0d0-64e33aa56ea4"
  1014. },
  1015. "fileId": "42m5RJZIRMs5RlEqRWtMsQ",
  1016. "sync": false
  1017. },
  1018. {
  1019. "__type__": "cc.Node",
  1020. "_name": "button",
  1021. "_objFlags": 0,
  1022. "_parent": {
  1023. "__id__": 6
  1024. },
  1025. "_children": [
  1026. {
  1027. "__id__": 30
  1028. }
  1029. ],
  1030. "_active": true,
  1031. "_level": 3,
  1032. "_components": [
  1033. {
  1034. "__id__": 33
  1035. }
  1036. ],
  1037. "_prefab": {
  1038. "__id__": 35
  1039. },
  1040. "_opacity": 255,
  1041. "_color": {
  1042. "__type__": "cc.Color",
  1043. "r": 255,
  1044. "g": 255,
  1045. "b": 255,
  1046. "a": 255
  1047. },
  1048. "_contentSize": {
  1049. "__type__": "cc.Size",
  1050. "width": 80,
  1051. "height": 40
  1052. },
  1053. "_anchorPoint": {
  1054. "__type__": "cc.Vec2",
  1055. "x": 0.5,
  1056. "y": 0.5
  1057. },
  1058. "_position": {
  1059. "__type__": "cc.Vec3",
  1060. "x": 222,
  1061. "y": 314,
  1062. "z": 0
  1063. },
  1064. "_scale": {
  1065. "__type__": "cc.Vec3",
  1066. "x": 1,
  1067. "y": 1,
  1068. "z": 1
  1069. },
  1070. "_rotationX": 0,
  1071. "_rotationY": 0,
  1072. "_quat": {
  1073. "__type__": "cc.Quat",
  1074. "x": 0,
  1075. "y": 0,
  1076. "z": 0,
  1077. "w": 1
  1078. },
  1079. "_skewX": 0,
  1080. "_skewY": 0,
  1081. "_zIndex": 0,
  1082. "groupIndex": 0,
  1083. "_id": ""
  1084. },
  1085. {
  1086. "__type__": "cc.Node",
  1087. "_name": "login_reward_close",
  1088. "_objFlags": 0,
  1089. "_parent": {
  1090. "__id__": 29
  1091. },
  1092. "_children": [],
  1093. "_active": true,
  1094. "_level": 4,
  1095. "_components": [
  1096. {
  1097. "__id__": 31
  1098. }
  1099. ],
  1100. "_prefab": {
  1101. "__id__": 32
  1102. },
  1103. "_opacity": 255,
  1104. "_color": {
  1105. "__type__": "cc.Color",
  1106. "r": 255,
  1107. "g": 255,
  1108. "b": 255,
  1109. "a": 255
  1110. },
  1111. "_contentSize": {
  1112. "__type__": "cc.Size",
  1113. "width": 30,
  1114. "height": 30
  1115. },
  1116. "_anchorPoint": {
  1117. "__type__": "cc.Vec2",
  1118. "x": 0.5,
  1119. "y": 0.5
  1120. },
  1121. "_position": {
  1122. "__type__": "cc.Vec3",
  1123. "x": 0,
  1124. "y": 0,
  1125. "z": 0
  1126. },
  1127. "_scale": {
  1128. "__type__": "cc.Vec3",
  1129. "x": 1,
  1130. "y": 1,
  1131. "z": 1
  1132. },
  1133. "_rotationX": 0,
  1134. "_rotationY": 0,
  1135. "_quat": {
  1136. "__type__": "cc.Quat",
  1137. "x": 0,
  1138. "y": 0,
  1139. "z": 0,
  1140. "w": 1
  1141. },
  1142. "_skewX": 0,
  1143. "_skewY": 0,
  1144. "_zIndex": 0,
  1145. "groupIndex": 0,
  1146. "_id": ""
  1147. },
  1148. {
  1149. "__type__": "cc.Sprite",
  1150. "_name": "",
  1151. "_objFlags": 0,
  1152. "node": {
  1153. "__id__": 30
  1154. },
  1155. "_enabled": true,
  1156. "_srcBlendFactor": 770,
  1157. "_dstBlendFactor": 771,
  1158. "_spriteFrame": {
  1159. "__uuid__": "63b0233f-f1c0-4581-bcc1-a7cfbd16af1c"
  1160. },
  1161. "_type": 0,
  1162. "_sizeMode": 1,
  1163. "_fillType": 0,
  1164. "_fillCenter": {
  1165. "__type__": "cc.Vec2",
  1166. "x": 0,
  1167. "y": 0
  1168. },
  1169. "_fillStart": 0,
  1170. "_fillRange": 0,
  1171. "_isTrimmedMode": true,
  1172. "_state": 0,
  1173. "_atlas": null,
  1174. "_id": ""
  1175. },
  1176. {
  1177. "__type__": "cc.PrefabInfo",
  1178. "root": {
  1179. "__id__": 1
  1180. },
  1181. "asset": {
  1182. "__uuid__": "3f6f1733-4302-4bec-a0d0-64e33aa56ea4"
  1183. },
  1184. "fileId": "3dCHJThe5BRLk9GLScEcPz",
  1185. "sync": false
  1186. },
  1187. {
  1188. "__type__": "cc.Button",
  1189. "_name": "",
  1190. "_objFlags": 0,
  1191. "node": {
  1192. "__id__": 29
  1193. },
  1194. "_enabled": true,
  1195. "transition": 1,
  1196. "pressedColor": {
  1197. "__type__": "cc.Color",
  1198. "r": 120,
  1199. "g": 120,
  1200. "b": 120,
  1201. "a": 255
  1202. },
  1203. "hoverColor": {
  1204. "__type__": "cc.Color",
  1205. "r": 255,
  1206. "g": 255,
  1207. "b": 255,
  1208. "a": 255
  1209. },
  1210. "duration": 0.1,
  1211. "zoomScale": 1.2,
  1212. "clickEvents": [
  1213. {
  1214. "__id__": 34
  1215. }
  1216. ],
  1217. "_N$interactable": true,
  1218. "_N$enableAutoGrayEffect": false,
  1219. "_N$normalColor": {
  1220. "__type__": "cc.Color",
  1221. "r": 255,
  1222. "g": 255,
  1223. "b": 255,
  1224. "a": 255
  1225. },
  1226. "_N$disabledColor": {
  1227. "__type__": "cc.Color",
  1228. "r": 255,
  1229. "g": 255,
  1230. "b": 255,
  1231. "a": 255
  1232. },
  1233. "_N$normalSprite": {
  1234. "__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952"
  1235. },
  1236. "_N$pressedSprite": {
  1237. "__uuid__": "e9ec654c-97a2-4787-9325-e6a10375219a"
  1238. },
  1239. "pressedSprite": {
  1240. "__uuid__": "e9ec654c-97a2-4787-9325-e6a10375219a"
  1241. },
  1242. "_N$hoverSprite": {
  1243. "__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952"
  1244. },
  1245. "hoverSprite": {
  1246. "__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952"
  1247. },
  1248. "_N$disabledSprite": {
  1249. "__uuid__": "29158224-f8dd-4661-a796-1ffab537140e"
  1250. },
  1251. "_N$target": {
  1252. "__id__": 30
  1253. },
  1254. "_id": ""
  1255. },
  1256. {
  1257. "__type__": "cc.ClickEvent",
  1258. "target": {
  1259. "__id__": 1
  1260. },
  1261. "component": "NoticeAlert",
  1262. "handler": "hiddenAction",
  1263. "customEventData": ""
  1264. },
  1265. {
  1266. "__type__": "cc.PrefabInfo",
  1267. "root": {
  1268. "__id__": 1
  1269. },
  1270. "asset": {
  1271. "__uuid__": "3f6f1733-4302-4bec-a0d0-64e33aa56ea4"
  1272. },
  1273. "fileId": "d9Woge4WBFioMeu18ZegAr",
  1274. "sync": false
  1275. },
  1276. {
  1277. "__type__": "cc.PrefabInfo",
  1278. "root": {
  1279. "__id__": 1
  1280. },
  1281. "asset": {
  1282. "__uuid__": "3f6f1733-4302-4bec-a0d0-64e33aa56ea4"
  1283. },
  1284. "fileId": "cf7KMEoPJGWbcwoqn/AwP5",
  1285. "sync": false
  1286. },
  1287. {
  1288. "__type__": "9bd90M25glN3rwNFEtWBNOs",
  1289. "_name": "",
  1290. "_objFlags": 0,
  1291. "node": {
  1292. "__id__": 1
  1293. },
  1294. "_enabled": true,
  1295. "descRichText": {
  1296. "__id__": 12
  1297. },
  1298. "_id": ""
  1299. },
  1300. {
  1301. "__type__": "cc.PrefabInfo",
  1302. "root": {
  1303. "__id__": 1
  1304. },
  1305. "asset": {
  1306. "__uuid__": "3f6f1733-4302-4bec-a0d0-64e33aa56ea4"
  1307. },
  1308. "fileId": "365N1mIklFZ6knE5eZODQH",
  1309. "sync": false
  1310. }
  1311. ]