dayAward_Alert.prefab 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251
  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": "dayAward",
  16. "_objFlags": 0,
  17. "_parent": null,
  18. "_children": [
  19. {
  20. "__id__": 2
  21. },
  22. {
  23. "__id__": 6
  24. },
  25. {
  26. "__id__": 28
  27. }
  28. ],
  29. "_active": true,
  30. "_level": 1,
  31. "_components": [
  32. {
  33. "__id__": 35
  34. }
  35. ],
  36. "_prefab": {
  37. "__id__": 36
  38. },
  39. "_opacity": 255,
  40. "_color": {
  41. "__type__": "cc.Color",
  42. "r": 255,
  43. "g": 255,
  44. "b": 255,
  45. "a": 255
  46. },
  47. "_contentSize": {
  48. "__type__": "cc.Size",
  49. "width": 700,
  50. "height": 1060
  51. },
  52. "_anchorPoint": {
  53. "__type__": "cc.Vec2",
  54. "x": 0.5,
  55. "y": 0.5
  56. },
  57. "_position": {
  58. "__type__": "cc.Vec3",
  59. "x": 0,
  60. "y": 0,
  61. "z": 0
  62. },
  63. "_scale": {
  64. "__type__": "cc.Vec3",
  65. "x": 1,
  66. "y": 1,
  67. "z": 1
  68. },
  69. "_rotationX": 0,
  70. "_rotationY": 0,
  71. "_quat": {
  72. "__type__": "cc.Quat",
  73. "x": 0,
  74. "y": 0,
  75. "z": 0,
  76. "w": 1
  77. },
  78. "_skewX": 0,
  79. "_skewY": 0,
  80. "_zIndex": 0,
  81. "groupIndex": 0,
  82. "_id": ""
  83. },
  84. {
  85. "__type__": "cc.Node",
  86. "_name": "mask",
  87. "_objFlags": 0,
  88. "_parent": {
  89. "__id__": 1
  90. },
  91. "_children": [],
  92. "_active": true,
  93. "_level": 2,
  94. "_components": [
  95. {
  96. "__id__": 3
  97. },
  98. {
  99. "__id__": 4
  100. }
  101. ],
  102. "_prefab": {
  103. "__id__": 5
  104. },
  105. "_opacity": 153,
  106. "_color": {
  107. "__type__": "cc.Color",
  108. "r": 0,
  109. "g": 0,
  110. "b": 0,
  111. "a": 255
  112. },
  113. "_contentSize": {
  114. "__type__": "cc.Size",
  115. "width": 2000,
  116. "height": 3000
  117. },
  118. "_anchorPoint": {
  119. "__type__": "cc.Vec2",
  120. "x": 0.5,
  121. "y": 0.5
  122. },
  123. "_position": {
  124. "__type__": "cc.Vec3",
  125. "x": 0,
  126. "y": 0,
  127. "z": 0
  128. },
  129. "_scale": {
  130. "__type__": "cc.Vec3",
  131. "x": 1,
  132. "y": 1,
  133. "z": 1
  134. },
  135. "_rotationX": 0,
  136. "_rotationY": 0,
  137. "_quat": {
  138. "__type__": "cc.Quat",
  139. "x": 0,
  140. "y": 0,
  141. "z": 0,
  142. "w": 1
  143. },
  144. "_skewX": 0,
  145. "_skewY": 0,
  146. "_zIndex": 0,
  147. "groupIndex": 0,
  148. "_id": ""
  149. },
  150. {
  151. "__type__": "cc.Sprite",
  152. "_name": "",
  153. "_objFlags": 0,
  154. "node": {
  155. "__id__": 2
  156. },
  157. "_enabled": true,
  158. "_srcBlendFactor": 770,
  159. "_dstBlendFactor": 771,
  160. "_spriteFrame": {
  161. "__uuid__": "a23235d1-15db-4b95-8439-a2e005bfff91"
  162. },
  163. "_type": 0,
  164. "_sizeMode": 0,
  165. "_fillType": 0,
  166. "_fillCenter": {
  167. "__type__": "cc.Vec2",
  168. "x": 0,
  169. "y": 0
  170. },
  171. "_fillStart": 0,
  172. "_fillRange": 0,
  173. "_isTrimmedMode": true,
  174. "_state": 0,
  175. "_atlas": null,
  176. "_id": ""
  177. },
  178. {
  179. "__type__": "cc.BlockInputEvents",
  180. "_name": "",
  181. "_objFlags": 0,
  182. "node": {
  183. "__id__": 2
  184. },
  185. "_enabled": true,
  186. "_id": ""
  187. },
  188. {
  189. "__type__": "cc.PrefabInfo",
  190. "root": {
  191. "__id__": 1
  192. },
  193. "asset": {
  194. "__uuid__": "b026af4f-bea8-45f8-a5bb-2cefec6b387d"
  195. },
  196. "fileId": "3dzFAI+LNLYKLPde5w+d/o",
  197. "sync": false
  198. },
  199. {
  200. "__type__": "cc.Node",
  201. "_name": "content",
  202. "_objFlags": 0,
  203. "_parent": {
  204. "__id__": 1
  205. },
  206. "_children": [
  207. {
  208. "__id__": 7
  209. },
  210. {
  211. "__id__": 11
  212. },
  213. {
  214. "__id__": 19
  215. },
  216. {
  217. "__id__": 23
  218. }
  219. ],
  220. "_active": true,
  221. "_level": 2,
  222. "_components": [],
  223. "_prefab": {
  224. "__id__": 27
  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": 700,
  237. "height": 1060
  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": 700,
  303. "height": 1060
  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__": "b026af4f-bea8-45f8-a5bb-2cefec6b387d"
  399. },
  400. "fileId": "d9Vj6/FNpPao1QQs0zFbYA",
  401. "sync": false
  402. },
  403. {
  404. "__type__": "cc.Node",
  405. "_name": "button",
  406. "_objFlags": 0,
  407. "_parent": {
  408. "__id__": 6
  409. },
  410. "_children": [
  411. {
  412. "__id__": 12
  413. }
  414. ],
  415. "_active": true,
  416. "_level": 3,
  417. "_components": [
  418. {
  419. "__id__": 15
  420. },
  421. {
  422. "__id__": 17
  423. }
  424. ],
  425. "_prefab": {
  426. "__id__": 18
  427. },
  428. "_opacity": 255,
  429. "_color": {
  430. "__type__": "cc.Color",
  431. "r": 255,
  432. "g": 255,
  433. "b": 255,
  434. "a": 255
  435. },
  436. "_contentSize": {
  437. "__type__": "cc.Size",
  438. "width": 210,
  439. "height": 80
  440. },
  441. "_anchorPoint": {
  442. "__type__": "cc.Vec2",
  443. "x": 0.5,
  444. "y": 0.5
  445. },
  446. "_position": {
  447. "__type__": "cc.Vec3",
  448. "x": 0,
  449. "y": -452,
  450. "z": 0
  451. },
  452. "_scale": {
  453. "__type__": "cc.Vec3",
  454. "x": 1,
  455. "y": 1,
  456. "z": 1
  457. },
  458. "_rotationX": 0,
  459. "_rotationY": 0,
  460. "_quat": {
  461. "__type__": "cc.Quat",
  462. "x": 0,
  463. "y": 0,
  464. "z": 0,
  465. "w": 1
  466. },
  467. "_skewX": 0,
  468. "_skewY": 0,
  469. "_zIndex": 0,
  470. "groupIndex": 0,
  471. "_id": ""
  472. },
  473. {
  474. "__type__": "cc.Node",
  475. "_name": "alert_sure",
  476. "_objFlags": 0,
  477. "_parent": {
  478. "__id__": 11
  479. },
  480. "_children": [],
  481. "_active": true,
  482. "_level": 4,
  483. "_components": [
  484. {
  485. "__id__": 13
  486. }
  487. ],
  488. "_prefab": {
  489. "__id__": 14
  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": 210,
  502. "height": 80
  503. },
  504. "_anchorPoint": {
  505. "__type__": "cc.Vec2",
  506. "x": 0.5,
  507. "y": 0.5
  508. },
  509. "_position": {
  510. "__type__": "cc.Vec3",
  511. "x": 0,
  512. "y": 0,
  513. "z": 0
  514. },
  515. "_scale": {
  516. "__type__": "cc.Vec3",
  517. "x": 1,
  518. "y": 1,
  519. "z": 1
  520. },
  521. "_rotationX": 0,
  522. "_rotationY": 0,
  523. "_quat": {
  524. "__type__": "cc.Quat",
  525. "x": 0,
  526. "y": 0,
  527. "z": 0,
  528. "w": 1
  529. },
  530. "_skewX": 0,
  531. "_skewY": 0,
  532. "_zIndex": 0,
  533. "groupIndex": 0,
  534. "_id": ""
  535. },
  536. {
  537. "__type__": "cc.Sprite",
  538. "_name": "",
  539. "_objFlags": 0,
  540. "node": {
  541. "__id__": 12
  542. },
  543. "_enabled": true,
  544. "_srcBlendFactor": 770,
  545. "_dstBlendFactor": 771,
  546. "_spriteFrame": {
  547. "__uuid__": "20653197-5b04-490c-872c-f4b73739dab3"
  548. },
  549. "_type": 0,
  550. "_sizeMode": 1,
  551. "_fillType": 0,
  552. "_fillCenter": {
  553. "__type__": "cc.Vec2",
  554. "x": 0,
  555. "y": 0
  556. },
  557. "_fillStart": 0,
  558. "_fillRange": 0,
  559. "_isTrimmedMode": true,
  560. "_state": 0,
  561. "_atlas": null,
  562. "_id": ""
  563. },
  564. {
  565. "__type__": "cc.PrefabInfo",
  566. "root": {
  567. "__id__": 1
  568. },
  569. "asset": {
  570. "__uuid__": "b026af4f-bea8-45f8-a5bb-2cefec6b387d"
  571. },
  572. "fileId": "05TUh4MjpCubiKtjZkufcM",
  573. "sync": false
  574. },
  575. {
  576. "__type__": "cc.Button",
  577. "_name": "",
  578. "_objFlags": 0,
  579. "node": {
  580. "__id__": 11
  581. },
  582. "_enabled": true,
  583. "transition": 1,
  584. "pressedColor": {
  585. "__type__": "cc.Color",
  586. "r": 120,
  587. "g": 120,
  588. "b": 120,
  589. "a": 255
  590. },
  591. "hoverColor": {
  592. "__type__": "cc.Color",
  593. "r": 255,
  594. "g": 255,
  595. "b": 255,
  596. "a": 255
  597. },
  598. "duration": 0.1,
  599. "zoomScale": 1.2,
  600. "clickEvents": [
  601. {
  602. "__id__": 16
  603. }
  604. ],
  605. "_N$interactable": true,
  606. "_N$enableAutoGrayEffect": false,
  607. "_N$normalColor": {
  608. "__type__": "cc.Color",
  609. "r": 255,
  610. "g": 255,
  611. "b": 255,
  612. "a": 255
  613. },
  614. "_N$disabledColor": {
  615. "__type__": "cc.Color",
  616. "r": 255,
  617. "g": 255,
  618. "b": 255,
  619. "a": 255
  620. },
  621. "_N$normalSprite": {
  622. "__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952"
  623. },
  624. "_N$pressedSprite": {
  625. "__uuid__": "e9ec654c-97a2-4787-9325-e6a10375219a"
  626. },
  627. "pressedSprite": {
  628. "__uuid__": "e9ec654c-97a2-4787-9325-e6a10375219a"
  629. },
  630. "_N$hoverSprite": {
  631. "__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952"
  632. },
  633. "hoverSprite": {
  634. "__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952"
  635. },
  636. "_N$disabledSprite": {
  637. "__uuid__": "29158224-f8dd-4661-a796-1ffab537140e"
  638. },
  639. "_N$target": {
  640. "__id__": 12
  641. },
  642. "_id": ""
  643. },
  644. {
  645. "__type__": "cc.ClickEvent",
  646. "target": {
  647. "__id__": 1
  648. },
  649. "component": "DayAward",
  650. "handler": "getAwardAction",
  651. "customEventData": ""
  652. },
  653. {
  654. "__type__": "cc.Widget",
  655. "_name": "",
  656. "_objFlags": 0,
  657. "node": {
  658. "__id__": 11
  659. },
  660. "_enabled": true,
  661. "alignMode": 1,
  662. "_target": null,
  663. "_alignFlags": 4,
  664. "_left": 0,
  665. "_right": 0,
  666. "_top": 0,
  667. "_bottom": 38,
  668. "_verticalCenter": 0,
  669. "_horizontalCenter": 0,
  670. "_isAbsLeft": true,
  671. "_isAbsRight": true,
  672. "_isAbsTop": true,
  673. "_isAbsBottom": true,
  674. "_isAbsHorizontalCenter": true,
  675. "_isAbsVerticalCenter": true,
  676. "_originalWidth": 0,
  677. "_originalHeight": 0,
  678. "_id": ""
  679. },
  680. {
  681. "__type__": "cc.PrefabInfo",
  682. "root": {
  683. "__id__": 1
  684. },
  685. "asset": {
  686. "__uuid__": "b026af4f-bea8-45f8-a5bb-2cefec6b387d"
  687. },
  688. "fileId": "21AXhmMSZLtpgA8Bq3hIAX",
  689. "sync": false
  690. },
  691. {
  692. "__type__": "cc.Node",
  693. "_name": "award_content_bg",
  694. "_objFlags": 0,
  695. "_parent": {
  696. "__id__": 6
  697. },
  698. "_children": [],
  699. "_active": true,
  700. "_level": 3,
  701. "_components": [
  702. {
  703. "__id__": 20
  704. },
  705. {
  706. "__id__": 21
  707. }
  708. ],
  709. "_prefab": {
  710. "__id__": 22
  711. },
  712. "_opacity": 255,
  713. "_color": {
  714. "__type__": "cc.Color",
  715. "r": 255,
  716. "g": 255,
  717. "b": 255,
  718. "a": 255
  719. },
  720. "_contentSize": {
  721. "__type__": "cc.Size",
  722. "width": 638,
  723. "height": 815
  724. },
  725. "_anchorPoint": {
  726. "__type__": "cc.Vec2",
  727. "x": 0.5,
  728. "y": 0.5
  729. },
  730. "_position": {
  731. "__type__": "cc.Vec3",
  732. "x": 0,
  733. "y": 14.5,
  734. "z": 0
  735. },
  736. "_scale": {
  737. "__type__": "cc.Vec3",
  738. "x": 1,
  739. "y": 1,
  740. "z": 1
  741. },
  742. "_rotationX": 0,
  743. "_rotationY": 0,
  744. "_quat": {
  745. "__type__": "cc.Quat",
  746. "x": 0,
  747. "y": 0,
  748. "z": 0,
  749. "w": 1
  750. },
  751. "_skewX": 0,
  752. "_skewY": 0,
  753. "_zIndex": 0,
  754. "groupIndex": 0,
  755. "_id": ""
  756. },
  757. {
  758. "__type__": "cc.Sprite",
  759. "_name": "",
  760. "_objFlags": 0,
  761. "node": {
  762. "__id__": 19
  763. },
  764. "_enabled": true,
  765. "_srcBlendFactor": 770,
  766. "_dstBlendFactor": 771,
  767. "_spriteFrame": {
  768. "__uuid__": "1a8b3b5a-9818-49fd-8c5e-62965f286bc3"
  769. },
  770. "_type": 0,
  771. "_sizeMode": 1,
  772. "_fillType": 0,
  773. "_fillCenter": {
  774. "__type__": "cc.Vec2",
  775. "x": 0,
  776. "y": 0
  777. },
  778. "_fillStart": 0,
  779. "_fillRange": 0,
  780. "_isTrimmedMode": true,
  781. "_state": 0,
  782. "_atlas": null,
  783. "_id": ""
  784. },
  785. {
  786. "__type__": "cc.Widget",
  787. "_name": "",
  788. "_objFlags": 0,
  789. "node": {
  790. "__id__": 19
  791. },
  792. "_enabled": true,
  793. "alignMode": 1,
  794. "_target": null,
  795. "_alignFlags": 1,
  796. "_left": 0,
  797. "_right": 0,
  798. "_top": 108,
  799. "_bottom": 0,
  800. "_verticalCenter": 0,
  801. "_horizontalCenter": 0,
  802. "_isAbsLeft": true,
  803. "_isAbsRight": true,
  804. "_isAbsTop": true,
  805. "_isAbsBottom": true,
  806. "_isAbsHorizontalCenter": true,
  807. "_isAbsVerticalCenter": true,
  808. "_originalWidth": 0,
  809. "_originalHeight": 0,
  810. "_id": ""
  811. },
  812. {
  813. "__type__": "cc.PrefabInfo",
  814. "root": {
  815. "__id__": 1
  816. },
  817. "asset": {
  818. "__uuid__": "b026af4f-bea8-45f8-a5bb-2cefec6b387d"
  819. },
  820. "fileId": "07R+yFrhFMf4xPCpv0fNaX",
  821. "sync": false
  822. },
  823. {
  824. "__type__": "cc.Node",
  825. "_name": "award_title_bg",
  826. "_objFlags": 0,
  827. "_parent": {
  828. "__id__": 6
  829. },
  830. "_children": [],
  831. "_active": true,
  832. "_level": 3,
  833. "_components": [
  834. {
  835. "__id__": 24
  836. },
  837. {
  838. "__id__": 25
  839. }
  840. ],
  841. "_prefab": {
  842. "__id__": 26
  843. },
  844. "_opacity": 255,
  845. "_color": {
  846. "__type__": "cc.Color",
  847. "r": 255,
  848. "g": 255,
  849. "b": 255,
  850. "a": 255
  851. },
  852. "_contentSize": {
  853. "__type__": "cc.Size",
  854. "width": 700,
  855. "height": 80
  856. },
  857. "_anchorPoint": {
  858. "__type__": "cc.Vec2",
  859. "x": 0.5,
  860. "y": 0.5
  861. },
  862. "_position": {
  863. "__type__": "cc.Vec3",
  864. "x": 0,
  865. "y": 498,
  866. "z": 0
  867. },
  868. "_scale": {
  869. "__type__": "cc.Vec3",
  870. "x": 1,
  871. "y": 1,
  872. "z": 1
  873. },
  874. "_rotationX": 0,
  875. "_rotationY": 0,
  876. "_quat": {
  877. "__type__": "cc.Quat",
  878. "x": 0,
  879. "y": 0,
  880. "z": 0,
  881. "w": 1
  882. },
  883. "_skewX": 0,
  884. "_skewY": 0,
  885. "_zIndex": 0,
  886. "groupIndex": 0,
  887. "_id": ""
  888. },
  889. {
  890. "__type__": "cc.Sprite",
  891. "_name": "",
  892. "_objFlags": 0,
  893. "node": {
  894. "__id__": 23
  895. },
  896. "_enabled": true,
  897. "_srcBlendFactor": 770,
  898. "_dstBlendFactor": 771,
  899. "_spriteFrame": {
  900. "__uuid__": "c507ec95-2575-4c81-96e0-eccc3f95220b"
  901. },
  902. "_type": 0,
  903. "_sizeMode": 1,
  904. "_fillType": 0,
  905. "_fillCenter": {
  906. "__type__": "cc.Vec2",
  907. "x": 0,
  908. "y": 0
  909. },
  910. "_fillStart": 0,
  911. "_fillRange": 0,
  912. "_isTrimmedMode": true,
  913. "_state": 0,
  914. "_atlas": null,
  915. "_id": ""
  916. },
  917. {
  918. "__type__": "cc.Widget",
  919. "_name": "",
  920. "_objFlags": 0,
  921. "node": {
  922. "__id__": 23
  923. },
  924. "_enabled": true,
  925. "alignMode": 1,
  926. "_target": null,
  927. "_alignFlags": 1,
  928. "_left": 0,
  929. "_right": 0,
  930. "_top": -8,
  931. "_bottom": 0,
  932. "_verticalCenter": 0,
  933. "_horizontalCenter": 0,
  934. "_isAbsLeft": true,
  935. "_isAbsRight": true,
  936. "_isAbsTop": true,
  937. "_isAbsBottom": true,
  938. "_isAbsHorizontalCenter": true,
  939. "_isAbsVerticalCenter": true,
  940. "_originalWidth": 0,
  941. "_originalHeight": 0,
  942. "_id": ""
  943. },
  944. {
  945. "__type__": "cc.PrefabInfo",
  946. "root": {
  947. "__id__": 1
  948. },
  949. "asset": {
  950. "__uuid__": "b026af4f-bea8-45f8-a5bb-2cefec6b387d"
  951. },
  952. "fileId": "85N6211VBP+5pvoYW3TO+q",
  953. "sync": false
  954. },
  955. {
  956. "__type__": "cc.PrefabInfo",
  957. "root": {
  958. "__id__": 1
  959. },
  960. "asset": {
  961. "__uuid__": "b026af4f-bea8-45f8-a5bb-2cefec6b387d"
  962. },
  963. "fileId": "ddipg7mu1NloPfQf15m6Rg",
  964. "sync": false
  965. },
  966. {
  967. "__type__": "cc.Node",
  968. "_name": "button",
  969. "_objFlags": 0,
  970. "_parent": {
  971. "__id__": 1
  972. },
  973. "_children": [
  974. {
  975. "__id__": 29
  976. }
  977. ],
  978. "_active": true,
  979. "_level": 2,
  980. "_components": [
  981. {
  982. "__id__": 32
  983. }
  984. ],
  985. "_prefab": {
  986. "__id__": 34
  987. },
  988. "_opacity": 255,
  989. "_color": {
  990. "__type__": "cc.Color",
  991. "r": 255,
  992. "g": 255,
  993. "b": 255,
  994. "a": 255
  995. },
  996. "_contentSize": {
  997. "__type__": "cc.Size",
  998. "width": 80,
  999. "height": 44
  1000. },
  1001. "_anchorPoint": {
  1002. "__type__": "cc.Vec2",
  1003. "x": 0.5,
  1004. "y": 0.5
  1005. },
  1006. "_position": {
  1007. "__type__": "cc.Vec3",
  1008. "x": 301,
  1009. "y": 499,
  1010. "z": 0
  1011. },
  1012. "_scale": {
  1013. "__type__": "cc.Vec3",
  1014. "x": 1,
  1015. "y": 1,
  1016. "z": 1
  1017. },
  1018. "_rotationX": 0,
  1019. "_rotationY": 0,
  1020. "_quat": {
  1021. "__type__": "cc.Quat",
  1022. "x": 0,
  1023. "y": 0,
  1024. "z": 0,
  1025. "w": 1
  1026. },
  1027. "_skewX": 0,
  1028. "_skewY": 0,
  1029. "_zIndex": 0,
  1030. "groupIndex": 0,
  1031. "_id": ""
  1032. },
  1033. {
  1034. "__type__": "cc.Node",
  1035. "_name": "login_reward_close",
  1036. "_objFlags": 0,
  1037. "_parent": {
  1038. "__id__": 28
  1039. },
  1040. "_children": [],
  1041. "_active": true,
  1042. "_level": 4,
  1043. "_components": [
  1044. {
  1045. "__id__": 30
  1046. }
  1047. ],
  1048. "_prefab": {
  1049. "__id__": 31
  1050. },
  1051. "_opacity": 255,
  1052. "_color": {
  1053. "__type__": "cc.Color",
  1054. "r": 255,
  1055. "g": 255,
  1056. "b": 255,
  1057. "a": 255
  1058. },
  1059. "_contentSize": {
  1060. "__type__": "cc.Size",
  1061. "width": 30,
  1062. "height": 30
  1063. },
  1064. "_anchorPoint": {
  1065. "__type__": "cc.Vec2",
  1066. "x": 0.5,
  1067. "y": 0.5
  1068. },
  1069. "_position": {
  1070. "__type__": "cc.Vec3",
  1071. "x": 0,
  1072. "y": 0,
  1073. "z": 0
  1074. },
  1075. "_scale": {
  1076. "__type__": "cc.Vec3",
  1077. "x": 1,
  1078. "y": 1,
  1079. "z": 1
  1080. },
  1081. "_rotationX": 0,
  1082. "_rotationY": 0,
  1083. "_quat": {
  1084. "__type__": "cc.Quat",
  1085. "x": 0,
  1086. "y": 0,
  1087. "z": 0,
  1088. "w": 1
  1089. },
  1090. "_skewX": 0,
  1091. "_skewY": 0,
  1092. "_zIndex": 0,
  1093. "groupIndex": 0,
  1094. "_id": ""
  1095. },
  1096. {
  1097. "__type__": "cc.Sprite",
  1098. "_name": "",
  1099. "_objFlags": 0,
  1100. "node": {
  1101. "__id__": 29
  1102. },
  1103. "_enabled": true,
  1104. "_srcBlendFactor": 770,
  1105. "_dstBlendFactor": 771,
  1106. "_spriteFrame": {
  1107. "__uuid__": "63b0233f-f1c0-4581-bcc1-a7cfbd16af1c"
  1108. },
  1109. "_type": 0,
  1110. "_sizeMode": 1,
  1111. "_fillType": 0,
  1112. "_fillCenter": {
  1113. "__type__": "cc.Vec2",
  1114. "x": 0,
  1115. "y": 0
  1116. },
  1117. "_fillStart": 0,
  1118. "_fillRange": 0,
  1119. "_isTrimmedMode": true,
  1120. "_state": 0,
  1121. "_atlas": null,
  1122. "_id": ""
  1123. },
  1124. {
  1125. "__type__": "cc.PrefabInfo",
  1126. "root": {
  1127. "__id__": 1
  1128. },
  1129. "asset": {
  1130. "__uuid__": "b026af4f-bea8-45f8-a5bb-2cefec6b387d"
  1131. },
  1132. "fileId": "dftyC9ChtE0Kd1Y8iuxkSu",
  1133. "sync": false
  1134. },
  1135. {
  1136. "__type__": "cc.Button",
  1137. "_name": "",
  1138. "_objFlags": 0,
  1139. "node": {
  1140. "__id__": 28
  1141. },
  1142. "_enabled": true,
  1143. "transition": 1,
  1144. "pressedColor": {
  1145. "__type__": "cc.Color",
  1146. "r": 120,
  1147. "g": 120,
  1148. "b": 120,
  1149. "a": 255
  1150. },
  1151. "hoverColor": {
  1152. "__type__": "cc.Color",
  1153. "r": 255,
  1154. "g": 255,
  1155. "b": 255,
  1156. "a": 255
  1157. },
  1158. "duration": 0.1,
  1159. "zoomScale": 1.2,
  1160. "clickEvents": [
  1161. {
  1162. "__id__": 33
  1163. }
  1164. ],
  1165. "_N$interactable": true,
  1166. "_N$enableAutoGrayEffect": false,
  1167. "_N$normalColor": {
  1168. "__type__": "cc.Color",
  1169. "r": 255,
  1170. "g": 255,
  1171. "b": 255,
  1172. "a": 255
  1173. },
  1174. "_N$disabledColor": {
  1175. "__type__": "cc.Color",
  1176. "r": 255,
  1177. "g": 255,
  1178. "b": 255,
  1179. "a": 255
  1180. },
  1181. "_N$normalSprite": {
  1182. "__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952"
  1183. },
  1184. "_N$pressedSprite": {
  1185. "__uuid__": "e9ec654c-97a2-4787-9325-e6a10375219a"
  1186. },
  1187. "pressedSprite": {
  1188. "__uuid__": "e9ec654c-97a2-4787-9325-e6a10375219a"
  1189. },
  1190. "_N$hoverSprite": {
  1191. "__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952"
  1192. },
  1193. "hoverSprite": {
  1194. "__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952"
  1195. },
  1196. "_N$disabledSprite": {
  1197. "__uuid__": "29158224-f8dd-4661-a796-1ffab537140e"
  1198. },
  1199. "_N$target": {
  1200. "__id__": 29
  1201. },
  1202. "_id": ""
  1203. },
  1204. {
  1205. "__type__": "cc.ClickEvent",
  1206. "target": {
  1207. "__id__": 1
  1208. },
  1209. "component": "DayAward",
  1210. "handler": "closeAction",
  1211. "customEventData": ""
  1212. },
  1213. {
  1214. "__type__": "cc.PrefabInfo",
  1215. "root": {
  1216. "__id__": 1
  1217. },
  1218. "asset": {
  1219. "__uuid__": "b026af4f-bea8-45f8-a5bb-2cefec6b387d"
  1220. },
  1221. "fileId": "4aN62Xb+hLza9Hc9EwQfEK",
  1222. "sync": false
  1223. },
  1224. {
  1225. "__type__": "d56bc3xFu5FXa/4g1HzLagK",
  1226. "_name": "",
  1227. "_objFlags": 0,
  1228. "node": {
  1229. "__id__": 1
  1230. },
  1231. "_enabled": true,
  1232. "getButton": {
  1233. "__id__": 15
  1234. },
  1235. "getAwardSprite": {
  1236. "__id__": 13
  1237. },
  1238. "_id": ""
  1239. },
  1240. {
  1241. "__type__": "cc.PrefabInfo",
  1242. "root": {
  1243. "__id__": 1
  1244. },
  1245. "asset": {
  1246. "__uuid__": "b026af4f-bea8-45f8-a5bb-2cefec6b387d"
  1247. },
  1248. "fileId": "d7uuuVs0NIZp4UHfuY/deL",
  1249. "sync": false
  1250. }
  1251. ]