PelletContainer.prefab 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498
  1. [
  2. {
  3. "__type__": "cc.Prefab",
  4. "_name": "PelletContainer",
  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": "PelletContainer",
  17. "_objFlags": 0,
  18. "__editorExtras__": {},
  19. "_parent": null,
  20. "_children": [
  21. {
  22. "__id__": 2
  23. },
  24. {
  25. "__id__": 8
  26. }
  27. ],
  28. "_active": true,
  29. "_components": [
  30. {
  31. "__id__": 14
  32. },
  33. {
  34. "__id__": 16
  35. },
  36. {
  37. "__id__": 18
  38. },
  39. {
  40. "__id__": 20
  41. },
  42. {
  43. "__id__": 22
  44. }
  45. ],
  46. "_prefab": {
  47. "__id__": 24
  48. },
  49. "_lpos": {
  50. "__type__": "cc.Vec3",
  51. "x": 9.688,
  52. "y": 0,
  53. "z": 0
  54. },
  55. "_lrot": {
  56. "__type__": "cc.Quat",
  57. "x": 0,
  58. "y": 0,
  59. "z": 0,
  60. "w": 1
  61. },
  62. "_lscale": {
  63. "__type__": "cc.Vec3",
  64. "x": 1,
  65. "y": 1,
  66. "z": 1
  67. },
  68. "_mobility": 0,
  69. "_layer": 33554432,
  70. "_euler": {
  71. "__type__": "cc.Vec3",
  72. "x": 0,
  73. "y": 0,
  74. "z": 0
  75. },
  76. "_id": ""
  77. },
  78. {
  79. "__type__": "cc.Node",
  80. "_name": "TrailEffect",
  81. "_objFlags": 0,
  82. "__editorExtras__": {},
  83. "_parent": {
  84. "__id__": 1
  85. },
  86. "_children": [],
  87. "_active": true,
  88. "_components": [
  89. {
  90. "__id__": 3
  91. },
  92. {
  93. "__id__": 5
  94. }
  95. ],
  96. "_prefab": {
  97. "__id__": 7
  98. },
  99. "_lpos": {
  100. "__type__": "cc.Vec3",
  101. "x": 0,
  102. "y": 0,
  103. "z": 0
  104. },
  105. "_lrot": {
  106. "__type__": "cc.Quat",
  107. "x": 0,
  108. "y": 0,
  109. "z": 0,
  110. "w": 1
  111. },
  112. "_lscale": {
  113. "__type__": "cc.Vec3",
  114. "x": 1,
  115. "y": 1,
  116. "z": 1
  117. },
  118. "_mobility": 0,
  119. "_layer": 33554432,
  120. "_euler": {
  121. "__type__": "cc.Vec3",
  122. "x": 0,
  123. "y": 0,
  124. "z": 0
  125. },
  126. "_id": ""
  127. },
  128. {
  129. "__type__": "cc.UITransform",
  130. "_name": "",
  131. "_objFlags": 0,
  132. "__editorExtras__": {},
  133. "node": {
  134. "__id__": 2
  135. },
  136. "_enabled": true,
  137. "__prefab": {
  138. "__id__": 4
  139. },
  140. "_contentSize": {
  141. "__type__": "cc.Size",
  142. "width": 100,
  143. "height": 100
  144. },
  145. "_anchorPoint": {
  146. "__type__": "cc.Vec2",
  147. "x": 0.5,
  148. "y": 0.5
  149. },
  150. "_id": ""
  151. },
  152. {
  153. "__type__": "cc.CompPrefabInfo",
  154. "fileId": "TrailEffectUITransform001"
  155. },
  156. {
  157. "__type__": "cc.MotionStreak",
  158. "_name": "",
  159. "_objFlags": 0,
  160. "__editorExtras__": {},
  161. "node": {
  162. "__id__": 2
  163. },
  164. "_enabled": true,
  165. "__prefab": {
  166. "__id__": 6
  167. },
  168. "_customMaterial": null,
  169. "_srcBlendFactor": 2,
  170. "_dstBlendFactor": 4,
  171. "_color": {
  172. "__type__": "cc.Color",
  173. "r": 255,
  174. "g": 255,
  175. "b": 255,
  176. "a": 255
  177. },
  178. "_preview": false,
  179. "_fadeTime": 0.5,
  180. "_minSeg": 1.1,
  181. "_stroke": 30,
  182. "_texture": {
  183. "__uuid__": "87ea3ba6-4cd5-4189-8d1d-9d069ea009a8@6c48a",
  184. "__expectedType__": "cc.Texture2D"
  185. },
  186. "_fastMode": false,
  187. "_id": ""
  188. },
  189. {
  190. "__type__": "cc.CompPrefabInfo",
  191. "fileId": "TrailEffectMotionStreak001"
  192. },
  193. {
  194. "__type__": "cc.PrefabInfo",
  195. "root": {
  196. "__id__": 1
  197. },
  198. "asset": {
  199. "__id__": 0
  200. },
  201. "fileId": "TrailEffectPrefabInfo001",
  202. "instance": null,
  203. "targetOverrides": null,
  204. "nestedPrefabInstanceRoots": null
  205. },
  206. {
  207. "__type__": "cc.Node",
  208. "_name": "Pellet",
  209. "_objFlags": 0,
  210. "__editorExtras__": {},
  211. "_parent": {
  212. "__id__": 1
  213. },
  214. "_children": [],
  215. "_active": true,
  216. "_components": [
  217. {
  218. "__id__": 9
  219. },
  220. {
  221. "__id__": 11
  222. }
  223. ],
  224. "_prefab": {
  225. "__id__": 13
  226. },
  227. "_lpos": {
  228. "__type__": "cc.Vec3",
  229. "x": 0,
  230. "y": 0,
  231. "z": 0
  232. },
  233. "_lrot": {
  234. "__type__": "cc.Quat",
  235. "x": 0,
  236. "y": 0,
  237. "z": 0,
  238. "w": 1
  239. },
  240. "_lscale": {
  241. "__type__": "cc.Vec3",
  242. "x": 1,
  243. "y": 1,
  244. "z": 1
  245. },
  246. "_mobility": 0,
  247. "_layer": 33554432,
  248. "_euler": {
  249. "__type__": "cc.Vec3",
  250. "x": 0,
  251. "y": 0,
  252. "z": 0
  253. },
  254. "_id": ""
  255. },
  256. {
  257. "__type__": "cc.UITransform",
  258. "_name": "",
  259. "_objFlags": 0,
  260. "__editorExtras__": {},
  261. "node": {
  262. "__id__": 8
  263. },
  264. "_enabled": true,
  265. "__prefab": {
  266. "__id__": 10
  267. },
  268. "_contentSize": {
  269. "__type__": "cc.Size",
  270. "width": 57,
  271. "height": 57
  272. },
  273. "_anchorPoint": {
  274. "__type__": "cc.Vec2",
  275. "x": 0.5,
  276. "y": 0.5
  277. },
  278. "_id": ""
  279. },
  280. {
  281. "__type__": "cc.CompPrefabInfo",
  282. "fileId": "4cFfiGSRRNBJ6HQnvWhKN6"
  283. },
  284. {
  285. "__type__": "cc.Sprite",
  286. "_name": "",
  287. "_objFlags": 0,
  288. "__editorExtras__": {},
  289. "node": {
  290. "__id__": 8
  291. },
  292. "_enabled": true,
  293. "__prefab": {
  294. "__id__": 12
  295. },
  296. "_customMaterial": null,
  297. "_srcBlendFactor": 2,
  298. "_dstBlendFactor": 4,
  299. "_color": {
  300. "__type__": "cc.Color",
  301. "r": 255,
  302. "g": 255,
  303. "b": 255,
  304. "a": 255
  305. },
  306. "_spriteFrame": null,
  307. "_type": 0,
  308. "_fillType": 0,
  309. "_sizeMode": 1,
  310. "_fillCenter": {
  311. "__type__": "cc.Vec2",
  312. "x": 0,
  313. "y": 0
  314. },
  315. "_fillStart": 0,
  316. "_fillRange": 0,
  317. "_isTrimmedMode": true,
  318. "_useGrayscale": false,
  319. "_atlas": null,
  320. "_id": ""
  321. },
  322. {
  323. "__type__": "cc.CompPrefabInfo",
  324. "fileId": "5eXYZPbTFA2p6UgLI/X6fq"
  325. },
  326. {
  327. "__type__": "cc.PrefabInfo",
  328. "root": {
  329. "__id__": 1
  330. },
  331. "asset": {
  332. "__id__": 0
  333. },
  334. "fileId": "b1luMUWcFJmqi7I1A/cZXE",
  335. "instance": null,
  336. "targetOverrides": null,
  337. "nestedPrefabInstanceRoots": null
  338. },
  339. {
  340. "__type__": "cc.UITransform",
  341. "_name": "",
  342. "_objFlags": 0,
  343. "__editorExtras__": {},
  344. "node": {
  345. "__id__": 1
  346. },
  347. "_enabled": true,
  348. "__prefab": {
  349. "__id__": 15
  350. },
  351. "_contentSize": {
  352. "__type__": "cc.Size",
  353. "width": 57,
  354. "height": 57
  355. },
  356. "_anchorPoint": {
  357. "__type__": "cc.Vec2",
  358. "x": 0.5,
  359. "y": 0.5
  360. },
  361. "_id": ""
  362. },
  363. {
  364. "__type__": "cc.CompPrefabInfo",
  365. "fileId": "01PFH40wdI/5w0W4w5nM/4"
  366. },
  367. {
  368. "__type__": "cc.RigidBody2D",
  369. "_name": "",
  370. "_objFlags": 0,
  371. "__editorExtras__": {},
  372. "node": {
  373. "__id__": 1
  374. },
  375. "_enabled": true,
  376. "__prefab": {
  377. "__id__": 17
  378. },
  379. "enabledContactListener": true,
  380. "bullet": true,
  381. "awakeOnLoad": true,
  382. "_group": 8,
  383. "_type": 2,
  384. "_allowSleep": false,
  385. "_gravityScale": 0,
  386. "_linearDamping": 0,
  387. "_angularDamping": 0,
  388. "_linearVelocity": {
  389. "__type__": "cc.Vec2",
  390. "x": 0,
  391. "y": 0
  392. },
  393. "_angularVelocity": 0,
  394. "_fixedRotation": false,
  395. "_id": ""
  396. },
  397. {
  398. "__type__": "cc.CompPrefabInfo",
  399. "fileId": "37zBafaaVBPKJGfhjp2CA5"
  400. },
  401. {
  402. "__type__": "cc.BoxCollider2D",
  403. "_name": "",
  404. "_objFlags": 0,
  405. "__editorExtras__": {},
  406. "node": {
  407. "__id__": 1
  408. },
  409. "_enabled": true,
  410. "__prefab": {
  411. "__id__": 19
  412. },
  413. "tag": 3,
  414. "_group": 8,
  415. "_density": 1,
  416. "_sensor": false,
  417. "_friction": 0.2,
  418. "_restitution": 0,
  419. "_offset": {
  420. "__type__": "cc.Vec2",
  421. "x": 0,
  422. "y": 0
  423. },
  424. "_size": {
  425. "__type__": "cc.Size",
  426. "width": 57,
  427. "height": 57
  428. },
  429. "_id": ""
  430. },
  431. {
  432. "__type__": "cc.CompPrefabInfo",
  433. "fileId": "f6qdCY1HlJnrlAGAQlEG80"
  434. },
  435. {
  436. "__type__": "45e52RfjzZAfatmnUHw8J5a",
  437. "_name": "",
  438. "_objFlags": 0,
  439. "__editorExtras__": {},
  440. "node": {
  441. "__id__": 1
  442. },
  443. "_enabled": true,
  444. "__prefab": {
  445. "__id__": 21
  446. },
  447. "motionStreak": {
  448. "__id__": 5
  449. },
  450. "_id": ""
  451. },
  452. {
  453. "__type__": "cc.CompPrefabInfo",
  454. "fileId": "8ey0IBbt9BvZLCcxeeDHqf"
  455. },
  456. {
  457. "__type__": "cc.CircleCollider2D",
  458. "_name": "",
  459. "_objFlags": 0,
  460. "__editorExtras__": {},
  461. "node": {
  462. "__id__": 1
  463. },
  464. "_enabled": true,
  465. "__prefab": {
  466. "__id__": 23
  467. },
  468. "tag": 6,
  469. "_group": 64,
  470. "_density": 1,
  471. "_sensor": true,
  472. "_friction": 0.2,
  473. "_restitution": 0,
  474. "_offset": {
  475. "__type__": "cc.Vec2",
  476. "x": 0,
  477. "y": 0
  478. },
  479. "_radius": 250,
  480. "_id": ""
  481. },
  482. {
  483. "__type__": "cc.CompPrefabInfo",
  484. "fileId": "e9fBJ0DcZD168AdMkLad3S"
  485. },
  486. {
  487. "__type__": "cc.PrefabInfo",
  488. "root": {
  489. "__id__": 1
  490. },
  491. "asset": {
  492. "__id__": 0
  493. },
  494. "fileId": "ecZuuI1ixD85bubQwhroh8",
  495. "instance": null,
  496. "targetOverrides": null
  497. }
  498. ]