Enemy.prefab 19 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129
  1. [
  2. {
  3. "__type__": "cc.Prefab",
  4. "_name": "Enemy",
  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": "Enemy",
  17. "_objFlags": 0,
  18. "__editorExtras__": {},
  19. "_parent": null,
  20. "_children": [
  21. {
  22. "__id__": 2
  23. },
  24. {
  25. "__id__": 38
  26. }
  27. ],
  28. "_active": true,
  29. "_components": [
  30. {
  31. "__id__": 48
  32. },
  33. {
  34. "__id__": 50
  35. }
  36. ],
  37. "_prefab": {
  38. "__id__": 52
  39. },
  40. "_lpos": {
  41. "__type__": "cc.Vec3",
  42. "x": 0,
  43. "y": 0,
  44. "z": 0
  45. },
  46. "_lrot": {
  47. "__type__": "cc.Quat",
  48. "x": 0,
  49. "y": 0,
  50. "z": 0,
  51. "w": 1
  52. },
  53. "_lscale": {
  54. "__type__": "cc.Vec3",
  55. "x": 1,
  56. "y": 1,
  57. "z": 1
  58. },
  59. "_mobility": 0,
  60. "_layer": 1073741824,
  61. "_euler": {
  62. "__type__": "cc.Vec3",
  63. "x": 0,
  64. "y": 0,
  65. "z": 0
  66. },
  67. "_id": ""
  68. },
  69. {
  70. "__type__": "cc.Node",
  71. "_name": "HPBar",
  72. "_objFlags": 0,
  73. "__editorExtras__": {},
  74. "_parent": {
  75. "__id__": 1
  76. },
  77. "_children": [
  78. {
  79. "__id__": 3
  80. },
  81. {
  82. "__id__": 17
  83. }
  84. ],
  85. "_active": true,
  86. "_components": [
  87. {
  88. "__id__": 31
  89. },
  90. {
  91. "__id__": 33
  92. },
  93. {
  94. "__id__": 35
  95. }
  96. ],
  97. "_prefab": {
  98. "__id__": 37
  99. },
  100. "_lpos": {
  101. "__type__": "cc.Vec3",
  102. "x": 0,
  103. "y": 38.84161490683229,
  104. "z": 0
  105. },
  106. "_lrot": {
  107. "__type__": "cc.Quat",
  108. "x": 0,
  109. "y": 0,
  110. "z": 0,
  111. "w": 1
  112. },
  113. "_lscale": {
  114. "__type__": "cc.Vec3",
  115. "x": 1,
  116. "y": 1,
  117. "z": 1
  118. },
  119. "_mobility": 0,
  120. "_layer": 1073741824,
  121. "_euler": {
  122. "__type__": "cc.Vec3",
  123. "x": 0,
  124. "y": 0,
  125. "z": 0
  126. },
  127. "_id": ""
  128. },
  129. {
  130. "__type__": "cc.Node",
  131. "_name": "YellowBar",
  132. "_objFlags": 0,
  133. "__editorExtras__": {},
  134. "_parent": {
  135. "__id__": 2
  136. },
  137. "_children": [
  138. {
  139. "__id__": 4
  140. }
  141. ],
  142. "_active": true,
  143. "_components": [
  144. {
  145. "__id__": 10
  146. },
  147. {
  148. "__id__": 12
  149. },
  150. {
  151. "__id__": 14
  152. }
  153. ],
  154. "_prefab": {
  155. "__id__": 16
  156. },
  157. "_lpos": {
  158. "__type__": "cc.Vec3",
  159. "x": 0,
  160. "y": 0,
  161. "z": 0
  162. },
  163. "_lrot": {
  164. "__type__": "cc.Quat",
  165. "x": 0,
  166. "y": 0,
  167. "z": 0,
  168. "w": 1
  169. },
  170. "_lscale": {
  171. "__type__": "cc.Vec3",
  172. "x": 1,
  173. "y": 1,
  174. "z": 1
  175. },
  176. "_mobility": 0,
  177. "_layer": 1073741824,
  178. "_euler": {
  179. "__type__": "cc.Vec3",
  180. "x": 0,
  181. "y": 0,
  182. "z": 0
  183. },
  184. "_id": ""
  185. },
  186. {
  187. "__type__": "cc.Node",
  188. "_name": "Bar",
  189. "_objFlags": 0,
  190. "__editorExtras__": {},
  191. "_parent": {
  192. "__id__": 3
  193. },
  194. "_children": [],
  195. "_active": true,
  196. "_components": [
  197. {
  198. "__id__": 5
  199. },
  200. {
  201. "__id__": 7
  202. }
  203. ],
  204. "_prefab": {
  205. "__id__": 9
  206. },
  207. "_lpos": {
  208. "__type__": "cc.Vec3",
  209. "x": -26.901,
  210. "y": 0,
  211. "z": 0
  212. },
  213. "_lrot": {
  214. "__type__": "cc.Quat",
  215. "x": 0,
  216. "y": 0,
  217. "z": 0,
  218. "w": 1
  219. },
  220. "_lscale": {
  221. "__type__": "cc.Vec3",
  222. "x": 1,
  223. "y": 1,
  224. "z": 1
  225. },
  226. "_mobility": 0,
  227. "_layer": 1073741824,
  228. "_euler": {
  229. "__type__": "cc.Vec3",
  230. "x": 0,
  231. "y": 0,
  232. "z": 0
  233. },
  234. "_id": ""
  235. },
  236. {
  237. "__type__": "cc.UITransform",
  238. "_name": "",
  239. "_objFlags": 0,
  240. "__editorExtras__": {},
  241. "node": {
  242. "__id__": 4
  243. },
  244. "_enabled": true,
  245. "__prefab": {
  246. "__id__": 6
  247. },
  248. "_contentSize": {
  249. "__type__": "cc.Size",
  250. "width": 21.200000000000003,
  251. "height": 15
  252. },
  253. "_anchorPoint": {
  254. "__type__": "cc.Vec2",
  255. "x": 0,
  256. "y": 0.5
  257. },
  258. "_id": ""
  259. },
  260. {
  261. "__type__": "cc.CompPrefabInfo",
  262. "fileId": "d0YZ47XQNHL6oD9Bww8p5P"
  263. },
  264. {
  265. "__type__": "cc.Sprite",
  266. "_name": "",
  267. "_objFlags": 0,
  268. "__editorExtras__": {},
  269. "node": {
  270. "__id__": 4
  271. },
  272. "_enabled": true,
  273. "__prefab": {
  274. "__id__": 8
  275. },
  276. "_customMaterial": null,
  277. "_srcBlendFactor": 2,
  278. "_dstBlendFactor": 4,
  279. "_color": {
  280. "__type__": "cc.Color",
  281. "r": 240,
  282. "g": 240,
  283. "b": 240,
  284. "a": 255
  285. },
  286. "_spriteFrame": null,
  287. "_type": 1,
  288. "_fillType": 0,
  289. "_sizeMode": 0,
  290. "_fillCenter": {
  291. "__type__": "cc.Vec2",
  292. "x": 0,
  293. "y": 0
  294. },
  295. "_fillStart": 0,
  296. "_fillRange": 0,
  297. "_isTrimmedMode": true,
  298. "_useGrayscale": false,
  299. "_atlas": null,
  300. "_id": ""
  301. },
  302. {
  303. "__type__": "cc.CompPrefabInfo",
  304. "fileId": "39yeth5LBNQLahadIDweIc"
  305. },
  306. {
  307. "__type__": "cc.PrefabInfo",
  308. "root": {
  309. "__id__": 1
  310. },
  311. "asset": {
  312. "__id__": 0
  313. },
  314. "fileId": "9dE5SGjEhNIq04Oov7nlw5",
  315. "instance": null,
  316. "targetOverrides": null,
  317. "nestedPrefabInstanceRoots": null
  318. },
  319. {
  320. "__type__": "cc.UITransform",
  321. "_name": "",
  322. "_objFlags": 0,
  323. "__editorExtras__": {},
  324. "node": {
  325. "__id__": 3
  326. },
  327. "_enabled": true,
  328. "__prefab": {
  329. "__id__": 11
  330. },
  331. "_contentSize": {
  332. "__type__": "cc.Size",
  333. "width": 51,
  334. "height": 13
  335. },
  336. "_anchorPoint": {
  337. "__type__": "cc.Vec2",
  338. "x": 0.5,
  339. "y": 0.5
  340. },
  341. "_id": ""
  342. },
  343. {
  344. "__type__": "cc.CompPrefabInfo",
  345. "fileId": "30ZGB8O3ZOGapZ6I2ggCj0"
  346. },
  347. {
  348. "__type__": "cc.Sprite",
  349. "_name": "",
  350. "_objFlags": 0,
  351. "__editorExtras__": {},
  352. "node": {
  353. "__id__": 3
  354. },
  355. "_enabled": true,
  356. "__prefab": {
  357. "__id__": 13
  358. },
  359. "_customMaterial": null,
  360. "_srcBlendFactor": 2,
  361. "_dstBlendFactor": 4,
  362. "_color": {
  363. "__type__": "cc.Color",
  364. "r": 255,
  365. "g": 255,
  366. "b": 0,
  367. "a": 255
  368. },
  369. "_spriteFrame": {
  370. "__uuid__": "45bd99da-8893-435b-8110-5da90043375b@f9941",
  371. "__expectedType__": "cc.SpriteFrame"
  372. },
  373. "_type": 1,
  374. "_fillType": 0,
  375. "_sizeMode": 0,
  376. "_fillCenter": {
  377. "__type__": "cc.Vec2",
  378. "x": 0,
  379. "y": 0
  380. },
  381. "_fillStart": 0,
  382. "_fillRange": 0,
  383. "_isTrimmedMode": true,
  384. "_useGrayscale": false,
  385. "_atlas": null,
  386. "_id": ""
  387. },
  388. {
  389. "__type__": "cc.CompPrefabInfo",
  390. "fileId": "afBV/7Tw1P7LcN8596AWqX"
  391. },
  392. {
  393. "__type__": "cc.ProgressBar",
  394. "_name": "",
  395. "_objFlags": 0,
  396. "__editorExtras__": {},
  397. "node": {
  398. "__id__": 3
  399. },
  400. "_enabled": true,
  401. "__prefab": {
  402. "__id__": 15
  403. },
  404. "_barSprite": {
  405. "__id__": 7
  406. },
  407. "_mode": 0,
  408. "_totalLength": 53,
  409. "_progress": 0.4,
  410. "_reverse": false,
  411. "_id": ""
  412. },
  413. {
  414. "__type__": "cc.CompPrefabInfo",
  415. "fileId": "477xdalvxII5Oi+E4QFQh1"
  416. },
  417. {
  418. "__type__": "cc.PrefabInfo",
  419. "root": {
  420. "__id__": 1
  421. },
  422. "asset": {
  423. "__id__": 0
  424. },
  425. "fileId": "f7vhw+fZJIzK3K1cZysih2",
  426. "instance": null,
  427. "targetOverrides": null,
  428. "nestedPrefabInstanceRoots": null
  429. },
  430. {
  431. "__type__": "cc.Node",
  432. "_name": "RedBar",
  433. "_objFlags": 0,
  434. "__editorExtras__": {},
  435. "_parent": {
  436. "__id__": 2
  437. },
  438. "_children": [
  439. {
  440. "__id__": 18
  441. }
  442. ],
  443. "_active": true,
  444. "_components": [
  445. {
  446. "__id__": 24
  447. },
  448. {
  449. "__id__": 26
  450. },
  451. {
  452. "__id__": 28
  453. }
  454. ],
  455. "_prefab": {
  456. "__id__": 30
  457. },
  458. "_lpos": {
  459. "__type__": "cc.Vec3",
  460. "x": 0,
  461. "y": 0,
  462. "z": 0
  463. },
  464. "_lrot": {
  465. "__type__": "cc.Quat",
  466. "x": 0,
  467. "y": 0,
  468. "z": 0,
  469. "w": 1
  470. },
  471. "_lscale": {
  472. "__type__": "cc.Vec3",
  473. "x": 1,
  474. "y": 1,
  475. "z": 1
  476. },
  477. "_mobility": 0,
  478. "_layer": 1073741824,
  479. "_euler": {
  480. "__type__": "cc.Vec3",
  481. "x": 0,
  482. "y": 0,
  483. "z": 0
  484. },
  485. "_id": ""
  486. },
  487. {
  488. "__type__": "cc.Node",
  489. "_name": "Bar",
  490. "_objFlags": 0,
  491. "__editorExtras__": {},
  492. "_parent": {
  493. "__id__": 17
  494. },
  495. "_children": [],
  496. "_active": true,
  497. "_components": [
  498. {
  499. "__id__": 19
  500. },
  501. {
  502. "__id__": 21
  503. }
  504. ],
  505. "_prefab": {
  506. "__id__": 23
  507. },
  508. "_lpos": {
  509. "__type__": "cc.Vec3",
  510. "x": -24.148,
  511. "y": 0,
  512. "z": 0
  513. },
  514. "_lrot": {
  515. "__type__": "cc.Quat",
  516. "x": 0,
  517. "y": 0,
  518. "z": 0,
  519. "w": 1
  520. },
  521. "_lscale": {
  522. "__type__": "cc.Vec3",
  523. "x": 1,
  524. "y": 1,
  525. "z": 1
  526. },
  527. "_mobility": 0,
  528. "_layer": 1073741824,
  529. "_euler": {
  530. "__type__": "cc.Vec3",
  531. "x": 0,
  532. "y": 0,
  533. "z": 0
  534. },
  535. "_id": ""
  536. },
  537. {
  538. "__type__": "cc.UITransform",
  539. "_name": "",
  540. "_objFlags": 0,
  541. "__editorExtras__": {},
  542. "node": {
  543. "__id__": 18
  544. },
  545. "_enabled": true,
  546. "__prefab": {
  547. "__id__": 20
  548. },
  549. "_contentSize": {
  550. "__type__": "cc.Size",
  551. "width": 50,
  552. "height": 8
  553. },
  554. "_anchorPoint": {
  555. "__type__": "cc.Vec2",
  556. "x": 0,
  557. "y": 0.5
  558. },
  559. "_id": ""
  560. },
  561. {
  562. "__type__": "cc.CompPrefabInfo",
  563. "fileId": "28Okm2nJRKZ7wubtHhrSj5"
  564. },
  565. {
  566. "__type__": "cc.Sprite",
  567. "_name": "",
  568. "_objFlags": 0,
  569. "__editorExtras__": {},
  570. "node": {
  571. "__id__": 18
  572. },
  573. "_enabled": true,
  574. "__prefab": {
  575. "__id__": 22
  576. },
  577. "_customMaterial": null,
  578. "_srcBlendFactor": 2,
  579. "_dstBlendFactor": 4,
  580. "_color": {
  581. "__type__": "cc.Color",
  582. "r": 255,
  583. "g": 255,
  584. "b": 255,
  585. "a": 255
  586. },
  587. "_spriteFrame": {
  588. "__uuid__": "f5b3c771-0b73-4b9e-a778-932e7ee9d8fa@f9941",
  589. "__expectedType__": "cc.SpriteFrame"
  590. },
  591. "_type": 1,
  592. "_fillType": 0,
  593. "_sizeMode": 0,
  594. "_fillCenter": {
  595. "__type__": "cc.Vec2",
  596. "x": 0,
  597. "y": 0
  598. },
  599. "_fillStart": 0,
  600. "_fillRange": 0,
  601. "_isTrimmedMode": true,
  602. "_useGrayscale": false,
  603. "_atlas": null,
  604. "_id": ""
  605. },
  606. {
  607. "__type__": "cc.CompPrefabInfo",
  608. "fileId": "f8/uX2gppPKZp15CvdbKAa"
  609. },
  610. {
  611. "__type__": "cc.PrefabInfo",
  612. "root": {
  613. "__id__": 1
  614. },
  615. "asset": {
  616. "__id__": 0
  617. },
  618. "fileId": "321igvQXtHC71l2sinZq0U",
  619. "instance": null,
  620. "targetOverrides": null,
  621. "nestedPrefabInstanceRoots": null
  622. },
  623. {
  624. "__type__": "cc.UITransform",
  625. "_name": "",
  626. "_objFlags": 0,
  627. "__editorExtras__": {},
  628. "node": {
  629. "__id__": 17
  630. },
  631. "_enabled": true,
  632. "__prefab": {
  633. "__id__": 25
  634. },
  635. "_contentSize": {
  636. "__type__": "cc.Size",
  637. "width": 50,
  638. "height": 8
  639. },
  640. "_anchorPoint": {
  641. "__type__": "cc.Vec2",
  642. "x": 0.5,
  643. "y": 0.5
  644. },
  645. "_id": ""
  646. },
  647. {
  648. "__type__": "cc.CompPrefabInfo",
  649. "fileId": "85OsaD699IWqtLwvV+a6CE"
  650. },
  651. {
  652. "__type__": "cc.Sprite",
  653. "_name": "",
  654. "_objFlags": 0,
  655. "__editorExtras__": {},
  656. "node": {
  657. "__id__": 17
  658. },
  659. "_enabled": true,
  660. "__prefab": {
  661. "__id__": 27
  662. },
  663. "_customMaterial": null,
  664. "_srcBlendFactor": 2,
  665. "_dstBlendFactor": 4,
  666. "_color": {
  667. "__type__": "cc.Color",
  668. "r": 255,
  669. "g": 255,
  670. "b": 255,
  671. "a": 255
  672. },
  673. "_spriteFrame": null,
  674. "_type": 1,
  675. "_fillType": 0,
  676. "_sizeMode": 0,
  677. "_fillCenter": {
  678. "__type__": "cc.Vec2",
  679. "x": 0,
  680. "y": 0
  681. },
  682. "_fillStart": 0,
  683. "_fillRange": 0,
  684. "_isTrimmedMode": true,
  685. "_useGrayscale": false,
  686. "_atlas": null,
  687. "_id": ""
  688. },
  689. {
  690. "__type__": "cc.CompPrefabInfo",
  691. "fileId": "c5EZgvv4NIxo8d9lZkpLu+"
  692. },
  693. {
  694. "__type__": "cc.ProgressBar",
  695. "_name": "",
  696. "_objFlags": 0,
  697. "__editorExtras__": {},
  698. "node": {
  699. "__id__": 17
  700. },
  701. "_enabled": true,
  702. "__prefab": {
  703. "__id__": 29
  704. },
  705. "_barSprite": {
  706. "__id__": 21
  707. },
  708. "_mode": 0,
  709. "_totalLength": 50,
  710. "_progress": 1,
  711. "_reverse": false,
  712. "_id": ""
  713. },
  714. {
  715. "__type__": "cc.CompPrefabInfo",
  716. "fileId": "917k5QCVxFRai/rWLZYYAA"
  717. },
  718. {
  719. "__type__": "cc.PrefabInfo",
  720. "root": {
  721. "__id__": 1
  722. },
  723. "asset": {
  724. "__id__": 0
  725. },
  726. "fileId": "e7NJ39T0BEhYnJ4HIeKnh6",
  727. "instance": null,
  728. "targetOverrides": null,
  729. "nestedPrefabInstanceRoots": null
  730. },
  731. {
  732. "__type__": "cc.UITransform",
  733. "_name": "",
  734. "_objFlags": 0,
  735. "__editorExtras__": {},
  736. "node": {
  737. "__id__": 2
  738. },
  739. "_enabled": true,
  740. "__prefab": {
  741. "__id__": 32
  742. },
  743. "_contentSize": {
  744. "__type__": "cc.Size",
  745. "width": 51,
  746. "height": 13
  747. },
  748. "_anchorPoint": {
  749. "__type__": "cc.Vec2",
  750. "x": 0.5,
  751. "y": 0.5
  752. },
  753. "_id": ""
  754. },
  755. {
  756. "__type__": "cc.CompPrefabInfo",
  757. "fileId": "c0xBcPh6RJNq+0oHg/5T4W"
  758. },
  759. {
  760. "__type__": "cc.Sprite",
  761. "_name": "",
  762. "_objFlags": 0,
  763. "__editorExtras__": {},
  764. "node": {
  765. "__id__": 2
  766. },
  767. "_enabled": true,
  768. "__prefab": {
  769. "__id__": 34
  770. },
  771. "_customMaterial": null,
  772. "_srcBlendFactor": 2,
  773. "_dstBlendFactor": 4,
  774. "_color": {
  775. "__type__": "cc.Color",
  776. "r": 255,
  777. "g": 255,
  778. "b": 255,
  779. "a": 255
  780. },
  781. "_spriteFrame": null,
  782. "_type": 0,
  783. "_fillType": 0,
  784. "_sizeMode": 1,
  785. "_fillCenter": {
  786. "__type__": "cc.Vec2",
  787. "x": 0,
  788. "y": 0
  789. },
  790. "_fillStart": 0,
  791. "_fillRange": 0,
  792. "_isTrimmedMode": true,
  793. "_useGrayscale": false,
  794. "_atlas": null,
  795. "_id": ""
  796. },
  797. {
  798. "__type__": "cc.CompPrefabInfo",
  799. "fileId": "749I8dS7lParY+7HDeJxar"
  800. },
  801. {
  802. "__type__": "8c2b2vO4etNJpD2LS95veLN",
  803. "_name": "",
  804. "_objFlags": 0,
  805. "__editorExtras__": {},
  806. "node": {
  807. "__id__": 2
  808. },
  809. "_enabled": true,
  810. "__prefab": {
  811. "__id__": 36
  812. },
  813. "redBarNode": {
  814. "__id__": 17
  815. },
  816. "yellowBarNode": {
  817. "__id__": 3
  818. },
  819. "hpBarRootNode": {
  820. "__id__": 2
  821. },
  822. "_id": ""
  823. },
  824. {
  825. "__type__": "cc.CompPrefabInfo",
  826. "fileId": "e0BPE1F8dP6rncsQI+aqhd"
  827. },
  828. {
  829. "__type__": "cc.PrefabInfo",
  830. "root": {
  831. "__id__": 1
  832. },
  833. "asset": {
  834. "__id__": 0
  835. },
  836. "fileId": "45Lrr+eo5KiLJy5Ju4b9xG",
  837. "instance": null,
  838. "targetOverrides": null,
  839. "nestedPrefabInstanceRoots": null
  840. },
  841. {
  842. "__type__": "cc.Node",
  843. "_name": "EnemySprite",
  844. "_objFlags": 0,
  845. "__editorExtras__": {},
  846. "_parent": {
  847. "__id__": 1
  848. },
  849. "_children": [],
  850. "_active": true,
  851. "_components": [
  852. {
  853. "__id__": 39
  854. },
  855. {
  856. "__id__": 41
  857. },
  858. {
  859. "__id__": 43
  860. },
  861. {
  862. "__id__": 45
  863. }
  864. ],
  865. "_prefab": {
  866. "__id__": 47
  867. },
  868. "_lpos": {
  869. "__type__": "cc.Vec3",
  870. "x": 0,
  871. "y": -74.65838509316771,
  872. "z": 0
  873. },
  874. "_lrot": {
  875. "__type__": "cc.Quat",
  876. "x": 0,
  877. "y": 0,
  878. "z": 0,
  879. "w": 1
  880. },
  881. "_lscale": {
  882. "__type__": "cc.Vec3",
  883. "x": 1,
  884. "y": 1,
  885. "z": 1
  886. },
  887. "_mobility": 0,
  888. "_layer": 1073741824,
  889. "_euler": {
  890. "__type__": "cc.Vec3",
  891. "x": 0,
  892. "y": 0,
  893. "z": 0
  894. },
  895. "_id": ""
  896. },
  897. {
  898. "__type__": "cc.UITransform",
  899. "_name": "",
  900. "_objFlags": 0,
  901. "__editorExtras__": {},
  902. "node": {
  903. "__id__": 38
  904. },
  905. "_enabled": true,
  906. "__prefab": {
  907. "__id__": 40
  908. },
  909. "_contentSize": {
  910. "__type__": "cc.Size",
  911. "width": 79,
  912. "height": 95
  913. },
  914. "_anchorPoint": {
  915. "__type__": "cc.Vec2",
  916. "x": 0.31645569620253167,
  917. "y": 0.08421052631578947
  918. },
  919. "_id": ""
  920. },
  921. {
  922. "__type__": "cc.CompPrefabInfo",
  923. "fileId": "cdiiDfs5JKGLRl8Noxu8Cy"
  924. },
  925. {
  926. "__type__": "sp.Skeleton",
  927. "_name": "",
  928. "_objFlags": 0,
  929. "__editorExtras__": {},
  930. "node": {
  931. "__id__": 38
  932. },
  933. "_enabled": true,
  934. "__prefab": {
  935. "__id__": 42
  936. },
  937. "_customMaterial": null,
  938. "_srcBlendFactor": 2,
  939. "_dstBlendFactor": 4,
  940. "_color": {
  941. "__type__": "cc.Color",
  942. "r": 255,
  943. "g": 255,
  944. "b": 255,
  945. "a": 255
  946. },
  947. "_skeletonData": {
  948. "__uuid__": "f25d87ae-d447-4b09-a391-0748f139b15b",
  949. "__expectedType__": "sp.SkeletonData"
  950. },
  951. "defaultSkin": "default",
  952. "defaultAnimation": "",
  953. "_premultipliedAlpha": true,
  954. "_timeScale": 1,
  955. "_preCacheMode": 0,
  956. "_cacheMode": 0,
  957. "_sockets": [],
  958. "_useTint": false,
  959. "_debugMesh": false,
  960. "_debugBones": false,
  961. "_debugSlots": false,
  962. "_enableBatch": false,
  963. "loop": true,
  964. "_id": ""
  965. },
  966. {
  967. "__type__": "cc.CompPrefabInfo",
  968. "fileId": "e2um1VDSpJIrTA20MqhK78"
  969. },
  970. {
  971. "__type__": "cc.BoxCollider2D",
  972. "_name": "",
  973. "_objFlags": 0,
  974. "__editorExtras__": {},
  975. "node": {
  976. "__id__": 38
  977. },
  978. "_enabled": true,
  979. "__prefab": {
  980. "__id__": 44
  981. },
  982. "tag": 4,
  983. "_group": 16,
  984. "_density": 1,
  985. "_sensor": true,
  986. "_friction": 0.2,
  987. "_restitution": 0,
  988. "_offset": {
  989. "__type__": "cc.Vec2",
  990. "x": 14.250000000000002,
  991. "y": 32.75
  992. },
  993. "_size": {
  994. "__type__": "cc.Size",
  995. "width": 77.5,
  996. "height": 80.5
  997. },
  998. "_id": ""
  999. },
  1000. {
  1001. "__type__": "cc.CompPrefabInfo",
  1002. "fileId": "5auVs+BJZBSIFkZ6xr23ul"
  1003. },
  1004. {
  1005. "__type__": "cc.RigidBody2D",
  1006. "_name": "",
  1007. "_objFlags": 0,
  1008. "__editorExtras__": {},
  1009. "node": {
  1010. "__id__": 38
  1011. },
  1012. "_enabled": true,
  1013. "__prefab": {
  1014. "__id__": 46
  1015. },
  1016. "enabledContactListener": false,
  1017. "bullet": false,
  1018. "awakeOnLoad": true,
  1019. "_group": 16,
  1020. "_type": 1,
  1021. "_allowSleep": true,
  1022. "_gravityScale": 1,
  1023. "_linearDamping": 0,
  1024. "_angularDamping": 0,
  1025. "_linearVelocity": {
  1026. "__type__": "cc.Vec2",
  1027. "x": 0,
  1028. "y": 0
  1029. },
  1030. "_angularVelocity": 0,
  1031. "_fixedRotation": false,
  1032. "_id": ""
  1033. },
  1034. {
  1035. "__type__": "cc.CompPrefabInfo",
  1036. "fileId": "6auMruGT9BiaAWJDB/+DBk"
  1037. },
  1038. {
  1039. "__type__": "cc.PrefabInfo",
  1040. "root": {
  1041. "__id__": 1
  1042. },
  1043. "asset": {
  1044. "__id__": 0
  1045. },
  1046. "fileId": "a25hnm9KdA1Zduj43oPQky",
  1047. "instance": null,
  1048. "targetOverrides": null,
  1049. "nestedPrefabInstanceRoots": null
  1050. },
  1051. {
  1052. "__type__": "cc.UITransform",
  1053. "_name": "",
  1054. "_objFlags": 0,
  1055. "__editorExtras__": {},
  1056. "node": {
  1057. "__id__": 1
  1058. },
  1059. "_enabled": true,
  1060. "__prefab": {
  1061. "__id__": 49
  1062. },
  1063. "_contentSize": {
  1064. "__type__": "cc.Size",
  1065. "width": 77.5,
  1066. "height": 50
  1067. },
  1068. "_anchorPoint": {
  1069. "__type__": "cc.Vec2",
  1070. "x": 0.3161290322580645,
  1071. "y": 0.09316770186335403
  1072. },
  1073. "_id": ""
  1074. },
  1075. {
  1076. "__type__": "cc.CompPrefabInfo",
  1077. "fileId": "2apLO5YClCFKE5JlkC5eQ8"
  1078. },
  1079. {
  1080. "__type__": "cc.Layout",
  1081. "_name": "",
  1082. "_objFlags": 0,
  1083. "__editorExtras__": {},
  1084. "node": {
  1085. "__id__": 1
  1086. },
  1087. "_enabled": true,
  1088. "__prefab": {
  1089. "__id__": 51
  1090. },
  1091. "_resizeMode": 0,
  1092. "_layoutType": 2,
  1093. "_cellSize": {
  1094. "__type__": "cc.Size",
  1095. "width": 40,
  1096. "height": 40
  1097. },
  1098. "_startAxis": 0,
  1099. "_paddingLeft": 0,
  1100. "_paddingRight": 0,
  1101. "_paddingTop": 0,
  1102. "_paddingBottom": 0,
  1103. "_spacingX": 0,
  1104. "_spacingY": 20,
  1105. "_verticalDirection": 1,
  1106. "_horizontalDirection": 0,
  1107. "_constraint": 0,
  1108. "_constraintNum": 2,
  1109. "_affectedByScale": false,
  1110. "_isAlign": false,
  1111. "_id": ""
  1112. },
  1113. {
  1114. "__type__": "cc.CompPrefabInfo",
  1115. "fileId": "ebglpblo5G0bQ4joGSPT9j"
  1116. },
  1117. {
  1118. "__type__": "cc.PrefabInfo",
  1119. "root": {
  1120. "__id__": 1
  1121. },
  1122. "asset": {
  1123. "__id__": 0
  1124. },
  1125. "fileId": "38hOg6AAZGVojOqsmsY5rA",
  1126. "instance": null,
  1127. "targetOverrides": null
  1128. }
  1129. ]