gameTipLayer.prefab 23 KB

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