UnlockBuiding.prefab 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901
  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": "dialogLuckView",
  17. "_objFlags": 0,
  18. "_parent": null,
  19. "_children": [
  20. {
  21. "__id__": 2
  22. },
  23. {
  24. "__id__": 5
  25. },
  26. {
  27. "__id__": 8
  28. },
  29. {
  30. "__id__": 12
  31. },
  32. {
  33. "__id__": 16
  34. },
  35. {
  36. "__id__": 20
  37. }
  38. ],
  39. "_active": true,
  40. "_level": 1,
  41. "_components": [],
  42. "_prefab": {
  43. "__id__": 23
  44. },
  45. "_opacity": 255,
  46. "_color": {
  47. "__type__": "cc.Color",
  48. "r": 255,
  49. "g": 255,
  50. "b": 255,
  51. "a": 255
  52. },
  53. "_contentSize": {
  54. "__type__": "cc.Size",
  55. "width": 324,
  56. "height": 324
  57. },
  58. "_anchorPoint": {
  59. "__type__": "cc.Vec2",
  60. "x": 0.5,
  61. "y": 0.5
  62. },
  63. "_position": {
  64. "__type__": "cc.Vec3",
  65. "x": 0,
  66. "y": 0,
  67. "z": 0
  68. },
  69. "_scale": {
  70. "__type__": "cc.Vec3",
  71. "x": 1,
  72. "y": 1,
  73. "z": 1
  74. },
  75. "_quat": {
  76. "__type__": "cc.Quat",
  77. "x": 0,
  78. "y": 0,
  79. "z": 0,
  80. "w": 1
  81. },
  82. "_skewX": 0,
  83. "_skewY": 0,
  84. "_zIndex": 0,
  85. "_is3DNode": false,
  86. "groupIndex": 0,
  87. "_id": ""
  88. },
  89. {
  90. "__type__": "cc.Node",
  91. "_name": "New Node",
  92. "_objFlags": 0,
  93. "_parent": {
  94. "__id__": 1
  95. },
  96. "_children": [],
  97. "_active": true,
  98. "_level": 2,
  99. "_components": [
  100. {
  101. "__id__": 3
  102. }
  103. ],
  104. "_prefab": {
  105. "__id__": 4
  106. },
  107. "_opacity": 255,
  108. "_color": {
  109. "__type__": "cc.Color",
  110. "r": 255,
  111. "g": 255,
  112. "b": 255,
  113. "a": 255
  114. },
  115. "_contentSize": {
  116. "__type__": "cc.Size",
  117. "width": 1800,
  118. "height": 1800
  119. },
  120. "_anchorPoint": {
  121. "__type__": "cc.Vec2",
  122. "x": 0.5,
  123. "y": 0.5
  124. },
  125. "_position": {
  126. "__type__": "cc.Vec3",
  127. "x": 0,
  128. "y": 0,
  129. "z": 0
  130. },
  131. "_scale": {
  132. "__type__": "cc.Vec3",
  133. "x": 1,
  134. "y": 1,
  135. "z": 1
  136. },
  137. "_quat": {
  138. "__type__": "cc.Quat",
  139. "x": 0,
  140. "y": 0,
  141. "z": 0,
  142. "w": 1
  143. },
  144. "_skewX": 0,
  145. "_skewY": 0,
  146. "_zIndex": 0,
  147. "_is3DNode": false,
  148. "groupIndex": 0,
  149. "_id": ""
  150. },
  151. {
  152. "__type__": "cc.BlockInputEvents",
  153. "_name": "",
  154. "_objFlags": 0,
  155. "node": {
  156. "__id__": 2
  157. },
  158. "_enabled": true,
  159. "_id": ""
  160. },
  161. {
  162. "__type__": "cc.PrefabInfo",
  163. "root": {
  164. "__id__": 1
  165. },
  166. "asset": {
  167. "__uuid__": "a16139dc-c03c-41df-b3d0-4cce508d26d6"
  168. },
  169. "fileId": "76+f1I30FJxaoLZRHPHxSS",
  170. "sync": false
  171. },
  172. {
  173. "__type__": "cc.Node",
  174. "_name": "bg",
  175. "_objFlags": 0,
  176. "_parent": {
  177. "__id__": 1
  178. },
  179. "_children": [],
  180. "_active": true,
  181. "_level": 2,
  182. "_components": [
  183. {
  184. "__id__": 6
  185. }
  186. ],
  187. "_prefab": {
  188. "__id__": 7
  189. },
  190. "_opacity": 255,
  191. "_color": {
  192. "__type__": "cc.Color",
  193. "r": 255,
  194. "g": 255,
  195. "b": 255,
  196. "a": 255
  197. },
  198. "_contentSize": {
  199. "__type__": "cc.Size",
  200. "width": 498,
  201. "height": 265
  202. },
  203. "_anchorPoint": {
  204. "__type__": "cc.Vec2",
  205. "x": 0.5,
  206. "y": 0.5
  207. },
  208. "_position": {
  209. "__type__": "cc.Vec3",
  210. "x": 0,
  211. "y": 0,
  212. "z": 0
  213. },
  214. "_scale": {
  215. "__type__": "cc.Vec3",
  216. "x": 1,
  217. "y": 1,
  218. "z": 1
  219. },
  220. "_quat": {
  221. "__type__": "cc.Quat",
  222. "x": 0,
  223. "y": 0,
  224. "z": 0,
  225. "w": 1
  226. },
  227. "_skewX": 0,
  228. "_skewY": 0,
  229. "_zIndex": 0,
  230. "_is3DNode": false,
  231. "groupIndex": 0,
  232. "_rotationX": 0,
  233. "_rotationY": 0,
  234. "_id": ""
  235. },
  236. {
  237. "__type__": "cc.Sprite",
  238. "_name": "",
  239. "_objFlags": 0,
  240. "node": {
  241. "__id__": 5
  242. },
  243. "_enabled": true,
  244. "_srcBlendFactor": 770,
  245. "_dstBlendFactor": 771,
  246. "_spriteFrame": {
  247. "__uuid__": "9507f6fa-c501-4da2-b891-b6048bf5151b"
  248. },
  249. "_type": 0,
  250. "_sizeMode": 0,
  251. "_fillType": 0,
  252. "_fillCenter": {
  253. "__type__": "cc.Vec2",
  254. "x": 0,
  255. "y": 0
  256. },
  257. "_fillStart": 0,
  258. "_fillRange": 0,
  259. "_isTrimmedMode": true,
  260. "_state": 0,
  261. "_atlas": null,
  262. "_id": ""
  263. },
  264. {
  265. "__type__": "cc.PrefabInfo",
  266. "root": {
  267. "__id__": 1
  268. },
  269. "asset": {
  270. "__uuid__": "a16139dc-c03c-41df-b3d0-4cce508d26d6"
  271. },
  272. "fileId": "63S3j2MB5HJo2bFwN6Y92L",
  273. "sync": false
  274. },
  275. {
  276. "__type__": "cc.Node",
  277. "_name": "close",
  278. "_objFlags": 0,
  279. "_parent": {
  280. "__id__": 1
  281. },
  282. "_children": [],
  283. "_active": true,
  284. "_level": 2,
  285. "_components": [
  286. {
  287. "__id__": 9
  288. },
  289. {
  290. "__id__": 10
  291. }
  292. ],
  293. "_prefab": {
  294. "__id__": 11
  295. },
  296. "_opacity": 255,
  297. "_color": {
  298. "__type__": "cc.Color",
  299. "r": 255,
  300. "g": 255,
  301. "b": 255,
  302. "a": 255
  303. },
  304. "_contentSize": {
  305. "__type__": "cc.Size",
  306. "width": 54,
  307. "height": 53
  308. },
  309. "_anchorPoint": {
  310. "__type__": "cc.Vec2",
  311. "x": 0.5,
  312. "y": 0.5
  313. },
  314. "_position": {
  315. "__type__": "cc.Vec3",
  316. "x": 224,
  317. "y": 108,
  318. "z": 0
  319. },
  320. "_scale": {
  321. "__type__": "cc.Vec3",
  322. "x": 1,
  323. "y": 1,
  324. "z": 1
  325. },
  326. "_quat": {
  327. "__type__": "cc.Quat",
  328. "x": 0,
  329. "y": 0,
  330. "z": 0,
  331. "w": 1
  332. },
  333. "_skewX": 0,
  334. "_skewY": 0,
  335. "_zIndex": 0,
  336. "_is3DNode": false,
  337. "groupIndex": 0,
  338. "_rotationX": 0,
  339. "_rotationY": 0,
  340. "_id": ""
  341. },
  342. {
  343. "__type__": "cc.Sprite",
  344. "_name": "",
  345. "_objFlags": 0,
  346. "node": {
  347. "__id__": 8
  348. },
  349. "_enabled": true,
  350. "_srcBlendFactor": 770,
  351. "_dstBlendFactor": 771,
  352. "_spriteFrame": {
  353. "__uuid__": "e5780f65-f39c-4fe9-92a9-7cc6cc1f94e7"
  354. },
  355. "_type": 0,
  356. "_sizeMode": 1,
  357. "_fillType": 0,
  358. "_fillCenter": {
  359. "__type__": "cc.Vec2",
  360. "x": 0,
  361. "y": 0
  362. },
  363. "_fillStart": 0,
  364. "_fillRange": 0,
  365. "_isTrimmedMode": true,
  366. "_state": 0,
  367. "_atlas": null,
  368. "_id": ""
  369. },
  370. {
  371. "__type__": "cc.Button",
  372. "_name": "",
  373. "_objFlags": 0,
  374. "node": {
  375. "__id__": 8
  376. },
  377. "_enabled": true,
  378. "duration": 0.1,
  379. "zoomScale": 1.2,
  380. "clickEvents": [],
  381. "_N$interactable": true,
  382. "_N$enableAutoGrayEffect": false,
  383. "_N$transition": 3,
  384. "transition": 3,
  385. "_N$normalColor": {
  386. "__type__": "cc.Color",
  387. "r": 214,
  388. "g": 214,
  389. "b": 214,
  390. "a": 255
  391. },
  392. "_N$pressedColor": {
  393. "__type__": "cc.Color",
  394. "r": 211,
  395. "g": 211,
  396. "b": 211,
  397. "a": 255
  398. },
  399. "pressedColor": {
  400. "__type__": "cc.Color",
  401. "r": 211,
  402. "g": 211,
  403. "b": 211,
  404. "a": 255
  405. },
  406. "_N$hoverColor": {
  407. "__type__": "cc.Color",
  408. "r": 255,
  409. "g": 255,
  410. "b": 255,
  411. "a": 255
  412. },
  413. "hoverColor": {
  414. "__type__": "cc.Color",
  415. "r": 255,
  416. "g": 255,
  417. "b": 255,
  418. "a": 255
  419. },
  420. "_N$disabledColor": {
  421. "__type__": "cc.Color",
  422. "r": 124,
  423. "g": 124,
  424. "b": 124,
  425. "a": 255
  426. },
  427. "_N$normalSprite": null,
  428. "_N$pressedSprite": null,
  429. "pressedSprite": null,
  430. "_N$hoverSprite": null,
  431. "hoverSprite": null,
  432. "_N$disabledSprite": null,
  433. "_N$target": {
  434. "__id__": 8
  435. },
  436. "_id": ""
  437. },
  438. {
  439. "__type__": "cc.PrefabInfo",
  440. "root": {
  441. "__id__": 1
  442. },
  443. "asset": {
  444. "__uuid__": "a16139dc-c03c-41df-b3d0-4cce508d26d6"
  445. },
  446. "fileId": "7bp40BCclJnZP5Uf/fu0UZ",
  447. "sync": false
  448. },
  449. {
  450. "__type__": "cc.Node",
  451. "_name": "YesBTN",
  452. "_objFlags": 0,
  453. "_parent": {
  454. "__id__": 1
  455. },
  456. "_children": [],
  457. "_active": true,
  458. "_level": 2,
  459. "_components": [
  460. {
  461. "__id__": 13
  462. },
  463. {
  464. "__id__": 14
  465. }
  466. ],
  467. "_prefab": {
  468. "__id__": 15
  469. },
  470. "_opacity": 255,
  471. "_color": {
  472. "__type__": "cc.Color",
  473. "r": 255,
  474. "g": 255,
  475. "b": 255,
  476. "a": 255
  477. },
  478. "_contentSize": {
  479. "__type__": "cc.Size",
  480. "width": 117,
  481. "height": 54
  482. },
  483. "_anchorPoint": {
  484. "__type__": "cc.Vec2",
  485. "x": 0.5,
  486. "y": 0.5
  487. },
  488. "_position": {
  489. "__type__": "cc.Vec3",
  490. "x": 74,
  491. "y": -45,
  492. "z": 0
  493. },
  494. "_scale": {
  495. "__type__": "cc.Vec3",
  496. "x": 1,
  497. "y": 1,
  498. "z": 1
  499. },
  500. "_quat": {
  501. "__type__": "cc.Quat",
  502. "x": 0,
  503. "y": 0,
  504. "z": 0,
  505. "w": 1
  506. },
  507. "_skewX": 0,
  508. "_skewY": 0,
  509. "_zIndex": 0,
  510. "_is3DNode": false,
  511. "groupIndex": 0,
  512. "_id": ""
  513. },
  514. {
  515. "__type__": "cc.Sprite",
  516. "_name": "",
  517. "_objFlags": 0,
  518. "node": {
  519. "__id__": 12
  520. },
  521. "_enabled": true,
  522. "_srcBlendFactor": 770,
  523. "_dstBlendFactor": 771,
  524. "_spriteFrame": {
  525. "__uuid__": "d2e7bee4-7f9f-4dd7-a4f1-fae9caf426e3"
  526. },
  527. "_type": 0,
  528. "_sizeMode": 1,
  529. "_fillType": 0,
  530. "_fillCenter": {
  531. "__type__": "cc.Vec2",
  532. "x": 0,
  533. "y": 0
  534. },
  535. "_fillStart": 0,
  536. "_fillRange": 0,
  537. "_isTrimmedMode": true,
  538. "_state": 0,
  539. "_atlas": null,
  540. "_id": ""
  541. },
  542. {
  543. "__type__": "cc.Button",
  544. "_name": "",
  545. "_objFlags": 0,
  546. "node": {
  547. "__id__": 12
  548. },
  549. "_enabled": true,
  550. "duration": 0.1,
  551. "zoomScale": 1.2,
  552. "clickEvents": [],
  553. "_N$interactable": true,
  554. "_N$enableAutoGrayEffect": false,
  555. "_N$transition": 0,
  556. "transition": 0,
  557. "_N$normalColor": {
  558. "__type__": "cc.Color",
  559. "r": 214,
  560. "g": 214,
  561. "b": 214,
  562. "a": 255
  563. },
  564. "_N$pressedColor": {
  565. "__type__": "cc.Color",
  566. "r": 211,
  567. "g": 211,
  568. "b": 211,
  569. "a": 255
  570. },
  571. "pressedColor": {
  572. "__type__": "cc.Color",
  573. "r": 211,
  574. "g": 211,
  575. "b": 211,
  576. "a": 255
  577. },
  578. "_N$hoverColor": {
  579. "__type__": "cc.Color",
  580. "r": 255,
  581. "g": 255,
  582. "b": 255,
  583. "a": 255
  584. },
  585. "hoverColor": {
  586. "__type__": "cc.Color",
  587. "r": 255,
  588. "g": 255,
  589. "b": 255,
  590. "a": 255
  591. },
  592. "_N$disabledColor": {
  593. "__type__": "cc.Color",
  594. "r": 124,
  595. "g": 124,
  596. "b": 124,
  597. "a": 255
  598. },
  599. "_N$normalSprite": null,
  600. "_N$pressedSprite": null,
  601. "pressedSprite": null,
  602. "_N$hoverSprite": null,
  603. "hoverSprite": null,
  604. "_N$disabledSprite": null,
  605. "_N$target": null,
  606. "_id": ""
  607. },
  608. {
  609. "__type__": "cc.PrefabInfo",
  610. "root": {
  611. "__id__": 1
  612. },
  613. "asset": {
  614. "__uuid__": "a16139dc-c03c-41df-b3d0-4cce508d26d6"
  615. },
  616. "fileId": "9czsolthBPho1TBEPPCV6o",
  617. "sync": false
  618. },
  619. {
  620. "__type__": "cc.Node",
  621. "_name": "NoBTN",
  622. "_objFlags": 0,
  623. "_parent": {
  624. "__id__": 1
  625. },
  626. "_children": [],
  627. "_active": true,
  628. "_level": 2,
  629. "_components": [
  630. {
  631. "__id__": 17
  632. },
  633. {
  634. "__id__": 18
  635. }
  636. ],
  637. "_prefab": {
  638. "__id__": 19
  639. },
  640. "_opacity": 255,
  641. "_color": {
  642. "__type__": "cc.Color",
  643. "r": 255,
  644. "g": 255,
  645. "b": 255,
  646. "a": 255
  647. },
  648. "_contentSize": {
  649. "__type__": "cc.Size",
  650. "width": 117,
  651. "height": 54
  652. },
  653. "_anchorPoint": {
  654. "__type__": "cc.Vec2",
  655. "x": 0.5,
  656. "y": 0.5
  657. },
  658. "_position": {
  659. "__type__": "cc.Vec3",
  660. "x": -76,
  661. "y": -45,
  662. "z": 0
  663. },
  664. "_scale": {
  665. "__type__": "cc.Vec3",
  666. "x": 1,
  667. "y": 1,
  668. "z": 1
  669. },
  670. "_quat": {
  671. "__type__": "cc.Quat",
  672. "x": 0,
  673. "y": 0,
  674. "z": 0,
  675. "w": 1
  676. },
  677. "_skewX": 0,
  678. "_skewY": 0,
  679. "_zIndex": 0,
  680. "_is3DNode": false,
  681. "groupIndex": 0,
  682. "_id": ""
  683. },
  684. {
  685. "__type__": "cc.Sprite",
  686. "_name": "",
  687. "_objFlags": 0,
  688. "node": {
  689. "__id__": 16
  690. },
  691. "_enabled": true,
  692. "_srcBlendFactor": 770,
  693. "_dstBlendFactor": 771,
  694. "_spriteFrame": {
  695. "__uuid__": "047ae463-2b10-43dc-b450-8eb973920b5d"
  696. },
  697. "_type": 0,
  698. "_sizeMode": 1,
  699. "_fillType": 0,
  700. "_fillCenter": {
  701. "__type__": "cc.Vec2",
  702. "x": 0,
  703. "y": 0
  704. },
  705. "_fillStart": 0,
  706. "_fillRange": 0,
  707. "_isTrimmedMode": true,
  708. "_state": 0,
  709. "_atlas": null,
  710. "_id": ""
  711. },
  712. {
  713. "__type__": "cc.Button",
  714. "_name": "",
  715. "_objFlags": 0,
  716. "node": {
  717. "__id__": 16
  718. },
  719. "_enabled": true,
  720. "duration": 0.1,
  721. "zoomScale": 1.2,
  722. "clickEvents": [],
  723. "_N$interactable": true,
  724. "_N$enableAutoGrayEffect": false,
  725. "_N$transition": 0,
  726. "transition": 0,
  727. "_N$normalColor": {
  728. "__type__": "cc.Color",
  729. "r": 214,
  730. "g": 214,
  731. "b": 214,
  732. "a": 255
  733. },
  734. "_N$pressedColor": {
  735. "__type__": "cc.Color",
  736. "r": 211,
  737. "g": 211,
  738. "b": 211,
  739. "a": 255
  740. },
  741. "pressedColor": {
  742. "__type__": "cc.Color",
  743. "r": 211,
  744. "g": 211,
  745. "b": 211,
  746. "a": 255
  747. },
  748. "_N$hoverColor": {
  749. "__type__": "cc.Color",
  750. "r": 255,
  751. "g": 255,
  752. "b": 255,
  753. "a": 255
  754. },
  755. "hoverColor": {
  756. "__type__": "cc.Color",
  757. "r": 255,
  758. "g": 255,
  759. "b": 255,
  760. "a": 255
  761. },
  762. "_N$disabledColor": {
  763. "__type__": "cc.Color",
  764. "r": 124,
  765. "g": 124,
  766. "b": 124,
  767. "a": 255
  768. },
  769. "_N$normalSprite": null,
  770. "_N$pressedSprite": null,
  771. "pressedSprite": null,
  772. "_N$hoverSprite": null,
  773. "hoverSprite": null,
  774. "_N$disabledSprite": null,
  775. "_N$target": null,
  776. "_id": ""
  777. },
  778. {
  779. "__type__": "cc.PrefabInfo",
  780. "root": {
  781. "__id__": 1
  782. },
  783. "asset": {
  784. "__uuid__": "a16139dc-c03c-41df-b3d0-4cce508d26d6"
  785. },
  786. "fileId": "58UHO0R19A/YN9tskWBszv",
  787. "sync": false
  788. },
  789. {
  790. "__type__": "cc.Node",
  791. "_name": "BUnlockBuildingText",
  792. "_objFlags": 0,
  793. "_parent": {
  794. "__id__": 1
  795. },
  796. "_children": [],
  797. "_active": true,
  798. "_level": 2,
  799. "_components": [
  800. {
  801. "__id__": 21
  802. }
  803. ],
  804. "_prefab": {
  805. "__id__": 22
  806. },
  807. "_opacity": 255,
  808. "_color": {
  809. "__type__": "cc.Color",
  810. "r": 255,
  811. "g": 255,
  812. "b": 255,
  813. "a": 255
  814. },
  815. "_contentSize": {
  816. "__type__": "cc.Size",
  817. "width": 256,
  818. "height": 38
  819. },
  820. "_anchorPoint": {
  821. "__type__": "cc.Vec2",
  822. "x": 0.5,
  823. "y": 0.5
  824. },
  825. "_position": {
  826. "__type__": "cc.Vec3",
  827. "x": 8,
  828. "y": 30,
  829. "z": 0
  830. },
  831. "_scale": {
  832. "__type__": "cc.Vec3",
  833. "x": 1,
  834. "y": 1,
  835. "z": 1
  836. },
  837. "_quat": {
  838. "__type__": "cc.Quat",
  839. "x": 0,
  840. "y": 0,
  841. "z": 0,
  842. "w": 1
  843. },
  844. "_skewX": 0,
  845. "_skewY": 0,
  846. "_zIndex": 0,
  847. "_is3DNode": false,
  848. "groupIndex": 0,
  849. "_id": ""
  850. },
  851. {
  852. "__type__": "cc.Sprite",
  853. "_name": "",
  854. "_objFlags": 0,
  855. "node": {
  856. "__id__": 20
  857. },
  858. "_enabled": true,
  859. "_srcBlendFactor": 770,
  860. "_dstBlendFactor": 771,
  861. "_spriteFrame": {
  862. "__uuid__": "2b657922-cef6-49df-9803-e619c458558c"
  863. },
  864. "_type": 0,
  865. "_sizeMode": 1,
  866. "_fillType": 0,
  867. "_fillCenter": {
  868. "__type__": "cc.Vec2",
  869. "x": 0,
  870. "y": 0
  871. },
  872. "_fillStart": 0,
  873. "_fillRange": 0,
  874. "_isTrimmedMode": true,
  875. "_state": 0,
  876. "_atlas": null,
  877. "_id": ""
  878. },
  879. {
  880. "__type__": "cc.PrefabInfo",
  881. "root": {
  882. "__id__": 1
  883. },
  884. "asset": {
  885. "__uuid__": "a16139dc-c03c-41df-b3d0-4cce508d26d6"
  886. },
  887. "fileId": "5bmNpZUaJIyrFvXV8T5YAn",
  888. "sync": false
  889. },
  890. {
  891. "__type__": "cc.PrefabInfo",
  892. "root": {
  893. "__id__": 1
  894. },
  895. "asset": {
  896. "__uuid__": "a16139dc-c03c-41df-b3d0-4cce508d26d6"
  897. },
  898. "fileId": "b8LogWkeFIdK/p/WJ+YnIn",
  899. "sync": false
  900. }
  901. ]