RichRewardPanel.prefab 26 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493
  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": "RichRewardPanel",
  17. "_objFlags": 512,
  18. "_parent": null,
  19. "_children": [
  20. {
  21. "__id__": 2
  22. },
  23. {
  24. "__id__": 6
  25. }
  26. ],
  27. "_active": true,
  28. "_components": [
  29. {
  30. "__id__": 39
  31. },
  32. {
  33. "__id__": 40
  34. },
  35. {
  36. "__id__": 41
  37. }
  38. ],
  39. "_prefab": {
  40. "__id__": 42
  41. },
  42. "_opacity": 255,
  43. "_color": {
  44. "__type__": "cc.Color",
  45. "r": 255,
  46. "g": 255,
  47. "b": 255,
  48. "a": 255
  49. },
  50. "_contentSize": {
  51. "__type__": "cc.Size",
  52. "width": 750,
  53. "height": 1334
  54. },
  55. "_anchorPoint": {
  56. "__type__": "cc.Vec2",
  57. "x": 0.5,
  58. "y": 0.5
  59. },
  60. "_trs": {
  61. "__type__": "TypedArray",
  62. "ctor": "Float64Array",
  63. "array": [
  64. 0,
  65. 0,
  66. 0,
  67. 0,
  68. 0,
  69. 0,
  70. 1,
  71. 1,
  72. 1,
  73. 1
  74. ]
  75. },
  76. "_eulerAngles": {
  77. "__type__": "cc.Vec3",
  78. "x": 0,
  79. "y": 0,
  80. "z": 0
  81. },
  82. "_skewX": 0,
  83. "_skewY": 0,
  84. "_is3DNode": false,
  85. "_groupIndex": 0,
  86. "groupIndex": 0,
  87. "_id": ""
  88. },
  89. {
  90. "__type__": "cc.Node",
  91. "_name": "Bg",
  92. "_objFlags": 0,
  93. "_parent": {
  94. "__id__": 1
  95. },
  96. "_children": [],
  97. "_active": true,
  98. "_components": [
  99. {
  100. "__id__": 3
  101. },
  102. {
  103. "__id__": 4
  104. }
  105. ],
  106. "_prefab": {
  107. "__id__": 5
  108. },
  109. "_opacity": 180,
  110. "_color": {
  111. "__type__": "cc.Color",
  112. "r": 0,
  113. "g": 0,
  114. "b": 0,
  115. "a": 255
  116. },
  117. "_contentSize": {
  118. "__type__": "cc.Size",
  119. "width": 750,
  120. "height": 1334
  121. },
  122. "_anchorPoint": {
  123. "__type__": "cc.Vec2",
  124. "x": 0.5,
  125. "y": 0.5
  126. },
  127. "_trs": {
  128. "__type__": "TypedArray",
  129. "ctor": "Float64Array",
  130. "array": [
  131. 0,
  132. 0,
  133. 0,
  134. 0,
  135. 0,
  136. 0,
  137. 1,
  138. 1,
  139. 1,
  140. 1
  141. ]
  142. },
  143. "_eulerAngles": {
  144. "__type__": "cc.Vec3",
  145. "x": 0,
  146. "y": 0,
  147. "z": 0
  148. },
  149. "_skewX": 0,
  150. "_skewY": 0,
  151. "_is3DNode": false,
  152. "_groupIndex": 0,
  153. "groupIndex": 0,
  154. "_id": ""
  155. },
  156. {
  157. "__type__": "cc.Sprite",
  158. "_name": "",
  159. "_objFlags": 0,
  160. "node": {
  161. "__id__": 2
  162. },
  163. "_enabled": true,
  164. "_materials": [
  165. {
  166. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  167. }
  168. ],
  169. "_srcBlendFactor": 770,
  170. "_dstBlendFactor": 771,
  171. "_spriteFrame": {
  172. "__uuid__": "a23235d1-15db-4b95-8439-a2e005bfff91"
  173. },
  174. "_type": 0,
  175. "_sizeMode": 0,
  176. "_fillType": 0,
  177. "_fillCenter": {
  178. "__type__": "cc.Vec2",
  179. "x": 0,
  180. "y": 0
  181. },
  182. "_fillStart": 0,
  183. "_fillRange": 0,
  184. "_isTrimmedMode": true,
  185. "_atlas": null,
  186. "_id": ""
  187. },
  188. {
  189. "__type__": "cc.Widget",
  190. "_name": "",
  191. "_objFlags": 0,
  192. "node": {
  193. "__id__": 2
  194. },
  195. "_enabled": true,
  196. "alignMode": 1,
  197. "_target": null,
  198. "_alignFlags": 45,
  199. "_left": 0,
  200. "_right": 0,
  201. "_top": 0,
  202. "_bottom": 0,
  203. "_verticalCenter": 0,
  204. "_horizontalCenter": 0,
  205. "_isAbsLeft": true,
  206. "_isAbsRight": true,
  207. "_isAbsTop": true,
  208. "_isAbsBottom": true,
  209. "_isAbsHorizontalCenter": true,
  210. "_isAbsVerticalCenter": true,
  211. "_originalWidth": 100,
  212. "_originalHeight": 100,
  213. "_id": ""
  214. },
  215. {
  216. "__type__": "cc.PrefabInfo",
  217. "root": {
  218. "__id__": 1
  219. },
  220. "asset": {
  221. "__uuid__": "0dce6174-c435-40b2-8aee-2b698ab2cee2"
  222. },
  223. "fileId": "98E2q06IZMUK1YGAumWtbh",
  224. "sync": false
  225. },
  226. {
  227. "__type__": "cc.Node",
  228. "_name": "Panel",
  229. "_objFlags": 0,
  230. "_parent": {
  231. "__id__": 1
  232. },
  233. "_children": [
  234. {
  235. "__id__": 7
  236. },
  237. {
  238. "__id__": 10
  239. },
  240. {
  241. "__id__": 13
  242. },
  243. {
  244. "__id__": 16
  245. },
  246. {
  247. "__id__": 19
  248. },
  249. {
  250. "__id__": 23
  251. },
  252. {
  253. "__id__": 32
  254. }
  255. ],
  256. "_active": true,
  257. "_components": [],
  258. "_prefab": {
  259. "__id__": 38
  260. },
  261. "_opacity": 255,
  262. "_color": {
  263. "__type__": "cc.Color",
  264. "r": 255,
  265. "g": 255,
  266. "b": 255,
  267. "a": 255
  268. },
  269. "_contentSize": {
  270. "__type__": "cc.Size",
  271. "width": 0,
  272. "height": 0
  273. },
  274. "_anchorPoint": {
  275. "__type__": "cc.Vec2",
  276. "x": 0.5,
  277. "y": 0.5
  278. },
  279. "_trs": {
  280. "__type__": "TypedArray",
  281. "ctor": "Float64Array",
  282. "array": [
  283. 0,
  284. 0,
  285. 0,
  286. 0,
  287. 0,
  288. 0,
  289. 1,
  290. 1,
  291. 1,
  292. 1
  293. ]
  294. },
  295. "_eulerAngles": {
  296. "__type__": "cc.Vec3",
  297. "x": 0,
  298. "y": 0,
  299. "z": 0
  300. },
  301. "_skewX": 0,
  302. "_skewY": 0,
  303. "_is3DNode": false,
  304. "_groupIndex": 0,
  305. "groupIndex": 0,
  306. "_id": ""
  307. },
  308. {
  309. "__type__": "cc.Node",
  310. "_name": "Img",
  311. "_objFlags": 0,
  312. "_parent": {
  313. "__id__": 6
  314. },
  315. "_children": [],
  316. "_active": true,
  317. "_components": [
  318. {
  319. "__id__": 8
  320. }
  321. ],
  322. "_prefab": {
  323. "__id__": 9
  324. },
  325. "_opacity": 255,
  326. "_color": {
  327. "__type__": "cc.Color",
  328. "r": 255,
  329. "g": 255,
  330. "b": 255,
  331. "a": 255
  332. },
  333. "_contentSize": {
  334. "__type__": "cc.Size",
  335. "width": 748,
  336. "height": 1200
  337. },
  338. "_anchorPoint": {
  339. "__type__": "cc.Vec2",
  340. "x": 0.5,
  341. "y": 0.5
  342. },
  343. "_trs": {
  344. "__type__": "TypedArray",
  345. "ctor": "Float64Array",
  346. "array": [
  347. 0,
  348. 0,
  349. 0,
  350. 0,
  351. 0,
  352. 0,
  353. 1,
  354. 1,
  355. 1,
  356. 1
  357. ]
  358. },
  359. "_eulerAngles": {
  360. "__type__": "cc.Vec3",
  361. "x": 0,
  362. "y": 0,
  363. "z": 0
  364. },
  365. "_skewX": 0,
  366. "_skewY": 0,
  367. "_is3DNode": false,
  368. "_groupIndex": 0,
  369. "groupIndex": 0,
  370. "_id": ""
  371. },
  372. {
  373. "__type__": "cc.Sprite",
  374. "_name": "",
  375. "_objFlags": 0,
  376. "node": {
  377. "__id__": 7
  378. },
  379. "_enabled": true,
  380. "_materials": [
  381. {
  382. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  383. }
  384. ],
  385. "_srcBlendFactor": 770,
  386. "_dstBlendFactor": 771,
  387. "_spriteFrame": {
  388. "__uuid__": "98d360ff-6d97-4321-b89d-e61c7635baec"
  389. },
  390. "_type": 1,
  391. "_sizeMode": 0,
  392. "_fillType": 0,
  393. "_fillCenter": {
  394. "__type__": "cc.Vec2",
  395. "x": 0,
  396. "y": 0
  397. },
  398. "_fillStart": 0,
  399. "_fillRange": 0,
  400. "_isTrimmedMode": true,
  401. "_atlas": null,
  402. "_id": ""
  403. },
  404. {
  405. "__type__": "cc.PrefabInfo",
  406. "root": {
  407. "__id__": 1
  408. },
  409. "asset": {
  410. "__uuid__": "0dce6174-c435-40b2-8aee-2b698ab2cee2"
  411. },
  412. "fileId": "34ebRSGhRNjq8Q1gKuPqJE",
  413. "sync": false
  414. },
  415. {
  416. "__type__": "cc.Node",
  417. "_name": "common_bg_bgtitle",
  418. "_objFlags": 0,
  419. "_parent": {
  420. "__id__": 6
  421. },
  422. "_children": [],
  423. "_active": true,
  424. "_components": [
  425. {
  426. "__id__": 11
  427. }
  428. ],
  429. "_prefab": {
  430. "__id__": 12
  431. },
  432. "_opacity": 255,
  433. "_color": {
  434. "__type__": "cc.Color",
  435. "r": 255,
  436. "g": 255,
  437. "b": 255,
  438. "a": 255
  439. },
  440. "_contentSize": {
  441. "__type__": "cc.Size",
  442. "width": 315,
  443. "height": 72
  444. },
  445. "_anchorPoint": {
  446. "__type__": "cc.Vec2",
  447. "x": 0.5,
  448. "y": 0.5
  449. },
  450. "_trs": {
  451. "__type__": "TypedArray",
  452. "ctor": "Float64Array",
  453. "array": [
  454. 0,
  455. 571.334,
  456. 0,
  457. 0,
  458. 0,
  459. 0,
  460. 1,
  461. 1,
  462. 1,
  463. 1
  464. ]
  465. },
  466. "_eulerAngles": {
  467. "__type__": "cc.Vec3",
  468. "x": 0,
  469. "y": 0,
  470. "z": 0
  471. },
  472. "_skewX": 0,
  473. "_skewY": 0,
  474. "_is3DNode": false,
  475. "_groupIndex": 0,
  476. "groupIndex": 0,
  477. "_id": ""
  478. },
  479. {
  480. "__type__": "cc.Sprite",
  481. "_name": "",
  482. "_objFlags": 0,
  483. "node": {
  484. "__id__": 10
  485. },
  486. "_enabled": true,
  487. "_materials": [
  488. {
  489. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  490. }
  491. ],
  492. "_srcBlendFactor": 770,
  493. "_dstBlendFactor": 771,
  494. "_spriteFrame": {
  495. "__uuid__": "e5a25066-b953-4b6b-89cd-bcd27b33c943"
  496. },
  497. "_type": 0,
  498. "_sizeMode": 1,
  499. "_fillType": 0,
  500. "_fillCenter": {
  501. "__type__": "cc.Vec2",
  502. "x": 0,
  503. "y": 0
  504. },
  505. "_fillStart": 0,
  506. "_fillRange": 0,
  507. "_isTrimmedMode": true,
  508. "_atlas": null,
  509. "_id": ""
  510. },
  511. {
  512. "__type__": "cc.PrefabInfo",
  513. "root": {
  514. "__id__": 1
  515. },
  516. "asset": {
  517. "__uuid__": "0dce6174-c435-40b2-8aee-2b698ab2cee2"
  518. },
  519. "fileId": "2auhW19GdPl73SG7F8ge9A",
  520. "sync": false
  521. },
  522. {
  523. "__type__": "cc.Node",
  524. "_name": "title",
  525. "_objFlags": 0,
  526. "_parent": {
  527. "__id__": 6
  528. },
  529. "_children": [],
  530. "_active": true,
  531. "_components": [
  532. {
  533. "__id__": 14
  534. }
  535. ],
  536. "_prefab": {
  537. "__id__": 15
  538. },
  539. "_opacity": 255,
  540. "_color": {
  541. "__type__": "cc.Color",
  542. "r": 255,
  543. "g": 255,
  544. "b": 255,
  545. "a": 255
  546. },
  547. "_contentSize": {
  548. "__type__": "cc.Size",
  549. "width": 96,
  550. "height": 44
  551. },
  552. "_anchorPoint": {
  553. "__type__": "cc.Vec2",
  554. "x": 0.5,
  555. "y": 0.5
  556. },
  557. "_trs": {
  558. "__type__": "TypedArray",
  559. "ctor": "Float64Array",
  560. "array": [
  561. 0,
  562. 571.897,
  563. 0,
  564. 0,
  565. 0,
  566. 0,
  567. 1,
  568. 1,
  569. 1,
  570. 1
  571. ]
  572. },
  573. "_eulerAngles": {
  574. "__type__": "cc.Vec3",
  575. "x": 0,
  576. "y": 0,
  577. "z": 0
  578. },
  579. "_skewX": 0,
  580. "_skewY": 0,
  581. "_is3DNode": false,
  582. "_groupIndex": 0,
  583. "groupIndex": 0,
  584. "_id": ""
  585. },
  586. {
  587. "__type__": "cc.Sprite",
  588. "_name": "",
  589. "_objFlags": 0,
  590. "node": {
  591. "__id__": 13
  592. },
  593. "_enabled": true,
  594. "_materials": [
  595. {
  596. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  597. }
  598. ],
  599. "_srcBlendFactor": 770,
  600. "_dstBlendFactor": 771,
  601. "_spriteFrame": {
  602. "__uuid__": "ed712ca8-0311-4288-85a0-418ebbcdd0c5"
  603. },
  604. "_type": 0,
  605. "_sizeMode": 1,
  606. "_fillType": 0,
  607. "_fillCenter": {
  608. "__type__": "cc.Vec2",
  609. "x": 0,
  610. "y": 0
  611. },
  612. "_fillStart": 0,
  613. "_fillRange": 0,
  614. "_isTrimmedMode": true,
  615. "_atlas": null,
  616. "_id": ""
  617. },
  618. {
  619. "__type__": "cc.PrefabInfo",
  620. "root": {
  621. "__id__": 1
  622. },
  623. "asset": {
  624. "__uuid__": "0dce6174-c435-40b2-8aee-2b698ab2cee2"
  625. },
  626. "fileId": "6bmxmo551LVa8eTvWg0F1n",
  627. "sync": false
  628. },
  629. {
  630. "__type__": "cc.Node",
  631. "_name": "rewardImg",
  632. "_objFlags": 0,
  633. "_parent": {
  634. "__id__": 6
  635. },
  636. "_children": [],
  637. "_active": true,
  638. "_components": [
  639. {
  640. "__id__": 17
  641. }
  642. ],
  643. "_prefab": {
  644. "__id__": 18
  645. },
  646. "_opacity": 255,
  647. "_color": {
  648. "__type__": "cc.Color",
  649. "r": 255,
  650. "g": 255,
  651. "b": 255,
  652. "a": 255
  653. },
  654. "_contentSize": {
  655. "__type__": "cc.Size",
  656. "width": 98,
  657. "height": 92
  658. },
  659. "_anchorPoint": {
  660. "__type__": "cc.Vec2",
  661. "x": 0.5,
  662. "y": 0.5
  663. },
  664. "_trs": {
  665. "__type__": "TypedArray",
  666. "ctor": "Float64Array",
  667. "array": [
  668. 0,
  669. 275.946,
  670. 0,
  671. 0,
  672. 0,
  673. 0,
  674. 1,
  675. 1.943,
  676. 1.943,
  677. 1.943
  678. ]
  679. },
  680. "_eulerAngles": {
  681. "__type__": "cc.Vec3",
  682. "x": 0,
  683. "y": 0,
  684. "z": 0
  685. },
  686. "_skewX": 0,
  687. "_skewY": 0,
  688. "_is3DNode": false,
  689. "_groupIndex": 0,
  690. "groupIndex": 0,
  691. "_id": ""
  692. },
  693. {
  694. "__type__": "cc.Sprite",
  695. "_name": "",
  696. "_objFlags": 0,
  697. "node": {
  698. "__id__": 16
  699. },
  700. "_enabled": true,
  701. "_materials": [
  702. {
  703. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  704. }
  705. ],
  706. "_srcBlendFactor": 770,
  707. "_dstBlendFactor": 771,
  708. "_spriteFrame": {
  709. "__uuid__": "afe5a644-fc7b-4997-8abd-a6e515bc2070"
  710. },
  711. "_type": 0,
  712. "_sizeMode": 1,
  713. "_fillType": 0,
  714. "_fillCenter": {
  715. "__type__": "cc.Vec2",
  716. "x": 0,
  717. "y": 0
  718. },
  719. "_fillStart": 0,
  720. "_fillRange": 0,
  721. "_isTrimmedMode": true,
  722. "_atlas": null,
  723. "_id": ""
  724. },
  725. {
  726. "__type__": "cc.PrefabInfo",
  727. "root": {
  728. "__id__": 1
  729. },
  730. "asset": {
  731. "__uuid__": "0dce6174-c435-40b2-8aee-2b698ab2cee2"
  732. },
  733. "fileId": "d9MvnY24dP/ZpcYs5olRwZ",
  734. "sync": false
  735. },
  736. {
  737. "__type__": "cc.Node",
  738. "_name": "txtNum",
  739. "_objFlags": 0,
  740. "_parent": {
  741. "__id__": 6
  742. },
  743. "_children": [],
  744. "_active": true,
  745. "_components": [
  746. {
  747. "__id__": 20
  748. },
  749. {
  750. "__id__": 21
  751. }
  752. ],
  753. "_prefab": {
  754. "__id__": 22
  755. },
  756. "_opacity": 255,
  757. "_color": {
  758. "__type__": "cc.Color",
  759. "r": 255,
  760. "g": 255,
  761. "b": 255,
  762. "a": 255
  763. },
  764. "_contentSize": {
  765. "__type__": "cc.Size",
  766. "width": 141.15,
  767. "height": 81.6
  768. },
  769. "_anchorPoint": {
  770. "__type__": "cc.Vec2",
  771. "x": 0.5,
  772. "y": 0.5
  773. },
  774. "_trs": {
  775. "__type__": "TypedArray",
  776. "ctor": "Float64Array",
  777. "array": [
  778. 0,
  779. 130.689,
  780. 0,
  781. 0,
  782. 0,
  783. 0,
  784. 1,
  785. 1,
  786. 1,
  787. 1
  788. ]
  789. },
  790. "_eulerAngles": {
  791. "__type__": "cc.Vec3",
  792. "x": 0,
  793. "y": 0,
  794. "z": 0
  795. },
  796. "_skewX": 0,
  797. "_skewY": 0,
  798. "_is3DNode": false,
  799. "_groupIndex": 0,
  800. "groupIndex": 0,
  801. "_id": ""
  802. },
  803. {
  804. "__type__": "cc.Label",
  805. "_name": "",
  806. "_objFlags": 0,
  807. "node": {
  808. "__id__": 19
  809. },
  810. "_enabled": true,
  811. "_materials": [
  812. {
  813. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  814. }
  815. ],
  816. "_useOriginalSize": false,
  817. "_string": "+500",
  818. "_N$string": "+500",
  819. "_fontSize": 60,
  820. "_lineHeight": 60,
  821. "_enableWrapText": true,
  822. "_N$file": null,
  823. "_isSystemFontUsed": true,
  824. "_spacingX": 0,
  825. "_batchAsBitmap": false,
  826. "_styleFlags": 1,
  827. "_underlineHeight": 0,
  828. "_N$horizontalAlign": 1,
  829. "_N$verticalAlign": 1,
  830. "_N$fontFamily": "Arial",
  831. "_N$overflow": 0,
  832. "_N$cacheMode": 0,
  833. "_id": ""
  834. },
  835. {
  836. "__type__": "cc.LabelOutline",
  837. "_name": "",
  838. "_objFlags": 0,
  839. "node": {
  840. "__id__": 19
  841. },
  842. "_enabled": true,
  843. "_color": {
  844. "__type__": "cc.Color",
  845. "r": 100,
  846. "g": 19,
  847. "b": 19,
  848. "a": 255
  849. },
  850. "_width": 3,
  851. "_id": ""
  852. },
  853. {
  854. "__type__": "cc.PrefabInfo",
  855. "root": {
  856. "__id__": 1
  857. },
  858. "asset": {
  859. "__uuid__": "0dce6174-c435-40b2-8aee-2b698ab2cee2"
  860. },
  861. "fileId": "01VQ1483ZIrJnM/1RABENj",
  862. "sync": false
  863. },
  864. {
  865. "__type__": "cc.Node",
  866. "_name": "btnSure",
  867. "_objFlags": 0,
  868. "_parent": {
  869. "__id__": 6
  870. },
  871. "_children": [
  872. {
  873. "__id__": 24
  874. }
  875. ],
  876. "_active": true,
  877. "_components": [
  878. {
  879. "__id__": 27
  880. },
  881. {
  882. "__id__": 28
  883. },
  884. {
  885. "__id__": 30
  886. }
  887. ],
  888. "_prefab": {
  889. "__id__": 31
  890. },
  891. "_opacity": 255,
  892. "_color": {
  893. "__type__": "cc.Color",
  894. "r": 255,
  895. "g": 255,
  896. "b": 255,
  897. "a": 255
  898. },
  899. "_contentSize": {
  900. "__type__": "cc.Size",
  901. "width": 324,
  902. "height": 110
  903. },
  904. "_anchorPoint": {
  905. "__type__": "cc.Vec2",
  906. "x": 0.5,
  907. "y": 0.5
  908. },
  909. "_trs": {
  910. "__type__": "TypedArray",
  911. "ctor": "Float64Array",
  912. "array": [
  913. 3.95,
  914. -442.311,
  915. 0,
  916. 0,
  917. 0,
  918. 0,
  919. 1,
  920. 1,
  921. 1,
  922. 1
  923. ]
  924. },
  925. "_eulerAngles": {
  926. "__type__": "cc.Vec3",
  927. "x": 0,
  928. "y": 0,
  929. "z": 0
  930. },
  931. "_skewX": 0,
  932. "_skewY": 0,
  933. "_is3DNode": false,
  934. "_groupIndex": 0,
  935. "groupIndex": 0,
  936. "_id": ""
  937. },
  938. {
  939. "__type__": "cc.Node",
  940. "_name": "txt",
  941. "_objFlags": 0,
  942. "_parent": {
  943. "__id__": 23
  944. },
  945. "_children": [],
  946. "_active": true,
  947. "_components": [
  948. {
  949. "__id__": 25
  950. }
  951. ],
  952. "_prefab": {
  953. "__id__": 26
  954. },
  955. "_opacity": 255,
  956. "_color": {
  957. "__type__": "cc.Color",
  958. "r": 104,
  959. "g": 49,
  960. "b": 11,
  961. "a": 255
  962. },
  963. "_contentSize": {
  964. "__type__": "cc.Size",
  965. "width": 160,
  966. "height": 50.4
  967. },
  968. "_anchorPoint": {
  969. "__type__": "cc.Vec2",
  970. "x": 0.5,
  971. "y": 0.5
  972. },
  973. "_trs": {
  974. "__type__": "TypedArray",
  975. "ctor": "Float64Array",
  976. "array": [
  977. 0,
  978. 3.883,
  979. 0,
  980. 0,
  981. 0,
  982. 0,
  983. 1,
  984. 1,
  985. 1,
  986. 1
  987. ]
  988. },
  989. "_eulerAngles": {
  990. "__type__": "cc.Vec3",
  991. "x": 0,
  992. "y": 0,
  993. "z": 0
  994. },
  995. "_skewX": 0,
  996. "_skewY": 0,
  997. "_is3DNode": false,
  998. "_groupIndex": 0,
  999. "groupIndex": 0,
  1000. "_id": ""
  1001. },
  1002. {
  1003. "__type__": "cc.Label",
  1004. "_name": "",
  1005. "_objFlags": 0,
  1006. "node": {
  1007. "__id__": 24
  1008. },
  1009. "_enabled": true,
  1010. "_materials": [
  1011. {
  1012. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  1013. }
  1014. ],
  1015. "_useOriginalSize": false,
  1016. "_string": "领取奖励",
  1017. "_N$string": "领取奖励",
  1018. "_fontSize": 40,
  1019. "_lineHeight": 40,
  1020. "_enableWrapText": true,
  1021. "_N$file": null,
  1022. "_isSystemFontUsed": true,
  1023. "_spacingX": 0,
  1024. "_batchAsBitmap": false,
  1025. "_styleFlags": 1,
  1026. "_underlineHeight": 0,
  1027. "_N$horizontalAlign": 1,
  1028. "_N$verticalAlign": 1,
  1029. "_N$fontFamily": "Arial",
  1030. "_N$overflow": 0,
  1031. "_N$cacheMode": 1,
  1032. "_id": ""
  1033. },
  1034. {
  1035. "__type__": "cc.PrefabInfo",
  1036. "root": {
  1037. "__id__": 1
  1038. },
  1039. "asset": {
  1040. "__uuid__": "0dce6174-c435-40b2-8aee-2b698ab2cee2"
  1041. },
  1042. "fileId": "66tp1mi/NIoZD7ZALgYw1d",
  1043. "sync": false
  1044. },
  1045. {
  1046. "__type__": "cc.Sprite",
  1047. "_name": "",
  1048. "_objFlags": 0,
  1049. "node": {
  1050. "__id__": 23
  1051. },
  1052. "_enabled": true,
  1053. "_materials": [
  1054. {
  1055. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  1056. }
  1057. ],
  1058. "_srcBlendFactor": 770,
  1059. "_dstBlendFactor": 771,
  1060. "_spriteFrame": {
  1061. "__uuid__": "949fe4b0-57e1-4f82-9fac-d9e2bb2c41d1"
  1062. },
  1063. "_type": 0,
  1064. "_sizeMode": 1,
  1065. "_fillType": 0,
  1066. "_fillCenter": {
  1067. "__type__": "cc.Vec2",
  1068. "x": 0,
  1069. "y": 0
  1070. },
  1071. "_fillStart": 0,
  1072. "_fillRange": 0,
  1073. "_isTrimmedMode": true,
  1074. "_atlas": null,
  1075. "_id": ""
  1076. },
  1077. {
  1078. "__type__": "cc.Button",
  1079. "_name": "",
  1080. "_objFlags": 0,
  1081. "node": {
  1082. "__id__": 23
  1083. },
  1084. "_enabled": true,
  1085. "_normalMaterial": {
  1086. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  1087. },
  1088. "_grayMaterial": null,
  1089. "duration": 0.1,
  1090. "zoomScale": 1.2,
  1091. "clickEvents": [
  1092. {
  1093. "__id__": 29
  1094. }
  1095. ],
  1096. "_N$interactable": true,
  1097. "_N$enableAutoGrayEffect": false,
  1098. "_N$transition": 3,
  1099. "transition": 3,
  1100. "_N$normalColor": {
  1101. "__type__": "cc.Color",
  1102. "r": 255,
  1103. "g": 255,
  1104. "b": 255,
  1105. "a": 255
  1106. },
  1107. "_N$pressedColor": {
  1108. "__type__": "cc.Color",
  1109. "r": 211,
  1110. "g": 211,
  1111. "b": 211,
  1112. "a": 255
  1113. },
  1114. "pressedColor": {
  1115. "__type__": "cc.Color",
  1116. "r": 211,
  1117. "g": 211,
  1118. "b": 211,
  1119. "a": 255
  1120. },
  1121. "_N$hoverColor": {
  1122. "__type__": "cc.Color",
  1123. "r": 255,
  1124. "g": 255,
  1125. "b": 255,
  1126. "a": 255
  1127. },
  1128. "hoverColor": {
  1129. "__type__": "cc.Color",
  1130. "r": 255,
  1131. "g": 255,
  1132. "b": 255,
  1133. "a": 255
  1134. },
  1135. "_N$disabledColor": {
  1136. "__type__": "cc.Color",
  1137. "r": 124,
  1138. "g": 124,
  1139. "b": 124,
  1140. "a": 255
  1141. },
  1142. "_N$normalSprite": null,
  1143. "_N$pressedSprite": null,
  1144. "pressedSprite": null,
  1145. "_N$hoverSprite": null,
  1146. "hoverSprite": null,
  1147. "_N$disabledSprite": null,
  1148. "_N$target": null,
  1149. "_id": ""
  1150. },
  1151. {
  1152. "__type__": "cc.ClickEvent",
  1153. "target": {
  1154. "__id__": 1
  1155. },
  1156. "component": "",
  1157. "_componentId": "ec110/JF69Pdp8YRpiF1oP1",
  1158. "handler": "Click_GetBtn",
  1159. "customEventData": ""
  1160. },
  1161. {
  1162. "__type__": "cc.Animation",
  1163. "_name": "",
  1164. "_objFlags": 0,
  1165. "node": {
  1166. "__id__": 23
  1167. },
  1168. "_enabled": true,
  1169. "_defaultClip": {
  1170. "__uuid__": "70f24d25-b3c2-431a-bdd9-e76a4e579534"
  1171. },
  1172. "_clips": [
  1173. {
  1174. "__uuid__": "70f24d25-b3c2-431a-bdd9-e76a4e579534"
  1175. }
  1176. ],
  1177. "playOnLoad": true,
  1178. "_id": ""
  1179. },
  1180. {
  1181. "__type__": "cc.PrefabInfo",
  1182. "root": {
  1183. "__id__": 1
  1184. },
  1185. "asset": {
  1186. "__uuid__": "0dce6174-c435-40b2-8aee-2b698ab2cee2"
  1187. },
  1188. "fileId": "ce0T5ygRBDs7q8czYj2nmP",
  1189. "sync": false
  1190. },
  1191. {
  1192. "__type__": "cc.Node",
  1193. "_name": "btnClose",
  1194. "_objFlags": 0,
  1195. "_parent": {
  1196. "__id__": 6
  1197. },
  1198. "_children": [],
  1199. "_active": true,
  1200. "_components": [
  1201. {
  1202. "__id__": 33
  1203. },
  1204. {
  1205. "__id__": 34
  1206. },
  1207. {
  1208. "__id__": 35
  1209. }
  1210. ],
  1211. "_prefab": {
  1212. "__id__": 37
  1213. },
  1214. "_opacity": 255,
  1215. "_color": {
  1216. "__type__": "cc.Color",
  1217. "r": 255,
  1218. "g": 255,
  1219. "b": 255,
  1220. "a": 255
  1221. },
  1222. "_contentSize": {
  1223. "__type__": "cc.Size",
  1224. "width": 82,
  1225. "height": 127
  1226. },
  1227. "_anchorPoint": {
  1228. "__type__": "cc.Vec2",
  1229. "x": 0.5,
  1230. "y": 0.5
  1231. },
  1232. "_trs": {
  1233. "__type__": "TypedArray",
  1234. "ctor": "Float64Array",
  1235. "array": [
  1236. 326.207,
  1237. 531.1,
  1238. 0,
  1239. 0,
  1240. 0,
  1241. 0,
  1242. 1,
  1243. 1,
  1244. 1,
  1245. 1
  1246. ]
  1247. },
  1248. "_eulerAngles": {
  1249. "__type__": "cc.Vec3",
  1250. "x": 0,
  1251. "y": 0,
  1252. "z": 0
  1253. },
  1254. "_skewX": 0,
  1255. "_skewY": 0,
  1256. "_is3DNode": false,
  1257. "_groupIndex": 0,
  1258. "groupIndex": 0,
  1259. "_id": ""
  1260. },
  1261. {
  1262. "__type__": "cc.Sprite",
  1263. "_name": "",
  1264. "_objFlags": 0,
  1265. "node": {
  1266. "__id__": 32
  1267. },
  1268. "_enabled": true,
  1269. "_materials": [
  1270. {
  1271. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  1272. }
  1273. ],
  1274. "_srcBlendFactor": 770,
  1275. "_dstBlendFactor": 771,
  1276. "_spriteFrame": {
  1277. "__uuid__": "ca6b0d14-9d7e-42c2-adb0-07269c5df201"
  1278. },
  1279. "_type": 0,
  1280. "_sizeMode": 1,
  1281. "_fillType": 0,
  1282. "_fillCenter": {
  1283. "__type__": "cc.Vec2",
  1284. "x": 0,
  1285. "y": 0
  1286. },
  1287. "_fillStart": 0,
  1288. "_fillRange": 0,
  1289. "_isTrimmedMode": true,
  1290. "_atlas": null,
  1291. "_id": ""
  1292. },
  1293. {
  1294. "__type__": "cc.Widget",
  1295. "_name": "",
  1296. "_objFlags": 0,
  1297. "node": {
  1298. "__id__": 32
  1299. },
  1300. "_enabled": true,
  1301. "alignMode": 1,
  1302. "_target": null,
  1303. "_alignFlags": 1,
  1304. "_left": 0,
  1305. "_right": 0,
  1306. "_top": -594.6,
  1307. "_bottom": 0,
  1308. "_verticalCenter": 0,
  1309. "_horizontalCenter": 0,
  1310. "_isAbsLeft": true,
  1311. "_isAbsRight": true,
  1312. "_isAbsTop": true,
  1313. "_isAbsBottom": true,
  1314. "_isAbsHorizontalCenter": true,
  1315. "_isAbsVerticalCenter": true,
  1316. "_originalWidth": 0,
  1317. "_originalHeight": 0,
  1318. "_id": ""
  1319. },
  1320. {
  1321. "__type__": "cc.Button",
  1322. "_name": "",
  1323. "_objFlags": 0,
  1324. "node": {
  1325. "__id__": 32
  1326. },
  1327. "_enabled": true,
  1328. "_normalMaterial": {
  1329. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  1330. },
  1331. "_grayMaterial": null,
  1332. "duration": 0.1,
  1333. "zoomScale": 1.2,
  1334. "clickEvents": [
  1335. {
  1336. "__id__": 36
  1337. }
  1338. ],
  1339. "_N$interactable": true,
  1340. "_N$enableAutoGrayEffect": false,
  1341. "_N$transition": 3,
  1342. "transition": 3,
  1343. "_N$normalColor": {
  1344. "__type__": "cc.Color",
  1345. "r": 255,
  1346. "g": 255,
  1347. "b": 255,
  1348. "a": 255
  1349. },
  1350. "_N$pressedColor": {
  1351. "__type__": "cc.Color",
  1352. "r": 211,
  1353. "g": 211,
  1354. "b": 211,
  1355. "a": 255
  1356. },
  1357. "pressedColor": {
  1358. "__type__": "cc.Color",
  1359. "r": 211,
  1360. "g": 211,
  1361. "b": 211,
  1362. "a": 255
  1363. },
  1364. "_N$hoverColor": {
  1365. "__type__": "cc.Color",
  1366. "r": 255,
  1367. "g": 255,
  1368. "b": 255,
  1369. "a": 255
  1370. },
  1371. "hoverColor": {
  1372. "__type__": "cc.Color",
  1373. "r": 255,
  1374. "g": 255,
  1375. "b": 255,
  1376. "a": 255
  1377. },
  1378. "_N$disabledColor": {
  1379. "__type__": "cc.Color",
  1380. "r": 124,
  1381. "g": 124,
  1382. "b": 124,
  1383. "a": 255
  1384. },
  1385. "_N$normalSprite": null,
  1386. "_N$pressedSprite": null,
  1387. "pressedSprite": null,
  1388. "_N$hoverSprite": null,
  1389. "hoverSprite": null,
  1390. "_N$disabledSprite": null,
  1391. "_N$target": null,
  1392. "_id": ""
  1393. },
  1394. {
  1395. "__type__": "cc.ClickEvent",
  1396. "target": {
  1397. "__id__": 1
  1398. },
  1399. "component": "",
  1400. "_componentId": "ec110/JF69Pdp8YRpiF1oP1",
  1401. "handler": "Click_CloseBtn",
  1402. "customEventData": ""
  1403. },
  1404. {
  1405. "__type__": "cc.PrefabInfo",
  1406. "root": {
  1407. "__id__": 1
  1408. },
  1409. "asset": {
  1410. "__uuid__": "0dce6174-c435-40b2-8aee-2b698ab2cee2"
  1411. },
  1412. "fileId": "3cAJJvTGZJVrr4wJAPz9Zu",
  1413. "sync": false
  1414. },
  1415. {
  1416. "__type__": "cc.PrefabInfo",
  1417. "root": {
  1418. "__id__": 1
  1419. },
  1420. "asset": {
  1421. "__uuid__": "0dce6174-c435-40b2-8aee-2b698ab2cee2"
  1422. },
  1423. "fileId": "d62qzGFsNE2r6RFc6CojCU",
  1424. "sync": false
  1425. },
  1426. {
  1427. "__type__": "cc.Widget",
  1428. "_name": "",
  1429. "_objFlags": 0,
  1430. "node": {
  1431. "__id__": 1
  1432. },
  1433. "_enabled": true,
  1434. "alignMode": 1,
  1435. "_target": null,
  1436. "_alignFlags": 45,
  1437. "_left": 0,
  1438. "_right": 0,
  1439. "_top": 0,
  1440. "_bottom": 0,
  1441. "_verticalCenter": 0,
  1442. "_horizontalCenter": 0,
  1443. "_isAbsLeft": true,
  1444. "_isAbsRight": true,
  1445. "_isAbsTop": true,
  1446. "_isAbsBottom": true,
  1447. "_isAbsHorizontalCenter": true,
  1448. "_isAbsVerticalCenter": true,
  1449. "_originalWidth": 0,
  1450. "_originalHeight": 0,
  1451. "_id": ""
  1452. },
  1453. {
  1454. "__type__": "cc.BlockInputEvents",
  1455. "_name": "",
  1456. "_objFlags": 0,
  1457. "node": {
  1458. "__id__": 1
  1459. },
  1460. "_enabled": true,
  1461. "_id": ""
  1462. },
  1463. {
  1464. "__type__": "ec110/JF69Pdp8YRpiF1oP1",
  1465. "_name": "",
  1466. "_objFlags": 0,
  1467. "node": {
  1468. "__id__": 1
  1469. },
  1470. "_enabled": true,
  1471. "panelNode": {
  1472. "__id__": 6
  1473. },
  1474. "rewardImg": {
  1475. "__id__": 17
  1476. },
  1477. "txtNum": {
  1478. "__id__": 20
  1479. },
  1480. "_id": ""
  1481. },
  1482. {
  1483. "__type__": "cc.PrefabInfo",
  1484. "root": {
  1485. "__id__": 1
  1486. },
  1487. "asset": {
  1488. "__uuid__": "0dce6174-c435-40b2-8aee-2b698ab2cee2"
  1489. },
  1490. "fileId": "6fNRrWjOJDp4cqgNgdJSZ2",
  1491. "sync": false
  1492. }
  1493. ]