Countdown.prefab 15 KB

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