game.prefab 18 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078
  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. "readonly": false
  13. },
  14. {
  15. "__type__": "cc.Node",
  16. "_name": "game",
  17. "_objFlags": 0,
  18. "_parent": null,
  19. "_children": [
  20. {
  21. "__id__": 2
  22. },
  23. {
  24. "__id__": 5
  25. },
  26. {
  27. "__id__": 7
  28. }
  29. ],
  30. "_active": true,
  31. "_components": [
  32. {
  33. "__id__": 34
  34. }
  35. ],
  36. "_prefab": {
  37. "__id__": 35
  38. },
  39. "_opacity": 255,
  40. "_color": {
  41. "__type__": "cc.Color",
  42. "r": 255,
  43. "g": 255,
  44. "b": 255,
  45. "a": 255
  46. },
  47. "_contentSize": {
  48. "__type__": "cc.Size",
  49. "width": 0,
  50. "height": 0
  51. },
  52. "_anchorPoint": {
  53. "__type__": "cc.Vec2",
  54. "x": 0.5,
  55. "y": 0.5
  56. },
  57. "_trs": {
  58. "__type__": "TypedArray",
  59. "ctor": "Float64Array",
  60. "array": [
  61. 0,
  62. 0,
  63. 0,
  64. 0,
  65. 0,
  66. 0,
  67. 1,
  68. 1,
  69. 1,
  70. 1
  71. ]
  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. "groupIndex": 0,
  84. "_id": ""
  85. },
  86. {
  87. "__type__": "cc.Node",
  88. "_name": "背景",
  89. "_objFlags": 0,
  90. "_parent": {
  91. "__id__": 1
  92. },
  93. "_children": [],
  94. "_active": true,
  95. "_components": [
  96. {
  97. "__id__": 3
  98. }
  99. ],
  100. "_prefab": {
  101. "__id__": 4
  102. },
  103. "_opacity": 255,
  104. "_color": {
  105. "__type__": "cc.Color",
  106. "r": 191,
  107. "g": 38,
  108. "b": 38,
  109. "a": 255
  110. },
  111. "_contentSize": {
  112. "__type__": "cc.Size",
  113. "width": 750,
  114. "height": 1334
  115. },
  116. "_anchorPoint": {
  117. "__type__": "cc.Vec2",
  118. "x": 0.5,
  119. "y": 0.5
  120. },
  121. "_trs": {
  122. "__type__": "TypedArray",
  123. "ctor": "Float64Array",
  124. "array": [
  125. 0,
  126. 0,
  127. 0,
  128. 0,
  129. 0,
  130. 0,
  131. 1,
  132. 1,
  133. 1,
  134. 1
  135. ]
  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. "groupIndex": 0,
  148. "_id": ""
  149. },
  150. {
  151. "__type__": "cc.Sprite",
  152. "_name": "",
  153. "_objFlags": 0,
  154. "node": {
  155. "__id__": 2
  156. },
  157. "_enabled": true,
  158. "_materials": [
  159. {
  160. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  161. }
  162. ],
  163. "_srcBlendFactor": 770,
  164. "_dstBlendFactor": 771,
  165. "_spriteFrame": {
  166. "__uuid__": "a23235d1-15db-4b95-8439-a2e005bfff91"
  167. },
  168. "_type": 0,
  169. "_sizeMode": 0,
  170. "_fillType": 0,
  171. "_fillCenter": {
  172. "__type__": "cc.Vec2",
  173. "x": 0,
  174. "y": 0
  175. },
  176. "_fillStart": 0,
  177. "_fillRange": 0,
  178. "_isTrimmedMode": true,
  179. "_atlas": null,
  180. "_id": ""
  181. },
  182. {
  183. "__type__": "cc.PrefabInfo",
  184. "root": {
  185. "__id__": 1
  186. },
  187. "asset": {
  188. "__uuid__": "b4dea4a9-29c8-46bc-a50d-5754afa7a2bd"
  189. },
  190. "fileId": "c8eI8ckdVLvLyS4s/EGv2d",
  191. "sync": false
  192. },
  193. {
  194. "__type__": "cc.Node",
  195. "_name": "游戏核心",
  196. "_objFlags": 0,
  197. "_parent": {
  198. "__id__": 1
  199. },
  200. "_children": [],
  201. "_active": true,
  202. "_components": [],
  203. "_prefab": {
  204. "__id__": 6
  205. },
  206. "_opacity": 255,
  207. "_color": {
  208. "__type__": "cc.Color",
  209. "r": 255,
  210. "g": 255,
  211. "b": 255,
  212. "a": 255
  213. },
  214. "_contentSize": {
  215. "__type__": "cc.Size",
  216. "width": 0,
  217. "height": 0
  218. },
  219. "_anchorPoint": {
  220. "__type__": "cc.Vec2",
  221. "x": 0.5,
  222. "y": 0.5
  223. },
  224. "_trs": {
  225. "__type__": "TypedArray",
  226. "ctor": "Float64Array",
  227. "array": [
  228. 0,
  229. 0,
  230. 0,
  231. 0,
  232. 0,
  233. 0,
  234. 1,
  235. 1,
  236. 1,
  237. 1
  238. ]
  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. "groupIndex": 0,
  251. "_id": ""
  252. },
  253. {
  254. "__type__": "cc.PrefabInfo",
  255. "root": {
  256. "__id__": 1
  257. },
  258. "asset": {
  259. "__uuid__": "b4dea4a9-29c8-46bc-a50d-5754afa7a2bd"
  260. },
  261. "fileId": "a0YlIxdGlI0a098+MxkWt4",
  262. "sync": false
  263. },
  264. {
  265. "__type__": "cc.Node",
  266. "_name": "功能按钮",
  267. "_objFlags": 0,
  268. "_parent": {
  269. "__id__": 1
  270. },
  271. "_children": [
  272. {
  273. "__id__": 8
  274. }
  275. ],
  276. "_active": true,
  277. "_components": [
  278. {
  279. "__id__": 32
  280. }
  281. ],
  282. "_prefab": {
  283. "__id__": 33
  284. },
  285. "_opacity": 255,
  286. "_color": {
  287. "__type__": "cc.Color",
  288. "r": 255,
  289. "g": 255,
  290. "b": 255,
  291. "a": 255
  292. },
  293. "_contentSize": {
  294. "__type__": "cc.Size",
  295. "width": 750,
  296. "height": 0
  297. },
  298. "_anchorPoint": {
  299. "__type__": "cc.Vec2",
  300. "x": 0.5,
  301. "y": 0.5
  302. },
  303. "_trs": {
  304. "__type__": "TypedArray",
  305. "ctor": "Float64Array",
  306. "array": [
  307. 0,
  308. 0,
  309. 0,
  310. 0,
  311. 0,
  312. 0,
  313. 1,
  314. 1,
  315. 1,
  316. 1
  317. ]
  318. },
  319. "_eulerAngles": {
  320. "__type__": "cc.Vec3",
  321. "x": 0,
  322. "y": 0,
  323. "z": 0
  324. },
  325. "_skewX": 0,
  326. "_skewY": 0,
  327. "_is3DNode": false,
  328. "_groupIndex": 0,
  329. "groupIndex": 0,
  330. "_id": ""
  331. },
  332. {
  333. "__type__": "cc.Node",
  334. "_name": "右侧按钮",
  335. "_objFlags": 0,
  336. "_parent": {
  337. "__id__": 7
  338. },
  339. "_children": [
  340. {
  341. "__id__": 9
  342. },
  343. {
  344. "__id__": 14
  345. },
  346. {
  347. "__id__": 19
  348. },
  349. {
  350. "__id__": 24
  351. }
  352. ],
  353. "_active": true,
  354. "_components": [
  355. {
  356. "__id__": 29
  357. },
  358. {
  359. "__id__": 30
  360. }
  361. ],
  362. "_prefab": {
  363. "__id__": 31
  364. },
  365. "_opacity": 255,
  366. "_color": {
  367. "__type__": "cc.Color",
  368. "r": 255,
  369. "g": 255,
  370. "b": 255,
  371. "a": 255
  372. },
  373. "_contentSize": {
  374. "__type__": "cc.Size",
  375. "width": 120,
  376. "height": 376
  377. },
  378. "_anchorPoint": {
  379. "__type__": "cc.Vec2",
  380. "x": 0.5,
  381. "y": 0.5
  382. },
  383. "_trs": {
  384. "__type__": "TypedArray",
  385. "ctor": "Float64Array",
  386. "array": [
  387. 315,
  388. 0,
  389. 0,
  390. 0,
  391. 0,
  392. 0,
  393. 1,
  394. 1,
  395. 1,
  396. 1
  397. ]
  398. },
  399. "_eulerAngles": {
  400. "__type__": "cc.Vec3",
  401. "x": 0,
  402. "y": 0,
  403. "z": 0
  404. },
  405. "_skewX": 0,
  406. "_skewY": 0,
  407. "_is3DNode": false,
  408. "_groupIndex": 0,
  409. "groupIndex": 0,
  410. "_id": ""
  411. },
  412. {
  413. "__type__": "cc.Node",
  414. "_name": "btn1",
  415. "_objFlags": 0,
  416. "_parent": {
  417. "__id__": 8
  418. },
  419. "_children": [],
  420. "_active": true,
  421. "_components": [
  422. {
  423. "__id__": 10
  424. },
  425. {
  426. "__id__": 11
  427. }
  428. ],
  429. "_prefab": {
  430. "__id__": 13
  431. },
  432. "_opacity": 255,
  433. "_color": {
  434. "__type__": "cc.Color",
  435. "r": 255,
  436. "g": 255,
  437. "b": 255,
  438. "a": 255
  439. },
  440. "_contentSize": {
  441. "__type__": "cc.Size",
  442. "width": 80,
  443. "height": 79
  444. },
  445. "_anchorPoint": {
  446. "__type__": "cc.Vec2",
  447. "x": 0.5,
  448. "y": 0.5
  449. },
  450. "_trs": {
  451. "__type__": "TypedArray",
  452. "ctor": "Float64Array",
  453. "array": [
  454. 0,
  455. 148.5,
  456. 0,
  457. 0,
  458. 0,
  459. 0,
  460. 1,
  461. 1,
  462. 1,
  463. 1
  464. ]
  465. },
  466. "_eulerAngles": {
  467. "__type__": "cc.Vec3",
  468. "x": 0,
  469. "y": 0,
  470. "z": 0
  471. },
  472. "_skewX": 0,
  473. "_skewY": 0,
  474. "_is3DNode": false,
  475. "_groupIndex": 0,
  476. "groupIndex": 0,
  477. "_id": ""
  478. },
  479. {
  480. "__type__": "cc.Sprite",
  481. "_name": "",
  482. "_objFlags": 0,
  483. "node": {
  484. "__id__": 9
  485. },
  486. "_enabled": true,
  487. "_materials": [
  488. {
  489. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  490. }
  491. ],
  492. "_srcBlendFactor": 770,
  493. "_dstBlendFactor": 771,
  494. "_spriteFrame": {
  495. "__uuid__": "938bb313-6506-4378-92b3-c0cba3f80153"
  496. },
  497. "_type": 0,
  498. "_sizeMode": 1,
  499. "_fillType": 0,
  500. "_fillCenter": {
  501. "__type__": "cc.Vec2",
  502. "x": 0,
  503. "y": 0
  504. },
  505. "_fillStart": 0,
  506. "_fillRange": 0,
  507. "_isTrimmedMode": true,
  508. "_atlas": null,
  509. "_id": ""
  510. },
  511. {
  512. "__type__": "b8d2cnq+GZLFK30xbLDqr/m",
  513. "_name": "",
  514. "_objFlags": 0,
  515. "node": {
  516. "__id__": 9
  517. },
  518. "_enabled": true,
  519. "panel_name": "pigBank",
  520. "open_type": 0,
  521. "panel_type": 2,
  522. "onComplete": {
  523. "__id__": 12
  524. },
  525. "_id": ""
  526. },
  527. {
  528. "__type__": "cc.ClickEvent",
  529. "target": null,
  530. "component": "",
  531. "_componentId": "",
  532. "handler": "",
  533. "customEventData": ""
  534. },
  535. {
  536. "__type__": "cc.PrefabInfo",
  537. "root": {
  538. "__id__": 1
  539. },
  540. "asset": {
  541. "__uuid__": "b4dea4a9-29c8-46bc-a50d-5754afa7a2bd"
  542. },
  543. "fileId": "3bTV7m8GtCWqsEcWTq44VU",
  544. "sync": false
  545. },
  546. {
  547. "__type__": "cc.Node",
  548. "_name": "btn2",
  549. "_objFlags": 0,
  550. "_parent": {
  551. "__id__": 8
  552. },
  553. "_children": [],
  554. "_active": true,
  555. "_components": [
  556. {
  557. "__id__": 15
  558. },
  559. {
  560. "__id__": 16
  561. }
  562. ],
  563. "_prefab": {
  564. "__id__": 18
  565. },
  566. "_opacity": 255,
  567. "_color": {
  568. "__type__": "cc.Color",
  569. "r": 255,
  570. "g": 255,
  571. "b": 255,
  572. "a": 255
  573. },
  574. "_contentSize": {
  575. "__type__": "cc.Size",
  576. "width": 80,
  577. "height": 79
  578. },
  579. "_anchorPoint": {
  580. "__type__": "cc.Vec2",
  581. "x": 0.5,
  582. "y": 0.5
  583. },
  584. "_trs": {
  585. "__type__": "TypedArray",
  586. "ctor": "Float64Array",
  587. "array": [
  588. 0,
  589. 49.5,
  590. 0,
  591. 0,
  592. 0,
  593. 0,
  594. 1,
  595. 1,
  596. 1,
  597. 1
  598. ]
  599. },
  600. "_eulerAngles": {
  601. "__type__": "cc.Vec3",
  602. "x": 0,
  603. "y": 0,
  604. "z": 0
  605. },
  606. "_skewX": 0,
  607. "_skewY": 0,
  608. "_is3DNode": false,
  609. "_groupIndex": 0,
  610. "groupIndex": 0,
  611. "_id": ""
  612. },
  613. {
  614. "__type__": "cc.Sprite",
  615. "_name": "",
  616. "_objFlags": 0,
  617. "node": {
  618. "__id__": 14
  619. },
  620. "_enabled": true,
  621. "_materials": [
  622. {
  623. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  624. }
  625. ],
  626. "_srcBlendFactor": 770,
  627. "_dstBlendFactor": 771,
  628. "_spriteFrame": {
  629. "__uuid__": "c18d4ba7-f7e7-41a3-845f-cc1f3cbe6ebf"
  630. },
  631. "_type": 0,
  632. "_sizeMode": 1,
  633. "_fillType": 0,
  634. "_fillCenter": {
  635. "__type__": "cc.Vec2",
  636. "x": 0,
  637. "y": 0
  638. },
  639. "_fillStart": 0,
  640. "_fillRange": 0,
  641. "_isTrimmedMode": true,
  642. "_atlas": null,
  643. "_id": ""
  644. },
  645. {
  646. "__type__": "b8d2cnq+GZLFK30xbLDqr/m",
  647. "_name": "",
  648. "_objFlags": 0,
  649. "node": {
  650. "__id__": 14
  651. },
  652. "_enabled": true,
  653. "panel_name": "turnable",
  654. "open_type": 0,
  655. "panel_type": 2,
  656. "onComplete": {
  657. "__id__": 17
  658. },
  659. "_id": ""
  660. },
  661. {
  662. "__type__": "cc.ClickEvent",
  663. "target": null,
  664. "component": "",
  665. "_componentId": "",
  666. "handler": "",
  667. "customEventData": ""
  668. },
  669. {
  670. "__type__": "cc.PrefabInfo",
  671. "root": {
  672. "__id__": 1
  673. },
  674. "asset": {
  675. "__uuid__": "b4dea4a9-29c8-46bc-a50d-5754afa7a2bd"
  676. },
  677. "fileId": "28mtypHBpKWqf1+r+PxtYP",
  678. "sync": false
  679. },
  680. {
  681. "__type__": "cc.Node",
  682. "_name": "btn3",
  683. "_objFlags": 0,
  684. "_parent": {
  685. "__id__": 8
  686. },
  687. "_children": [],
  688. "_active": true,
  689. "_components": [
  690. {
  691. "__id__": 20
  692. },
  693. {
  694. "__id__": 21
  695. }
  696. ],
  697. "_prefab": {
  698. "__id__": 23
  699. },
  700. "_opacity": 255,
  701. "_color": {
  702. "__type__": "cc.Color",
  703. "r": 255,
  704. "g": 255,
  705. "b": 255,
  706. "a": 255
  707. },
  708. "_contentSize": {
  709. "__type__": "cc.Size",
  710. "width": 80,
  711. "height": 79
  712. },
  713. "_anchorPoint": {
  714. "__type__": "cc.Vec2",
  715. "x": 0.5,
  716. "y": 0.5
  717. },
  718. "_trs": {
  719. "__type__": "TypedArray",
  720. "ctor": "Float64Array",
  721. "array": [
  722. 0,
  723. -49.5,
  724. 0,
  725. 0,
  726. 0,
  727. 0,
  728. 1,
  729. 1,
  730. 1,
  731. 1
  732. ]
  733. },
  734. "_eulerAngles": {
  735. "__type__": "cc.Vec3",
  736. "x": 0,
  737. "y": 0,
  738. "z": 0
  739. },
  740. "_skewX": 0,
  741. "_skewY": 0,
  742. "_is3DNode": false,
  743. "_groupIndex": 0,
  744. "groupIndex": 0,
  745. "_id": ""
  746. },
  747. {
  748. "__type__": "cc.Sprite",
  749. "_name": "",
  750. "_objFlags": 0,
  751. "node": {
  752. "__id__": 19
  753. },
  754. "_enabled": true,
  755. "_materials": [
  756. {
  757. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  758. }
  759. ],
  760. "_srcBlendFactor": 770,
  761. "_dstBlendFactor": 771,
  762. "_spriteFrame": {
  763. "__uuid__": "742e9fc6-2059-4fae-a8ce-d1c8dcefa78e"
  764. },
  765. "_type": 0,
  766. "_sizeMode": 1,
  767. "_fillType": 0,
  768. "_fillCenter": {
  769. "__type__": "cc.Vec2",
  770. "x": 0,
  771. "y": 0
  772. },
  773. "_fillStart": 0,
  774. "_fillRange": 0,
  775. "_isTrimmedMode": true,
  776. "_atlas": null,
  777. "_id": ""
  778. },
  779. {
  780. "__type__": "b8d2cnq+GZLFK30xbLDqr/m",
  781. "_name": "",
  782. "_objFlags": 0,
  783. "node": {
  784. "__id__": 19
  785. },
  786. "_enabled": true,
  787. "panel_name": "sign",
  788. "open_type": 0,
  789. "panel_type": 2,
  790. "onComplete": {
  791. "__id__": 22
  792. },
  793. "_id": ""
  794. },
  795. {
  796. "__type__": "cc.ClickEvent",
  797. "target": null,
  798. "component": "",
  799. "_componentId": "",
  800. "handler": "",
  801. "customEventData": ""
  802. },
  803. {
  804. "__type__": "cc.PrefabInfo",
  805. "root": {
  806. "__id__": 1
  807. },
  808. "asset": {
  809. "__uuid__": "b4dea4a9-29c8-46bc-a50d-5754afa7a2bd"
  810. },
  811. "fileId": "37Ri7bf4JGGZLhiuFuoCVd",
  812. "sync": false
  813. },
  814. {
  815. "__type__": "cc.Node",
  816. "_name": "btn4",
  817. "_objFlags": 0,
  818. "_parent": {
  819. "__id__": 8
  820. },
  821. "_children": [],
  822. "_active": true,
  823. "_components": [
  824. {
  825. "__id__": 25
  826. },
  827. {
  828. "__id__": 26
  829. }
  830. ],
  831. "_prefab": {
  832. "__id__": 28
  833. },
  834. "_opacity": 255,
  835. "_color": {
  836. "__type__": "cc.Color",
  837. "r": 255,
  838. "g": 255,
  839. "b": 255,
  840. "a": 255
  841. },
  842. "_contentSize": {
  843. "__type__": "cc.Size",
  844. "width": 80,
  845. "height": 79
  846. },
  847. "_anchorPoint": {
  848. "__type__": "cc.Vec2",
  849. "x": 0.5,
  850. "y": 0.5
  851. },
  852. "_trs": {
  853. "__type__": "TypedArray",
  854. "ctor": "Float64Array",
  855. "array": [
  856. 0,
  857. -148.5,
  858. 0,
  859. 0,
  860. 0,
  861. 0,
  862. 1,
  863. 1,
  864. 1,
  865. 1
  866. ]
  867. },
  868. "_eulerAngles": {
  869. "__type__": "cc.Vec3",
  870. "x": 0,
  871. "y": 0,
  872. "z": 0
  873. },
  874. "_skewX": 0,
  875. "_skewY": 0,
  876. "_is3DNode": false,
  877. "_groupIndex": 0,
  878. "groupIndex": 0,
  879. "_id": ""
  880. },
  881. {
  882. "__type__": "cc.Sprite",
  883. "_name": "",
  884. "_objFlags": 0,
  885. "node": {
  886. "__id__": 24
  887. },
  888. "_enabled": true,
  889. "_materials": [
  890. {
  891. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  892. }
  893. ],
  894. "_srcBlendFactor": 770,
  895. "_dstBlendFactor": 771,
  896. "_spriteFrame": {
  897. "__uuid__": "c53d92da-02b7-4ea1-9d09-e0c26277ea0a"
  898. },
  899. "_type": 0,
  900. "_sizeMode": 1,
  901. "_fillType": 0,
  902. "_fillCenter": {
  903. "__type__": "cc.Vec2",
  904. "x": 0,
  905. "y": 0
  906. },
  907. "_fillStart": 0,
  908. "_fillRange": 0,
  909. "_isTrimmedMode": true,
  910. "_atlas": null,
  911. "_id": ""
  912. },
  913. {
  914. "__type__": "b8d2cnq+GZLFK30xbLDqr/m",
  915. "_name": "",
  916. "_objFlags": 0,
  917. "node": {
  918. "__id__": 24
  919. },
  920. "_enabled": true,
  921. "panel_name": "sign",
  922. "open_type": 0,
  923. "panel_type": 2,
  924. "onComplete": {
  925. "__id__": 27
  926. },
  927. "_id": ""
  928. },
  929. {
  930. "__type__": "cc.ClickEvent",
  931. "target": null,
  932. "component": "",
  933. "_componentId": "",
  934. "handler": "",
  935. "customEventData": ""
  936. },
  937. {
  938. "__type__": "cc.PrefabInfo",
  939. "root": {
  940. "__id__": 1
  941. },
  942. "asset": {
  943. "__uuid__": "b4dea4a9-29c8-46bc-a50d-5754afa7a2bd"
  944. },
  945. "fileId": "55zJbz0VhJToN19ojfpLV5",
  946. "sync": false
  947. },
  948. {
  949. "__type__": "cc.Layout",
  950. "_name": "",
  951. "_objFlags": 0,
  952. "node": {
  953. "__id__": 8
  954. },
  955. "_enabled": true,
  956. "_layoutSize": {
  957. "__type__": "cc.Size",
  958. "width": 120,
  959. "height": 376
  960. },
  961. "_resize": 1,
  962. "_N$layoutType": 2,
  963. "_N$cellSize": {
  964. "__type__": "cc.Size",
  965. "width": 40,
  966. "height": 40
  967. },
  968. "_N$startAxis": 0,
  969. "_N$paddingLeft": 0,
  970. "_N$paddingRight": 0,
  971. "_N$paddingTop": 0,
  972. "_N$paddingBottom": 0,
  973. "_N$spacingX": 0,
  974. "_N$spacingY": 20,
  975. "_N$verticalDirection": 1,
  976. "_N$horizontalDirection": 0,
  977. "_N$affectedByScale": false,
  978. "_id": ""
  979. },
  980. {
  981. "__type__": "cc.Widget",
  982. "_name": "",
  983. "_objFlags": 0,
  984. "node": {
  985. "__id__": 8
  986. },
  987. "_enabled": true,
  988. "alignMode": 1,
  989. "_target": null,
  990. "_alignFlags": 32,
  991. "_left": 0,
  992. "_right": 0,
  993. "_top": 0,
  994. "_bottom": 0,
  995. "_verticalCenter": 0,
  996. "_horizontalCenter": 0,
  997. "_isAbsLeft": true,
  998. "_isAbsRight": true,
  999. "_isAbsTop": true,
  1000. "_isAbsBottom": true,
  1001. "_isAbsHorizontalCenter": true,
  1002. "_isAbsVerticalCenter": true,
  1003. "_originalWidth": 0,
  1004. "_originalHeight": 0,
  1005. "_id": ""
  1006. },
  1007. {
  1008. "__type__": "cc.PrefabInfo",
  1009. "root": {
  1010. "__id__": 1
  1011. },
  1012. "asset": {
  1013. "__uuid__": "b4dea4a9-29c8-46bc-a50d-5754afa7a2bd"
  1014. },
  1015. "fileId": "6deDVtdrBEmonrwLZF9lJJ",
  1016. "sync": false
  1017. },
  1018. {
  1019. "__type__": "3bf10Wxox5IQLcQoa17hGCb",
  1020. "_name": "",
  1021. "_objFlags": 0,
  1022. "node": {
  1023. "__id__": 7
  1024. },
  1025. "_enabled": true,
  1026. "btn1": {
  1027. "__id__": 9
  1028. },
  1029. "btn2": {
  1030. "__id__": 14
  1031. },
  1032. "btn3": {
  1033. "__id__": 19
  1034. },
  1035. "btn4": {
  1036. "__id__": 24
  1037. },
  1038. "_id": ""
  1039. },
  1040. {
  1041. "__type__": "cc.PrefabInfo",
  1042. "root": {
  1043. "__id__": 1
  1044. },
  1045. "asset": {
  1046. "__uuid__": "b4dea4a9-29c8-46bc-a50d-5754afa7a2bd"
  1047. },
  1048. "fileId": "a7WQ1qUIBLbYrFhGGXNnxY",
  1049. "sync": false
  1050. },
  1051. {
  1052. "__type__": "8760dQYasROwLaLe1idTS07",
  1053. "_name": "",
  1054. "_objFlags": 0,
  1055. "node": {
  1056. "__id__": 1
  1057. },
  1058. "_enabled": true,
  1059. "node_game": {
  1060. "__id__": 5
  1061. },
  1062. "node_btn": {
  1063. "__id__": 7
  1064. },
  1065. "_id": ""
  1066. },
  1067. {
  1068. "__type__": "cc.PrefabInfo",
  1069. "root": {
  1070. "__id__": 1
  1071. },
  1072. "asset": {
  1073. "__uuid__": "b4dea4a9-29c8-46bc-a50d-5754afa7a2bd"
  1074. },
  1075. "fileId": "",
  1076. "sync": false
  1077. }
  1078. ]