Bomb.prefab 16 KB

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