6f2eb256-c016-403a-8f1a-20c48e1a7ef9.json 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980
  1. [
  2. {
  3. "__type__": "cc.Prefab",
  4. "_name": "kaiji",
  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": "kaiji",
  17. "_objFlags": 0,
  18. "_parent": null,
  19. "_children": [
  20. {
  21. "__id__": 2
  22. },
  23. {
  24. "__id__": 5
  25. },
  26. {
  27. "__id__": 8
  28. },
  29. {
  30. "__id__": 12
  31. },
  32. {
  33. "__id__": 15
  34. },
  35. {
  36. "__id__": 18
  37. },
  38. {
  39. "__id__": 21
  40. },
  41. {
  42. "__id__": 37
  43. }
  44. ],
  45. "_active": true,
  46. "_level": 0,
  47. "_components": [
  48. {
  49. "__id__": 51
  50. }
  51. ],
  52. "_prefab": {
  53. "__id__": 52
  54. },
  55. "_opacity": 255,
  56. "_color": {
  57. "__type__": "cc.Color",
  58. "r": 255,
  59. "g": 255,
  60. "b": 255,
  61. "a": 255
  62. },
  63. "_contentSize": {
  64. "__type__": "cc.Size",
  65. "width": 0,
  66. "height": 0
  67. },
  68. "_anchorPoint": {
  69. "__type__": "cc.Vec2",
  70. "x": 0.5,
  71. "y": 0.5
  72. },
  73. "_eulerAngles": {
  74. "__type__": "cc.Vec3",
  75. "x": 0,
  76. "y": 0,
  77. "z": 0
  78. },
  79. "_skewX": 0,
  80. "_skewY": 0,
  81. "_is3DNode": false,
  82. "groupIndex": 0,
  83. "_id": "",
  84. "_trs": {
  85. "__type__": "TypedArray",
  86. "ctor": "Float64Array",
  87. "array": [
  88. 0,
  89. 0,
  90. 0,
  91. 0,
  92. 0,
  93. 0,
  94. 1,
  95. 0.5,
  96. 0.48,
  97. 1
  98. ]
  99. }
  100. },
  101. {
  102. "__type__": "cc.Node",
  103. "_name": "ksan1",
  104. "_objFlags": 0,
  105. "_parent": {
  106. "__id__": 1
  107. },
  108. "_children": [],
  109. "_active": false,
  110. "_level": 0,
  111. "_components": [
  112. {
  113. "__id__": 3
  114. }
  115. ],
  116. "_prefab": {
  117. "__id__": 4
  118. },
  119. "_opacity": 255,
  120. "_color": {
  121. "__type__": "cc.Color",
  122. "r": 255,
  123. "g": 255,
  124. "b": 255,
  125. "a": 255
  126. },
  127. "_contentSize": {
  128. "__type__": "cc.Size",
  129. "width": 243,
  130. "height": 243
  131. },
  132. "_anchorPoint": {
  133. "__type__": "cc.Vec2",
  134. "x": 0.5,
  135. "y": 0.5
  136. },
  137. "_eulerAngles": {
  138. "__type__": "cc.Vec3",
  139. "x": 0,
  140. "y": 0,
  141. "z": 0
  142. },
  143. "_skewX": 0,
  144. "_skewY": 0,
  145. "_is3DNode": false,
  146. "groupIndex": 0,
  147. "_id": "",
  148. "_trs": {
  149. "__type__": "TypedArray",
  150. "ctor": "Float64Array",
  151. "array": [
  152. 0,
  153. 107,
  154. 0,
  155. 0,
  156. 0,
  157. 0,
  158. 1,
  159. 1,
  160. 1,
  161. 1
  162. ]
  163. }
  164. },
  165. {
  166. "__type__": "cc.Sprite",
  167. "_name": "",
  168. "_objFlags": 0,
  169. "node": {
  170. "__id__": 2
  171. },
  172. "_enabled": true,
  173. "_materials": [],
  174. "_srcBlendFactor": 770,
  175. "_dstBlendFactor": 771,
  176. "_spriteFrame": {
  177. "__uuid__": "dd4a8735-86bd-443c-9abe-f639be044508"
  178. },
  179. "_type": 0,
  180. "_sizeMode": 1,
  181. "_fillType": 0,
  182. "_fillCenter": {
  183. "__type__": "cc.Vec2",
  184. "x": 0,
  185. "y": 0
  186. },
  187. "_fillStart": 0,
  188. "_fillRange": 0,
  189. "_isTrimmedMode": true,
  190. "_atlas": null,
  191. "_id": ""
  192. },
  193. {
  194. "__type__": "cc.PrefabInfo",
  195. "root": {
  196. "__id__": 1
  197. },
  198. "asset": {
  199. "__id__": 0
  200. },
  201. "fileId": "b71MyWt5tFy4PcRMeZ8Tus",
  202. "sync": false
  203. },
  204. {
  205. "__type__": "cc.Node",
  206. "_name": "ksan2",
  207. "_objFlags": 0,
  208. "_parent": {
  209. "__id__": 1
  210. },
  211. "_children": [],
  212. "_active": false,
  213. "_level": 0,
  214. "_components": [
  215. {
  216. "__id__": 6
  217. }
  218. ],
  219. "_prefab": {
  220. "__id__": 7
  221. },
  222. "_opacity": 255,
  223. "_color": {
  224. "__type__": "cc.Color",
  225. "r": 255,
  226. "g": 255,
  227. "b": 255,
  228. "a": 255
  229. },
  230. "_contentSize": {
  231. "__type__": "cc.Size",
  232. "width": 319,
  233. "height": 319
  234. },
  235. "_anchorPoint": {
  236. "__type__": "cc.Vec2",
  237. "x": 0.5,
  238. "y": 0.5
  239. },
  240. "_eulerAngles": {
  241. "__type__": "cc.Vec3",
  242. "x": 0,
  243. "y": 0,
  244. "z": 0
  245. },
  246. "_skewX": 0,
  247. "_skewY": 0,
  248. "_is3DNode": false,
  249. "groupIndex": 0,
  250. "_id": "",
  251. "_trs": {
  252. "__type__": "TypedArray",
  253. "ctor": "Float64Array",
  254. "array": [
  255. 0,
  256. 107,
  257. 0,
  258. 0,
  259. 0,
  260. 0,
  261. 1,
  262. 1,
  263. 1,
  264. 1
  265. ]
  266. }
  267. },
  268. {
  269. "__type__": "cc.Sprite",
  270. "_name": "",
  271. "_objFlags": 0,
  272. "node": {
  273. "__id__": 5
  274. },
  275. "_enabled": true,
  276. "_materials": [],
  277. "_srcBlendFactor": 770,
  278. "_dstBlendFactor": 771,
  279. "_spriteFrame": {
  280. "__uuid__": "4ecd7fef-14ac-45e8-8323-9c758f939891"
  281. },
  282. "_type": 0,
  283. "_sizeMode": 1,
  284. "_fillType": 0,
  285. "_fillCenter": {
  286. "__type__": "cc.Vec2",
  287. "x": 0,
  288. "y": 0
  289. },
  290. "_fillStart": 0,
  291. "_fillRange": 0,
  292. "_isTrimmedMode": true,
  293. "_atlas": null,
  294. "_id": ""
  295. },
  296. {
  297. "__type__": "cc.PrefabInfo",
  298. "root": {
  299. "__id__": 1
  300. },
  301. "asset": {
  302. "__id__": 0
  303. },
  304. "fileId": "baJhOb3nBAhrospvabl2nB",
  305. "sync": false
  306. },
  307. {
  308. "__type__": "cc.Node",
  309. "_name": "ksan",
  310. "_objFlags": 0,
  311. "_parent": {
  312. "__id__": 1
  313. },
  314. "_children": [],
  315. "_active": false,
  316. "_level": 0,
  317. "_components": [
  318. {
  319. "__id__": 9
  320. },
  321. {
  322. "__id__": 10
  323. }
  324. ],
  325. "_prefab": {
  326. "__id__": 11
  327. },
  328. "_opacity": 255,
  329. "_color": {
  330. "__type__": "cc.Color",
  331. "r": 255,
  332. "g": 255,
  333. "b": 255,
  334. "a": 255
  335. },
  336. "_contentSize": {
  337. "__type__": "cc.Size",
  338. "width": 214,
  339. "height": 214
  340. },
  341. "_anchorPoint": {
  342. "__type__": "cc.Vec2",
  343. "x": 0.5,
  344. "y": 0.5
  345. },
  346. "_eulerAngles": {
  347. "__type__": "cc.Vec3",
  348. "x": 0,
  349. "y": 0,
  350. "z": 0
  351. },
  352. "_skewX": 0,
  353. "_skewY": 0,
  354. "_is3DNode": false,
  355. "groupIndex": 0,
  356. "_id": "",
  357. "_trs": {
  358. "__type__": "TypedArray",
  359. "ctor": "Float64Array",
  360. "array": [
  361. 0,
  362. 107,
  363. 0,
  364. 0,
  365. 0,
  366. 0,
  367. 1,
  368. 1,
  369. 1,
  370. 1
  371. ]
  372. }
  373. },
  374. {
  375. "__type__": "cc.Sprite",
  376. "_name": "",
  377. "_objFlags": 0,
  378. "node": {
  379. "__id__": 8
  380. },
  381. "_enabled": true,
  382. "_materials": [],
  383. "_srcBlendFactor": 770,
  384. "_dstBlendFactor": 771,
  385. "_spriteFrame": {
  386. "__uuid__": "ac0209a4-f28c-4294-b118-5bf1a3ea432e"
  387. },
  388. "_type": 0,
  389. "_sizeMode": 1,
  390. "_fillType": 0,
  391. "_fillCenter": {
  392. "__type__": "cc.Vec2",
  393. "x": 0,
  394. "y": 0
  395. },
  396. "_fillStart": 0,
  397. "_fillRange": 0,
  398. "_isTrimmedMode": true,
  399. "_atlas": null,
  400. "_id": ""
  401. },
  402. {
  403. "__type__": "cc.Button",
  404. "_name": "",
  405. "_objFlags": 0,
  406. "node": {
  407. "__id__": 8
  408. },
  409. "_enabled": true,
  410. "duration": 0.1,
  411. "zoomScale": 1.2,
  412. "clickEvents": [
  413. null
  414. ],
  415. "_N$interactable": true,
  416. "_N$enableAutoGrayEffect": false,
  417. "_N$transition": 0,
  418. "transition": 0,
  419. "_N$normalColor": {
  420. "__type__": "cc.Color",
  421. "r": 214,
  422. "g": 214,
  423. "b": 214,
  424. "a": 255
  425. },
  426. "_N$pressedColor": {
  427. "__type__": "cc.Color",
  428. "r": 211,
  429. "g": 211,
  430. "b": 211,
  431. "a": 255
  432. },
  433. "pressedColor": {
  434. "__type__": "cc.Color",
  435. "r": 211,
  436. "g": 211,
  437. "b": 211,
  438. "a": 255
  439. },
  440. "_N$hoverColor": {
  441. "__type__": "cc.Color",
  442. "r": 255,
  443. "g": 255,
  444. "b": 255,
  445. "a": 255
  446. },
  447. "hoverColor": {
  448. "__type__": "cc.Color",
  449. "r": 255,
  450. "g": 255,
  451. "b": 255,
  452. "a": 255
  453. },
  454. "_N$disabledColor": {
  455. "__type__": "cc.Color",
  456. "r": 124,
  457. "g": 124,
  458. "b": 124,
  459. "a": 255
  460. },
  461. "_N$normalSprite": null,
  462. "_N$pressedSprite": null,
  463. "pressedSprite": null,
  464. "_N$hoverSprite": null,
  465. "hoverSprite": null,
  466. "_N$disabledSprite": null,
  467. "_N$target": {
  468. "__id__": 8
  469. },
  470. "_id": ""
  471. },
  472. {
  473. "__type__": "cc.PrefabInfo",
  474. "root": {
  475. "__id__": 1
  476. },
  477. "asset": {
  478. "__id__": 0
  479. },
  480. "fileId": "2bs/trtWhGqrn8y1YW7I2g",
  481. "sync": false
  482. },
  483. {
  484. "__type__": "cc.Node",
  485. "_name": "logo",
  486. "_objFlags": 0,
  487. "_parent": {
  488. "__id__": 1
  489. },
  490. "_children": [],
  491. "_active": false,
  492. "_level": 0,
  493. "_components": [
  494. {
  495. "__id__": 13
  496. }
  497. ],
  498. "_prefab": {
  499. "__id__": 14
  500. },
  501. "_opacity": 255,
  502. "_color": {
  503. "__type__": "cc.Color",
  504. "r": 255,
  505. "g": 255,
  506. "b": 255,
  507. "a": 255
  508. },
  509. "_contentSize": {
  510. "__type__": "cc.Size",
  511. "width": 856,
  512. "height": 479
  513. },
  514. "_anchorPoint": {
  515. "__type__": "cc.Vec2",
  516. "x": 0.5,
  517. "y": 0.5
  518. },
  519. "_eulerAngles": {
  520. "__type__": "cc.Vec3",
  521. "x": 0,
  522. "y": 0,
  523. "z": 0
  524. },
  525. "_skewX": 0,
  526. "_skewY": 0,
  527. "_is3DNode": false,
  528. "groupIndex": 0,
  529. "_id": "",
  530. "_trs": {
  531. "__type__": "TypedArray",
  532. "ctor": "Float64Array",
  533. "array": [
  534. 4,
  535. 633,
  536. 0,
  537. 0,
  538. 0,
  539. 0,
  540. 1,
  541. 1,
  542. 1,
  543. 1
  544. ]
  545. }
  546. },
  547. {
  548. "__type__": "cc.Sprite",
  549. "_name": "",
  550. "_objFlags": 0,
  551. "node": {
  552. "__id__": 12
  553. },
  554. "_enabled": true,
  555. "_materials": [],
  556. "_srcBlendFactor": 770,
  557. "_dstBlendFactor": 771,
  558. "_spriteFrame": {
  559. "__uuid__": "285e75fc-fd47-47aa-9554-1a5a5427961f"
  560. },
  561. "_type": 0,
  562. "_sizeMode": 1,
  563. "_fillType": 0,
  564. "_fillCenter": {
  565. "__type__": "cc.Vec2",
  566. "x": 0,
  567. "y": 0
  568. },
  569. "_fillStart": 0,
  570. "_fillRange": 0,
  571. "_isTrimmedMode": true,
  572. "_atlas": null,
  573. "_id": ""
  574. },
  575. {
  576. "__type__": "cc.PrefabInfo",
  577. "root": {
  578. "__id__": 1
  579. },
  580. "asset": {
  581. "__id__": 0
  582. },
  583. "fileId": "15liPTeVpKgIWvXy6zzeIo",
  584. "sync": false
  585. },
  586. {
  587. "__type__": "cc.Node",
  588. "_name": "wf",
  589. "_objFlags": 0,
  590. "_parent": {
  591. "__id__": 1
  592. },
  593. "_children": [],
  594. "_active": false,
  595. "_level": 0,
  596. "_components": [
  597. {
  598. "__id__": 16
  599. }
  600. ],
  601. "_prefab": {
  602. "__id__": 17
  603. },
  604. "_opacity": 255,
  605. "_color": {
  606. "__type__": "cc.Color",
  607. "r": 255,
  608. "g": 255,
  609. "b": 255,
  610. "a": 255
  611. },
  612. "_contentSize": {
  613. "__type__": "cc.Size",
  614. "width": 1080,
  615. "height": 83
  616. },
  617. "_anchorPoint": {
  618. "__type__": "cc.Vec2",
  619. "x": 0.5,
  620. "y": 0.5
  621. },
  622. "_eulerAngles": {
  623. "__type__": "cc.Vec3",
  624. "x": 0,
  625. "y": 0,
  626. "z": 0
  627. },
  628. "_skewX": 0,
  629. "_skewY": 0,
  630. "_is3DNode": false,
  631. "groupIndex": 0,
  632. "_id": "",
  633. "_trs": {
  634. "__type__": "TypedArray",
  635. "ctor": "Float64Array",
  636. "array": [
  637. 0,
  638. -502,
  639. 0,
  640. 0,
  641. 0,
  642. 0,
  643. 1,
  644. 1,
  645. 1,
  646. 1
  647. ]
  648. }
  649. },
  650. {
  651. "__type__": "cc.Sprite",
  652. "_name": "",
  653. "_objFlags": 0,
  654. "node": {
  655. "__id__": 15
  656. },
  657. "_enabled": true,
  658. "_materials": [],
  659. "_srcBlendFactor": 770,
  660. "_dstBlendFactor": 771,
  661. "_spriteFrame": {
  662. "__uuid__": "02236a02-9d83-4b63-8b28-243375730a6a"
  663. },
  664. "_type": 0,
  665. "_sizeMode": 1,
  666. "_fillType": 0,
  667. "_fillCenter": {
  668. "__type__": "cc.Vec2",
  669. "x": 0,
  670. "y": 0
  671. },
  672. "_fillStart": 0,
  673. "_fillRange": 0,
  674. "_isTrimmedMode": true,
  675. "_atlas": null,
  676. "_id": ""
  677. },
  678. {
  679. "__type__": "cc.PrefabInfo",
  680. "root": {
  681. "__id__": 1
  682. },
  683. "asset": {
  684. "__id__": 0
  685. },
  686. "fileId": "628FRY8ltCLaXqxTQa20C0",
  687. "sync": false
  688. },
  689. {
  690. "__type__": "cc.Node",
  691. "_name": "phbtb",
  692. "_objFlags": 0,
  693. "_parent": {
  694. "__id__": 1
  695. },
  696. "_children": [],
  697. "_active": false,
  698. "_level": 0,
  699. "_components": [
  700. {
  701. "__id__": 19
  702. }
  703. ],
  704. "_prefab": {
  705. "__id__": 20
  706. },
  707. "_opacity": 255,
  708. "_color": {
  709. "__type__": "cc.Color",
  710. "r": 255,
  711. "g": 255,
  712. "b": 255,
  713. "a": 255
  714. },
  715. "_contentSize": {
  716. "__type__": "cc.Size",
  717. "width": 286,
  718. "height": 257
  719. },
  720. "_anchorPoint": {
  721. "__type__": "cc.Vec2",
  722. "x": 0.5,
  723. "y": 0.5
  724. },
  725. "_eulerAngles": {
  726. "__type__": "cc.Vec3",
  727. "x": 0,
  728. "y": 0,
  729. "z": 0
  730. },
  731. "_skewX": 0,
  732. "_skewY": 0,
  733. "_is3DNode": false,
  734. "groupIndex": 0,
  735. "_id": "",
  736. "_trs": {
  737. "__type__": "TypedArray",
  738. "ctor": "Float64Array",
  739. "array": [
  740. 0,
  741. -308,
  742. 0,
  743. 0,
  744. 0,
  745. 0,
  746. 1,
  747. 1,
  748. 1,
  749. 1
  750. ]
  751. }
  752. },
  753. {
  754. "__type__": "cc.Sprite",
  755. "_name": "",
  756. "_objFlags": 0,
  757. "node": {
  758. "__id__": 18
  759. },
  760. "_enabled": true,
  761. "_materials": [],
  762. "_srcBlendFactor": 770,
  763. "_dstBlendFactor": 771,
  764. "_spriteFrame": {
  765. "__uuid__": "9539f31e-0b8e-4a98-a87a-ecb96d2ff479"
  766. },
  767. "_type": 0,
  768. "_sizeMode": 1,
  769. "_fillType": 0,
  770. "_fillCenter": {
  771. "__type__": "cc.Vec2",
  772. "x": 0,
  773. "y": 0
  774. },
  775. "_fillStart": 0,
  776. "_fillRange": 0,
  777. "_isTrimmedMode": true,
  778. "_atlas": null,
  779. "_id": ""
  780. },
  781. {
  782. "__type__": "cc.PrefabInfo",
  783. "root": {
  784. "__id__": 1
  785. },
  786. "asset": {
  787. "__id__": 0
  788. },
  789. "fileId": "66pyry5klOkYR4zNRCbQcU",
  790. "sync": false
  791. },
  792. {
  793. "__type__": "cc.Node",
  794. "_name": "Up",
  795. "_objFlags": 0,
  796. "_parent": {
  797. "__id__": 1
  798. },
  799. "_children": [
  800. {
  801. "__id__": 22
  802. },
  803. {
  804. "__id__": 25
  805. },
  806. {
  807. "__id__": 28
  808. },
  809. {
  810. "__id__": 32
  811. }
  812. ],
  813. "_active": true,
  814. "_level": 0,
  815. "_components": [
  816. {
  817. "__id__": 35
  818. }
  819. ],
  820. "_prefab": {
  821. "__id__": 36
  822. },
  823. "_opacity": 255,
  824. "_color": {
  825. "__type__": "cc.Color",
  826. "r": 255,
  827. "g": 255,
  828. "b": 255,
  829. "a": 255
  830. },
  831. "_contentSize": {
  832. "__type__": "cc.Size",
  833. "width": 0,
  834. "height": 0
  835. },
  836. "_anchorPoint": {
  837. "__type__": "cc.Vec2",
  838. "x": 0.5,
  839. "y": 0.5
  840. },
  841. "_eulerAngles": {
  842. "__type__": "cc.Vec3",
  843. "x": 0,
  844. "y": 0,
  845. "z": 0
  846. },
  847. "_skewX": 0,
  848. "_skewY": 0,
  849. "_is3DNode": false,
  850. "groupIndex": 0,
  851. "_id": "",
  852. "_trs": {
  853. "__type__": "TypedArray",
  854. "ctor": "Float64Array",
  855. "array": [
  856. 0,
  857. 0,
  858. 0,
  859. 0,
  860. 0,
  861. 0,
  862. 1,
  863. 1,
  864. 1,
  865. 1
  866. ]
  867. }
  868. },
  869. {
  870. "__type__": "cc.Node",
  871. "_name": "ksan1",
  872. "_objFlags": 0,
  873. "_parent": {
  874. "__id__": 21
  875. },
  876. "_children": [],
  877. "_active": true,
  878. "_level": 0,
  879. "_components": [
  880. {
  881. "__id__": 23
  882. }
  883. ],
  884. "_prefab": {
  885. "__id__": 24
  886. },
  887. "_opacity": 255,
  888. "_color": {
  889. "__type__": "cc.Color",
  890. "r": 255,
  891. "g": 255,
  892. "b": 255,
  893. "a": 255
  894. },
  895. "_contentSize": {
  896. "__type__": "cc.Size",
  897. "width": 243,
  898. "height": 243
  899. },
  900. "_anchorPoint": {
  901. "__type__": "cc.Vec2",
  902. "x": 0.5,
  903. "y": 0.5
  904. },
  905. "_eulerAngles": {
  906. "__type__": "cc.Vec3",
  907. "x": 0,
  908. "y": 0,
  909. "z": 0
  910. },
  911. "_skewX": 0,
  912. "_skewY": 0,
  913. "_is3DNode": false,
  914. "groupIndex": 0,
  915. "_id": "",
  916. "_trs": {
  917. "__type__": "TypedArray",
  918. "ctor": "Float64Array",
  919. "array": [
  920. 0,
  921. 107,
  922. 0,
  923. 0,
  924. 0,
  925. 0,
  926. 1,
  927. 1,
  928. 1,
  929. 1
  930. ]
  931. }
  932. },
  933. {
  934. "__type__": "cc.Sprite",
  935. "_name": "",
  936. "_objFlags": 0,
  937. "node": {
  938. "__id__": 22
  939. },
  940. "_enabled": true,
  941. "_materials": [
  942. {
  943. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  944. }
  945. ],
  946. "_srcBlendFactor": 770,
  947. "_dstBlendFactor": 771,
  948. "_spriteFrame": {
  949. "__uuid__": "dd4a8735-86bd-443c-9abe-f639be044508"
  950. },
  951. "_type": 0,
  952. "_sizeMode": 1,
  953. "_fillType": 0,
  954. "_fillCenter": {
  955. "__type__": "cc.Vec2",
  956. "x": 0,
  957. "y": 0
  958. },
  959. "_fillStart": 0,
  960. "_fillRange": 0,
  961. "_isTrimmedMode": true,
  962. "_atlas": null,
  963. "_id": ""
  964. },
  965. {
  966. "__type__": "cc.PrefabInfo",
  967. "root": {
  968. "__id__": 1
  969. },
  970. "asset": {
  971. "__id__": 0
  972. },
  973. "fileId": "17VM5uM3xFNYVjLZEwGScY",
  974. "sync": false
  975. },
  976. {
  977. "__type__": "cc.Node",
  978. "_name": "ksan2",
  979. "_objFlags": 0,
  980. "_parent": {
  981. "__id__": 21
  982. },
  983. "_children": [],
  984. "_active": true,
  985. "_level": 0,
  986. "_components": [
  987. {
  988. "__id__": 26
  989. }
  990. ],
  991. "_prefab": {
  992. "__id__": 27
  993. },
  994. "_opacity": 255,
  995. "_color": {
  996. "__type__": "cc.Color",
  997. "r": 255,
  998. "g": 255,
  999. "b": 255,
  1000. "a": 255
  1001. },
  1002. "_contentSize": {
  1003. "__type__": "cc.Size",
  1004. "width": 319,
  1005. "height": 319
  1006. },
  1007. "_anchorPoint": {
  1008. "__type__": "cc.Vec2",
  1009. "x": 0.5,
  1010. "y": 0.5
  1011. },
  1012. "_eulerAngles": {
  1013. "__type__": "cc.Vec3",
  1014. "x": 0,
  1015. "y": 0,
  1016. "z": 0
  1017. },
  1018. "_skewX": 0,
  1019. "_skewY": 0,
  1020. "_is3DNode": false,
  1021. "groupIndex": 0,
  1022. "_id": "",
  1023. "_trs": {
  1024. "__type__": "TypedArray",
  1025. "ctor": "Float64Array",
  1026. "array": [
  1027. 0,
  1028. 107,
  1029. 0,
  1030. 0,
  1031. 0,
  1032. 0,
  1033. 1,
  1034. 1,
  1035. 1,
  1036. 1
  1037. ]
  1038. }
  1039. },
  1040. {
  1041. "__type__": "cc.Sprite",
  1042. "_name": "",
  1043. "_objFlags": 0,
  1044. "node": {
  1045. "__id__": 25
  1046. },
  1047. "_enabled": true,
  1048. "_materials": [
  1049. {
  1050. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  1051. }
  1052. ],
  1053. "_srcBlendFactor": 770,
  1054. "_dstBlendFactor": 771,
  1055. "_spriteFrame": {
  1056. "__uuid__": "4ecd7fef-14ac-45e8-8323-9c758f939891"
  1057. },
  1058. "_type": 0,
  1059. "_sizeMode": 1,
  1060. "_fillType": 0,
  1061. "_fillCenter": {
  1062. "__type__": "cc.Vec2",
  1063. "x": 0,
  1064. "y": 0
  1065. },
  1066. "_fillStart": 0,
  1067. "_fillRange": 0,
  1068. "_isTrimmedMode": true,
  1069. "_atlas": null,
  1070. "_id": ""
  1071. },
  1072. {
  1073. "__type__": "cc.PrefabInfo",
  1074. "root": {
  1075. "__id__": 1
  1076. },
  1077. "asset": {
  1078. "__id__": 0
  1079. },
  1080. "fileId": "65a3yNv6NCO4i0hIgh1Usj",
  1081. "sync": false
  1082. },
  1083. {
  1084. "__type__": "cc.Node",
  1085. "_name": "ksan",
  1086. "_objFlags": 0,
  1087. "_parent": {
  1088. "__id__": 21
  1089. },
  1090. "_children": [],
  1091. "_active": true,
  1092. "_level": 0,
  1093. "_components": [
  1094. {
  1095. "__id__": 29
  1096. },
  1097. {
  1098. "__id__": 30
  1099. }
  1100. ],
  1101. "_prefab": {
  1102. "__id__": 31
  1103. },
  1104. "_opacity": 255,
  1105. "_color": {
  1106. "__type__": "cc.Color",
  1107. "r": 255,
  1108. "g": 255,
  1109. "b": 255,
  1110. "a": 255
  1111. },
  1112. "_contentSize": {
  1113. "__type__": "cc.Size",
  1114. "width": 214,
  1115. "height": 214
  1116. },
  1117. "_anchorPoint": {
  1118. "__type__": "cc.Vec2",
  1119. "x": 0.5,
  1120. "y": 0.5
  1121. },
  1122. "_eulerAngles": {
  1123. "__type__": "cc.Vec3",
  1124. "x": 0,
  1125. "y": 0,
  1126. "z": 0
  1127. },
  1128. "_skewX": 0,
  1129. "_skewY": 0,
  1130. "_is3DNode": false,
  1131. "groupIndex": 0,
  1132. "_id": "",
  1133. "_trs": {
  1134. "__type__": "TypedArray",
  1135. "ctor": "Float64Array",
  1136. "array": [
  1137. 0,
  1138. 107,
  1139. 0,
  1140. 0,
  1141. 0,
  1142. 0,
  1143. 1,
  1144. 1,
  1145. 1,
  1146. 1
  1147. ]
  1148. }
  1149. },
  1150. {
  1151. "__type__": "cc.Sprite",
  1152. "_name": "",
  1153. "_objFlags": 0,
  1154. "node": {
  1155. "__id__": 28
  1156. },
  1157. "_enabled": true,
  1158. "_materials": [
  1159. {
  1160. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  1161. }
  1162. ],
  1163. "_srcBlendFactor": 770,
  1164. "_dstBlendFactor": 771,
  1165. "_spriteFrame": {
  1166. "__uuid__": "ac0209a4-f28c-4294-b118-5bf1a3ea432e"
  1167. },
  1168. "_type": 0,
  1169. "_sizeMode": 1,
  1170. "_fillType": 0,
  1171. "_fillCenter": {
  1172. "__type__": "cc.Vec2",
  1173. "x": 0,
  1174. "y": 0
  1175. },
  1176. "_fillStart": 0,
  1177. "_fillRange": 0,
  1178. "_isTrimmedMode": true,
  1179. "_atlas": null,
  1180. "_id": ""
  1181. },
  1182. {
  1183. "__type__": "cc.Button",
  1184. "_name": "",
  1185. "_objFlags": 0,
  1186. "node": {
  1187. "__id__": 28
  1188. },
  1189. "_enabled": true,
  1190. "duration": 0.1,
  1191. "zoomScale": 1.2,
  1192. "clickEvents": [
  1193. null
  1194. ],
  1195. "_N$interactable": true,
  1196. "_N$enableAutoGrayEffect": false,
  1197. "_N$transition": 0,
  1198. "transition": 0,
  1199. "_N$normalColor": {
  1200. "__type__": "cc.Color",
  1201. "r": 214,
  1202. "g": 214,
  1203. "b": 214,
  1204. "a": 255
  1205. },
  1206. "_N$pressedColor": {
  1207. "__type__": "cc.Color",
  1208. "r": 211,
  1209. "g": 211,
  1210. "b": 211,
  1211. "a": 255
  1212. },
  1213. "pressedColor": {
  1214. "__type__": "cc.Color",
  1215. "r": 211,
  1216. "g": 211,
  1217. "b": 211,
  1218. "a": 255
  1219. },
  1220. "_N$hoverColor": {
  1221. "__type__": "cc.Color",
  1222. "r": 255,
  1223. "g": 255,
  1224. "b": 255,
  1225. "a": 255
  1226. },
  1227. "hoverColor": {
  1228. "__type__": "cc.Color",
  1229. "r": 255,
  1230. "g": 255,
  1231. "b": 255,
  1232. "a": 255
  1233. },
  1234. "_N$disabledColor": {
  1235. "__type__": "cc.Color",
  1236. "r": 124,
  1237. "g": 124,
  1238. "b": 124,
  1239. "a": 255
  1240. },
  1241. "_N$normalSprite": null,
  1242. "_N$pressedSprite": null,
  1243. "pressedSprite": null,
  1244. "_N$hoverSprite": null,
  1245. "hoverSprite": null,
  1246. "_N$disabledSprite": null,
  1247. "_N$target": {
  1248. "__id__": 28
  1249. },
  1250. "_id": ""
  1251. },
  1252. {
  1253. "__type__": "cc.PrefabInfo",
  1254. "root": {
  1255. "__id__": 1
  1256. },
  1257. "asset": {
  1258. "__id__": 0
  1259. },
  1260. "fileId": "105Rp9RXhIwr5N4WRMUuII",
  1261. "sync": false
  1262. },
  1263. {
  1264. "__type__": "cc.Node",
  1265. "_name": "logo",
  1266. "_objFlags": 0,
  1267. "_parent": {
  1268. "__id__": 21
  1269. },
  1270. "_children": [],
  1271. "_active": true,
  1272. "_level": 0,
  1273. "_components": [
  1274. {
  1275. "__id__": 33
  1276. }
  1277. ],
  1278. "_prefab": {
  1279. "__id__": 34
  1280. },
  1281. "_opacity": 255,
  1282. "_color": {
  1283. "__type__": "cc.Color",
  1284. "r": 255,
  1285. "g": 255,
  1286. "b": 255,
  1287. "a": 255
  1288. },
  1289. "_contentSize": {
  1290. "__type__": "cc.Size",
  1291. "width": 856,
  1292. "height": 479
  1293. },
  1294. "_anchorPoint": {
  1295. "__type__": "cc.Vec2",
  1296. "x": 0.5,
  1297. "y": 0.5
  1298. },
  1299. "_eulerAngles": {
  1300. "__type__": "cc.Vec3",
  1301. "x": 0,
  1302. "y": 0,
  1303. "z": 0
  1304. },
  1305. "_skewX": 0,
  1306. "_skewY": 0,
  1307. "_is3DNode": false,
  1308. "groupIndex": 0,
  1309. "_id": "",
  1310. "_trs": {
  1311. "__type__": "TypedArray",
  1312. "ctor": "Float64Array",
  1313. "array": [
  1314. 4,
  1315. 633,
  1316. 0,
  1317. 0,
  1318. 0,
  1319. 0,
  1320. 1,
  1321. 1,
  1322. 1,
  1323. 1
  1324. ]
  1325. }
  1326. },
  1327. {
  1328. "__type__": "cc.Sprite",
  1329. "_name": "",
  1330. "_objFlags": 0,
  1331. "node": {
  1332. "__id__": 32
  1333. },
  1334. "_enabled": true,
  1335. "_materials": [
  1336. {
  1337. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  1338. }
  1339. ],
  1340. "_srcBlendFactor": 770,
  1341. "_dstBlendFactor": 771,
  1342. "_spriteFrame": {
  1343. "__uuid__": "285e75fc-fd47-47aa-9554-1a5a5427961f"
  1344. },
  1345. "_type": 0,
  1346. "_sizeMode": 1,
  1347. "_fillType": 0,
  1348. "_fillCenter": {
  1349. "__type__": "cc.Vec2",
  1350. "x": 0,
  1351. "y": 0
  1352. },
  1353. "_fillStart": 0,
  1354. "_fillRange": 0,
  1355. "_isTrimmedMode": true,
  1356. "_atlas": null,
  1357. "_id": ""
  1358. },
  1359. {
  1360. "__type__": "cc.PrefabInfo",
  1361. "root": {
  1362. "__id__": 1
  1363. },
  1364. "asset": {
  1365. "__id__": 0
  1366. },
  1367. "fileId": "fcc2tjolZP/ZCtpfRx+oyC",
  1368. "sync": false
  1369. },
  1370. {
  1371. "__type__": "cc.Animation",
  1372. "_name": "",
  1373. "_objFlags": 0,
  1374. "node": {
  1375. "__id__": 21
  1376. },
  1377. "_enabled": true,
  1378. "_defaultClip": {
  1379. "__uuid__": "cb825fce-09de-4e41-9952-4136908e1a02"
  1380. },
  1381. "_clips": [
  1382. {
  1383. "__uuid__": "cb825fce-09de-4e41-9952-4136908e1a02"
  1384. }
  1385. ],
  1386. "playOnLoad": false,
  1387. "_id": ""
  1388. },
  1389. {
  1390. "__type__": "cc.PrefabInfo",
  1391. "root": {
  1392. "__id__": 1
  1393. },
  1394. "asset": {
  1395. "__id__": 0
  1396. },
  1397. "fileId": "42Goy9OwBJQqt1uR/ALdgV",
  1398. "sync": false
  1399. },
  1400. {
  1401. "__type__": "cc.Node",
  1402. "_name": "Down",
  1403. "_objFlags": 0,
  1404. "_parent": {
  1405. "__id__": 1
  1406. },
  1407. "_children": [
  1408. {
  1409. "__id__": 38
  1410. },
  1411. {
  1412. "__id__": 41
  1413. }
  1414. ],
  1415. "_active": true,
  1416. "_level": 0,
  1417. "_components": [
  1418. {
  1419. "__id__": 49
  1420. }
  1421. ],
  1422. "_prefab": {
  1423. "__id__": 50
  1424. },
  1425. "_opacity": 255,
  1426. "_color": {
  1427. "__type__": "cc.Color",
  1428. "r": 255,
  1429. "g": 255,
  1430. "b": 255,
  1431. "a": 255
  1432. },
  1433. "_contentSize": {
  1434. "__type__": "cc.Size",
  1435. "width": 0,
  1436. "height": 0
  1437. },
  1438. "_anchorPoint": {
  1439. "__type__": "cc.Vec2",
  1440. "x": 0.5,
  1441. "y": 0.5
  1442. },
  1443. "_eulerAngles": {
  1444. "__type__": "cc.Vec3",
  1445. "x": 0,
  1446. "y": 0,
  1447. "z": 0
  1448. },
  1449. "_skewX": 0,
  1450. "_skewY": 0,
  1451. "_is3DNode": false,
  1452. "groupIndex": 0,
  1453. "_id": "",
  1454. "_trs": {
  1455. "__type__": "TypedArray",
  1456. "ctor": "Float64Array",
  1457. "array": [
  1458. 0,
  1459. 0,
  1460. 0,
  1461. 0,
  1462. 0,
  1463. 0,
  1464. 1,
  1465. 1,
  1466. 1,
  1467. 1
  1468. ]
  1469. }
  1470. },
  1471. {
  1472. "__type__": "cc.Node",
  1473. "_name": "wf",
  1474. "_objFlags": 0,
  1475. "_parent": {
  1476. "__id__": 37
  1477. },
  1478. "_children": [],
  1479. "_active": true,
  1480. "_level": 0,
  1481. "_components": [
  1482. {
  1483. "__id__": 39
  1484. }
  1485. ],
  1486. "_prefab": {
  1487. "__id__": 40
  1488. },
  1489. "_opacity": 255,
  1490. "_color": {
  1491. "__type__": "cc.Color",
  1492. "r": 255,
  1493. "g": 255,
  1494. "b": 255,
  1495. "a": 255
  1496. },
  1497. "_contentSize": {
  1498. "__type__": "cc.Size",
  1499. "width": 1080,
  1500. "height": 83
  1501. },
  1502. "_anchorPoint": {
  1503. "__type__": "cc.Vec2",
  1504. "x": 0.5,
  1505. "y": 0.5
  1506. },
  1507. "_eulerAngles": {
  1508. "__type__": "cc.Vec3",
  1509. "x": 0,
  1510. "y": 0,
  1511. "z": 0
  1512. },
  1513. "_skewX": 0,
  1514. "_skewY": 0,
  1515. "_is3DNode": false,
  1516. "groupIndex": 0,
  1517. "_id": "",
  1518. "_trs": {
  1519. "__type__": "TypedArray",
  1520. "ctor": "Float64Array",
  1521. "array": [
  1522. 0,
  1523. -502,
  1524. 0,
  1525. 0,
  1526. 0,
  1527. 0,
  1528. 1,
  1529. 1,
  1530. 1,
  1531. 1
  1532. ]
  1533. }
  1534. },
  1535. {
  1536. "__type__": "cc.Sprite",
  1537. "_name": "",
  1538. "_objFlags": 0,
  1539. "node": {
  1540. "__id__": 38
  1541. },
  1542. "_enabled": true,
  1543. "_materials": [
  1544. {
  1545. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  1546. }
  1547. ],
  1548. "_srcBlendFactor": 770,
  1549. "_dstBlendFactor": 771,
  1550. "_spriteFrame": {
  1551. "__uuid__": "02236a02-9d83-4b63-8b28-243375730a6a"
  1552. },
  1553. "_type": 0,
  1554. "_sizeMode": 1,
  1555. "_fillType": 0,
  1556. "_fillCenter": {
  1557. "__type__": "cc.Vec2",
  1558. "x": 0,
  1559. "y": 0
  1560. },
  1561. "_fillStart": 0,
  1562. "_fillRange": 0,
  1563. "_isTrimmedMode": true,
  1564. "_atlas": null,
  1565. "_id": ""
  1566. },
  1567. {
  1568. "__type__": "cc.PrefabInfo",
  1569. "root": {
  1570. "__id__": 1
  1571. },
  1572. "asset": {
  1573. "__id__": 0
  1574. },
  1575. "fileId": "a7rZ1bBx5F0oOfangwBwvN",
  1576. "sync": false
  1577. },
  1578. {
  1579. "__type__": "cc.Node",
  1580. "_name": "phbtb",
  1581. "_objFlags": 0,
  1582. "_parent": {
  1583. "__id__": 37
  1584. },
  1585. "_children": [
  1586. {
  1587. "__id__": 42
  1588. },
  1589. {
  1590. "__id__": 44
  1591. }
  1592. ],
  1593. "_active": true,
  1594. "_level": 0,
  1595. "_components": [
  1596. {
  1597. "__id__": 47
  1598. }
  1599. ],
  1600. "_prefab": {
  1601. "__id__": 48
  1602. },
  1603. "_opacity": 255,
  1604. "_color": {
  1605. "__type__": "cc.Color",
  1606. "r": 255,
  1607. "g": 255,
  1608. "b": 255,
  1609. "a": 255
  1610. },
  1611. "_contentSize": {
  1612. "__type__": "cc.Size",
  1613. "width": 286,
  1614. "height": 257
  1615. },
  1616. "_anchorPoint": {
  1617. "__type__": "cc.Vec2",
  1618. "x": 0.5,
  1619. "y": 0.5
  1620. },
  1621. "_eulerAngles": {
  1622. "__type__": "cc.Vec3",
  1623. "x": 0,
  1624. "y": 0,
  1625. "z": 0
  1626. },
  1627. "_skewX": 0,
  1628. "_skewY": 0,
  1629. "_is3DNode": false,
  1630. "groupIndex": 0,
  1631. "_id": "",
  1632. "_trs": {
  1633. "__type__": "TypedArray",
  1634. "ctor": "Float64Array",
  1635. "array": [
  1636. 0,
  1637. -308,
  1638. 0,
  1639. 0,
  1640. 0,
  1641. 0,
  1642. 1,
  1643. 1,
  1644. 1,
  1645. 1
  1646. ]
  1647. }
  1648. },
  1649. {
  1650. "__type__": "cc.Node",
  1651. "_name": "Check",
  1652. "_objFlags": 0,
  1653. "_parent": {
  1654. "__id__": 41
  1655. },
  1656. "_children": [],
  1657. "_active": true,
  1658. "_level": 0,
  1659. "_components": [],
  1660. "_prefab": {
  1661. "__id__": 43
  1662. },
  1663. "_opacity": 255,
  1664. "_color": {
  1665. "__type__": "cc.Color",
  1666. "r": 255,
  1667. "g": 255,
  1668. "b": 255,
  1669. "a": 255
  1670. },
  1671. "_contentSize": {
  1672. "__type__": "cc.Size",
  1673. "width": 100,
  1674. "height": 40
  1675. },
  1676. "_anchorPoint": {
  1677. "__type__": "cc.Vec2",
  1678. "x": 0.5,
  1679. "y": 0.5
  1680. },
  1681. "_eulerAngles": {
  1682. "__type__": "cc.Vec3",
  1683. "x": 0,
  1684. "y": 0,
  1685. "z": 0
  1686. },
  1687. "_skewX": 0,
  1688. "_skewY": 0,
  1689. "_is3DNode": false,
  1690. "groupIndex": 0,
  1691. "_id": "",
  1692. "_trs": {
  1693. "__type__": "TypedArray",
  1694. "ctor": "Float64Array",
  1695. "array": [
  1696. 6.2,
  1697. -99.6,
  1698. 0,
  1699. 0,
  1700. 0,
  1701. 0,
  1702. 1,
  1703. 1,
  1704. 1,
  1705. 1
  1706. ]
  1707. }
  1708. },
  1709. {
  1710. "__type__": "cc.PrefabInfo",
  1711. "root": {
  1712. "__id__": 1
  1713. },
  1714. "asset": {
  1715. "__id__": 0
  1716. },
  1717. "fileId": "8dnJPYUdVN9I4jnOHA+Wnq",
  1718. "sync": false
  1719. },
  1720. {
  1721. "__type__": "cc.Node",
  1722. "_name": "Check",
  1723. "_objFlags": 0,
  1724. "_parent": {
  1725. "__id__": 41
  1726. },
  1727. "_children": [],
  1728. "_active": true,
  1729. "_level": 1,
  1730. "_components": [
  1731. {
  1732. "__id__": 45
  1733. }
  1734. ],
  1735. "_prefab": {
  1736. "__id__": 46
  1737. },
  1738. "_opacity": 255,
  1739. "_color": {
  1740. "__type__": "cc.Color",
  1741. "r": 255,
  1742. "g": 255,
  1743. "b": 255,
  1744. "a": 255
  1745. },
  1746. "_contentSize": {
  1747. "__type__": "cc.Size",
  1748. "width": 300,
  1749. "height": 266
  1750. },
  1751. "_anchorPoint": {
  1752. "__type__": "cc.Vec2",
  1753. "x": 0.5,
  1754. "y": 0.5
  1755. },
  1756. "_eulerAngles": {
  1757. "__type__": "cc.Vec3",
  1758. "x": 0,
  1759. "y": 0,
  1760. "z": 0
  1761. },
  1762. "_skewX": 0,
  1763. "_skewY": 0,
  1764. "_is3DNode": false,
  1765. "groupIndex": 0,
  1766. "_id": "",
  1767. "_trs": {
  1768. "__type__": "TypedArray",
  1769. "ctor": "Float64Array",
  1770. "array": [
  1771. -4.392,
  1772. -5.814,
  1773. 0,
  1774. 0,
  1775. 0,
  1776. 0,
  1777. 1,
  1778. 1,
  1779. 1,
  1780. 1
  1781. ]
  1782. }
  1783. },
  1784. {
  1785. "__type__": "cc.Button",
  1786. "_name": "",
  1787. "_objFlags": 0,
  1788. "node": {
  1789. "__id__": 44
  1790. },
  1791. "_enabled": true,
  1792. "duration": 0.1,
  1793. "zoomScale": 1.2,
  1794. "clickEvents": [
  1795. null
  1796. ],
  1797. "_N$interactable": true,
  1798. "_N$enableAutoGrayEffect": false,
  1799. "_N$transition": 0,
  1800. "transition": 0,
  1801. "_N$normalColor": {
  1802. "__type__": "cc.Color",
  1803. "r": 255,
  1804. "g": 255,
  1805. "b": 255,
  1806. "a": 255
  1807. },
  1808. "_N$pressedColor": {
  1809. "__type__": "cc.Color",
  1810. "r": 255,
  1811. "g": 255,
  1812. "b": 255,
  1813. "a": 255
  1814. },
  1815. "pressedColor": {
  1816. "__type__": "cc.Color",
  1817. "r": 255,
  1818. "g": 255,
  1819. "b": 255,
  1820. "a": 255
  1821. },
  1822. "_N$hoverColor": {
  1823. "__type__": "cc.Color",
  1824. "r": 255,
  1825. "g": 255,
  1826. "b": 255,
  1827. "a": 255
  1828. },
  1829. "hoverColor": {
  1830. "__type__": "cc.Color",
  1831. "r": 255,
  1832. "g": 255,
  1833. "b": 255,
  1834. "a": 255
  1835. },
  1836. "_N$disabledColor": {
  1837. "__type__": "cc.Color",
  1838. "r": 255,
  1839. "g": 255,
  1840. "b": 255,
  1841. "a": 255
  1842. },
  1843. "_N$normalSprite": {
  1844. "__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952"
  1845. },
  1846. "_N$pressedSprite": {
  1847. "__uuid__": "e9ec654c-97a2-4787-9325-e6a10375219a"
  1848. },
  1849. "pressedSprite": {
  1850. "__uuid__": "e9ec654c-97a2-4787-9325-e6a10375219a"
  1851. },
  1852. "_N$hoverSprite": {
  1853. "__uuid__": "e9ec654c-97a2-4787-9325-e6a10375219a"
  1854. },
  1855. "hoverSprite": {
  1856. "__uuid__": "e9ec654c-97a2-4787-9325-e6a10375219a"
  1857. },
  1858. "_N$disabledSprite": {
  1859. "__uuid__": "29158224-f8dd-4661-a796-1ffab537140e"
  1860. },
  1861. "_N$target": {
  1862. "__id__": 44
  1863. },
  1864. "_id": ""
  1865. },
  1866. {
  1867. "__type__": "cc.PrefabInfo",
  1868. "root": {
  1869. "__id__": 1
  1870. },
  1871. "asset": {
  1872. "__id__": 0
  1873. },
  1874. "fileId": "3fM0XTsr5FoKVAjxCDrOXN",
  1875. "sync": false
  1876. },
  1877. {
  1878. "__type__": "cc.Sprite",
  1879. "_name": "",
  1880. "_objFlags": 0,
  1881. "node": {
  1882. "__id__": 41
  1883. },
  1884. "_enabled": true,
  1885. "_materials": [
  1886. {
  1887. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  1888. }
  1889. ],
  1890. "_srcBlendFactor": 770,
  1891. "_dstBlendFactor": 771,
  1892. "_spriteFrame": {
  1893. "__uuid__": "9539f31e-0b8e-4a98-a87a-ecb96d2ff479"
  1894. },
  1895. "_type": 0,
  1896. "_sizeMode": 1,
  1897. "_fillType": 0,
  1898. "_fillCenter": {
  1899. "__type__": "cc.Vec2",
  1900. "x": 0,
  1901. "y": 0
  1902. },
  1903. "_fillStart": 0,
  1904. "_fillRange": 0,
  1905. "_isTrimmedMode": true,
  1906. "_atlas": null,
  1907. "_id": ""
  1908. },
  1909. {
  1910. "__type__": "cc.PrefabInfo",
  1911. "root": {
  1912. "__id__": 1
  1913. },
  1914. "asset": {
  1915. "__id__": 0
  1916. },
  1917. "fileId": "4aeR7XcvhGfL2hBTaukHak",
  1918. "sync": false
  1919. },
  1920. {
  1921. "__type__": "cc.Animation",
  1922. "_name": "",
  1923. "_objFlags": 0,
  1924. "node": {
  1925. "__id__": 37
  1926. },
  1927. "_enabled": true,
  1928. "_defaultClip": {
  1929. "__uuid__": "6179a4fd-bd28-41df-b498-398691c7c94c"
  1930. },
  1931. "_clips": [
  1932. {
  1933. "__uuid__": "6179a4fd-bd28-41df-b498-398691c7c94c"
  1934. }
  1935. ],
  1936. "playOnLoad": false,
  1937. "_id": ""
  1938. },
  1939. {
  1940. "__type__": "cc.PrefabInfo",
  1941. "root": {
  1942. "__id__": 1
  1943. },
  1944. "asset": {
  1945. "__id__": 0
  1946. },
  1947. "fileId": "86iEVo3VFJ6p8mvLDVbThE",
  1948. "sync": false
  1949. },
  1950. {
  1951. "__type__": "cc.Animation",
  1952. "_name": "",
  1953. "_objFlags": 0,
  1954. "node": {
  1955. "__id__": 1
  1956. },
  1957. "_enabled": true,
  1958. "_defaultClip": {
  1959. "__uuid__": "f70cf6cf-9141-4f42-87bd-5d443e0220af"
  1960. },
  1961. "_clips": [
  1962. {
  1963. "__uuid__": "f70cf6cf-9141-4f42-87bd-5d443e0220af"
  1964. }
  1965. ],
  1966. "playOnLoad": false,
  1967. "_id": ""
  1968. },
  1969. {
  1970. "__type__": "cc.PrefabInfo",
  1971. "root": {
  1972. "__id__": 1
  1973. },
  1974. "asset": {
  1975. "__id__": 0
  1976. },
  1977. "fileId": "1dfdwaY1pP5KIJ7xUVbVgA",
  1978. "sync": false
  1979. }
  1980. ]