bullet.prefab 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283
  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": "bullet",
  17. "_objFlags": 0,
  18. "_parent": null,
  19. "_children": [
  20. {
  21. "__id__": 2
  22. }
  23. ],
  24. "_active": true,
  25. "_components": [
  26. {
  27. "__id__": 5
  28. },
  29. {
  30. "__id__": 6
  31. },
  32. {
  33. "__id__": 7
  34. }
  35. ],
  36. "_prefab": {
  37. "__id__": 8
  38. },
  39. "_opacity": 255,
  40. "_color": {
  41. "__type__": "cc.Color",
  42. "r": 255,
  43. "g": 255,
  44. "b": 255,
  45. "a": 255
  46. },
  47. "_contentSize": {
  48. "__type__": "cc.Size",
  49. "width": 60,
  50. "height": 25
  51. },
  52. "_anchorPoint": {
  53. "__type__": "cc.Vec2",
  54. "x": 0.5,
  55. "y": 0.5
  56. },
  57. "_trs": {
  58. "__type__": "TypedArray",
  59. "ctor": "Float64Array",
  60. "array": [
  61. 0,
  62. 0,
  63. 0,
  64. 0,
  65. 0,
  66. 0,
  67. 1,
  68. 1,
  69. 1,
  70. 1
  71. ]
  72. },
  73. "_eulerAngles": {
  74. "__type__": "cc.Vec3",
  75. "x": 0,
  76. "y": 0,
  77. "z": 0
  78. },
  79. "_skewX": 0,
  80. "_skewY": 0,
  81. "_is3DNode": false,
  82. "_groupIndex": 0,
  83. "groupIndex": 0,
  84. "_id": ""
  85. },
  86. {
  87. "__type__": "cc.Node",
  88. "_name": "bullet_1102",
  89. "_objFlags": 0,
  90. "_parent": {
  91. "__id__": 1
  92. },
  93. "_children": [],
  94. "_active": true,
  95. "_components": [
  96. {
  97. "__id__": 3
  98. }
  99. ],
  100. "_prefab": {
  101. "__id__": 4
  102. },
  103. "_opacity": 255,
  104. "_color": {
  105. "__type__": "cc.Color",
  106. "r": 255,
  107. "g": 255,
  108. "b": 255,
  109. "a": 255
  110. },
  111. "_contentSize": {
  112. "__type__": "cc.Size",
  113. "width": 248,
  114. "height": 250
  115. },
  116. "_anchorPoint": {
  117. "__type__": "cc.Vec2",
  118. "x": 0.5,
  119. "y": 0.5
  120. },
  121. "_trs": {
  122. "__type__": "TypedArray",
  123. "ctor": "Float64Array",
  124. "array": [
  125. 0,
  126. 0,
  127. 0,
  128. 0,
  129. 0,
  130. 0,
  131. 1,
  132. 1,
  133. 1,
  134. 1
  135. ]
  136. },
  137. "_eulerAngles": {
  138. "__type__": "cc.Vec3",
  139. "x": 0,
  140. "y": 0,
  141. "z": 0
  142. },
  143. "_skewX": 0,
  144. "_skewY": 0,
  145. "_is3DNode": false,
  146. "_groupIndex": 0,
  147. "groupIndex": 0,
  148. "_id": ""
  149. },
  150. {
  151. "__type__": "sp.Skeleton",
  152. "_name": "",
  153. "_objFlags": 0,
  154. "node": {
  155. "__id__": 2
  156. },
  157. "_enabled": true,
  158. "_materials": [
  159. {
  160. "__uuid__": "7afd064b-113f-480e-b793-8817d19f63c3"
  161. }
  162. ],
  163. "paused": false,
  164. "defaultSkin": "default",
  165. "defaultAnimation": "animation",
  166. "_preCacheMode": 0,
  167. "_cacheMode": 0,
  168. "loop": true,
  169. "premultipliedAlpha": true,
  170. "timeScale": 1,
  171. "_accTime": 0,
  172. "_playCount": 0,
  173. "_frameCache": null,
  174. "_curFrame": null,
  175. "_skeletonCache": null,
  176. "_animationName": "animation",
  177. "_animationQueue": [],
  178. "_headAniInfo": null,
  179. "_playTimes": 0,
  180. "_isAniComplete": true,
  181. "_N$skeletonData": {
  182. "__uuid__": "b2e2c2c4-40c6-4d9c-b93c-1793023c0f1a"
  183. },
  184. "_N$_defaultCacheMode": 0,
  185. "_N$debugSlots": false,
  186. "_N$debugBones": false,
  187. "_N$debugMesh": false,
  188. "_N$useTint": false,
  189. "_N$enableBatch": false,
  190. "_id": ""
  191. },
  192. {
  193. "__type__": "cc.PrefabInfo",
  194. "root": {
  195. "__id__": 1
  196. },
  197. "asset": {
  198. "__uuid__": "1eacd87d-9cfb-44c5-9eb8-aa8ed1eedb9e"
  199. },
  200. "fileId": "3dkhyTDVZMUp7xssLxWXT3",
  201. "sync": false
  202. },
  203. {
  204. "__type__": "cc.RigidBody",
  205. "_name": "",
  206. "_objFlags": 0,
  207. "node": {
  208. "__id__": 1
  209. },
  210. "_enabled": true,
  211. "_type": 2,
  212. "_allowSleep": true,
  213. "_gravityScale": 0,
  214. "_linearDamping": 0,
  215. "_angularDamping": 0,
  216. "_linearVelocity": {
  217. "__type__": "cc.Vec2",
  218. "x": 0,
  219. "y": 0
  220. },
  221. "_angularVelocity": 0,
  222. "_fixedRotation": true,
  223. "enabledContactListener": true,
  224. "bullet": true,
  225. "awakeOnLoad": true,
  226. "_id": ""
  227. },
  228. {
  229. "__type__": "cc.PhysicsBoxCollider",
  230. "_name": "",
  231. "_objFlags": 0,
  232. "node": {
  233. "__id__": 1
  234. },
  235. "_enabled": true,
  236. "tag": 0,
  237. "_density": 0,
  238. "_sensor": true,
  239. "_friction": 0,
  240. "_restitution": 0,
  241. "body": null,
  242. "_offset": {
  243. "__type__": "cc.Vec2",
  244. "x": 0,
  245. "y": 0
  246. },
  247. "_size": {
  248. "__type__": "cc.Size",
  249. "width": 60,
  250. "height": 25
  251. },
  252. "_id": ""
  253. },
  254. {
  255. "__type__": "bafd5c2oApEG68YzTvq5kF1",
  256. "_name": "",
  257. "_objFlags": 0,
  258. "node": {
  259. "__id__": 1
  260. },
  261. "_enabled": true,
  262. "speed": 2000,
  263. "distance": 200,
  264. "mStartEffect": {
  265. "__uuid__": "0ecb397f-fd8f-477f-9b0b-8d358cf99ec6"
  266. },
  267. "mHitEffect": {
  268. "__uuid__": "a5cae8cf-11bc-495e-89ba-6efcb82dcca2"
  269. },
  270. "_id": ""
  271. },
  272. {
  273. "__type__": "cc.PrefabInfo",
  274. "root": {
  275. "__id__": 1
  276. },
  277. "asset": {
  278. "__uuid__": "1eacd87d-9cfb-44c5-9eb8-aa8ed1eedb9e"
  279. },
  280. "fileId": "",
  281. "sync": false
  282. }
  283. ]