ChessDiffSel.scene 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416
  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. "_name": "ChessDiffSel",
  14. "_objFlags": 0,
  15. "_parent": null,
  16. "_children": [
  17. {
  18. "__id__": 2
  19. }
  20. ],
  21. "_active": true,
  22. "_components": [],
  23. "_prefab": {
  24. "__id__": 44
  25. },
  26. "autoReleaseAssets": false,
  27. "_globals": {
  28. "__id__": 45
  29. },
  30. "_id": "83d38509-0d6f-4c8c-921d-b73c63211e10"
  31. },
  32. {
  33. "__type__": "cc.Node",
  34. "_name": "Canvas",
  35. "_objFlags": 0,
  36. "_parent": {
  37. "__id__": 1
  38. },
  39. "_children": [
  40. {
  41. "__id__": 3
  42. },
  43. {
  44. "__id__": 5
  45. },
  46. {
  47. "__id__": 8
  48. },
  49. {
  50. "__id__": 28
  51. },
  52. {
  53. "__id__": 37
  54. }
  55. ],
  56. "_active": true,
  57. "_components": [
  58. {
  59. "__id__": 40
  60. },
  61. {
  62. "__id__": 41
  63. },
  64. {
  65. "__id__": 42
  66. },
  67. {
  68. "__id__": 43
  69. }
  70. ],
  71. "_prefab": null,
  72. "_lpos": {
  73. "__type__": "cc.Vec3",
  74. "x": 540,
  75. "y": 980,
  76. "z": 0
  77. },
  78. "_lrot": {
  79. "__type__": "cc.Quat",
  80. "x": 0,
  81. "y": 0,
  82. "z": 0,
  83. "w": 1
  84. },
  85. "_lscale": {
  86. "__type__": "cc.Vec3",
  87. "x": 1,
  88. "y": 1,
  89. "z": 1
  90. },
  91. "_layer": 33554432,
  92. "_euler": {
  93. "__type__": "cc.Vec3",
  94. "x": 0,
  95. "y": 0,
  96. "z": 0
  97. },
  98. "_id": "beI88Z2HpFELqR4T5EMHpg"
  99. },
  100. {
  101. "__type__": "cc.Node",
  102. "_name": "Camera",
  103. "_objFlags": 0,
  104. "_parent": {
  105. "__id__": 2
  106. },
  107. "_children": [],
  108. "_active": true,
  109. "_components": [
  110. {
  111. "__id__": 4
  112. }
  113. ],
  114. "_prefab": null,
  115. "_lpos": {
  116. "__type__": "cc.Vec3",
  117. "x": 0,
  118. "y": 0,
  119. "z": 1000
  120. },
  121. "_lrot": {
  122. "__type__": "cc.Quat",
  123. "x": 0,
  124. "y": 0,
  125. "z": 0,
  126. "w": 1
  127. },
  128. "_lscale": {
  129. "__type__": "cc.Vec3",
  130. "x": 1,
  131. "y": 1,
  132. "z": 1
  133. },
  134. "_layer": 1073741824,
  135. "_euler": {
  136. "__type__": "cc.Vec3",
  137. "x": 0,
  138. "y": 0,
  139. "z": 0
  140. },
  141. "_id": "ebFwiq8gBFaYpqYbdoDODe"
  142. },
  143. {
  144. "__type__": "cc.Camera",
  145. "_name": "",
  146. "_objFlags": 0,
  147. "node": {
  148. "__id__": 3
  149. },
  150. "_enabled": true,
  151. "__prefab": null,
  152. "_projection": 0,
  153. "_priority": 1073741824,
  154. "_fov": 45,
  155. "_fovAxis": 0,
  156. "_orthoHeight": 980,
  157. "_near": 0,
  158. "_far": 2000,
  159. "_color": {
  160. "__type__": "cc.Color",
  161. "r": 0,
  162. "g": 0,
  163. "b": 0,
  164. "a": 255
  165. },
  166. "_depth": 1,
  167. "_stencil": 0,
  168. "_clearFlags": 7,
  169. "_rect": {
  170. "__type__": "cc.Rect",
  171. "x": 0,
  172. "y": 0,
  173. "width": 1,
  174. "height": 1
  175. },
  176. "_aperture": 19,
  177. "_shutter": 7,
  178. "_iso": 0,
  179. "_screenScale": 1,
  180. "_visibility": 41943040,
  181. "_targetTexture": null,
  182. "_cameraType": -1,
  183. "_trackingType": 0,
  184. "_id": "63WIch3o5BEYRlXzTT0oWc"
  185. },
  186. {
  187. "__type__": "cc.Node",
  188. "_name": "bg",
  189. "_objFlags": 0,
  190. "_parent": {
  191. "__id__": 2
  192. },
  193. "_children": [],
  194. "_active": true,
  195. "_components": [
  196. {
  197. "__id__": 6
  198. },
  199. {
  200. "__id__": 7
  201. }
  202. ],
  203. "_prefab": null,
  204. "_lpos": {
  205. "__type__": "cc.Vec3",
  206. "x": 0,
  207. "y": 0,
  208. "z": 0
  209. },
  210. "_lrot": {
  211. "__type__": "cc.Quat",
  212. "x": 0,
  213. "y": 0,
  214. "z": 0,
  215. "w": 1
  216. },
  217. "_lscale": {
  218. "__type__": "cc.Vec3",
  219. "x": 1,
  220. "y": 1,
  221. "z": 1
  222. },
  223. "_layer": 33554432,
  224. "_euler": {
  225. "__type__": "cc.Vec3",
  226. "x": 0,
  227. "y": 0,
  228. "z": 0
  229. },
  230. "_id": "62ZGLVkB1GoL7+OyLJXSE8"
  231. },
  232. {
  233. "__type__": "cc.UITransform",
  234. "_name": "",
  235. "_objFlags": 0,
  236. "node": {
  237. "__id__": 5
  238. },
  239. "_enabled": true,
  240. "__prefab": null,
  241. "_contentSize": {
  242. "__type__": "cc.Size",
  243. "width": 1080,
  244. "height": 2500
  245. },
  246. "_anchorPoint": {
  247. "__type__": "cc.Vec2",
  248. "x": 0.5,
  249. "y": 0.5
  250. },
  251. "_id": "76mAs1N+RLgbvfLrManQdB"
  252. },
  253. {
  254. "__type__": "cc.Sprite",
  255. "_name": "",
  256. "_objFlags": 0,
  257. "node": {
  258. "__id__": 5
  259. },
  260. "_enabled": true,
  261. "__prefab": null,
  262. "_customMaterial": null,
  263. "_srcBlendFactor": 2,
  264. "_dstBlendFactor": 4,
  265. "_color": {
  266. "__type__": "cc.Color",
  267. "r": 255,
  268. "g": 255,
  269. "b": 255,
  270. "a": 255
  271. },
  272. "_spriteFrame": null,
  273. "_type": 0,
  274. "_fillType": 0,
  275. "_sizeMode": 0,
  276. "_fillCenter": {
  277. "__type__": "cc.Vec2",
  278. "x": 0,
  279. "y": 0
  280. },
  281. "_fillStart": 0,
  282. "_fillRange": 0,
  283. "_isTrimmedMode": true,
  284. "_useGrayscale": false,
  285. "_atlas": null,
  286. "_id": "d2i6TNrfNJR7u8JfkiOp3R"
  287. },
  288. {
  289. "__type__": "cc.Node",
  290. "_name": "ScrollView",
  291. "_objFlags": 0,
  292. "_parent": {
  293. "__id__": 2
  294. },
  295. "_children": [
  296. {
  297. "__id__": 9
  298. },
  299. {
  300. "__id__": 19
  301. }
  302. ],
  303. "_active": true,
  304. "_components": [
  305. {
  306. "__id__": 26
  307. },
  308. {
  309. "__id__": 27
  310. },
  311. {
  312. "__id__": 17
  313. }
  314. ],
  315. "_prefab": null,
  316. "_lpos": {
  317. "__type__": "cc.Vec3",
  318. "x": 0,
  319. "y": 0,
  320. "z": 0
  321. },
  322. "_lrot": {
  323. "__type__": "cc.Quat",
  324. "x": 0,
  325. "y": 0,
  326. "z": 0,
  327. "w": 1
  328. },
  329. "_lscale": {
  330. "__type__": "cc.Vec3",
  331. "x": 1,
  332. "y": 1,
  333. "z": 1
  334. },
  335. "_layer": 33554432,
  336. "_euler": {
  337. "__type__": "cc.Vec3",
  338. "x": 0,
  339. "y": 0,
  340. "z": 0
  341. },
  342. "_id": "5c9M2F7LtHiKZc7GfuuJXy"
  343. },
  344. {
  345. "__type__": "cc.Node",
  346. "_name": "scrollBar",
  347. "_objFlags": 0,
  348. "_parent": {
  349. "__id__": 8
  350. },
  351. "_children": [
  352. {
  353. "__id__": 10
  354. }
  355. ],
  356. "_active": false,
  357. "_components": [
  358. {
  359. "__id__": 13
  360. },
  361. {
  362. "__id__": 14
  363. },
  364. {
  365. "__id__": 15
  366. },
  367. {
  368. "__id__": 16
  369. }
  370. ],
  371. "_prefab": null,
  372. "_lpos": {
  373. "__type__": "cc.Vec3",
  374. "x": 120,
  375. "y": 0,
  376. "z": 0
  377. },
  378. "_lrot": {
  379. "__type__": "cc.Quat",
  380. "x": 0,
  381. "y": 0,
  382. "z": 0,
  383. "w": 1
  384. },
  385. "_lscale": {
  386. "__type__": "cc.Vec3",
  387. "x": 1,
  388. "y": 1,
  389. "z": 1
  390. },
  391. "_layer": 33554432,
  392. "_euler": {
  393. "__type__": "cc.Vec3",
  394. "x": 0,
  395. "y": 0,
  396. "z": 0
  397. },
  398. "_id": "4b8M5Jlg1Pb63dja+nv1tv"
  399. },
  400. {
  401. "__type__": "cc.Node",
  402. "_name": "bar",
  403. "_objFlags": 0,
  404. "_parent": {
  405. "__id__": 9
  406. },
  407. "_children": [],
  408. "_active": true,
  409. "_components": [
  410. {
  411. "__id__": 11
  412. },
  413. {
  414. "__id__": 12
  415. }
  416. ],
  417. "_prefab": null,
  418. "_lpos": {
  419. "__type__": "cc.Vec3",
  420. "x": -11,
  421. "y": -31.25,
  422. "z": 0
  423. },
  424. "_lrot": {
  425. "__type__": "cc.Quat",
  426. "x": 0,
  427. "y": 0,
  428. "z": 0,
  429. "w": 1
  430. },
  431. "_lscale": {
  432. "__type__": "cc.Vec3",
  433. "x": 1,
  434. "y": 1,
  435. "z": 1
  436. },
  437. "_layer": 33554432,
  438. "_euler": {
  439. "__type__": "cc.Vec3",
  440. "x": 0,
  441. "y": 0,
  442. "z": 0
  443. },
  444. "_id": "8dwnjt/hJFO4YmcWc7t2gO"
  445. },
  446. {
  447. "__type__": "cc.UITransform",
  448. "_name": "",
  449. "_objFlags": 0,
  450. "node": {
  451. "__id__": 10
  452. },
  453. "_enabled": true,
  454. "__prefab": null,
  455. "_contentSize": {
  456. "__type__": "cc.Size",
  457. "width": 10,
  458. "height": 156.25
  459. },
  460. "_anchorPoint": {
  461. "__type__": "cc.Vec2",
  462. "x": 0,
  463. "y": 0
  464. },
  465. "_id": "8djgNTGu1L/62IMzI8GUXD"
  466. },
  467. {
  468. "__type__": "cc.Sprite",
  469. "_name": "",
  470. "_objFlags": 0,
  471. "node": {
  472. "__id__": 10
  473. },
  474. "_enabled": true,
  475. "__prefab": null,
  476. "_customMaterial": null,
  477. "_srcBlendFactor": 2,
  478. "_dstBlendFactor": 4,
  479. "_color": {
  480. "__type__": "cc.Color",
  481. "r": 255,
  482. "g": 255,
  483. "b": 255,
  484. "a": 255
  485. },
  486. "_spriteFrame": {
  487. "__uuid__": "afc47931-f066-46b0-90be-9fe61f213428@f9941",
  488. "__expectedType__": "cc.SpriteFrame"
  489. },
  490. "_type": 1,
  491. "_fillType": 0,
  492. "_sizeMode": 0,
  493. "_fillCenter": {
  494. "__type__": "cc.Vec2",
  495. "x": 0,
  496. "y": 0
  497. },
  498. "_fillStart": 0,
  499. "_fillRange": 0,
  500. "_isTrimmedMode": true,
  501. "_useGrayscale": false,
  502. "_atlas": null,
  503. "_id": "a6Z4wdyyNGrY7Y2JLn2e0i"
  504. },
  505. {
  506. "__type__": "cc.UITransform",
  507. "_name": "",
  508. "_objFlags": 0,
  509. "node": {
  510. "__id__": 9
  511. },
  512. "_enabled": true,
  513. "__prefab": null,
  514. "_contentSize": {
  515. "__type__": "cc.Size",
  516. "width": 12,
  517. "height": 250
  518. },
  519. "_anchorPoint": {
  520. "__type__": "cc.Vec2",
  521. "x": 1,
  522. "y": 0.5
  523. },
  524. "_id": "21tCK7S2NCaptwnKV+OUgJ"
  525. },
  526. {
  527. "__type__": "cc.Sprite",
  528. "_name": "",
  529. "_objFlags": 0,
  530. "node": {
  531. "__id__": 9
  532. },
  533. "_enabled": true,
  534. "__prefab": null,
  535. "_customMaterial": null,
  536. "_srcBlendFactor": 2,
  537. "_dstBlendFactor": 4,
  538. "_color": {
  539. "__type__": "cc.Color",
  540. "r": 255,
  541. "g": 255,
  542. "b": 255,
  543. "a": 255
  544. },
  545. "_spriteFrame": {
  546. "__uuid__": "ffb88a8f-af62-48f4-8f1d-3cb606443a43@f9941",
  547. "__expectedType__": "cc.SpriteFrame"
  548. },
  549. "_type": 1,
  550. "_fillType": 0,
  551. "_sizeMode": 0,
  552. "_fillCenter": {
  553. "__type__": "cc.Vec2",
  554. "x": 0,
  555. "y": 0
  556. },
  557. "_fillStart": 0,
  558. "_fillRange": 0,
  559. "_isTrimmedMode": true,
  560. "_useGrayscale": false,
  561. "_atlas": null,
  562. "_id": "e38z2ivpVPEJimwQ9tmldq"
  563. },
  564. {
  565. "__type__": "cc.Widget",
  566. "_name": "",
  567. "_objFlags": 0,
  568. "node": {
  569. "__id__": 9
  570. },
  571. "_enabled": true,
  572. "__prefab": null,
  573. "_alignFlags": 37,
  574. "_target": null,
  575. "_left": 0,
  576. "_right": 0,
  577. "_top": 0,
  578. "_bottom": 0,
  579. "_horizontalCenter": 0,
  580. "_verticalCenter": 0,
  581. "_isAbsLeft": true,
  582. "_isAbsRight": true,
  583. "_isAbsTop": true,
  584. "_isAbsBottom": true,
  585. "_isAbsHorizontalCenter": true,
  586. "_isAbsVerticalCenter": true,
  587. "_originalWidth": 0,
  588. "_originalHeight": 250,
  589. "_alignMode": 1,
  590. "_lockFlags": 0,
  591. "_id": "64Oazm+p9JaYlWsZEn3CCW"
  592. },
  593. {
  594. "__type__": "cc.ScrollBar",
  595. "_name": "",
  596. "_objFlags": 0,
  597. "node": {
  598. "__id__": 9
  599. },
  600. "_enabled": true,
  601. "__prefab": null,
  602. "_scrollView": {
  603. "__id__": 17
  604. },
  605. "_handle": {
  606. "__id__": 12
  607. },
  608. "_direction": 1,
  609. "_enableAutoHide": false,
  610. "_autoHideTime": 1,
  611. "_id": "edaKdtDjFLZZdiCJQFLauQ"
  612. },
  613. {
  614. "__type__": "cc.ScrollView",
  615. "_name": "",
  616. "_objFlags": 0,
  617. "node": {
  618. "__id__": 8
  619. },
  620. "_enabled": true,
  621. "__prefab": null,
  622. "bounceDuration": 0.23,
  623. "brake": 0.75,
  624. "elastic": true,
  625. "inertia": true,
  626. "horizontal": false,
  627. "vertical": true,
  628. "cancelInnerEvents": true,
  629. "scrollEvents": [],
  630. "_content": {
  631. "__id__": 18
  632. },
  633. "_horizontalScrollBar": null,
  634. "_verticalScrollBar": {
  635. "__id__": 16
  636. },
  637. "_id": "3cv0WjlehFcqE/Apm0WhF+"
  638. },
  639. {
  640. "__type__": "cc.Node",
  641. "_name": "content",
  642. "_objFlags": 0,
  643. "_parent": {
  644. "__id__": 19
  645. },
  646. "_children": [],
  647. "_active": true,
  648. "_components": [
  649. {
  650. "__id__": 23
  651. },
  652. {
  653. "__id__": 24
  654. },
  655. {
  656. "__id__": 25
  657. }
  658. ],
  659. "_prefab": null,
  660. "_lpos": {
  661. "__type__": "cc.Vec3",
  662. "x": 0,
  663. "y": 500,
  664. "z": 0
  665. },
  666. "_lrot": {
  667. "__type__": "cc.Quat",
  668. "x": 0,
  669. "y": 0,
  670. "z": 0,
  671. "w": 1
  672. },
  673. "_lscale": {
  674. "__type__": "cc.Vec3",
  675. "x": 1,
  676. "y": 1,
  677. "z": 1
  678. },
  679. "_layer": 33554432,
  680. "_euler": {
  681. "__type__": "cc.Vec3",
  682. "x": 0,
  683. "y": 0,
  684. "z": 0
  685. },
  686. "_id": "3bcP6AZuNIrL3MhLZ2LIPB"
  687. },
  688. {
  689. "__type__": "cc.Node",
  690. "_name": "view",
  691. "_objFlags": 0,
  692. "_parent": {
  693. "__id__": 8
  694. },
  695. "_children": [
  696. {
  697. "__id__": 18
  698. }
  699. ],
  700. "_active": true,
  701. "_components": [
  702. {
  703. "__id__": 20
  704. },
  705. {
  706. "__id__": 21
  707. },
  708. {
  709. "__id__": 22
  710. }
  711. ],
  712. "_prefab": null,
  713. "_lpos": {
  714. "__type__": "cc.Vec3",
  715. "x": 0,
  716. "y": 0,
  717. "z": 0
  718. },
  719. "_lrot": {
  720. "__type__": "cc.Quat",
  721. "x": 0,
  722. "y": 0,
  723. "z": 0,
  724. "w": 1
  725. },
  726. "_lscale": {
  727. "__type__": "cc.Vec3",
  728. "x": 1,
  729. "y": 1,
  730. "z": 1
  731. },
  732. "_layer": 33554432,
  733. "_euler": {
  734. "__type__": "cc.Vec3",
  735. "x": 0,
  736. "y": 0,
  737. "z": 0
  738. },
  739. "_id": "2dNHR9M5tO+KwICvY5lVzR"
  740. },
  741. {
  742. "__type__": "cc.UITransform",
  743. "_name": "",
  744. "_objFlags": 0,
  745. "node": {
  746. "__id__": 19
  747. },
  748. "_enabled": true,
  749. "__prefab": null,
  750. "_contentSize": {
  751. "__type__": "cc.Size",
  752. "width": 750,
  753. "height": 1000
  754. },
  755. "_anchorPoint": {
  756. "__type__": "cc.Vec2",
  757. "x": 0.5,
  758. "y": 0.5
  759. },
  760. "_id": "fbsCw3SkxFMZdbwuLucC4s"
  761. },
  762. {
  763. "__type__": "cc.Mask",
  764. "_name": "",
  765. "_objFlags": 0,
  766. "node": {
  767. "__id__": 19
  768. },
  769. "_enabled": true,
  770. "__prefab": null,
  771. "_type": 0,
  772. "_inverted": false,
  773. "_segments": 64,
  774. "_alphaThreshold": 0.1,
  775. "_id": "d9tMkVBKFBc72e292OYITi"
  776. },
  777. {
  778. "__type__": "cc.Graphics",
  779. "_name": "",
  780. "_objFlags": 0,
  781. "node": {
  782. "__id__": 19
  783. },
  784. "_enabled": true,
  785. "__prefab": null,
  786. "_customMaterial": null,
  787. "_srcBlendFactor": 2,
  788. "_dstBlendFactor": 4,
  789. "_color": {
  790. "__type__": "cc.Color",
  791. "r": 255,
  792. "g": 255,
  793. "b": 255,
  794. "a": 255
  795. },
  796. "_lineWidth": 1,
  797. "_strokeColor": {
  798. "__type__": "cc.Color",
  799. "r": 0,
  800. "g": 0,
  801. "b": 0,
  802. "a": 255
  803. },
  804. "_lineJoin": 2,
  805. "_lineCap": 0,
  806. "_fillColor": {
  807. "__type__": "cc.Color",
  808. "r": 255,
  809. "g": 255,
  810. "b": 255,
  811. "a": 0
  812. },
  813. "_miterLimit": 10,
  814. "_id": "3dK5JXZZNAwZKLXYcjA+L4"
  815. },
  816. {
  817. "__type__": "cc.UITransform",
  818. "_name": "",
  819. "_objFlags": 0,
  820. "node": {
  821. "__id__": 18
  822. },
  823. "_enabled": true,
  824. "__prefab": null,
  825. "_contentSize": {
  826. "__type__": "cc.Size",
  827. "width": 750,
  828. "height": 1000
  829. },
  830. "_anchorPoint": {
  831. "__type__": "cc.Vec2",
  832. "x": 0.5,
  833. "y": 1
  834. },
  835. "_id": "d3q6XTleJEZZoa9kUSKuPH"
  836. },
  837. {
  838. "__type__": "cc.Layout",
  839. "_name": "",
  840. "_objFlags": 0,
  841. "node": {
  842. "__id__": 18
  843. },
  844. "_enabled": true,
  845. "__prefab": null,
  846. "_resizeMode": 1,
  847. "_layoutType": 2,
  848. "_cellSize": {
  849. "__type__": "cc.Size",
  850. "width": 40,
  851. "height": 40
  852. },
  853. "_startAxis": 0,
  854. "_paddingLeft": 0,
  855. "_paddingRight": 0,
  856. "_paddingTop": 100,
  857. "_paddingBottom": 0,
  858. "_spacingX": 0,
  859. "_spacingY": 100,
  860. "_verticalDirection": 1,
  861. "_horizontalDirection": 0,
  862. "_constraint": 0,
  863. "_constraintNum": 2,
  864. "_affectedByScale": false,
  865. "_isAlign": false,
  866. "_id": "4bkULbsDhNxb4+ooo0kfNn"
  867. },
  868. {
  869. "__type__": "cc.Widget",
  870. "_name": "",
  871. "_objFlags": 0,
  872. "node": {
  873. "__id__": 18
  874. },
  875. "_enabled": true,
  876. "__prefab": null,
  877. "_alignFlags": 45,
  878. "_target": null,
  879. "_left": 0,
  880. "_right": 0,
  881. "_top": 0,
  882. "_bottom": 0,
  883. "_horizontalCenter": 0,
  884. "_verticalCenter": 0,
  885. "_isAbsLeft": true,
  886. "_isAbsRight": true,
  887. "_isAbsTop": true,
  888. "_isAbsBottom": true,
  889. "_isAbsHorizontalCenter": true,
  890. "_isAbsVerticalCenter": true,
  891. "_originalWidth": 750,
  892. "_originalHeight": 200,
  893. "_alignMode": 2,
  894. "_lockFlags": 0,
  895. "_id": "e9D/aPMR9P+Yfd5ieCdqQE"
  896. },
  897. {
  898. "__type__": "cc.UITransform",
  899. "_name": "",
  900. "_objFlags": 0,
  901. "node": {
  902. "__id__": 8
  903. },
  904. "_enabled": true,
  905. "__prefab": null,
  906. "_contentSize": {
  907. "__type__": "cc.Size",
  908. "width": 750,
  909. "height": 1000
  910. },
  911. "_anchorPoint": {
  912. "__type__": "cc.Vec2",
  913. "x": 0.5,
  914. "y": 0.5
  915. },
  916. "_id": "e41l/mZvJETrOyrVlf5emV"
  917. },
  918. {
  919. "__type__": "cc.Sprite",
  920. "_name": "",
  921. "_objFlags": 0,
  922. "node": {
  923. "__id__": 8
  924. },
  925. "_enabled": true,
  926. "__prefab": null,
  927. "_customMaterial": null,
  928. "_srcBlendFactor": 2,
  929. "_dstBlendFactor": 4,
  930. "_color": {
  931. "__type__": "cc.Color",
  932. "r": 255,
  933. "g": 255,
  934. "b": 255,
  935. "a": 255
  936. },
  937. "_spriteFrame": {
  938. "__uuid__": "b730527c-3233-41c2-aaf7-7cdab58f9749@f9941",
  939. "__expectedType__": "cc.SpriteFrame"
  940. },
  941. "_type": 1,
  942. "_fillType": 0,
  943. "_sizeMode": 0,
  944. "_fillCenter": {
  945. "__type__": "cc.Vec2",
  946. "x": 0,
  947. "y": 0
  948. },
  949. "_fillStart": 0,
  950. "_fillRange": 0,
  951. "_isTrimmedMode": true,
  952. "_useGrayscale": false,
  953. "_atlas": null,
  954. "_id": "24Ij5susdEI4MhQGibXC4S"
  955. },
  956. {
  957. "__type__": "cc.Node",
  958. "_objFlags": 0,
  959. "_parent": {
  960. "__id__": 2
  961. },
  962. "_prefab": {
  963. "__id__": 29
  964. },
  965. "__editorExtras__": {}
  966. },
  967. {
  968. "__type__": "cc.PrefabInfo",
  969. "root": {
  970. "__id__": 28
  971. },
  972. "asset": {
  973. "__uuid__": "b5086087-508b-48a4-b070-b8ae44c1daad",
  974. "__expectedType__": "cc.Prefab"
  975. },
  976. "fileId": "c46/YsCPVOJYA4mWEpNYRx",
  977. "instance": {
  978. "__id__": 30
  979. }
  980. },
  981. {
  982. "__type__": "cc.PrefabInstance",
  983. "fileId": "95xzOy1rFCaYA+y4ETPgPf",
  984. "mountedChildren": [],
  985. "mountedComponents": [],
  986. "propertyOverrides": [
  987. {
  988. "__id__": 31
  989. },
  990. {
  991. "__id__": 33
  992. },
  993. {
  994. "__id__": 34
  995. },
  996. {
  997. "__id__": 35
  998. },
  999. {
  1000. "__id__": 36
  1001. }
  1002. ],
  1003. "removedComponents": []
  1004. },
  1005. {
  1006. "__type__": "CCPropertyOverrideInfo",
  1007. "targetInfo": {
  1008. "__id__": 32
  1009. },
  1010. "propertyPath": [
  1011. "_name"
  1012. ],
  1013. "value": "UIButtonBack"
  1014. },
  1015. {
  1016. "__type__": "cc.TargetInfo",
  1017. "localID": [
  1018. "c46/YsCPVOJYA4mWEpNYRx"
  1019. ]
  1020. },
  1021. {
  1022. "__type__": "CCPropertyOverrideInfo",
  1023. "targetInfo": {
  1024. "__id__": 32
  1025. },
  1026. "propertyPath": [
  1027. "_lpos"
  1028. ],
  1029. "value": {
  1030. "__type__": "cc.Vec3",
  1031. "x": -329.946,
  1032. "y": 689.352,
  1033. "z": 0
  1034. }
  1035. },
  1036. {
  1037. "__type__": "CCPropertyOverrideInfo",
  1038. "targetInfo": {
  1039. "__id__": 32
  1040. },
  1041. "propertyPath": [
  1042. "_lrot"
  1043. ],
  1044. "value": {
  1045. "__type__": "cc.Quat",
  1046. "x": 0,
  1047. "y": 0,
  1048. "z": 0,
  1049. "w": 1
  1050. }
  1051. },
  1052. {
  1053. "__type__": "CCPropertyOverrideInfo",
  1054. "targetInfo": {
  1055. "__id__": 32
  1056. },
  1057. "propertyPath": [
  1058. "_euler"
  1059. ],
  1060. "value": {
  1061. "__type__": "cc.Vec3",
  1062. "x": 0,
  1063. "y": 0,
  1064. "z": 0
  1065. }
  1066. },
  1067. {
  1068. "__type__": "CCPropertyOverrideInfo",
  1069. "targetInfo": {
  1070. "__id__": 32
  1071. },
  1072. "propertyPath": [
  1073. "_active"
  1074. ],
  1075. "value": false
  1076. },
  1077. {
  1078. "__type__": "cc.Node",
  1079. "_name": "default_btn_normal",
  1080. "_objFlags": 0,
  1081. "_parent": {
  1082. "__id__": 2
  1083. },
  1084. "_children": [],
  1085. "_active": true,
  1086. "_components": [
  1087. {
  1088. "__id__": 38
  1089. },
  1090. {
  1091. "__id__": 39
  1092. }
  1093. ],
  1094. "_prefab": null,
  1095. "_lpos": {
  1096. "__type__": "cc.Vec3",
  1097. "x": -337.256,
  1098. "y": 716.233,
  1099. "z": 0
  1100. },
  1101. "_lrot": {
  1102. "__type__": "cc.Quat",
  1103. "x": 0,
  1104. "y": 0,
  1105. "z": 0,
  1106. "w": 1
  1107. },
  1108. "_lscale": {
  1109. "__type__": "cc.Vec3",
  1110. "x": 1,
  1111. "y": 1,
  1112. "z": 1
  1113. },
  1114. "_layer": 33554432,
  1115. "_euler": {
  1116. "__type__": "cc.Vec3",
  1117. "x": 0,
  1118. "y": 0,
  1119. "z": 0
  1120. },
  1121. "_id": "8dFnrioARBbLVDymP0ZVlt"
  1122. },
  1123. {
  1124. "__type__": "cc.UITransform",
  1125. "_name": "",
  1126. "_objFlags": 0,
  1127. "node": {
  1128. "__id__": 37
  1129. },
  1130. "_enabled": true,
  1131. "__prefab": null,
  1132. "_contentSize": {
  1133. "__type__": "cc.Size",
  1134. "width": 88,
  1135. "height": 88
  1136. },
  1137. "_anchorPoint": {
  1138. "__type__": "cc.Vec2",
  1139. "x": 0.5,
  1140. "y": 0.5
  1141. },
  1142. "_id": "bdAie4o8NLFKzCjH8dW9xe"
  1143. },
  1144. {
  1145. "__type__": "cc.Sprite",
  1146. "_name": "",
  1147. "_objFlags": 0,
  1148. "node": {
  1149. "__id__": 37
  1150. },
  1151. "_enabled": true,
  1152. "__prefab": null,
  1153. "_customMaterial": null,
  1154. "_srcBlendFactor": 2,
  1155. "_dstBlendFactor": 4,
  1156. "_color": {
  1157. "__type__": "cc.Color",
  1158. "r": 255,
  1159. "g": 255,
  1160. "b": 255,
  1161. "a": 255
  1162. },
  1163. "_spriteFrame": {
  1164. "__uuid__": "d7615c95-de16-4af6-af2a-9c2b60ba6209@f9941",
  1165. "__expectedType__": "cc.SpriteFrame"
  1166. },
  1167. "_type": 0,
  1168. "_fillType": 0,
  1169. "_sizeMode": 1,
  1170. "_fillCenter": {
  1171. "__type__": "cc.Vec2",
  1172. "x": 0,
  1173. "y": 0
  1174. },
  1175. "_fillStart": 0,
  1176. "_fillRange": 0,
  1177. "_isTrimmedMode": true,
  1178. "_useGrayscale": false,
  1179. "_atlas": null,
  1180. "_id": "0eupL4ELxIK7o664Qfn++K"
  1181. },
  1182. {
  1183. "__type__": "cc.UITransform",
  1184. "_name": "",
  1185. "_objFlags": 0,
  1186. "node": {
  1187. "__id__": 2
  1188. },
  1189. "_enabled": true,
  1190. "__prefab": null,
  1191. "_contentSize": {
  1192. "__type__": "cc.Size",
  1193. "width": 1080,
  1194. "height": 1960
  1195. },
  1196. "_anchorPoint": {
  1197. "__type__": "cc.Vec2",
  1198. "x": 0.5,
  1199. "y": 0.5
  1200. },
  1201. "_id": "d6rUX5yfhMlKoWX2bSbawx"
  1202. },
  1203. {
  1204. "__type__": "cc.Canvas",
  1205. "_name": "",
  1206. "_objFlags": 0,
  1207. "node": {
  1208. "__id__": 2
  1209. },
  1210. "_enabled": true,
  1211. "__prefab": null,
  1212. "_cameraComponent": {
  1213. "__id__": 4
  1214. },
  1215. "_alignCanvasWithScreen": true,
  1216. "_id": "12O/ljcVlEqLmVm3U2gEOQ"
  1217. },
  1218. {
  1219. "__type__": "cc.Widget",
  1220. "_name": "",
  1221. "_objFlags": 0,
  1222. "node": {
  1223. "__id__": 2
  1224. },
  1225. "_enabled": true,
  1226. "__prefab": null,
  1227. "_alignFlags": 45,
  1228. "_target": null,
  1229. "_left": 5.684341886080802e-14,
  1230. "_right": 5.684341886080802e-14,
  1231. "_top": 5.684341886080802e-14,
  1232. "_bottom": 5.684341886080802e-14,
  1233. "_horizontalCenter": 0,
  1234. "_verticalCenter": 0,
  1235. "_isAbsLeft": true,
  1236. "_isAbsRight": true,
  1237. "_isAbsTop": true,
  1238. "_isAbsBottom": true,
  1239. "_isAbsHorizontalCenter": true,
  1240. "_isAbsVerticalCenter": true,
  1241. "_originalWidth": 0,
  1242. "_originalHeight": 0,
  1243. "_alignMode": 2,
  1244. "_lockFlags": 0,
  1245. "_id": "c5V1EV8IpMtrIvY1OE9t2u"
  1246. },
  1247. {
  1248. "__type__": "9c5c3nvC7FMiL1gtwds43qx",
  1249. "_name": "",
  1250. "_objFlags": 0,
  1251. "node": {
  1252. "__id__": 2
  1253. },
  1254. "_enabled": true,
  1255. "__prefab": null,
  1256. "content": {
  1257. "__id__": 18
  1258. },
  1259. "testSf": {
  1260. "__id__": 37
  1261. },
  1262. "_id": "e84Iv6YxxJI4cOLO8xvPEK"
  1263. },
  1264. {
  1265. "__type__": "cc.PrefabInfo",
  1266. "fileId": "83d38509-0d6f-4c8c-921d-b73c63211e10",
  1267. "targetOverrides": [],
  1268. "nestedPrefabInstanceRoots": [
  1269. {
  1270. "__id__": 28
  1271. }
  1272. ]
  1273. },
  1274. {
  1275. "__type__": "cc.SceneGlobals",
  1276. "ambient": {
  1277. "__id__": 46
  1278. },
  1279. "shadows": {
  1280. "__id__": 47
  1281. },
  1282. "_skybox": {
  1283. "__id__": 48
  1284. },
  1285. "fog": {
  1286. "__id__": 49
  1287. },
  1288. "octree": {
  1289. "__id__": 50
  1290. }
  1291. },
  1292. {
  1293. "__type__": "cc.AmbientInfo",
  1294. "_skyColorHDR": {
  1295. "__type__": "cc.Vec4",
  1296. "x": 0,
  1297. "y": 0,
  1298. "z": 0,
  1299. "w": 0.520833125
  1300. },
  1301. "_skyColor": {
  1302. "__type__": "cc.Vec4",
  1303. "x": 0,
  1304. "y": 0,
  1305. "z": 0,
  1306. "w": 0.520833125
  1307. },
  1308. "_skyIllumHDR": 20000,
  1309. "_skyIllum": 20000,
  1310. "_groundAlbedoHDR": {
  1311. "__type__": "cc.Vec4",
  1312. "x": 0,
  1313. "y": 0,
  1314. "z": 0,
  1315. "w": 0
  1316. },
  1317. "_groundAlbedo": {
  1318. "__type__": "cc.Vec4",
  1319. "x": 0,
  1320. "y": 0,
  1321. "z": 0,
  1322. "w": 0
  1323. },
  1324. "_skyColorLDR": {
  1325. "__type__": "cc.Vec4",
  1326. "x": 0.2,
  1327. "y": 0.5,
  1328. "z": 0.8,
  1329. "w": 1
  1330. },
  1331. "_skyIllumLDR": 20000,
  1332. "_groundAlbedoLDR": {
  1333. "__type__": "cc.Vec4",
  1334. "x": 0.2,
  1335. "y": 0.2,
  1336. "z": 0.2,
  1337. "w": 1
  1338. }
  1339. },
  1340. {
  1341. "__type__": "cc.ShadowsInfo",
  1342. "_enabled": false,
  1343. "_type": 0,
  1344. "_normal": {
  1345. "__type__": "cc.Vec3",
  1346. "x": 0,
  1347. "y": 1,
  1348. "z": 0
  1349. },
  1350. "_distance": 0,
  1351. "_shadowColor": {
  1352. "__type__": "cc.Color",
  1353. "r": 76,
  1354. "g": 76,
  1355. "b": 76,
  1356. "a": 255
  1357. },
  1358. "_maxReceived": 4,
  1359. "_size": {
  1360. "__type__": "cc.Vec2",
  1361. "x": 512,
  1362. "y": 512
  1363. }
  1364. },
  1365. {
  1366. "__type__": "cc.SkyboxInfo",
  1367. "_envLightingType": 0,
  1368. "_envmapHDR": null,
  1369. "_envmap": null,
  1370. "_envmapLDR": null,
  1371. "_diffuseMapHDR": null,
  1372. "_diffuseMapLDR": null,
  1373. "_enabled": false,
  1374. "_useHDR": true,
  1375. "_editableMaterial": null,
  1376. "_reflectionHDR": null,
  1377. "_reflectionLDR": null,
  1378. "_rotationAngle": 0
  1379. },
  1380. {
  1381. "__type__": "cc.FogInfo",
  1382. "_type": 0,
  1383. "_fogColor": {
  1384. "__type__": "cc.Color",
  1385. "r": 200,
  1386. "g": 200,
  1387. "b": 200,
  1388. "a": 255
  1389. },
  1390. "_enabled": false,
  1391. "_fogDensity": 0.3,
  1392. "_fogStart": 0.5,
  1393. "_fogEnd": 300,
  1394. "_fogAtten": 5,
  1395. "_fogTop": 1.5,
  1396. "_fogRange": 1.2,
  1397. "_accurate": false
  1398. },
  1399. {
  1400. "__type__": "cc.OctreeInfo",
  1401. "_enabled": false,
  1402. "_minPos": {
  1403. "__type__": "cc.Vec3",
  1404. "x": -1024,
  1405. "y": -1024,
  1406. "z": -1024
  1407. },
  1408. "_maxPos": {
  1409. "__type__": "cc.Vec3",
  1410. "x": 1024,
  1411. "y": 1024,
  1412. "z": 1024
  1413. },
  1414. "_depth": 8
  1415. }
  1416. ]