pauseNode.prefab 25 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394
  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": "pauseNode",
  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__": 34
  32. },
  33. {
  34. "__id__": 35
  35. }
  36. ],
  37. "_prefab": {
  38. "__id__": 36
  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": "maskLayer",
  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": 150,
  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__": "c262b571-b069-4b0f-b9b3-a8e322d2a297"
  247. },
  248. "fileId": "6f5+IiX3BC6apc87bNgjV1",
  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. "_active": true,
  273. "_level": 2,
  274. "_components": [
  275. {
  276. "__id__": 32
  277. }
  278. ],
  279. "_prefab": {
  280. "__id__": 33
  281. },
  282. "_opacity": 255,
  283. "_color": {
  284. "__type__": "cc.Color",
  285. "r": 255,
  286. "g": 255,
  287. "b": 255,
  288. "a": 255
  289. },
  290. "_contentSize": {
  291. "__type__": "cc.Size",
  292. "width": 375,
  293. "height": 474
  294. },
  295. "_anchorPoint": {
  296. "__type__": "cc.Vec2",
  297. "x": 0.5,
  298. "y": 0.5
  299. },
  300. "_position": {
  301. "__type__": "cc.Vec3",
  302. "x": 0,
  303. "y": 0,
  304. "z": 0
  305. },
  306. "_scale": {
  307. "__type__": "cc.Vec3",
  308. "x": 1,
  309. "y": 1,
  310. "z": 1
  311. },
  312. "_eulerAngles": {
  313. "__type__": "cc.Vec3",
  314. "x": 0,
  315. "y": 0,
  316. "z": 0
  317. },
  318. "_skewX": 0,
  319. "_skewY": 0,
  320. "_is3DNode": false,
  321. "groupIndex": 0,
  322. "_id": ""
  323. },
  324. {
  325. "__type__": "cc.Node",
  326. "_name": "title",
  327. "_objFlags": 0,
  328. "_parent": {
  329. "__id__": 7
  330. },
  331. "_children": [],
  332. "_active": true,
  333. "_level": 3,
  334. "_components": [
  335. {
  336. "__id__": 9
  337. }
  338. ],
  339. "_prefab": {
  340. "__id__": 10
  341. },
  342. "_opacity": 255,
  343. "_color": {
  344. "__type__": "cc.Color",
  345. "r": 255,
  346. "g": 255,
  347. "b": 255,
  348. "a": 255
  349. },
  350. "_contentSize": {
  351. "__type__": "cc.Size",
  352. "width": 131,
  353. "height": 41
  354. },
  355. "_anchorPoint": {
  356. "__type__": "cc.Vec2",
  357. "x": 0.5,
  358. "y": 0.5
  359. },
  360. "_position": {
  361. "__type__": "cc.Vec3",
  362. "x": -2.738,
  363. "y": 208.202,
  364. "z": 0
  365. },
  366. "_scale": {
  367. "__type__": "cc.Vec3",
  368. "x": 1.5,
  369. "y": 1.5,
  370. "z": 1
  371. },
  372. "_eulerAngles": {
  373. "__type__": "cc.Vec3",
  374. "x": 0,
  375. "y": 0,
  376. "z": 0
  377. },
  378. "_skewX": 0,
  379. "_skewY": 0,
  380. "_is3DNode": false,
  381. "groupIndex": 0,
  382. "_id": ""
  383. },
  384. {
  385. "__type__": "cc.Sprite",
  386. "_name": "",
  387. "_objFlags": 0,
  388. "node": {
  389. "__id__": 8
  390. },
  391. "_enabled": true,
  392. "_materials": [
  393. {
  394. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  395. }
  396. ],
  397. "_srcBlendFactor": 770,
  398. "_dstBlendFactor": 771,
  399. "_spriteFrame": {
  400. "__uuid__": "535ff1f8-cbce-47df-b88e-52d31cccf30a"
  401. },
  402. "_type": 0,
  403. "_sizeMode": 0,
  404. "_fillType": 0,
  405. "_fillCenter": {
  406. "__type__": "cc.Vec2",
  407. "x": 0,
  408. "y": 0
  409. },
  410. "_fillStart": 0,
  411. "_fillRange": 0,
  412. "_isTrimmedMode": true,
  413. "_atlas": null,
  414. "_id": ""
  415. },
  416. {
  417. "__type__": "cc.PrefabInfo",
  418. "root": {
  419. "__id__": 1
  420. },
  421. "asset": {
  422. "__uuid__": "c262b571-b069-4b0f-b9b3-a8e322d2a297"
  423. },
  424. "fileId": "e7McXsT+BHMJNJcZNcqIuL",
  425. "sync": false
  426. },
  427. {
  428. "__type__": "cc.Node",
  429. "_name": "backGameBtn",
  430. "_objFlags": 0,
  431. "_parent": {
  432. "__id__": 7
  433. },
  434. "_children": [
  435. {
  436. "__id__": 12
  437. }
  438. ],
  439. "_active": true,
  440. "_level": 3,
  441. "_components": [
  442. {
  443. "__id__": 16
  444. }
  445. ],
  446. "_prefab": {
  447. "__id__": 17
  448. },
  449. "_opacity": 255,
  450. "_color": {
  451. "__type__": "cc.Color",
  452. "r": 255,
  453. "g": 255,
  454. "b": 255,
  455. "a": 255
  456. },
  457. "_contentSize": {
  458. "__type__": "cc.Size",
  459. "width": 241,
  460. "height": 83
  461. },
  462. "_anchorPoint": {
  463. "__type__": "cc.Vec2",
  464. "x": 0.5,
  465. "y": 0.5
  466. },
  467. "_position": {
  468. "__type__": "cc.Vec3",
  469. "x": 0,
  470. "y": 70.26,
  471. "z": 0
  472. },
  473. "_scale": {
  474. "__type__": "cc.Vec3",
  475. "x": 1,
  476. "y": 1,
  477. "z": 1
  478. },
  479. "_eulerAngles": {
  480. "__type__": "cc.Vec3",
  481. "x": 0,
  482. "y": 0,
  483. "z": 0
  484. },
  485. "_skewX": 0,
  486. "_skewY": 0,
  487. "_is3DNode": false,
  488. "groupIndex": 0,
  489. "_id": ""
  490. },
  491. {
  492. "__type__": "cc.Node",
  493. "_name": "Background",
  494. "_objFlags": 0,
  495. "_parent": {
  496. "__id__": 11
  497. },
  498. "_children": [],
  499. "_active": true,
  500. "_level": 2,
  501. "_components": [
  502. {
  503. "__id__": 13
  504. },
  505. {
  506. "__id__": 14
  507. }
  508. ],
  509. "_prefab": {
  510. "__id__": 15
  511. },
  512. "_opacity": 255,
  513. "_color": {
  514. "__type__": "cc.Color",
  515. "r": 255,
  516. "g": 255,
  517. "b": 255,
  518. "a": 255
  519. },
  520. "_contentSize": {
  521. "__type__": "cc.Size",
  522. "width": 241,
  523. "height": 83
  524. },
  525. "_anchorPoint": {
  526. "__type__": "cc.Vec2",
  527. "x": 0.5,
  528. "y": 0.5
  529. },
  530. "_position": {
  531. "__type__": "cc.Vec3",
  532. "x": 0,
  533. "y": 0,
  534. "z": 0
  535. },
  536. "_scale": {
  537. "__type__": "cc.Vec3",
  538. "x": 1,
  539. "y": 1,
  540. "z": 1
  541. },
  542. "_eulerAngles": {
  543. "__type__": "cc.Vec3",
  544. "x": 0,
  545. "y": 0,
  546. "z": 0
  547. },
  548. "_skewX": 0,
  549. "_skewY": 0,
  550. "_is3DNode": false,
  551. "groupIndex": 0,
  552. "_id": ""
  553. },
  554. {
  555. "__type__": "cc.Sprite",
  556. "_name": "",
  557. "_objFlags": 0,
  558. "node": {
  559. "__id__": 12
  560. },
  561. "_enabled": true,
  562. "_materials": [
  563. {
  564. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  565. }
  566. ],
  567. "_srcBlendFactor": 770,
  568. "_dstBlendFactor": 771,
  569. "_spriteFrame": {
  570. "__uuid__": "8c31f747-caea-403b-9b52-959b5d29f4b3"
  571. },
  572. "_type": 1,
  573. "_sizeMode": 0,
  574. "_fillType": 0,
  575. "_fillCenter": {
  576. "__type__": "cc.Vec2",
  577. "x": 0,
  578. "y": 0
  579. },
  580. "_fillStart": 0,
  581. "_fillRange": 0,
  582. "_isTrimmedMode": true,
  583. "_atlas": null,
  584. "_id": ""
  585. },
  586. {
  587. "__type__": "cc.Widget",
  588. "_name": "",
  589. "_objFlags": 0,
  590. "node": {
  591. "__id__": 12
  592. },
  593. "_enabled": true,
  594. "alignMode": 0,
  595. "_target": null,
  596. "_alignFlags": 45,
  597. "_left": 0,
  598. "_right": 0,
  599. "_top": 0,
  600. "_bottom": 0,
  601. "_verticalCenter": 0,
  602. "_horizontalCenter": 0,
  603. "_isAbsLeft": true,
  604. "_isAbsRight": true,
  605. "_isAbsTop": true,
  606. "_isAbsBottom": true,
  607. "_isAbsHorizontalCenter": true,
  608. "_isAbsVerticalCenter": true,
  609. "_originalWidth": 100,
  610. "_originalHeight": 40,
  611. "_id": ""
  612. },
  613. {
  614. "__type__": "cc.PrefabInfo",
  615. "root": {
  616. "__id__": 1
  617. },
  618. "asset": {
  619. "__uuid__": "c262b571-b069-4b0f-b9b3-a8e322d2a297"
  620. },
  621. "fileId": "d1SCJXMZJOaamJlXZZQso9",
  622. "sync": false
  623. },
  624. {
  625. "__type__": "cc.Button",
  626. "_name": "",
  627. "_objFlags": 0,
  628. "node": {
  629. "__id__": 11
  630. },
  631. "_enabled": true,
  632. "duration": 0.1,
  633. "zoomScale": 1.2,
  634. "clickEvents": [],
  635. "_N$interactable": true,
  636. "_N$enableAutoGrayEffect": false,
  637. "_N$transition": 3,
  638. "transition": 3,
  639. "_N$normalColor": {
  640. "__type__": "cc.Color",
  641. "r": 230,
  642. "g": 230,
  643. "b": 230,
  644. "a": 255
  645. },
  646. "_N$pressedColor": {
  647. "__type__": "cc.Color",
  648. "r": 200,
  649. "g": 200,
  650. "b": 200,
  651. "a": 255
  652. },
  653. "pressedColor": {
  654. "__type__": "cc.Color",
  655. "r": 200,
  656. "g": 200,
  657. "b": 200,
  658. "a": 255
  659. },
  660. "_N$hoverColor": {
  661. "__type__": "cc.Color",
  662. "r": 255,
  663. "g": 255,
  664. "b": 255,
  665. "a": 255
  666. },
  667. "hoverColor": {
  668. "__type__": "cc.Color",
  669. "r": 255,
  670. "g": 255,
  671. "b": 255,
  672. "a": 255
  673. },
  674. "_N$disabledColor": {
  675. "__type__": "cc.Color",
  676. "r": 120,
  677. "g": 120,
  678. "b": 120,
  679. "a": 200
  680. },
  681. "_N$normalSprite": {
  682. "__uuid__": "8c31f747-caea-403b-9b52-959b5d29f4b3"
  683. },
  684. "_N$pressedSprite": {
  685. "__uuid__": "8c31f747-caea-403b-9b52-959b5d29f4b3"
  686. },
  687. "pressedSprite": {
  688. "__uuid__": "8c31f747-caea-403b-9b52-959b5d29f4b3"
  689. },
  690. "_N$hoverSprite": {
  691. "__uuid__": "8c31f747-caea-403b-9b52-959b5d29f4b3"
  692. },
  693. "hoverSprite": {
  694. "__uuid__": "8c31f747-caea-403b-9b52-959b5d29f4b3"
  695. },
  696. "_N$disabledSprite": {
  697. "__uuid__": "8c31f747-caea-403b-9b52-959b5d29f4b3"
  698. },
  699. "_N$target": {
  700. "__id__": 12
  701. },
  702. "_id": ""
  703. },
  704. {
  705. "__type__": "cc.PrefabInfo",
  706. "root": {
  707. "__id__": 1
  708. },
  709. "asset": {
  710. "__uuid__": "c262b571-b069-4b0f-b9b3-a8e322d2a297"
  711. },
  712. "fileId": "38sdjmKI1KnL1TZliOZDsq",
  713. "sync": false
  714. },
  715. {
  716. "__type__": "cc.Node",
  717. "_name": "restGameBtn",
  718. "_objFlags": 0,
  719. "_parent": {
  720. "__id__": 7
  721. },
  722. "_children": [
  723. {
  724. "__id__": 19
  725. }
  726. ],
  727. "_active": true,
  728. "_level": 3,
  729. "_components": [
  730. {
  731. "__id__": 23
  732. }
  733. ],
  734. "_prefab": {
  735. "__id__": 24
  736. },
  737. "_opacity": 255,
  738. "_color": {
  739. "__type__": "cc.Color",
  740. "r": 255,
  741. "g": 255,
  742. "b": 255,
  743. "a": 255
  744. },
  745. "_contentSize": {
  746. "__type__": "cc.Size",
  747. "width": 241,
  748. "height": 83
  749. },
  750. "_anchorPoint": {
  751. "__type__": "cc.Vec2",
  752. "x": 0.5,
  753. "y": 0.5
  754. },
  755. "_position": {
  756. "__type__": "cc.Vec3",
  757. "x": 0,
  758. "y": -17.183,
  759. "z": 0
  760. },
  761. "_scale": {
  762. "__type__": "cc.Vec3",
  763. "x": 1,
  764. "y": 1,
  765. "z": 1
  766. },
  767. "_eulerAngles": {
  768. "__type__": "cc.Vec3",
  769. "x": 0,
  770. "y": 0,
  771. "z": 0
  772. },
  773. "_skewX": 0,
  774. "_skewY": 0,
  775. "_is3DNode": false,
  776. "groupIndex": 0,
  777. "_id": ""
  778. },
  779. {
  780. "__type__": "cc.Node",
  781. "_name": "Background",
  782. "_objFlags": 0,
  783. "_parent": {
  784. "__id__": 18
  785. },
  786. "_children": [],
  787. "_active": true,
  788. "_level": 2,
  789. "_components": [
  790. {
  791. "__id__": 20
  792. },
  793. {
  794. "__id__": 21
  795. }
  796. ],
  797. "_prefab": {
  798. "__id__": 22
  799. },
  800. "_opacity": 255,
  801. "_color": {
  802. "__type__": "cc.Color",
  803. "r": 255,
  804. "g": 255,
  805. "b": 255,
  806. "a": 255
  807. },
  808. "_contentSize": {
  809. "__type__": "cc.Size",
  810. "width": 241,
  811. "height": 83
  812. },
  813. "_anchorPoint": {
  814. "__type__": "cc.Vec2",
  815. "x": 0.5,
  816. "y": 0.5
  817. },
  818. "_position": {
  819. "__type__": "cc.Vec3",
  820. "x": 0,
  821. "y": -2,
  822. "z": 0
  823. },
  824. "_scale": {
  825. "__type__": "cc.Vec3",
  826. "x": 1,
  827. "y": 1,
  828. "z": 1
  829. },
  830. "_eulerAngles": {
  831. "__type__": "cc.Vec3",
  832. "x": 0,
  833. "y": 0,
  834. "z": 0
  835. },
  836. "_skewX": 0,
  837. "_skewY": 0,
  838. "_is3DNode": false,
  839. "groupIndex": 0,
  840. "_id": ""
  841. },
  842. {
  843. "__type__": "cc.Sprite",
  844. "_name": "",
  845. "_objFlags": 0,
  846. "node": {
  847. "__id__": 19
  848. },
  849. "_enabled": true,
  850. "_materials": [
  851. {
  852. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  853. }
  854. ],
  855. "_srcBlendFactor": 770,
  856. "_dstBlendFactor": 771,
  857. "_spriteFrame": {
  858. "__uuid__": "51f36236-2108-4396-b4d1-0cf6afa9f3e5"
  859. },
  860. "_type": 1,
  861. "_sizeMode": 0,
  862. "_fillType": 0,
  863. "_fillCenter": {
  864. "__type__": "cc.Vec2",
  865. "x": 0,
  866. "y": 0
  867. },
  868. "_fillStart": 0,
  869. "_fillRange": 0,
  870. "_isTrimmedMode": true,
  871. "_atlas": null,
  872. "_id": ""
  873. },
  874. {
  875. "__type__": "cc.Widget",
  876. "_name": "",
  877. "_objFlags": 0,
  878. "node": {
  879. "__id__": 19
  880. },
  881. "_enabled": true,
  882. "alignMode": 0,
  883. "_target": null,
  884. "_alignFlags": 45,
  885. "_left": 0,
  886. "_right": 0,
  887. "_top": 2,
  888. "_bottom": -2,
  889. "_verticalCenter": 0,
  890. "_horizontalCenter": 0,
  891. "_isAbsLeft": true,
  892. "_isAbsRight": true,
  893. "_isAbsTop": true,
  894. "_isAbsBottom": true,
  895. "_isAbsHorizontalCenter": true,
  896. "_isAbsVerticalCenter": true,
  897. "_originalWidth": 100,
  898. "_originalHeight": 40,
  899. "_id": ""
  900. },
  901. {
  902. "__type__": "cc.PrefabInfo",
  903. "root": {
  904. "__id__": 1
  905. },
  906. "asset": {
  907. "__uuid__": "c262b571-b069-4b0f-b9b3-a8e322d2a297"
  908. },
  909. "fileId": "7em3auMsZGFqCVXmrNbW/P",
  910. "sync": false
  911. },
  912. {
  913. "__type__": "cc.Button",
  914. "_name": "",
  915. "_objFlags": 0,
  916. "node": {
  917. "__id__": 18
  918. },
  919. "_enabled": true,
  920. "duration": 0.1,
  921. "zoomScale": 1.2,
  922. "clickEvents": [],
  923. "_N$interactable": true,
  924. "_N$enableAutoGrayEffect": false,
  925. "_N$transition": 3,
  926. "transition": 3,
  927. "_N$normalColor": {
  928. "__type__": "cc.Color",
  929. "r": 230,
  930. "g": 230,
  931. "b": 230,
  932. "a": 255
  933. },
  934. "_N$pressedColor": {
  935. "__type__": "cc.Color",
  936. "r": 200,
  937. "g": 200,
  938. "b": 200,
  939. "a": 255
  940. },
  941. "pressedColor": {
  942. "__type__": "cc.Color",
  943. "r": 200,
  944. "g": 200,
  945. "b": 200,
  946. "a": 255
  947. },
  948. "_N$hoverColor": {
  949. "__type__": "cc.Color",
  950. "r": 255,
  951. "g": 255,
  952. "b": 255,
  953. "a": 255
  954. },
  955. "hoverColor": {
  956. "__type__": "cc.Color",
  957. "r": 255,
  958. "g": 255,
  959. "b": 255,
  960. "a": 255
  961. },
  962. "_N$disabledColor": {
  963. "__type__": "cc.Color",
  964. "r": 120,
  965. "g": 120,
  966. "b": 120,
  967. "a": 200
  968. },
  969. "_N$normalSprite": {
  970. "__uuid__": "51f36236-2108-4396-b4d1-0cf6afa9f3e5"
  971. },
  972. "_N$pressedSprite": {
  973. "__uuid__": "51f36236-2108-4396-b4d1-0cf6afa9f3e5"
  974. },
  975. "pressedSprite": {
  976. "__uuid__": "51f36236-2108-4396-b4d1-0cf6afa9f3e5"
  977. },
  978. "_N$hoverSprite": {
  979. "__uuid__": "51f36236-2108-4396-b4d1-0cf6afa9f3e5"
  980. },
  981. "hoverSprite": {
  982. "__uuid__": "51f36236-2108-4396-b4d1-0cf6afa9f3e5"
  983. },
  984. "_N$disabledSprite": {
  985. "__uuid__": "51f36236-2108-4396-b4d1-0cf6afa9f3e5"
  986. },
  987. "_N$target": {
  988. "__id__": 19
  989. },
  990. "_id": ""
  991. },
  992. {
  993. "__type__": "cc.PrefabInfo",
  994. "root": {
  995. "__id__": 1
  996. },
  997. "asset": {
  998. "__uuid__": "c262b571-b069-4b0f-b9b3-a8e322d2a297"
  999. },
  1000. "fileId": "54rrCeBd1KnrZwTPd0Rb2U",
  1001. "sync": false
  1002. },
  1003. {
  1004. "__type__": "cc.Node",
  1005. "_name": "backHomeBtn",
  1006. "_objFlags": 0,
  1007. "_parent": {
  1008. "__id__": 7
  1009. },
  1010. "_children": [
  1011. {
  1012. "__id__": 26
  1013. }
  1014. ],
  1015. "_active": true,
  1016. "_level": 3,
  1017. "_components": [
  1018. {
  1019. "__id__": 30
  1020. }
  1021. ],
  1022. "_prefab": {
  1023. "__id__": 31
  1024. },
  1025. "_opacity": 255,
  1026. "_color": {
  1027. "__type__": "cc.Color",
  1028. "r": 255,
  1029. "g": 255,
  1030. "b": 255,
  1031. "a": 255
  1032. },
  1033. "_contentSize": {
  1034. "__type__": "cc.Size",
  1035. "width": 241,
  1036. "height": 83
  1037. },
  1038. "_anchorPoint": {
  1039. "__type__": "cc.Vec2",
  1040. "x": 0.5,
  1041. "y": 0.5
  1042. },
  1043. "_position": {
  1044. "__type__": "cc.Vec3",
  1045. "x": 0,
  1046. "y": -108,
  1047. "z": 0
  1048. },
  1049. "_scale": {
  1050. "__type__": "cc.Vec3",
  1051. "x": 1,
  1052. "y": 1,
  1053. "z": 1
  1054. },
  1055. "_eulerAngles": {
  1056. "__type__": "cc.Vec3",
  1057. "x": 0,
  1058. "y": 0,
  1059. "z": 0
  1060. },
  1061. "_skewX": 0,
  1062. "_skewY": 0,
  1063. "_is3DNode": false,
  1064. "groupIndex": 0,
  1065. "_id": ""
  1066. },
  1067. {
  1068. "__type__": "cc.Node",
  1069. "_name": "Background",
  1070. "_objFlags": 0,
  1071. "_parent": {
  1072. "__id__": 25
  1073. },
  1074. "_children": [],
  1075. "_active": true,
  1076. "_level": 2,
  1077. "_components": [
  1078. {
  1079. "__id__": 27
  1080. },
  1081. {
  1082. "__id__": 28
  1083. }
  1084. ],
  1085. "_prefab": {
  1086. "__id__": 29
  1087. },
  1088. "_opacity": 255,
  1089. "_color": {
  1090. "__type__": "cc.Color",
  1091. "r": 255,
  1092. "g": 255,
  1093. "b": 255,
  1094. "a": 255
  1095. },
  1096. "_contentSize": {
  1097. "__type__": "cc.Size",
  1098. "width": 241,
  1099. "height": 83
  1100. },
  1101. "_anchorPoint": {
  1102. "__type__": "cc.Vec2",
  1103. "x": 0.5,
  1104. "y": 0.5
  1105. },
  1106. "_position": {
  1107. "__type__": "cc.Vec3",
  1108. "x": 0,
  1109. "y": 0,
  1110. "z": 0
  1111. },
  1112. "_scale": {
  1113. "__type__": "cc.Vec3",
  1114. "x": 1,
  1115. "y": 1,
  1116. "z": 1
  1117. },
  1118. "_eulerAngles": {
  1119. "__type__": "cc.Vec3",
  1120. "x": 0,
  1121. "y": 0,
  1122. "z": 0
  1123. },
  1124. "_skewX": 0,
  1125. "_skewY": 0,
  1126. "_is3DNode": false,
  1127. "groupIndex": 0,
  1128. "_id": ""
  1129. },
  1130. {
  1131. "__type__": "cc.Sprite",
  1132. "_name": "",
  1133. "_objFlags": 0,
  1134. "node": {
  1135. "__id__": 26
  1136. },
  1137. "_enabled": true,
  1138. "_materials": [
  1139. {
  1140. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  1141. }
  1142. ],
  1143. "_srcBlendFactor": 770,
  1144. "_dstBlendFactor": 771,
  1145. "_spriteFrame": {
  1146. "__uuid__": "d5c42403-1e45-487d-91b6-bedf9d748b01"
  1147. },
  1148. "_type": 1,
  1149. "_sizeMode": 0,
  1150. "_fillType": 0,
  1151. "_fillCenter": {
  1152. "__type__": "cc.Vec2",
  1153. "x": 0,
  1154. "y": 0
  1155. },
  1156. "_fillStart": 0,
  1157. "_fillRange": 0,
  1158. "_isTrimmedMode": true,
  1159. "_atlas": null,
  1160. "_id": ""
  1161. },
  1162. {
  1163. "__type__": "cc.Widget",
  1164. "_name": "",
  1165. "_objFlags": 0,
  1166. "node": {
  1167. "__id__": 26
  1168. },
  1169. "_enabled": true,
  1170. "alignMode": 0,
  1171. "_target": null,
  1172. "_alignFlags": 45,
  1173. "_left": 0,
  1174. "_right": 0,
  1175. "_top": 0,
  1176. "_bottom": 0,
  1177. "_verticalCenter": 0,
  1178. "_horizontalCenter": 0,
  1179. "_isAbsLeft": true,
  1180. "_isAbsRight": true,
  1181. "_isAbsTop": true,
  1182. "_isAbsBottom": true,
  1183. "_isAbsHorizontalCenter": true,
  1184. "_isAbsVerticalCenter": true,
  1185. "_originalWidth": 100,
  1186. "_originalHeight": 40,
  1187. "_id": ""
  1188. },
  1189. {
  1190. "__type__": "cc.PrefabInfo",
  1191. "root": {
  1192. "__id__": 1
  1193. },
  1194. "asset": {
  1195. "__uuid__": "c262b571-b069-4b0f-b9b3-a8e322d2a297"
  1196. },
  1197. "fileId": "87jtO1PtFM6oudFkJNE8ip",
  1198. "sync": false
  1199. },
  1200. {
  1201. "__type__": "cc.Button",
  1202. "_name": "",
  1203. "_objFlags": 0,
  1204. "node": {
  1205. "__id__": 25
  1206. },
  1207. "_enabled": true,
  1208. "duration": 0.1,
  1209. "zoomScale": 1.2,
  1210. "clickEvents": [],
  1211. "_N$interactable": true,
  1212. "_N$enableAutoGrayEffect": false,
  1213. "_N$transition": 3,
  1214. "transition": 3,
  1215. "_N$normalColor": {
  1216. "__type__": "cc.Color",
  1217. "r": 230,
  1218. "g": 230,
  1219. "b": 230,
  1220. "a": 255
  1221. },
  1222. "_N$pressedColor": {
  1223. "__type__": "cc.Color",
  1224. "r": 200,
  1225. "g": 200,
  1226. "b": 200,
  1227. "a": 255
  1228. },
  1229. "pressedColor": {
  1230. "__type__": "cc.Color",
  1231. "r": 200,
  1232. "g": 200,
  1233. "b": 200,
  1234. "a": 255
  1235. },
  1236. "_N$hoverColor": {
  1237. "__type__": "cc.Color",
  1238. "r": 255,
  1239. "g": 255,
  1240. "b": 255,
  1241. "a": 255
  1242. },
  1243. "hoverColor": {
  1244. "__type__": "cc.Color",
  1245. "r": 255,
  1246. "g": 255,
  1247. "b": 255,
  1248. "a": 255
  1249. },
  1250. "_N$disabledColor": {
  1251. "__type__": "cc.Color",
  1252. "r": 120,
  1253. "g": 120,
  1254. "b": 120,
  1255. "a": 200
  1256. },
  1257. "_N$normalSprite": {
  1258. "__uuid__": "d5c42403-1e45-487d-91b6-bedf9d748b01"
  1259. },
  1260. "_N$pressedSprite": {
  1261. "__uuid__": "d5c42403-1e45-487d-91b6-bedf9d748b01"
  1262. },
  1263. "pressedSprite": {
  1264. "__uuid__": "d5c42403-1e45-487d-91b6-bedf9d748b01"
  1265. },
  1266. "_N$hoverSprite": {
  1267. "__uuid__": "d5c42403-1e45-487d-91b6-bedf9d748b01"
  1268. },
  1269. "hoverSprite": {
  1270. "__uuid__": "d5c42403-1e45-487d-91b6-bedf9d748b01"
  1271. },
  1272. "_N$disabledSprite": {
  1273. "__uuid__": "d5c42403-1e45-487d-91b6-bedf9d748b01"
  1274. },
  1275. "_N$target": {
  1276. "__id__": 26
  1277. },
  1278. "_id": ""
  1279. },
  1280. {
  1281. "__type__": "cc.PrefabInfo",
  1282. "root": {
  1283. "__id__": 1
  1284. },
  1285. "asset": {
  1286. "__uuid__": "c262b571-b069-4b0f-b9b3-a8e322d2a297"
  1287. },
  1288. "fileId": "269CctGVxHWbsSKHDiPuJv",
  1289. "sync": false
  1290. },
  1291. {
  1292. "__type__": "cc.Sprite",
  1293. "_name": "",
  1294. "_objFlags": 0,
  1295. "node": {
  1296. "__id__": 7
  1297. },
  1298. "_enabled": true,
  1299. "_materials": [
  1300. {
  1301. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  1302. }
  1303. ],
  1304. "_srcBlendFactor": 770,
  1305. "_dstBlendFactor": 771,
  1306. "_spriteFrame": {
  1307. "__uuid__": "7d245583-29f5-44a8-ad8d-613eff8fdd84"
  1308. },
  1309. "_type": 0,
  1310. "_sizeMode": 1,
  1311. "_fillType": 0,
  1312. "_fillCenter": {
  1313. "__type__": "cc.Vec2",
  1314. "x": 0,
  1315. "y": 0
  1316. },
  1317. "_fillStart": 0,
  1318. "_fillRange": 0,
  1319. "_isTrimmedMode": true,
  1320. "_atlas": null,
  1321. "_id": ""
  1322. },
  1323. {
  1324. "__type__": "cc.PrefabInfo",
  1325. "root": {
  1326. "__id__": 1
  1327. },
  1328. "asset": {
  1329. "__uuid__": "c262b571-b069-4b0f-b9b3-a8e322d2a297"
  1330. },
  1331. "fileId": "4dOt1ySdRDHqmsZsQDl/fv",
  1332. "sync": false
  1333. },
  1334. {
  1335. "__type__": "cc.Widget",
  1336. "_name": "",
  1337. "_objFlags": 0,
  1338. "node": {
  1339. "__id__": 1
  1340. },
  1341. "_enabled": true,
  1342. "alignMode": 1,
  1343. "_target": null,
  1344. "_alignFlags": 45,
  1345. "_left": 0,
  1346. "_right": 0,
  1347. "_top": 0,
  1348. "_bottom": 0,
  1349. "_verticalCenter": 0,
  1350. "_horizontalCenter": 0,
  1351. "_isAbsLeft": true,
  1352. "_isAbsRight": true,
  1353. "_isAbsTop": true,
  1354. "_isAbsBottom": true,
  1355. "_isAbsHorizontalCenter": true,
  1356. "_isAbsVerticalCenter": true,
  1357. "_originalWidth": 0,
  1358. "_originalHeight": 0,
  1359. "_id": ""
  1360. },
  1361. {
  1362. "__type__": "2d60auOHiJBQJu3CelKjfOV",
  1363. "_name": "",
  1364. "_objFlags": 0,
  1365. "node": {
  1366. "__id__": 1
  1367. },
  1368. "_enabled": true,
  1369. "btn": [
  1370. {
  1371. "__id__": 11
  1372. },
  1373. {
  1374. "__id__": 18
  1375. },
  1376. {
  1377. "__id__": 25
  1378. }
  1379. ],
  1380. "btnCallFunc": null,
  1381. "_id": ""
  1382. },
  1383. {
  1384. "__type__": "cc.PrefabInfo",
  1385. "root": {
  1386. "__id__": 1
  1387. },
  1388. "asset": {
  1389. "__uuid__": "c262b571-b069-4b0f-b9b3-a8e322d2a297"
  1390. },
  1391. "fileId": "51mAL5+sVDcZC7uaSYt3ez",
  1392. "sync": false
  1393. }
  1394. ]