Table.fire 24 KB

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