SudokuOutput.prefab 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709
  1. [
  2. {
  3. "__type__": "cc.Prefab",
  4. "_name": "",
  5. "_objFlags": 0,
  6. "_native": "",
  7. "data": {
  8. "__id__": 1
  9. },
  10. "optimizationPolicy": 0,
  11. "asyncLoadAssets": false
  12. },
  13. {
  14. "__type__": "cc.Node",
  15. "_name": "SudokuOutput",
  16. "_objFlags": 0,
  17. "_parent": null,
  18. "_children": [
  19. {
  20. "__id__": 2
  21. },
  22. {
  23. "__id__": 7
  24. },
  25. {
  26. "__id__": 12
  27. }
  28. ],
  29. "_active": true,
  30. "_components": [
  31. {
  32. "__id__": 23
  33. }
  34. ],
  35. "_prefab": {
  36. "__id__": 24
  37. },
  38. "_lpos": {
  39. "__type__": "cc.Vec3",
  40. "x": 0,
  41. "y": 0,
  42. "z": 0
  43. },
  44. "_lrot": {
  45. "__type__": "cc.Quat",
  46. "x": 0,
  47. "y": 0,
  48. "z": 0,
  49. "w": 1
  50. },
  51. "_lscale": {
  52. "__type__": "cc.Vec3",
  53. "x": 1,
  54. "y": 1,
  55. "z": 1
  56. },
  57. "_layer": 1073741824,
  58. "_euler": {
  59. "__type__": "cc.Vec3",
  60. "x": 0,
  61. "y": 0,
  62. "z": 0
  63. },
  64. "_id": ""
  65. },
  66. {
  67. "__type__": "cc.Node",
  68. "_name": "BG",
  69. "_objFlags": 0,
  70. "_parent": {
  71. "__id__": 1
  72. },
  73. "_children": [],
  74. "_active": true,
  75. "_components": [
  76. {
  77. "__id__": 3
  78. },
  79. {
  80. "__id__": 4
  81. },
  82. {
  83. "__id__": 5
  84. }
  85. ],
  86. "_prefab": {
  87. "__id__": 6
  88. },
  89. "_lpos": {
  90. "__type__": "cc.Vec3",
  91. "x": 0,
  92. "y": 0,
  93. "z": 0
  94. },
  95. "_lrot": {
  96. "__type__": "cc.Quat",
  97. "x": 0,
  98. "y": 0,
  99. "z": 0,
  100. "w": 1
  101. },
  102. "_lscale": {
  103. "__type__": "cc.Vec3",
  104. "x": 1,
  105. "y": 1,
  106. "z": 1
  107. },
  108. "_layer": 33554432,
  109. "_euler": {
  110. "__type__": "cc.Vec3",
  111. "x": 0,
  112. "y": 0,
  113. "z": 0
  114. },
  115. "_id": ""
  116. },
  117. {
  118. "__type__": "cc.UITransformComponent",
  119. "_name": "BG<UITransformComponent>",
  120. "_objFlags": 0,
  121. "node": {
  122. "__id__": 2
  123. },
  124. "_enabled": true,
  125. "_priority": 0,
  126. "_contentSize": {
  127. "__type__": "cc.Size",
  128. "width": 679,
  129. "height": 586
  130. },
  131. "_anchorPoint": {
  132. "__type__": "cc.Vec2",
  133. "x": 0.5,
  134. "y": 0.5
  135. },
  136. "_id": ""
  137. },
  138. {
  139. "__type__": "cc.SpriteComponent",
  140. "_name": "BG<SpriteComponent>",
  141. "_objFlags": 0,
  142. "node": {
  143. "__id__": 2
  144. },
  145. "_enabled": true,
  146. "_srcBlendFactor": 2,
  147. "_dstBlendFactor": 4,
  148. "_color": {
  149. "__type__": "cc.Color",
  150. "r": 255,
  151. "g": 255,
  152. "b": 255,
  153. "a": 255
  154. },
  155. "_sharedMaterial": null,
  156. "_spriteFrame": {
  157. "__uuid__": "02f117ef-258b-49d0-b801-8bf0b33d6398@f9941"
  158. },
  159. "_type": 1,
  160. "_fillType": 0,
  161. "_sizeMode": 0,
  162. "_fillCenter": {
  163. "__type__": "cc.Vec2",
  164. "x": 0,
  165. "y": 0
  166. },
  167. "_fillStart": 0,
  168. "_fillRange": 0,
  169. "_isTrimmedMode": true,
  170. "_useGrayscale": false,
  171. "_atlas": null,
  172. "_id": ""
  173. },
  174. {
  175. "__type__": "cc.WidgetComponent",
  176. "_name": "BG<WidgetComponent>",
  177. "_objFlags": 0,
  178. "node": {
  179. "__id__": 2
  180. },
  181. "_enabled": true,
  182. "_alignFlags": 45,
  183. "_target": null,
  184. "_left": 0,
  185. "_right": 0,
  186. "_top": 0,
  187. "_bottom": 0,
  188. "_horizontalCenter": 0,
  189. "_verticalCenter": 0,
  190. "_isAbsLeft": true,
  191. "_isAbsRight": true,
  192. "_isAbsTop": true,
  193. "_isAbsBottom": true,
  194. "_isAbsHorizontalCenter": true,
  195. "_isAbsVerticalCenter": true,
  196. "_originalWidth": 600,
  197. "_originalHeight": 600,
  198. "_alignMode": 2,
  199. "_lockFlags": 0,
  200. "_id": ""
  201. },
  202. {
  203. "__type__": "cc.PrefabInfo",
  204. "root": {
  205. "__id__": 1
  206. },
  207. "asset": {
  208. "__id__": 0
  209. },
  210. "fileId": "38STnc0+RM5pEyS5bQ/Qrt",
  211. "sync": false,
  212. "_synced": {
  213. "default": false,
  214. "serializable": false
  215. }
  216. },
  217. {
  218. "__type__": "cc.Node",
  219. "_name": "Sprite",
  220. "_objFlags": 0,
  221. "_parent": {
  222. "__id__": 1
  223. },
  224. "_children": [],
  225. "_active": true,
  226. "_components": [
  227. {
  228. "__id__": 8
  229. },
  230. {
  231. "__id__": 9
  232. },
  233. {
  234. "__id__": 10
  235. }
  236. ],
  237. "_prefab": {
  238. "__id__": 11
  239. },
  240. "_lpos": {
  241. "__type__": "cc.Vec3",
  242. "x": 0,
  243. "y": 0,
  244. "z": 0
  245. },
  246. "_lrot": {
  247. "__type__": "cc.Quat",
  248. "x": 0,
  249. "y": 0,
  250. "z": 0,
  251. "w": 1
  252. },
  253. "_lscale": {
  254. "__type__": "cc.Vec3",
  255. "x": 1,
  256. "y": 1,
  257. "z": 1
  258. },
  259. "_layer": 33554432,
  260. "_euler": {
  261. "__type__": "cc.Vec3",
  262. "x": 0,
  263. "y": 0,
  264. "z": 0
  265. },
  266. "_id": ""
  267. },
  268. {
  269. "__type__": "cc.UITransformComponent",
  270. "_name": "",
  271. "_objFlags": 0,
  272. "node": {
  273. "__id__": 7
  274. },
  275. "_enabled": true,
  276. "_priority": 0,
  277. "_contentSize": {
  278. "__type__": "cc.Size",
  279. "width": 659,
  280. "height": 566
  281. },
  282. "_anchorPoint": {
  283. "__type__": "cc.Vec2",
  284. "x": 0.5,
  285. "y": 0.5
  286. },
  287. "_id": ""
  288. },
  289. {
  290. "__type__": "cc.SpriteComponent",
  291. "_name": "",
  292. "_objFlags": 0,
  293. "node": {
  294. "__id__": 7
  295. },
  296. "_enabled": true,
  297. "_srcBlendFactor": 2,
  298. "_dstBlendFactor": 4,
  299. "_color": {
  300. "__type__": "cc.Color",
  301. "r": 255,
  302. "g": 255,
  303. "b": 255,
  304. "a": 255
  305. },
  306. "_sharedMaterial": null,
  307. "_spriteFrame": {
  308. "__uuid__": "3c3ed098-f83c-482e-8945-a488ebc38444@f9941"
  309. },
  310. "_type": 1,
  311. "_fillType": 0,
  312. "_sizeMode": 0,
  313. "_fillCenter": {
  314. "__type__": "cc.Vec2",
  315. "x": 0,
  316. "y": 0
  317. },
  318. "_fillStart": 0,
  319. "_fillRange": 0,
  320. "_isTrimmedMode": true,
  321. "_useGrayscale": false,
  322. "_atlas": null,
  323. "_id": ""
  324. },
  325. {
  326. "__type__": "cc.WidgetComponent",
  327. "_name": "Sprite<WidgetComponent>",
  328. "_objFlags": 0,
  329. "node": {
  330. "__id__": 7
  331. },
  332. "_enabled": true,
  333. "_alignFlags": 45,
  334. "_target": null,
  335. "_left": 10,
  336. "_right": 10,
  337. "_top": 10,
  338. "_bottom": 10,
  339. "_horizontalCenter": 0,
  340. "_verticalCenter": 0,
  341. "_isAbsLeft": true,
  342. "_isAbsRight": true,
  343. "_isAbsTop": true,
  344. "_isAbsBottom": true,
  345. "_isAbsHorizontalCenter": true,
  346. "_isAbsVerticalCenter": true,
  347. "_originalWidth": 650,
  348. "_originalHeight": 590,
  349. "_alignMode": 2,
  350. "_lockFlags": 0,
  351. "_id": ""
  352. },
  353. {
  354. "__type__": "cc.PrefabInfo",
  355. "root": {
  356. "__id__": 1
  357. },
  358. "asset": {
  359. "__id__": 0
  360. },
  361. "fileId": "66RjRqQ2tGzr8LX6dkLjXf",
  362. "sync": false,
  363. "_synced": {
  364. "default": false,
  365. "serializable": false
  366. }
  367. },
  368. {
  369. "__type__": "cc.Node",
  370. "_name": "List",
  371. "_objFlags": 0,
  372. "_parent": {
  373. "__id__": 1
  374. },
  375. "_children": [
  376. {
  377. "__id__": 13
  378. }
  379. ],
  380. "_active": true,
  381. "_components": [
  382. {
  383. "__id__": 17
  384. },
  385. {
  386. "__id__": 18
  387. },
  388. {
  389. "__id__": 19
  390. },
  391. {
  392. "__id__": 20
  393. },
  394. {
  395. "__id__": 21
  396. }
  397. ],
  398. "_prefab": {
  399. "__id__": 22
  400. },
  401. "_lpos": {
  402. "__type__": "cc.Vec3",
  403. "x": 0,
  404. "y": 0,
  405. "z": 0
  406. },
  407. "_lrot": {
  408. "__type__": "cc.Quat",
  409. "x": 0,
  410. "y": 0,
  411. "z": 0,
  412. "w": 1
  413. },
  414. "_lscale": {
  415. "__type__": "cc.Vec3",
  416. "x": 1,
  417. "y": 1,
  418. "z": 1
  419. },
  420. "_layer": 1073741824,
  421. "_euler": {
  422. "__type__": "cc.Vec3",
  423. "x": 0,
  424. "y": 0,
  425. "z": 0
  426. },
  427. "_id": ""
  428. },
  429. {
  430. "__type__": "cc.Node",
  431. "_name": "Layout",
  432. "_objFlags": 0,
  433. "_parent": {
  434. "__id__": 12
  435. },
  436. "_children": [],
  437. "_active": true,
  438. "_components": [
  439. {
  440. "__id__": 14
  441. },
  442. {
  443. "__id__": 15
  444. }
  445. ],
  446. "_prefab": {
  447. "__id__": 16
  448. },
  449. "_lpos": {
  450. "__type__": "cc.Vec3",
  451. "x": 0,
  452. "y": 0,
  453. "z": 0
  454. },
  455. "_lrot": {
  456. "__type__": "cc.Quat",
  457. "x": 0,
  458. "y": 0,
  459. "z": 0,
  460. "w": 1
  461. },
  462. "_lscale": {
  463. "__type__": "cc.Vec3",
  464. "x": 1,
  465. "y": 1,
  466. "z": 1
  467. },
  468. "_layer": 33554432,
  469. "_euler": {
  470. "__type__": "cc.Vec3",
  471. "x": 0,
  472. "y": 0,
  473. "z": 0
  474. },
  475. "_id": ""
  476. },
  477. {
  478. "__type__": "cc.UITransformComponent",
  479. "_name": "",
  480. "_objFlags": 0,
  481. "node": {
  482. "__id__": 13
  483. },
  484. "_enabled": true,
  485. "_priority": 0,
  486. "_contentSize": {
  487. "__type__": "cc.Size",
  488. "width": 679,
  489. "height": 584
  490. },
  491. "_anchorPoint": {
  492. "__type__": "cc.Vec2",
  493. "x": 0.5,
  494. "y": 0.5
  495. },
  496. "_id": ""
  497. },
  498. {
  499. "__type__": "cc.LayoutComponent",
  500. "_name": "",
  501. "_objFlags": 0,
  502. "node": {
  503. "__id__": 13
  504. },
  505. "_enabled": true,
  506. "_resizeMode": 1,
  507. "_N$layoutType": 3,
  508. "_N$padding": 0,
  509. "_cellSize": {
  510. "__type__": "cc.Size",
  511. "width": 40,
  512. "height": 40
  513. },
  514. "_startAxis": 0,
  515. "_paddingLeft": 20,
  516. "_paddingRight": 20,
  517. "_paddingTop": 20,
  518. "_paddingBottom": 20,
  519. "_spacingX": 20,
  520. "_spacingY": 20,
  521. "_verticalDirection": 1,
  522. "_horizontalDirection": 0,
  523. "_affectedByScale": false,
  524. "_id": ""
  525. },
  526. {
  527. "__type__": "cc.PrefabInfo",
  528. "root": {
  529. "__id__": 1
  530. },
  531. "asset": {
  532. "__id__": 0
  533. },
  534. "fileId": "4cymKwgyRL9btvGFV4RTZp",
  535. "sync": false,
  536. "_synced": {
  537. "default": false,
  538. "serializable": false
  539. }
  540. },
  541. {
  542. "__type__": "cc.UITransformComponent",
  543. "_name": "",
  544. "_objFlags": 0,
  545. "node": {
  546. "__id__": 12
  547. },
  548. "_enabled": true,
  549. "_priority": 0,
  550. "_contentSize": {
  551. "__type__": "cc.Size",
  552. "width": 655,
  553. "height": 562
  554. },
  555. "_anchorPoint": {
  556. "__type__": "cc.Vec2",
  557. "x": 0.5,
  558. "y": 0.5
  559. },
  560. "_id": ""
  561. },
  562. {
  563. "__type__": "cc.ScrollViewComponent",
  564. "_name": "",
  565. "_objFlags": 0,
  566. "node": {
  567. "__id__": 12
  568. },
  569. "_enabled": true,
  570. "bounceDuration": 1,
  571. "brake": 0.5,
  572. "elastic": true,
  573. "inertia": true,
  574. "horizontal": true,
  575. "vertical": true,
  576. "cancelInnerEvents": true,
  577. "scrollEvents": [],
  578. "_content": {
  579. "__id__": 13
  580. },
  581. "_horizontalScrollBar": null,
  582. "_verticalScrollBar": null,
  583. "_id": ""
  584. },
  585. {
  586. "__type__": "cc.WidgetComponent",
  587. "_name": "List<WidgetComponent>",
  588. "_objFlags": 0,
  589. "node": {
  590. "__id__": 12
  591. },
  592. "_enabled": true,
  593. "_alignFlags": 45,
  594. "_target": null,
  595. "_left": 12,
  596. "_right": 12,
  597. "_top": 12,
  598. "_bottom": 12,
  599. "_horizontalCenter": 0,
  600. "_verticalCenter": 0,
  601. "_isAbsLeft": true,
  602. "_isAbsRight": true,
  603. "_isAbsTop": true,
  604. "_isAbsBottom": true,
  605. "_isAbsHorizontalCenter": true,
  606. "_isAbsVerticalCenter": true,
  607. "_originalWidth": 648,
  608. "_originalHeight": 582,
  609. "_alignMode": 2,
  610. "_lockFlags": 0,
  611. "_id": ""
  612. },
  613. {
  614. "__type__": "cc.MaskComponent",
  615. "_name": "",
  616. "_objFlags": 0,
  617. "node": {
  618. "__id__": 12
  619. },
  620. "_enabled": true,
  621. "_srcBlendFactor": 2,
  622. "_dstBlendFactor": 4,
  623. "_color": {
  624. "__type__": "cc.Color",
  625. "r": 255,
  626. "g": 255,
  627. "b": 255,
  628. "a": 255
  629. },
  630. "_sharedMaterial": null,
  631. "_type": 0,
  632. "_inverted": false,
  633. "_segments": 64,
  634. "_id": ""
  635. },
  636. {
  637. "__type__": "c0862GgEItM5YUlULTjLR6o",
  638. "_name": "",
  639. "_objFlags": 0,
  640. "node": {
  641. "__id__": 12
  642. },
  643. "_enabled": true,
  644. "scrollView": {
  645. "__id__": 18
  646. },
  647. "content": {
  648. "__id__": 13
  649. },
  650. "itemPrefab": {
  651. "__uuid__": "a35d4a29-693b-410b-bc10-5cce31760afd"
  652. },
  653. "scrollType": 1,
  654. "autoScroll": true,
  655. "scrollSpeed": 50,
  656. "_id": ""
  657. },
  658. {
  659. "__type__": "cc.PrefabInfo",
  660. "root": {
  661. "__id__": 1
  662. },
  663. "asset": {
  664. "__id__": 0
  665. },
  666. "fileId": "d8XxK51C1GD4FfcgUjJBvR",
  667. "sync": false,
  668. "_synced": {
  669. "default": false,
  670. "serializable": false
  671. }
  672. },
  673. {
  674. "__type__": "cc.UITransformComponent",
  675. "_name": "Daochu_Com<UITransformComponent>",
  676. "_objFlags": 0,
  677. "node": {
  678. "__id__": 1
  679. },
  680. "_enabled": true,
  681. "_priority": 0,
  682. "_contentSize": {
  683. "__type__": "cc.Size",
  684. "width": 679,
  685. "height": 586
  686. },
  687. "_anchorPoint": {
  688. "__type__": "cc.Vec2",
  689. "x": 0.5,
  690. "y": 0.5
  691. },
  692. "_id": ""
  693. },
  694. {
  695. "__type__": "cc.PrefabInfo",
  696. "root": {
  697. "__id__": 1
  698. },
  699. "asset": {
  700. "__id__": 0
  701. },
  702. "fileId": "83O/SqVtRHDotSSgR//R7a",
  703. "sync": false,
  704. "_synced": {
  705. "default": false,
  706. "serializable": false
  707. }
  708. }
  709. ]