game_setting.prefab 25 KB

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