GameOver.prefab 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866
  1. [
  2. {
  3. "__type__": "cc.Prefab",
  4. "_name": "GameOver",
  5. "_objFlags": 0,
  6. "__editorExtras__": {},
  7. "_native": "",
  8. "data": {
  9. "__id__": 1
  10. },
  11. "optimizationPolicy": 0,
  12. "persistent": false
  13. },
  14. {
  15. "__type__": "cc.Node",
  16. "_name": "GameOver",
  17. "_objFlags": 0,
  18. "__editorExtras__": {},
  19. "_parent": null,
  20. "_children": [
  21. {
  22. "__id__": 2
  23. },
  24. {
  25. "__id__": 12
  26. },
  27. {
  28. "__id__": 18
  29. },
  30. {
  31. "__id__": 26
  32. }
  33. ],
  34. "_active": true,
  35. "_components": [
  36. {
  37. "__id__": 34
  38. },
  39. {
  40. "__id__": 36
  41. }
  42. ],
  43. "_prefab": {
  44. "__id__": 38
  45. },
  46. "_lpos": {
  47. "__type__": "cc.Vec3",
  48. "x": 0,
  49. "y": 0,
  50. "z": 0
  51. },
  52. "_lrot": {
  53. "__type__": "cc.Quat",
  54. "x": 0,
  55. "y": 0,
  56. "z": 0,
  57. "w": 1
  58. },
  59. "_lscale": {
  60. "__type__": "cc.Vec3",
  61. "x": 1,
  62. "y": 1,
  63. "z": 1
  64. },
  65. "_mobility": 0,
  66. "_layer": 1073741824,
  67. "_euler": {
  68. "__type__": "cc.Vec3",
  69. "x": 0,
  70. "y": 0,
  71. "z": 0
  72. },
  73. "_id": ""
  74. },
  75. {
  76. "__type__": "cc.Node",
  77. "_name": "Sprite",
  78. "_objFlags": 0,
  79. "__editorExtras__": {},
  80. "_parent": {
  81. "__id__": 1
  82. },
  83. "_children": [],
  84. "_active": true,
  85. "_components": [
  86. {
  87. "__id__": 3
  88. },
  89. {
  90. "__id__": 5
  91. },
  92. {
  93. "__id__": 7
  94. },
  95. {
  96. "__id__": 9
  97. }
  98. ],
  99. "_prefab": {
  100. "__id__": 11
  101. },
  102. "_lpos": {
  103. "__type__": "cc.Vec3",
  104. "x": 0,
  105. "y": 0,
  106. "z": 0
  107. },
  108. "_lrot": {
  109. "__type__": "cc.Quat",
  110. "x": 0,
  111. "y": 0,
  112. "z": 0,
  113. "w": 1
  114. },
  115. "_lscale": {
  116. "__type__": "cc.Vec3",
  117. "x": 1,
  118. "y": 1,
  119. "z": 1
  120. },
  121. "_mobility": 0,
  122. "_layer": 1073741824,
  123. "_euler": {
  124. "__type__": "cc.Vec3",
  125. "x": 0,
  126. "y": 0,
  127. "z": 0
  128. },
  129. "_id": ""
  130. },
  131. {
  132. "__type__": "cc.UITransform",
  133. "_name": "",
  134. "_objFlags": 0,
  135. "__editorExtras__": {},
  136. "node": {
  137. "__id__": 2
  138. },
  139. "_enabled": true,
  140. "__prefab": {
  141. "__id__": 4
  142. },
  143. "_contentSize": {
  144. "__type__": "cc.Size",
  145. "width": 720,
  146. "height": 1280
  147. },
  148. "_anchorPoint": {
  149. "__type__": "cc.Vec2",
  150. "x": 0.5,
  151. "y": 0.5
  152. },
  153. "_id": ""
  154. },
  155. {
  156. "__type__": "cc.CompPrefabInfo",
  157. "fileId": "2eA0JlTCRFVJOLYW4NLY4C"
  158. },
  159. {
  160. "__type__": "cc.Sprite",
  161. "_name": "",
  162. "_objFlags": 0,
  163. "__editorExtras__": {},
  164. "node": {
  165. "__id__": 2
  166. },
  167. "_enabled": true,
  168. "__prefab": {
  169. "__id__": 6
  170. },
  171. "_customMaterial": null,
  172. "_srcBlendFactor": 2,
  173. "_dstBlendFactor": 4,
  174. "_color": {
  175. "__type__": "cc.Color",
  176. "r": 255,
  177. "g": 255,
  178. "b": 255,
  179. "a": 255
  180. },
  181. "_spriteFrame": {
  182. "__uuid__": "0021cb5a-e4f0-4709-b0b6-5e21875720b7@f9941",
  183. "__expectedType__": "cc.SpriteFrame"
  184. },
  185. "_type": 0,
  186. "_fillType": 0,
  187. "_sizeMode": 0,
  188. "_fillCenter": {
  189. "__type__": "cc.Vec2",
  190. "x": 0,
  191. "y": 0
  192. },
  193. "_fillStart": 0,
  194. "_fillRange": 0,
  195. "_isTrimmedMode": true,
  196. "_useGrayscale": false,
  197. "_atlas": null,
  198. "_id": ""
  199. },
  200. {
  201. "__type__": "cc.CompPrefabInfo",
  202. "fileId": "5352IWGHJBpo3sIroKxpWU"
  203. },
  204. {
  205. "__type__": "cc.UIOpacity",
  206. "_name": "",
  207. "_objFlags": 0,
  208. "__editorExtras__": {},
  209. "node": {
  210. "__id__": 2
  211. },
  212. "_enabled": true,
  213. "__prefab": {
  214. "__id__": 8
  215. },
  216. "_opacity": 50,
  217. "_id": ""
  218. },
  219. {
  220. "__type__": "cc.CompPrefabInfo",
  221. "fileId": "6dnvlF2T5L3r2/7hhadT5R"
  222. },
  223. {
  224. "__type__": "cc.BlockInputEvents",
  225. "_name": "",
  226. "_objFlags": 0,
  227. "__editorExtras__": {},
  228. "node": {
  229. "__id__": 2
  230. },
  231. "_enabled": true,
  232. "__prefab": {
  233. "__id__": 10
  234. },
  235. "_id": ""
  236. },
  237. {
  238. "__type__": "cc.CompPrefabInfo",
  239. "fileId": "cecSqU/J5JNpGpQGcBEaz8"
  240. },
  241. {
  242. "__type__": "cc.PrefabInfo",
  243. "root": {
  244. "__id__": 1
  245. },
  246. "asset": {
  247. "__id__": 0
  248. },
  249. "fileId": "8eZLDzFiVG7rl//7csnuNh",
  250. "instance": null,
  251. "targetOverrides": null,
  252. "nestedPrefabInstanceRoots": null
  253. },
  254. {
  255. "__type__": "cc.Node",
  256. "_name": "Score",
  257. "_objFlags": 0,
  258. "__editorExtras__": {},
  259. "_parent": {
  260. "__id__": 1
  261. },
  262. "_children": [],
  263. "_active": true,
  264. "_components": [
  265. {
  266. "__id__": 13
  267. },
  268. {
  269. "__id__": 15
  270. }
  271. ],
  272. "_prefab": {
  273. "__id__": 17
  274. },
  275. "_lpos": {
  276. "__type__": "cc.Vec3",
  277. "x": -78.086,
  278. "y": 468,
  279. "z": 0
  280. },
  281. "_lrot": {
  282. "__type__": "cc.Quat",
  283. "x": 0,
  284. "y": 0,
  285. "z": 0,
  286. "w": 1
  287. },
  288. "_lscale": {
  289. "__type__": "cc.Vec3",
  290. "x": 1,
  291. "y": 1,
  292. "z": 1
  293. },
  294. "_mobility": 0,
  295. "_layer": 1073741824,
  296. "_euler": {
  297. "__type__": "cc.Vec3",
  298. "x": 0,
  299. "y": 0,
  300. "z": 0
  301. },
  302. "_id": ""
  303. },
  304. {
  305. "__type__": "cc.UITransform",
  306. "_name": "",
  307. "_objFlags": 0,
  308. "__editorExtras__": {},
  309. "node": {
  310. "__id__": 12
  311. },
  312. "_enabled": true,
  313. "__prefab": {
  314. "__id__": 14
  315. },
  316. "_contentSize": {
  317. "__type__": "cc.Size",
  318. "width": 139,
  319. "height": 31
  320. },
  321. "_anchorPoint": {
  322. "__type__": "cc.Vec2",
  323. "x": 0.5,
  324. "y": 0.5
  325. },
  326. "_id": ""
  327. },
  328. {
  329. "__type__": "cc.CompPrefabInfo",
  330. "fileId": "6cT+iHIpdJvZqpUKI4hIwV"
  331. },
  332. {
  333. "__type__": "cc.Sprite",
  334. "_name": "",
  335. "_objFlags": 0,
  336. "__editorExtras__": {},
  337. "node": {
  338. "__id__": 12
  339. },
  340. "_enabled": true,
  341. "__prefab": {
  342. "__id__": 16
  343. },
  344. "_customMaterial": null,
  345. "_srcBlendFactor": 2,
  346. "_dstBlendFactor": 4,
  347. "_color": {
  348. "__type__": "cc.Color",
  349. "r": 255,
  350. "g": 255,
  351. "b": 255,
  352. "a": 255
  353. },
  354. "_spriteFrame": {
  355. "__uuid__": "491e1d77-9bec-41a5-9ef1-88f45d69226a@f9941",
  356. "__expectedType__": "cc.SpriteFrame"
  357. },
  358. "_type": 0,
  359. "_fillType": 0,
  360. "_sizeMode": 1,
  361. "_fillCenter": {
  362. "__type__": "cc.Vec2",
  363. "x": 0,
  364. "y": 0
  365. },
  366. "_fillStart": 0,
  367. "_fillRange": 0,
  368. "_isTrimmedMode": true,
  369. "_useGrayscale": false,
  370. "_atlas": null,
  371. "_id": ""
  372. },
  373. {
  374. "__type__": "cc.CompPrefabInfo",
  375. "fileId": "2epdWMt51LvZUKS0E6vlQf"
  376. },
  377. {
  378. "__type__": "cc.PrefabInfo",
  379. "root": {
  380. "__id__": 1
  381. },
  382. "asset": {
  383. "__id__": 0
  384. },
  385. "fileId": "0anafprO1HTYWKl8L9Nwmz",
  386. "instance": null,
  387. "targetOverrides": null,
  388. "nestedPrefabInstanceRoots": null
  389. },
  390. {
  391. "__type__": "cc.Node",
  392. "_name": "btn_again",
  393. "_objFlags": 0,
  394. "__editorExtras__": {},
  395. "_parent": {
  396. "__id__": 1
  397. },
  398. "_children": [],
  399. "_active": true,
  400. "_components": [
  401. {
  402. "__id__": 19
  403. },
  404. {
  405. "__id__": 21
  406. },
  407. {
  408. "__id__": 23
  409. }
  410. ],
  411. "_prefab": {
  412. "__id__": 25
  413. },
  414. "_lpos": {
  415. "__type__": "cc.Vec3",
  416. "x": 0,
  417. "y": 22.473,
  418. "z": 0
  419. },
  420. "_lrot": {
  421. "__type__": "cc.Quat",
  422. "x": 0,
  423. "y": 0,
  424. "z": 0,
  425. "w": 1
  426. },
  427. "_lscale": {
  428. "__type__": "cc.Vec3",
  429. "x": 1,
  430. "y": 1,
  431. "z": 1
  432. },
  433. "_mobility": 0,
  434. "_layer": 1073741824,
  435. "_euler": {
  436. "__type__": "cc.Vec3",
  437. "x": 0,
  438. "y": 0,
  439. "z": 0
  440. },
  441. "_id": ""
  442. },
  443. {
  444. "__type__": "cc.UITransform",
  445. "_name": "",
  446. "_objFlags": 0,
  447. "__editorExtras__": {},
  448. "node": {
  449. "__id__": 18
  450. },
  451. "_enabled": true,
  452. "__prefab": {
  453. "__id__": 20
  454. },
  455. "_contentSize": {
  456. "__type__": "cc.Size",
  457. "width": 384,
  458. "height": 133
  459. },
  460. "_anchorPoint": {
  461. "__type__": "cc.Vec2",
  462. "x": 0.5,
  463. "y": 0.5
  464. },
  465. "_id": ""
  466. },
  467. {
  468. "__type__": "cc.CompPrefabInfo",
  469. "fileId": "56AZTaOldAWq6v0LsBzMu4"
  470. },
  471. {
  472. "__type__": "cc.Sprite",
  473. "_name": "",
  474. "_objFlags": 0,
  475. "__editorExtras__": {},
  476. "node": {
  477. "__id__": 18
  478. },
  479. "_enabled": true,
  480. "__prefab": {
  481. "__id__": 22
  482. },
  483. "_customMaterial": null,
  484. "_srcBlendFactor": 2,
  485. "_dstBlendFactor": 4,
  486. "_color": {
  487. "__type__": "cc.Color",
  488. "r": 255,
  489. "g": 255,
  490. "b": 255,
  491. "a": 255
  492. },
  493. "_spriteFrame": {
  494. "__uuid__": "78be7399-2183-49eb-a493-779a9d9d24fc@f9941",
  495. "__expectedType__": "cc.SpriteFrame"
  496. },
  497. "_type": 1,
  498. "_fillType": 0,
  499. "_sizeMode": 2,
  500. "_fillCenter": {
  501. "__type__": "cc.Vec2",
  502. "x": 0,
  503. "y": 0
  504. },
  505. "_fillStart": 0,
  506. "_fillRange": 0,
  507. "_isTrimmedMode": true,
  508. "_useGrayscale": false,
  509. "_atlas": null,
  510. "_id": ""
  511. },
  512. {
  513. "__type__": "cc.CompPrefabInfo",
  514. "fileId": "6cWStezg5FUJMLFVWjO2e8"
  515. },
  516. {
  517. "__type__": "cc.Button",
  518. "_name": "",
  519. "_objFlags": 0,
  520. "__editorExtras__": {},
  521. "node": {
  522. "__id__": 18
  523. },
  524. "_enabled": true,
  525. "__prefab": {
  526. "__id__": 24
  527. },
  528. "clickEvents": [],
  529. "_interactable": true,
  530. "_transition": 3,
  531. "_normalColor": {
  532. "__type__": "cc.Color",
  533. "r": 214,
  534. "g": 214,
  535. "b": 214,
  536. "a": 255
  537. },
  538. "_hoverColor": {
  539. "__type__": "cc.Color",
  540. "r": 211,
  541. "g": 211,
  542. "b": 211,
  543. "a": 255
  544. },
  545. "_pressedColor": {
  546. "__type__": "cc.Color",
  547. "r": 255,
  548. "g": 255,
  549. "b": 255,
  550. "a": 255
  551. },
  552. "_disabledColor": {
  553. "__type__": "cc.Color",
  554. "r": 124,
  555. "g": 124,
  556. "b": 124,
  557. "a": 255
  558. },
  559. "_normalSprite": {
  560. "__uuid__": "78be7399-2183-49eb-a493-779a9d9d24fc@f9941",
  561. "__expectedType__": "cc.SpriteFrame"
  562. },
  563. "_hoverSprite": {
  564. "__uuid__": "20835ba4-6145-4fbc-a58a-051ce700aa3e@f9941",
  565. "__expectedType__": "cc.SpriteFrame"
  566. },
  567. "_pressedSprite": {
  568. "__uuid__": "544e49d6-3f05-4fa8-9a9e-091f98fc2ce8@f9941",
  569. "__expectedType__": "cc.SpriteFrame"
  570. },
  571. "_disabledSprite": {
  572. "__uuid__": "951249e0-9f16-456d-8b85-a6ca954da16b@f9941",
  573. "__expectedType__": "cc.SpriteFrame"
  574. },
  575. "_duration": 0.1,
  576. "_zoomScale": 1.2,
  577. "_target": {
  578. "__id__": 18
  579. },
  580. "_id": ""
  581. },
  582. {
  583. "__type__": "cc.CompPrefabInfo",
  584. "fileId": "207ceok6dPv4BpHRJVWd/4"
  585. },
  586. {
  587. "__type__": "cc.PrefabInfo",
  588. "root": {
  589. "__id__": 1
  590. },
  591. "asset": {
  592. "__id__": 0
  593. },
  594. "fileId": "4eF25EfrpEbJF2JOqOVzHq",
  595. "instance": null,
  596. "targetOverrides": null,
  597. "nestedPrefabInstanceRoots": null
  598. },
  599. {
  600. "__type__": "cc.Node",
  601. "_name": "btn_revive",
  602. "_objFlags": 0,
  603. "__editorExtras__": {},
  604. "_parent": {
  605. "__id__": 1
  606. },
  607. "_children": [],
  608. "_active": true,
  609. "_components": [
  610. {
  611. "__id__": 27
  612. },
  613. {
  614. "__id__": 29
  615. },
  616. {
  617. "__id__": 31
  618. }
  619. ],
  620. "_prefab": {
  621. "__id__": 33
  622. },
  623. "_lpos": {
  624. "__type__": "cc.Vec3",
  625. "x": 0,
  626. "y": -318.172,
  627. "z": 0
  628. },
  629. "_lrot": {
  630. "__type__": "cc.Quat",
  631. "x": 0,
  632. "y": 0,
  633. "z": 0,
  634. "w": 1
  635. },
  636. "_lscale": {
  637. "__type__": "cc.Vec3",
  638. "x": 1,
  639. "y": 1,
  640. "z": 1
  641. },
  642. "_mobility": 0,
  643. "_layer": 1073741824,
  644. "_euler": {
  645. "__type__": "cc.Vec3",
  646. "x": 0,
  647. "y": 0,
  648. "z": 0
  649. },
  650. "_id": ""
  651. },
  652. {
  653. "__type__": "cc.UITransform",
  654. "_name": "",
  655. "_objFlags": 0,
  656. "__editorExtras__": {},
  657. "node": {
  658. "__id__": 26
  659. },
  660. "_enabled": true,
  661. "__prefab": {
  662. "__id__": 28
  663. },
  664. "_contentSize": {
  665. "__type__": "cc.Size",
  666. "width": 307,
  667. "height": 37
  668. },
  669. "_anchorPoint": {
  670. "__type__": "cc.Vec2",
  671. "x": 0.5,
  672. "y": 0.5
  673. },
  674. "_id": ""
  675. },
  676. {
  677. "__type__": "cc.CompPrefabInfo",
  678. "fileId": "10zk6ltVdEy4w7ew7HaOky"
  679. },
  680. {
  681. "__type__": "cc.Sprite",
  682. "_name": "",
  683. "_objFlags": 0,
  684. "__editorExtras__": {},
  685. "node": {
  686. "__id__": 26
  687. },
  688. "_enabled": true,
  689. "__prefab": {
  690. "__id__": 30
  691. },
  692. "_customMaterial": null,
  693. "_srcBlendFactor": 2,
  694. "_dstBlendFactor": 4,
  695. "_color": {
  696. "__type__": "cc.Color",
  697. "r": 255,
  698. "g": 255,
  699. "b": 255,
  700. "a": 255
  701. },
  702. "_spriteFrame": {
  703. "__uuid__": "b02d022d-1e7c-425f-a55b-67159af8c9f6@f9941",
  704. "__expectedType__": "cc.SpriteFrame"
  705. },
  706. "_type": 1,
  707. "_fillType": 0,
  708. "_sizeMode": 2,
  709. "_fillCenter": {
  710. "__type__": "cc.Vec2",
  711. "x": 0,
  712. "y": 0
  713. },
  714. "_fillStart": 0,
  715. "_fillRange": 0,
  716. "_isTrimmedMode": true,
  717. "_useGrayscale": false,
  718. "_atlas": null,
  719. "_id": ""
  720. },
  721. {
  722. "__type__": "cc.CompPrefabInfo",
  723. "fileId": "71sORAoBdCHLbVEUGLuaTh"
  724. },
  725. {
  726. "__type__": "cc.Button",
  727. "_name": "",
  728. "_objFlags": 0,
  729. "__editorExtras__": {},
  730. "node": {
  731. "__id__": 26
  732. },
  733. "_enabled": true,
  734. "__prefab": {
  735. "__id__": 32
  736. },
  737. "clickEvents": [],
  738. "_interactable": true,
  739. "_transition": 2,
  740. "_normalColor": {
  741. "__type__": "cc.Color",
  742. "r": 214,
  743. "g": 214,
  744. "b": 214,
  745. "a": 255
  746. },
  747. "_hoverColor": {
  748. "__type__": "cc.Color",
  749. "r": 211,
  750. "g": 211,
  751. "b": 211,
  752. "a": 255
  753. },
  754. "_pressedColor": {
  755. "__type__": "cc.Color",
  756. "r": 255,
  757. "g": 255,
  758. "b": 255,
  759. "a": 255
  760. },
  761. "_disabledColor": {
  762. "__type__": "cc.Color",
  763. "r": 124,
  764. "g": 124,
  765. "b": 124,
  766. "a": 255
  767. },
  768. "_normalSprite": {
  769. "__uuid__": "b02d022d-1e7c-425f-a55b-67159af8c9f6@f9941",
  770. "__expectedType__": "cc.SpriteFrame"
  771. },
  772. "_hoverSprite": {
  773. "__uuid__": "20835ba4-6145-4fbc-a58a-051ce700aa3e@f9941",
  774. "__expectedType__": "cc.SpriteFrame"
  775. },
  776. "_pressedSprite": {
  777. "__uuid__": "544e49d6-3f05-4fa8-9a9e-091f98fc2ce8@f9941",
  778. "__expectedType__": "cc.SpriteFrame"
  779. },
  780. "_disabledSprite": {
  781. "__uuid__": "951249e0-9f16-456d-8b85-a6ca954da16b@f9941",
  782. "__expectedType__": "cc.SpriteFrame"
  783. },
  784. "_duration": 0.1,
  785. "_zoomScale": 1.2,
  786. "_target": {
  787. "__id__": 26
  788. },
  789. "_id": ""
  790. },
  791. {
  792. "__type__": "cc.CompPrefabInfo",
  793. "fileId": "a0t/4NaG1M+Y1ImY82nxPA"
  794. },
  795. {
  796. "__type__": "cc.PrefabInfo",
  797. "root": {
  798. "__id__": 1
  799. },
  800. "asset": {
  801. "__id__": 0
  802. },
  803. "fileId": "8d+7AMGblKnYAIDFz7ccJS",
  804. "instance": null,
  805. "targetOverrides": null,
  806. "nestedPrefabInstanceRoots": null
  807. },
  808. {
  809. "__type__": "cc.UITransform",
  810. "_name": "",
  811. "_objFlags": 0,
  812. "__editorExtras__": {},
  813. "node": {
  814. "__id__": 1
  815. },
  816. "_enabled": true,
  817. "__prefab": {
  818. "__id__": 35
  819. },
  820. "_contentSize": {
  821. "__type__": "cc.Size",
  822. "width": 720,
  823. "height": 1280
  824. },
  825. "_anchorPoint": {
  826. "__type__": "cc.Vec2",
  827. "x": 0.5,
  828. "y": 0.5
  829. },
  830. "_id": ""
  831. },
  832. {
  833. "__type__": "cc.CompPrefabInfo",
  834. "fileId": "a5kjdg6/ZAv7DH6cHZKDAR"
  835. },
  836. {
  837. "__type__": "919a6XlQI5IhJzLROHdRg+8",
  838. "_name": "",
  839. "_objFlags": 0,
  840. "__editorExtras__": {},
  841. "node": {
  842. "__id__": 1
  843. },
  844. "_enabled": true,
  845. "__prefab": {
  846. "__id__": 37
  847. },
  848. "_id": ""
  849. },
  850. {
  851. "__type__": "cc.CompPrefabInfo",
  852. "fileId": "73ushposJIsaQEz0cYpPNd"
  853. },
  854. {
  855. "__type__": "cc.PrefabInfo",
  856. "root": {
  857. "__id__": 1
  858. },
  859. "asset": {
  860. "__id__": 0
  861. },
  862. "fileId": "c46/YsCPVOJYA4mWEpNYRx",
  863. "instance": null,
  864. "targetOverrides": null
  865. }
  866. ]