bubble.prefab 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425
  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": "bubble",
  17. "_objFlags": 0,
  18. "_parent": null,
  19. "_children": [
  20. {
  21. "__id__": 2
  22. },
  23. {
  24. "__id__": 6
  25. }
  26. ],
  27. "_active": true,
  28. "_components": [
  29. {
  30. "__id__": 10
  31. },
  32. {
  33. "__id__": 11
  34. }
  35. ],
  36. "_prefab": {
  37. "__id__": 12
  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": 60
  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": "bubble",
  89. "_objFlags": 0,
  90. "_parent": {
  91. "__id__": 1
  92. },
  93. "_children": [],
  94. "_active": true,
  95. "_components": [
  96. {
  97. "__id__": 3
  98. },
  99. {
  100. "__id__": 4
  101. }
  102. ],
  103. "_prefab": {
  104. "__id__": 5
  105. },
  106. "_opacity": 255,
  107. "_color": {
  108. "__type__": "cc.Color",
  109. "r": 255,
  110. "g": 255,
  111. "b": 255,
  112. "a": 255
  113. },
  114. "_contentSize": {
  115. "__type__": "cc.Size",
  116. "width": 0,
  117. "height": 0
  118. },
  119. "_anchorPoint": {
  120. "__type__": "cc.Vec2",
  121. "x": 0.5,
  122. "y": 0.5
  123. },
  124. "_trs": {
  125. "__type__": "TypedArray",
  126. "ctor": "Float64Array",
  127. "array": [
  128. 0,
  129. 0,
  130. 0,
  131. 0,
  132. 0,
  133. 0,
  134. 1,
  135. 1,
  136. 1,
  137. 1
  138. ]
  139. },
  140. "_eulerAngles": {
  141. "__type__": "cc.Vec3",
  142. "x": 0,
  143. "y": 0,
  144. "z": 0
  145. },
  146. "_skewX": 0,
  147. "_skewY": 0,
  148. "_is3DNode": false,
  149. "_groupIndex": 0,
  150. "groupIndex": 0,
  151. "_id": ""
  152. },
  153. {
  154. "__type__": "cc.RigidBody",
  155. "_name": "",
  156. "_objFlags": 0,
  157. "node": {
  158. "__id__": 2
  159. },
  160. "_enabled": true,
  161. "_type": 0,
  162. "_allowSleep": true,
  163. "_gravityScale": 1,
  164. "_linearDamping": 0,
  165. "_angularDamping": 0,
  166. "_linearVelocity": {
  167. "__type__": "cc.Vec2",
  168. "x": 0,
  169. "y": 0
  170. },
  171. "_angularVelocity": 0,
  172. "_fixedRotation": false,
  173. "enabledContactListener": false,
  174. "bullet": false,
  175. "awakeOnLoad": true,
  176. "_id": ""
  177. },
  178. {
  179. "__type__": "cc.PhysicsCircleCollider",
  180. "_name": "",
  181. "_objFlags": 0,
  182. "node": {
  183. "__id__": 2
  184. },
  185. "_enabled": true,
  186. "tag": 0,
  187. "_density": 1,
  188. "_sensor": false,
  189. "_friction": 0.2,
  190. "_restitution": 0,
  191. "body": null,
  192. "_offset": {
  193. "__type__": "cc.Vec2",
  194. "x": 0,
  195. "y": 0
  196. },
  197. "_radius": 40,
  198. "_id": ""
  199. },
  200. {
  201. "__type__": "cc.PrefabInfo",
  202. "root": {
  203. "__id__": 1
  204. },
  205. "asset": {
  206. "__id__": 0
  207. },
  208. "fileId": "b0ohM4VI1FtZ1qlwyvApdH",
  209. "sync": false
  210. },
  211. {
  212. "__type__": "cc.Node",
  213. "_name": "score",
  214. "_objFlags": 0,
  215. "_parent": {
  216. "__id__": 1
  217. },
  218. "_children": [],
  219. "_active": false,
  220. "_components": [
  221. {
  222. "__id__": 7
  223. },
  224. {
  225. "__id__": 8
  226. }
  227. ],
  228. "_prefab": {
  229. "__id__": 9
  230. },
  231. "_opacity": 255,
  232. "_color": {
  233. "__type__": "cc.Color",
  234. "r": 255,
  235. "g": 255,
  236. "b": 255,
  237. "a": 255
  238. },
  239. "_contentSize": {
  240. "__type__": "cc.Size",
  241. "width": 68.4,
  242. "height": 38
  243. },
  244. "_anchorPoint": {
  245. "__type__": "cc.Vec2",
  246. "x": 0.5,
  247. "y": 0.5
  248. },
  249. "_trs": {
  250. "__type__": "TypedArray",
  251. "ctor": "Float64Array",
  252. "array": [
  253. 0,
  254. 0,
  255. 0,
  256. 0,
  257. 0,
  258. 0,
  259. 1,
  260. 0.8,
  261. 0.8,
  262. 1
  263. ]
  264. },
  265. "_eulerAngles": {
  266. "__type__": "cc.Vec3",
  267. "x": 0,
  268. "y": 0,
  269. "z": 0
  270. },
  271. "_skewX": 0,
  272. "_skewY": 0,
  273. "_is3DNode": false,
  274. "_groupIndex": 0,
  275. "groupIndex": 0,
  276. "_id": ""
  277. },
  278. {
  279. "__type__": "cc.Label",
  280. "_name": "",
  281. "_objFlags": 0,
  282. "node": {
  283. "__id__": 6
  284. },
  285. "_enabled": true,
  286. "_materials": [
  287. {
  288. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  289. }
  290. ],
  291. "_srcBlendFactor": 770,
  292. "_dstBlendFactor": 771,
  293. "_string": "10",
  294. "_N$string": "10",
  295. "_fontSize": 38,
  296. "_lineHeight": 38,
  297. "_enableWrapText": true,
  298. "_N$file": {
  299. "__uuid__": "dac8fdcd-8b8f-467b-b63e-100742bffb0f"
  300. },
  301. "_isSystemFontUsed": false,
  302. "_spacingX": 0,
  303. "_batchAsBitmap": false,
  304. "_styleFlags": 1,
  305. "_underlineHeight": 0,
  306. "_N$horizontalAlign": 1,
  307. "_N$verticalAlign": 1,
  308. "_N$fontFamily": "Arial",
  309. "_N$overflow": 0,
  310. "_N$cacheMode": 1,
  311. "_id": ""
  312. },
  313. {
  314. "__type__": "cc.LabelOutline",
  315. "_name": "",
  316. "_objFlags": 0,
  317. "node": {
  318. "__id__": 6
  319. },
  320. "_enabled": true,
  321. "_color": {
  322. "__type__": "cc.Color",
  323. "r": 36,
  324. "g": 94,
  325. "b": 189,
  326. "a": 255
  327. },
  328. "_width": 2,
  329. "_id": ""
  330. },
  331. {
  332. "__type__": "cc.PrefabInfo",
  333. "root": {
  334. "__id__": 1
  335. },
  336. "asset": {
  337. "__id__": 0
  338. },
  339. "fileId": "bcw7uspgBF5qamTkJ8wzaW",
  340. "sync": false
  341. },
  342. {
  343. "__type__": "cc.Sprite",
  344. "_name": "",
  345. "_objFlags": 0,
  346. "node": {
  347. "__id__": 1
  348. },
  349. "_enabled": true,
  350. "_materials": [
  351. {
  352. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  353. }
  354. ],
  355. "_srcBlendFactor": 770,
  356. "_dstBlendFactor": 771,
  357. "_spriteFrame": {
  358. "__uuid__": "e7aba14b-f956-4480-b254-8d57832e273f"
  359. },
  360. "_type": 0,
  361. "_sizeMode": 0,
  362. "_fillType": 0,
  363. "_fillCenter": {
  364. "__type__": "cc.Vec2",
  365. "x": 0,
  366. "y": 0
  367. },
  368. "_fillStart": 0,
  369. "_fillRange": 0,
  370. "_isTrimmedMode": true,
  371. "_atlas": null,
  372. "_id": ""
  373. },
  374. {
  375. "__type__": "24e97gv5DVKAYX1f9at2nNi",
  376. "_name": "",
  377. "_objFlags": 0,
  378. "node": {
  379. "__id__": 1
  380. },
  381. "_enabled": true,
  382. "allEvents": {},
  383. "bubble": {
  384. "__uuid__": "e48e3858-1c31-4804-9f1c-826cdb505536"
  385. },
  386. "bomb_gj": {
  387. "__uuid__": "37e70375-1181-4b9d-b6a5-d4048475761b"
  388. },
  389. "rainbow_gj": {
  390. "__uuid__": "e5e37a6c-90b1-42c9-928c-24e168acb967"
  391. },
  392. "bubbleEffect": [
  393. {
  394. "__uuid__": "3f8b7b44-e584-4212-af01-eb7a6ec0bc1c"
  395. },
  396. {
  397. "__uuid__": "16d3b120-c9ef-4a92-a4e3-cb282b45ad6d"
  398. },
  399. {
  400. "__uuid__": "7cb1044b-2d77-4f92-83bd-7f1f5ca53a4f"
  401. },
  402. {
  403. "__uuid__": "ebab2618-0836-4ff8-a3e3-020ebfdfcc97"
  404. },
  405. {
  406. "__uuid__": "2838ee53-38ef-44c7-b88f-443dad426609"
  407. },
  408. {
  409. "__uuid__": "00d1ff2c-c565-44e7-96e9-fa673a78d155"
  410. }
  411. ],
  412. "_id": ""
  413. },
  414. {
  415. "__type__": "cc.PrefabInfo",
  416. "root": {
  417. "__id__": 1
  418. },
  419. "asset": {
  420. "__id__": 0
  421. },
  422. "fileId": "",
  423. "sync": false
  424. }
  425. ]