3001.prefab 22 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229
  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": "s1",
  17. "_objFlags": 0,
  18. "_parent": null,
  19. "_children": [
  20. {
  21. "__id__": 2
  22. },
  23. {
  24. "__id__": 5
  25. },
  26. {
  27. "__id__": 13
  28. },
  29. {
  30. "__id__": 16
  31. },
  32. {
  33. "__id__": 18
  34. },
  35. {
  36. "__id__": 21
  37. }
  38. ],
  39. "_active": true,
  40. "_components": [
  41. {
  42. "__id__": 26
  43. },
  44. {
  45. "__id__": 27
  46. },
  47. {
  48. "__id__": 28
  49. }
  50. ],
  51. "_prefab": {
  52. "__id__": 29
  53. },
  54. "_opacity": 255,
  55. "_color": {
  56. "__type__": "cc.Color",
  57. "r": 255,
  58. "g": 255,
  59. "b": 255,
  60. "a": 255
  61. },
  62. "_contentSize": {
  63. "__type__": "cc.Size",
  64. "width": 50,
  65. "height": 90
  66. },
  67. "_anchorPoint": {
  68. "__type__": "cc.Vec2",
  69. "x": 0.5,
  70. "y": 0
  71. },
  72. "_trs": {
  73. "__type__": "TypedArray",
  74. "ctor": "Float64Array",
  75. "array": [
  76. 0,
  77. 0,
  78. 0,
  79. 0,
  80. 0,
  81. 0,
  82. 1,
  83. 1,
  84. 1,
  85. 1
  86. ]
  87. },
  88. "_eulerAngles": {
  89. "__type__": "cc.Vec3",
  90. "x": 0,
  91. "y": 0,
  92. "z": 0
  93. },
  94. "_skewX": 0,
  95. "_skewY": 0,
  96. "_is3DNode": false,
  97. "_groupIndex": 0,
  98. "groupIndex": 0,
  99. "_id": ""
  100. },
  101. {
  102. "__type__": "cc.Node",
  103. "_name": "glow_jiaodi",
  104. "_objFlags": 0,
  105. "_parent": {
  106. "__id__": 1
  107. },
  108. "_children": [],
  109. "_active": true,
  110. "_components": [
  111. {
  112. "__id__": 3
  113. }
  114. ],
  115. "_prefab": {
  116. "__id__": 4
  117. },
  118. "_opacity": 255,
  119. "_color": {
  120. "__type__": "cc.Color",
  121. "r": 255,
  122. "g": 255,
  123. "b": 255,
  124. "a": 255
  125. },
  126. "_contentSize": {
  127. "__type__": "cc.Size",
  128. "width": 164,
  129. "height": 164
  130. },
  131. "_anchorPoint": {
  132. "__type__": "cc.Vec2",
  133. "x": 0.5,
  134. "y": 0.5
  135. },
  136. "_trs": {
  137. "__type__": "TypedArray",
  138. "ctor": "Float64Array",
  139. "array": [
  140. -1.786,
  141. 2.322,
  142. 0,
  143. 0,
  144. 0,
  145. 0,
  146. 1,
  147. 1,
  148. 0.5,
  149. 1
  150. ]
  151. },
  152. "_eulerAngles": {
  153. "__type__": "cc.Vec3",
  154. "x": 0,
  155. "y": 0,
  156. "z": 0
  157. },
  158. "_skewX": 0,
  159. "_skewY": 0,
  160. "_is3DNode": false,
  161. "_groupIndex": 0,
  162. "groupIndex": 0,
  163. "_id": ""
  164. },
  165. {
  166. "__type__": "sp.Skeleton",
  167. "_name": "",
  168. "_objFlags": 0,
  169. "node": {
  170. "__id__": 2
  171. },
  172. "_enabled": true,
  173. "_materials": [
  174. {
  175. "__uuid__": "7afd064b-113f-480e-b793-8817d19f63c3"
  176. }
  177. ],
  178. "paused": false,
  179. "defaultSkin": "default",
  180. "defaultAnimation": "glow_jiaodi",
  181. "_preCacheMode": 0,
  182. "_cacheMode": 0,
  183. "loop": true,
  184. "premultipliedAlpha": true,
  185. "timeScale": 1,
  186. "_accTime": 0,
  187. "_playCount": 0,
  188. "_frameCache": null,
  189. "_curFrame": null,
  190. "_skeletonCache": null,
  191. "_animationName": "glow_jiaodi",
  192. "_animationQueue": [],
  193. "_headAniInfo": null,
  194. "_playTimes": 0,
  195. "_isAniComplete": true,
  196. "_N$skeletonData": {
  197. "__uuid__": "f8abc38f-6d84-4532-ba1b-56e0e5353983"
  198. },
  199. "_N$_defaultCacheMode": 0,
  200. "_N$debugSlots": false,
  201. "_N$debugBones": false,
  202. "_N$debugMesh": false,
  203. "_N$useTint": false,
  204. "_N$enableBatch": false,
  205. "_id": ""
  206. },
  207. {
  208. "__type__": "cc.PrefabInfo",
  209. "root": {
  210. "__id__": 1
  211. },
  212. "asset": {
  213. "__uuid__": "54e0cd76-2c63-4e23-b81c-97efe2699791"
  214. },
  215. "fileId": "5fpEBZWvVJG7Mw57zBmKOt",
  216. "sync": false
  217. },
  218. {
  219. "__type__": "cc.Node",
  220. "_name": "juese01",
  221. "_objFlags": 0,
  222. "_parent": {
  223. "__id__": 1
  224. },
  225. "_children": [
  226. {
  227. "__id__": 6
  228. },
  229. {
  230. "__id__": 9
  231. }
  232. ],
  233. "_active": true,
  234. "_components": [],
  235. "_prefab": {
  236. "__id__": 12
  237. },
  238. "_opacity": 255,
  239. "_color": {
  240. "__type__": "cc.Color",
  241. "r": 255,
  242. "g": 255,
  243. "b": 255,
  244. "a": 255
  245. },
  246. "_contentSize": {
  247. "__type__": "cc.Size",
  248. "width": 0,
  249. "height": 0
  250. },
  251. "_anchorPoint": {
  252. "__type__": "cc.Vec2",
  253. "x": 0.5,
  254. "y": 0.5
  255. },
  256. "_trs": {
  257. "__type__": "TypedArray",
  258. "ctor": "Float64Array",
  259. "array": [
  260. 0,
  261. 0,
  262. 0,
  263. 0,
  264. 0,
  265. 0,
  266. 1,
  267. 1,
  268. 1,
  269. 1
  270. ]
  271. },
  272. "_eulerAngles": {
  273. "__type__": "cc.Vec3",
  274. "x": 0,
  275. "y": 0,
  276. "z": 0
  277. },
  278. "_skewX": 0,
  279. "_skewY": 0,
  280. "_is3DNode": false,
  281. "_groupIndex": 0,
  282. "groupIndex": 0,
  283. "_id": ""
  284. },
  285. {
  286. "__type__": "cc.Node",
  287. "_name": "spineRight",
  288. "_objFlags": 0,
  289. "_parent": {
  290. "__id__": 5
  291. },
  292. "_children": [],
  293. "_active": true,
  294. "_components": [
  295. {
  296. "__id__": 7
  297. }
  298. ],
  299. "_prefab": {
  300. "__id__": 8
  301. },
  302. "_opacity": 255,
  303. "_color": {
  304. "__type__": "cc.Color",
  305. "r": 255,
  306. "g": 255,
  307. "b": 255,
  308. "a": 255
  309. },
  310. "_contentSize": {
  311. "__type__": "cc.Size",
  312. "width": 69.02,
  313. "height": 101.03
  314. },
  315. "_anchorPoint": {
  316. "__type__": "cc.Vec2",
  317. "x": 0.5,
  318. "y": 0.5
  319. },
  320. "_trs": {
  321. "__type__": "TypedArray",
  322. "ctor": "Float64Array",
  323. "array": [
  324. 0,
  325. 0,
  326. 0,
  327. 0,
  328. 0,
  329. 0,
  330. 1,
  331. 1,
  332. 1,
  333. 1
  334. ]
  335. },
  336. "_eulerAngles": {
  337. "__type__": "cc.Vec3",
  338. "x": 0,
  339. "y": 0,
  340. "z": 0
  341. },
  342. "_skewX": 0,
  343. "_skewY": 0,
  344. "_is3DNode": false,
  345. "_groupIndex": 0,
  346. "groupIndex": 0,
  347. "_id": ""
  348. },
  349. {
  350. "__type__": "sp.Skeleton",
  351. "_name": "",
  352. "_objFlags": 0,
  353. "node": {
  354. "__id__": 6
  355. },
  356. "_enabled": true,
  357. "_materials": [
  358. {
  359. "__uuid__": "7afd064b-113f-480e-b793-8817d19f63c3"
  360. }
  361. ],
  362. "paused": false,
  363. "defaultSkin": "default",
  364. "defaultAnimation": "idle",
  365. "_preCacheMode": 0,
  366. "_cacheMode": 0,
  367. "loop": true,
  368. "premultipliedAlpha": true,
  369. "timeScale": 1,
  370. "_accTime": 0,
  371. "_playCount": 0,
  372. "_frameCache": null,
  373. "_curFrame": null,
  374. "_skeletonCache": null,
  375. "_animationName": "idle",
  376. "_animationQueue": [],
  377. "_headAniInfo": null,
  378. "_playTimes": 0,
  379. "_isAniComplete": true,
  380. "_N$skeletonData": {
  381. "__uuid__": "d05feed7-abe5-49a1-943b-84c5175e788e"
  382. },
  383. "_N$_defaultCacheMode": 0,
  384. "_N$debugSlots": false,
  385. "_N$debugBones": false,
  386. "_N$debugMesh": false,
  387. "_N$useTint": false,
  388. "_N$enableBatch": false,
  389. "_id": ""
  390. },
  391. {
  392. "__type__": "cc.PrefabInfo",
  393. "root": {
  394. "__id__": 1
  395. },
  396. "asset": {
  397. "__uuid__": "54e0cd76-2c63-4e23-b81c-97efe2699791"
  398. },
  399. "fileId": "492sQtQi1Jip2wFKfStbsS",
  400. "sync": false
  401. },
  402. {
  403. "__type__": "cc.Node",
  404. "_name": "spineUp",
  405. "_objFlags": 0,
  406. "_parent": {
  407. "__id__": 5
  408. },
  409. "_children": [],
  410. "_active": false,
  411. "_components": [
  412. {
  413. "__id__": 10
  414. }
  415. ],
  416. "_prefab": {
  417. "__id__": 11
  418. },
  419. "_opacity": 255,
  420. "_color": {
  421. "__type__": "cc.Color",
  422. "r": 255,
  423. "g": 255,
  424. "b": 255,
  425. "a": 255
  426. },
  427. "_contentSize": {
  428. "__type__": "cc.Size",
  429. "width": 66,
  430. "height": 103.9
  431. },
  432. "_anchorPoint": {
  433. "__type__": "cc.Vec2",
  434. "x": 0.5,
  435. "y": 0.5
  436. },
  437. "_trs": {
  438. "__type__": "TypedArray",
  439. "ctor": "Float64Array",
  440. "array": [
  441. 0,
  442. 0,
  443. 0,
  444. 0,
  445. 0,
  446. 0,
  447. 1,
  448. 1,
  449. 1,
  450. 1
  451. ]
  452. },
  453. "_eulerAngles": {
  454. "__type__": "cc.Vec3",
  455. "x": 0,
  456. "y": 0,
  457. "z": 0
  458. },
  459. "_skewX": 0,
  460. "_skewY": 0,
  461. "_is3DNode": false,
  462. "_groupIndex": 0,
  463. "groupIndex": 0,
  464. "_id": ""
  465. },
  466. {
  467. "__type__": "sp.Skeleton",
  468. "_name": "",
  469. "_objFlags": 0,
  470. "node": {
  471. "__id__": 9
  472. },
  473. "_enabled": true,
  474. "_materials": [
  475. {
  476. "__uuid__": "7afd064b-113f-480e-b793-8817d19f63c3"
  477. }
  478. ],
  479. "paused": false,
  480. "defaultSkin": "default",
  481. "defaultAnimation": "idle",
  482. "_preCacheMode": 0,
  483. "_cacheMode": 0,
  484. "loop": true,
  485. "premultipliedAlpha": true,
  486. "timeScale": 1,
  487. "_accTime": 0,
  488. "_playCount": 0,
  489. "_frameCache": null,
  490. "_curFrame": null,
  491. "_skeletonCache": null,
  492. "_animationName": "idle",
  493. "_animationQueue": [],
  494. "_headAniInfo": null,
  495. "_playTimes": 0,
  496. "_isAniComplete": true,
  497. "_N$skeletonData": {
  498. "__uuid__": "132fa84a-ed77-4e03-b622-ef788e73b795"
  499. },
  500. "_N$_defaultCacheMode": 0,
  501. "_N$debugSlots": false,
  502. "_N$debugBones": false,
  503. "_N$debugMesh": false,
  504. "_N$useTint": false,
  505. "_N$enableBatch": false,
  506. "_id": ""
  507. },
  508. {
  509. "__type__": "cc.PrefabInfo",
  510. "root": {
  511. "__id__": 1
  512. },
  513. "asset": {
  514. "__uuid__": "54e0cd76-2c63-4e23-b81c-97efe2699791"
  515. },
  516. "fileId": "3br0Kp4XZER5HqIAECCh47",
  517. "sync": false
  518. },
  519. {
  520. "__type__": "cc.PrefabInfo",
  521. "root": {
  522. "__id__": 1
  523. },
  524. "asset": {
  525. "__uuid__": "54e0cd76-2c63-4e23-b81c-97efe2699791"
  526. },
  527. "fileId": "7fgtyGjSZHYKrHCbGys7lR",
  528. "sync": false
  529. },
  530. {
  531. "__type__": "cc.Node",
  532. "_name": "yanwu_gs",
  533. "_objFlags": 0,
  534. "_parent": {
  535. "__id__": 1
  536. },
  537. "_children": [],
  538. "_active": true,
  539. "_components": [
  540. {
  541. "__id__": 14
  542. }
  543. ],
  544. "_prefab": {
  545. "__id__": 15
  546. },
  547. "_opacity": 255,
  548. "_color": {
  549. "__type__": "cc.Color",
  550. "r": 255,
  551. "g": 255,
  552. "b": 255,
  553. "a": 255
  554. },
  555. "_contentSize": {
  556. "__type__": "cc.Size",
  557. "width": 0,
  558. "height": 0
  559. },
  560. "_anchorPoint": {
  561. "__type__": "cc.Vec2",
  562. "x": 0.5,
  563. "y": 0.5
  564. },
  565. "_trs": {
  566. "__type__": "TypedArray",
  567. "ctor": "Float64Array",
  568. "array": [
  569. 0,
  570. 12.399,
  571. 0,
  572. 0,
  573. 0,
  574. 0,
  575. 1,
  576. 1,
  577. 1,
  578. 1
  579. ]
  580. },
  581. "_eulerAngles": {
  582. "__type__": "cc.Vec3",
  583. "x": 0,
  584. "y": 0,
  585. "z": 0
  586. },
  587. "_skewX": 0,
  588. "_skewY": 0,
  589. "_is3DNode": false,
  590. "_groupIndex": 0,
  591. "groupIndex": 0,
  592. "_id": ""
  593. },
  594. {
  595. "__type__": "cc.ParticleSystem",
  596. "_name": "",
  597. "_objFlags": 0,
  598. "node": {
  599. "__id__": 13
  600. },
  601. "_enabled": true,
  602. "_materials": [
  603. {
  604. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  605. }
  606. ],
  607. "_srcBlendFactor": 770,
  608. "_dstBlendFactor": 771,
  609. "_custom": true,
  610. "_file": {
  611. "__uuid__": "f6df1575-b00c-49a4-b260-29e710c77f9a"
  612. },
  613. "_spriteFrame": null,
  614. "_texture": null,
  615. "_stopped": false,
  616. "playOnLoad": true,
  617. "autoRemoveOnFinish": false,
  618. "totalParticles": 8,
  619. "duration": -1,
  620. "emissionRate": 10,
  621. "life": 0.8,
  622. "lifeVar": 0.5,
  623. "_startColor": {
  624. "__type__": "cc.Color",
  625. "r": 255,
  626. "g": 255,
  627. "b": 255,
  628. "a": 255
  629. },
  630. "_startColorVar": {
  631. "__type__": "cc.Color",
  632. "r": 0,
  633. "g": 0,
  634. "b": 0,
  635. "a": 0
  636. },
  637. "_endColor": {
  638. "__type__": "cc.Color",
  639. "r": 255,
  640. "g": 255,
  641. "b": 255,
  642. "a": 255
  643. },
  644. "_endColorVar": {
  645. "__type__": "cc.Color",
  646. "r": 0,
  647. "g": 0,
  648. "b": 0,
  649. "a": 0
  650. },
  651. "angle": 180,
  652. "angleVar": 0,
  653. "startSize": 40,
  654. "startSizeVar": 0,
  655. "endSize": 5,
  656. "endSizeVar": 0,
  657. "startSpin": 0,
  658. "startSpinVar": 0,
  659. "endSpin": 354,
  660. "endSpinVar": 0,
  661. "sourcePos": {
  662. "__type__": "cc.Vec2",
  663. "x": 0,
  664. "y": 0
  665. },
  666. "posVar": {
  667. "__type__": "cc.Vec2",
  668. "x": 0,
  669. "y": 8
  670. },
  671. "_positionType": 0,
  672. "positionType": 0,
  673. "emitterMode": 0,
  674. "gravity": {
  675. "__type__": "cc.Vec2",
  676. "x": 0,
  677. "y": 0
  678. },
  679. "speed": 0,
  680. "speedVar": 0,
  681. "tangentialAccel": 0,
  682. "tangentialAccelVar": 0,
  683. "radialAccel": 0,
  684. "radialAccelVar": 0,
  685. "rotationIsDir": false,
  686. "startRadius": 0,
  687. "startRadiusVar": 0,
  688. "endRadius": 0,
  689. "endRadiusVar": 0,
  690. "rotatePerS": 0,
  691. "rotatePerSVar": 0,
  692. "_N$preview": true,
  693. "_id": ""
  694. },
  695. {
  696. "__type__": "cc.PrefabInfo",
  697. "root": {
  698. "__id__": 1
  699. },
  700. "asset": {
  701. "__uuid__": "54e0cd76-2c63-4e23-b81c-97efe2699791"
  702. },
  703. "fileId": "08RP6WHYNFFbx5ojX1sVCr",
  704. "sync": false
  705. },
  706. {
  707. "__type__": "cc.Node",
  708. "_name": "fire",
  709. "_objFlags": 0,
  710. "_parent": {
  711. "__id__": 1
  712. },
  713. "_children": [],
  714. "_active": true,
  715. "_components": [],
  716. "_prefab": {
  717. "__id__": 17
  718. },
  719. "_opacity": 255,
  720. "_color": {
  721. "__type__": "cc.Color",
  722. "r": 255,
  723. "g": 255,
  724. "b": 255,
  725. "a": 255
  726. },
  727. "_contentSize": {
  728. "__type__": "cc.Size",
  729. "width": 0,
  730. "height": 0
  731. },
  732. "_anchorPoint": {
  733. "__type__": "cc.Vec2",
  734. "x": 0.5,
  735. "y": 0.5
  736. },
  737. "_trs": {
  738. "__type__": "TypedArray",
  739. "ctor": "Float64Array",
  740. "array": [
  741. 41.644,
  742. 23.974,
  743. 0,
  744. 0,
  745. 0,
  746. 0,
  747. 1,
  748. 1,
  749. 1,
  750. 1
  751. ]
  752. },
  753. "_eulerAngles": {
  754. "__type__": "cc.Vec3",
  755. "x": 0,
  756. "y": 0,
  757. "z": 0
  758. },
  759. "_skewX": 0,
  760. "_skewY": 0,
  761. "_is3DNode": false,
  762. "_groupIndex": 0,
  763. "groupIndex": 0,
  764. "_id": ""
  765. },
  766. {
  767. "__type__": "cc.PrefabInfo",
  768. "root": {
  769. "__id__": 1
  770. },
  771. "asset": {
  772. "__uuid__": "54e0cd76-2c63-4e23-b81c-97efe2699791"
  773. },
  774. "fileId": "70ZWxHzbdJKJJr7qtdigNf",
  775. "sync": false
  776. },
  777. {
  778. "__type__": "cc.Node",
  779. "_name": "lizi_gs",
  780. "_objFlags": 0,
  781. "_parent": {
  782. "__id__": 1
  783. },
  784. "_children": [],
  785. "_active": true,
  786. "_components": [
  787. {
  788. "__id__": 19
  789. }
  790. ],
  791. "_prefab": {
  792. "__id__": 20
  793. },
  794. "_opacity": 255,
  795. "_color": {
  796. "__type__": "cc.Color",
  797. "r": 255,
  798. "g": 255,
  799. "b": 255,
  800. "a": 255
  801. },
  802. "_contentSize": {
  803. "__type__": "cc.Size",
  804. "width": 0,
  805. "height": 0
  806. },
  807. "_anchorPoint": {
  808. "__type__": "cc.Vec2",
  809. "x": 0.5,
  810. "y": 0.5
  811. },
  812. "_trs": {
  813. "__type__": "TypedArray",
  814. "ctor": "Float64Array",
  815. "array": [
  816. 0.847,
  817. 40.644,
  818. 0,
  819. 0,
  820. 0,
  821. 0,
  822. 1,
  823. 1,
  824. 1,
  825. 1
  826. ]
  827. },
  828. "_eulerAngles": {
  829. "__type__": "cc.Vec3",
  830. "x": 0,
  831. "y": 0,
  832. "z": 0
  833. },
  834. "_skewX": 0,
  835. "_skewY": 0,
  836. "_is3DNode": false,
  837. "_groupIndex": 0,
  838. "groupIndex": 0,
  839. "_id": ""
  840. },
  841. {
  842. "__type__": "cc.ParticleSystem",
  843. "_name": "",
  844. "_objFlags": 0,
  845. "node": {
  846. "__id__": 18
  847. },
  848. "_enabled": true,
  849. "_materials": [
  850. {
  851. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  852. }
  853. ],
  854. "_srcBlendFactor": 1,
  855. "_dstBlendFactor": 1,
  856. "_custom": true,
  857. "_file": {
  858. "__uuid__": "505c2cdb-a500-4b06-8b7b-24fbeddb7277"
  859. },
  860. "_spriteFrame": null,
  861. "_texture": null,
  862. "_stopped": false,
  863. "playOnLoad": true,
  864. "autoRemoveOnFinish": false,
  865. "totalParticles": 5,
  866. "duration": -1,
  867. "emissionRate": 16.666666666666668,
  868. "life": 0.3,
  869. "lifeVar": 0.2,
  870. "_startColor": {
  871. "__type__": "cc.Color",
  872. "r": 255,
  873. "g": 255,
  874. "b": 255,
  875. "a": 255
  876. },
  877. "_startColorVar": {
  878. "__type__": "cc.Color",
  879. "r": 0,
  880. "g": 0,
  881. "b": 0,
  882. "a": 255
  883. },
  884. "_endColor": {
  885. "__type__": "cc.Color",
  886. "r": 255,
  887. "g": 255,
  888. "b": 255,
  889. "a": 0
  890. },
  891. "_endColorVar": {
  892. "__type__": "cc.Color",
  893. "r": 0,
  894. "g": 0,
  895. "b": 0,
  896. "a": 0
  897. },
  898. "angle": 90,
  899. "angleVar": 0,
  900. "startSize": 10,
  901. "startSizeVar": 5,
  902. "endSize": 5,
  903. "endSizeVar": 3,
  904. "startSpin": 0,
  905. "startSpinVar": 0,
  906. "endSpin": 0,
  907. "endSpinVar": 0,
  908. "sourcePos": {
  909. "__type__": "cc.Vec2",
  910. "x": 0,
  911. "y": 0
  912. },
  913. "posVar": {
  914. "__type__": "cc.Vec2",
  915. "x": 30,
  916. "y": 61
  917. },
  918. "_positionType": 1,
  919. "positionType": 1,
  920. "emitterMode": 0,
  921. "gravity": {
  922. "__type__": "cc.Vec2",
  923. "x": 0,
  924. "y": 740
  925. },
  926. "speed": 8,
  927. "speedVar": 4,
  928. "tangentialAccel": 0,
  929. "tangentialAccelVar": 0,
  930. "radialAccel": 0,
  931. "radialAccelVar": 0,
  932. "rotationIsDir": false,
  933. "startRadius": 0,
  934. "startRadiusVar": 0,
  935. "endRadius": 0,
  936. "endRadiusVar": 0,
  937. "rotatePerS": 0,
  938. "rotatePerSVar": 0,
  939. "_N$preview": true,
  940. "_id": ""
  941. },
  942. {
  943. "__type__": "cc.PrefabInfo",
  944. "root": {
  945. "__id__": 1
  946. },
  947. "asset": {
  948. "__uuid__": "54e0cd76-2c63-4e23-b81c-97efe2699791"
  949. },
  950. "fileId": "a0BO90f/5PmKj8IBueg8yz",
  951. "sync": false
  952. },
  953. {
  954. "__type__": "cc.Node",
  955. "_name": "1001",
  956. "_objFlags": 0,
  957. "_parent": {
  958. "__id__": 1
  959. },
  960. "_children": [
  961. {
  962. "__id__": 22
  963. }
  964. ],
  965. "_active": true,
  966. "_components": [],
  967. "_prefab": {
  968. "__id__": 25
  969. },
  970. "_opacity": 255,
  971. "_color": {
  972. "__type__": "cc.Color",
  973. "r": 255,
  974. "g": 255,
  975. "b": 255,
  976. "a": 255
  977. },
  978. "_contentSize": {
  979. "__type__": "cc.Size",
  980. "width": 98,
  981. "height": 58
  982. },
  983. "_anchorPoint": {
  984. "__type__": "cc.Vec2",
  985. "x": 0.2,
  986. "y": 0.5
  987. },
  988. "_trs": {
  989. "__type__": "TypedArray",
  990. "ctor": "Float64Array",
  991. "array": [
  992. -2.163,
  993. 23.081,
  994. 0,
  995. 0,
  996. 0,
  997. 0.10801670689715591,
  998. 0.9941490788765506,
  999. 1,
  1000. 1,
  1001. 1
  1002. ]
  1003. },
  1004. "_eulerAngles": {
  1005. "__type__": "cc.Vec3",
  1006. "x": 0,
  1007. "y": 0,
  1008. "z": 12.402
  1009. },
  1010. "_skewX": 0,
  1011. "_skewY": 0,
  1012. "_is3DNode": false,
  1013. "_groupIndex": 0,
  1014. "groupIndex": 0,
  1015. "_id": ""
  1016. },
  1017. {
  1018. "__type__": "cc.Node",
  1019. "_name": "ani_weapon",
  1020. "_objFlags": 0,
  1021. "_parent": {
  1022. "__id__": 21
  1023. },
  1024. "_children": [],
  1025. "_active": true,
  1026. "_components": [
  1027. {
  1028. "__id__": 23
  1029. }
  1030. ],
  1031. "_prefab": {
  1032. "__id__": 24
  1033. },
  1034. "_opacity": 255,
  1035. "_color": {
  1036. "__type__": "cc.Color",
  1037. "r": 255,
  1038. "g": 255,
  1039. "b": 255,
  1040. "a": 255
  1041. },
  1042. "_contentSize": {
  1043. "__type__": "cc.Size",
  1044. "width": 170.93,
  1045. "height": 144.02
  1046. },
  1047. "_anchorPoint": {
  1048. "__type__": "cc.Vec2",
  1049. "x": 0.5,
  1050. "y": 0.5
  1051. },
  1052. "_trs": {
  1053. "__type__": "TypedArray",
  1054. "ctor": "Float64Array",
  1055. "array": [
  1056. -8.844570000000001,
  1057. -24.00695,
  1058. 0,
  1059. 0,
  1060. 0,
  1061. -0.2390503832227452,
  1062. 0.9710071648968707,
  1063. 1,
  1064. 1,
  1065. 1
  1066. ]
  1067. },
  1068. "_eulerAngles": {
  1069. "__type__": "cc.Vec3",
  1070. "x": 0,
  1071. "y": 0,
  1072. "z": -27.661
  1073. },
  1074. "_skewX": 0,
  1075. "_skewY": 0,
  1076. "_is3DNode": false,
  1077. "_groupIndex": 0,
  1078. "groupIndex": 0,
  1079. "_id": ""
  1080. },
  1081. {
  1082. "__type__": "sp.Skeleton",
  1083. "_name": "",
  1084. "_objFlags": 0,
  1085. "node": {
  1086. "__id__": 22
  1087. },
  1088. "_enabled": true,
  1089. "_materials": [
  1090. {
  1091. "__uuid__": "7afd064b-113f-480e-b793-8817d19f63c3"
  1092. }
  1093. ],
  1094. "paused": false,
  1095. "defaultSkin": "default",
  1096. "defaultAnimation": "idle",
  1097. "_preCacheMode": 0,
  1098. "_cacheMode": 0,
  1099. "loop": true,
  1100. "premultipliedAlpha": true,
  1101. "timeScale": 1,
  1102. "_accTime": 0,
  1103. "_playCount": 0,
  1104. "_frameCache": null,
  1105. "_curFrame": null,
  1106. "_skeletonCache": null,
  1107. "_animationName": "idle",
  1108. "_animationQueue": [],
  1109. "_headAniInfo": null,
  1110. "_playTimes": 0,
  1111. "_isAniComplete": true,
  1112. "_N$skeletonData": {
  1113. "__uuid__": "17988d85-d8c8-40a8-8c88-42403bf22509"
  1114. },
  1115. "_N$_defaultCacheMode": 0,
  1116. "_N$debugSlots": false,
  1117. "_N$debugBones": false,
  1118. "_N$debugMesh": false,
  1119. "_N$useTint": false,
  1120. "_N$enableBatch": false,
  1121. "_id": ""
  1122. },
  1123. {
  1124. "__type__": "cc.PrefabInfo",
  1125. "root": {
  1126. "__id__": 21
  1127. },
  1128. "asset": {
  1129. "__uuid__": "e853e04a-3acb-49b3-85c5-f201ce3bb206"
  1130. },
  1131. "fileId": "71ZKRLNSdNPIGXu8oujlDC",
  1132. "sync": false
  1133. },
  1134. {
  1135. "__type__": "cc.PrefabInfo",
  1136. "root": {
  1137. "__id__": 21
  1138. },
  1139. "asset": {
  1140. "__uuid__": "e853e04a-3acb-49b3-85c5-f201ce3bb206"
  1141. },
  1142. "fileId": "c0NFE/1P1CI5GoHD82Q/63",
  1143. "sync": false
  1144. },
  1145. {
  1146. "__type__": "cc.RigidBody",
  1147. "_name": "",
  1148. "_objFlags": 0,
  1149. "node": {
  1150. "__id__": 1
  1151. },
  1152. "_enabled": true,
  1153. "_type": 2,
  1154. "_allowSleep": true,
  1155. "_gravityScale": 0,
  1156. "_linearDamping": 30,
  1157. "_angularDamping": 0,
  1158. "_linearVelocity": {
  1159. "__type__": "cc.Vec2",
  1160. "x": 0,
  1161. "y": 0
  1162. },
  1163. "_angularVelocity": 0,
  1164. "_fixedRotation": true,
  1165. "enabledContactListener": true,
  1166. "bullet": false,
  1167. "awakeOnLoad": true,
  1168. "_id": ""
  1169. },
  1170. {
  1171. "__type__": "cc.PhysicsBoxCollider",
  1172. "_name": "",
  1173. "_objFlags": 0,
  1174. "node": {
  1175. "__id__": 1
  1176. },
  1177. "_enabled": true,
  1178. "tag": 0,
  1179. "_density": 1,
  1180. "_sensor": true,
  1181. "_friction": 0.2,
  1182. "_restitution": 0,
  1183. "body": null,
  1184. "_offset": {
  1185. "__type__": "cc.Vec2",
  1186. "x": 0,
  1187. "y": 45
  1188. },
  1189. "_size": {
  1190. "__type__": "cc.Size",
  1191. "width": 50,
  1192. "height": 90
  1193. },
  1194. "_id": ""
  1195. },
  1196. {
  1197. "__type__": "cc.PhysicsCircleCollider",
  1198. "_name": "",
  1199. "_objFlags": 0,
  1200. "node": {
  1201. "__id__": 1
  1202. },
  1203. "_enabled": true,
  1204. "tag": 1,
  1205. "_density": 1,
  1206. "_sensor": false,
  1207. "_friction": 0.2,
  1208. "_restitution": 0,
  1209. "body": null,
  1210. "_offset": {
  1211. "__type__": "cc.Vec2",
  1212. "x": 0,
  1213. "y": 40
  1214. },
  1215. "_radius": 40,
  1216. "_id": ""
  1217. },
  1218. {
  1219. "__type__": "cc.PrefabInfo",
  1220. "root": {
  1221. "__id__": 1
  1222. },
  1223. "asset": {
  1224. "__uuid__": "54e0cd76-2c63-4e23-b81c-97efe2699791"
  1225. },
  1226. "fileId": "",
  1227. "sync": false
  1228. }
  1229. ]