Boy.prefab 19 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055
  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": "Boy",
  17. "_objFlags": 0,
  18. "_parent": null,
  19. "_children": [
  20. {
  21. "__id__": 2
  22. },
  23. {
  24. "__id__": 13
  25. },
  26. {
  27. "__id__": 16
  28. }
  29. ],
  30. "_active": true,
  31. "_components": [
  32. {
  33. "__id__": 27
  34. },
  35. {
  36. "__id__": 28
  37. },
  38. {
  39. "__id__": 29
  40. }
  41. ],
  42. "_prefab": {
  43. "__id__": 30
  44. },
  45. "_opacity": 255,
  46. "_color": {
  47. "__type__": "cc.Color",
  48. "r": 255,
  49. "g": 255,
  50. "b": 255,
  51. "a": 255
  52. },
  53. "_contentSize": {
  54. "__type__": "cc.Size",
  55. "width": 0,
  56. "height": 0
  57. },
  58. "_anchorPoint": {
  59. "__type__": "cc.Vec2",
  60. "x": 0.5,
  61. "y": 0.5
  62. },
  63. "_trs": {
  64. "__type__": "TypedArray",
  65. "ctor": "Float64Array",
  66. "array": [
  67. 0,
  68. 0,
  69. 0,
  70. 0,
  71. 0,
  72. 0,
  73. 1,
  74. 0.25,
  75. 0.25,
  76. 1
  77. ]
  78. },
  79. "_eulerAngles": {
  80. "__type__": "cc.Vec3",
  81. "x": 0,
  82. "y": 0,
  83. "z": 0
  84. },
  85. "_skewX": 0,
  86. "_skewY": 0,
  87. "_is3DNode": false,
  88. "_groupIndex": 2,
  89. "groupIndex": 2,
  90. "_id": ""
  91. },
  92. {
  93. "__type__": "cc.Node",
  94. "_name": "Body",
  95. "_objFlags": 0,
  96. "_parent": {
  97. "__id__": 1
  98. },
  99. "_children": [
  100. {
  101. "__id__": 3
  102. },
  103. {
  104. "__id__": 8
  105. }
  106. ],
  107. "_active": true,
  108. "_components": [
  109. {
  110. "__id__": 11
  111. }
  112. ],
  113. "_prefab": {
  114. "__id__": 12
  115. },
  116. "_opacity": 255,
  117. "_color": {
  118. "__type__": "cc.Color",
  119. "r": 255,
  120. "g": 255,
  121. "b": 255,
  122. "a": 255
  123. },
  124. "_contentSize": {
  125. "__type__": "cc.Size",
  126. "width": 0,
  127. "height": 0
  128. },
  129. "_anchorPoint": {
  130. "__type__": "cc.Vec2",
  131. "x": 0.5,
  132. "y": 0.5
  133. },
  134. "_trs": {
  135. "__type__": "TypedArray",
  136. "ctor": "Float64Array",
  137. "array": [
  138. 0,
  139. 0,
  140. 0,
  141. 0,
  142. 0,
  143. 0,
  144. 1,
  145. 1.7999999523162842,
  146. 1.7999999523162842,
  147. 1
  148. ]
  149. },
  150. "_eulerAngles": {
  151. "__type__": "cc.Vec3",
  152. "x": 0,
  153. "y": 0,
  154. "z": 0
  155. },
  156. "_skewX": 0,
  157. "_skewY": 0,
  158. "_is3DNode": false,
  159. "_groupIndex": 2,
  160. "groupIndex": 2,
  161. "_id": ""
  162. },
  163. {
  164. "__type__": "cc.Node",
  165. "_name": "Saw",
  166. "_objFlags": 0,
  167. "_parent": {
  168. "__id__": 2
  169. },
  170. "_children": [],
  171. "_active": true,
  172. "_components": [
  173. {
  174. "__id__": 4
  175. },
  176. {
  177. "__id__": 5
  178. },
  179. {
  180. "__id__": 6
  181. }
  182. ],
  183. "_prefab": {
  184. "__id__": 7
  185. },
  186. "_opacity": 255,
  187. "_color": {
  188. "__type__": "cc.Color",
  189. "r": 255,
  190. "g": 255,
  191. "b": 255,
  192. "a": 255
  193. },
  194. "_contentSize": {
  195. "__type__": "cc.Size",
  196. "width": 0,
  197. "height": 0
  198. },
  199. "_anchorPoint": {
  200. "__type__": "cc.Vec2",
  201. "x": 0.15,
  202. "y": 0.4
  203. },
  204. "_trs": {
  205. "__type__": "TypedArray",
  206. "ctor": "Float64Array",
  207. "array": [
  208. 51.78900146484375,
  209. 34.22800064086914,
  210. 0,
  211. 0,
  212. 0,
  213. 0.258819043636322,
  214. 0.9659258127212524,
  215. 0.5555599927902222,
  216. 0.5555599927902222,
  217. 0.5555599927902222
  218. ]
  219. },
  220. "_eulerAngles": {
  221. "__type__": "cc.Vec3",
  222. "x": 0,
  223. "y": 0,
  224. "z": 30
  225. },
  226. "_skewX": 0,
  227. "_skewY": 0,
  228. "_is3DNode": false,
  229. "_groupIndex": 3,
  230. "groupIndex": 3,
  231. "_id": ""
  232. },
  233. {
  234. "__type__": "cc.Animation",
  235. "_name": "",
  236. "_objFlags": 0,
  237. "node": {
  238. "__id__": 3
  239. },
  240. "_enabled": true,
  241. "_defaultClip": null,
  242. "_clips": [
  243. {
  244. "__uuid__": "83b44303-ffd0-411d-b61a-388c15e01044"
  245. }
  246. ],
  247. "playOnLoad": false,
  248. "_id": ""
  249. },
  250. {
  251. "__type__": "cc.CircleCollider",
  252. "_name": "",
  253. "_objFlags": 0,
  254. "node": {
  255. "__id__": 3
  256. },
  257. "_enabled": true,
  258. "tag": 0,
  259. "_offset": {
  260. "__type__": "cc.Vec2",
  261. "x": 45,
  262. "y": 15
  263. },
  264. "_radius": 82.1,
  265. "_id": ""
  266. },
  267. {
  268. "__type__": "dragonBones.ArmatureDisplay",
  269. "_name": "",
  270. "_objFlags": 0,
  271. "node": {
  272. "__id__": 3
  273. },
  274. "_enabled": true,
  275. "_materials": [
  276. {
  277. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  278. }
  279. ],
  280. "_armatureName": "Armature",
  281. "_animationName": "newAnimation",
  282. "_preCacheMode": 0,
  283. "_cacheMode": 0,
  284. "playTimes": -1,
  285. "premultipliedAlpha": false,
  286. "_armatureKey": "1d49fc9f-c961-4ead-989b-be50f17b320c#1eccd065-c5ed-4de8-8d71-19d1d68c02dd",
  287. "_accTime": 0,
  288. "_playCount": 0,
  289. "_frameCache": null,
  290. "_curFrame": null,
  291. "_playing": false,
  292. "_armatureCache": null,
  293. "_N$dragonAsset": {
  294. "__uuid__": "1d49fc9f-c961-4ead-989b-be50f17b320c"
  295. },
  296. "_N$dragonAtlasAsset": {
  297. "__uuid__": "1eccd065-c5ed-4de8-8d71-19d1d68c02dd"
  298. },
  299. "_N$_defaultArmatureIndex": 2,
  300. "_N$_animationIndex": 1,
  301. "_N$_defaultCacheMode": 0,
  302. "_N$timeScale": 1,
  303. "_N$debugBones": false,
  304. "_N$enableBatch": false,
  305. "_id": ""
  306. },
  307. {
  308. "__type__": "cc.PrefabInfo",
  309. "root": {
  310. "__id__": 1
  311. },
  312. "asset": {
  313. "__uuid__": "2de11282-7ed5-473c-93ed-592fdf31e884"
  314. },
  315. "fileId": "99z9sr015FarUr2E2sacjo",
  316. "sync": false
  317. },
  318. {
  319. "__type__": "cc.Node",
  320. "_name": "Fire",
  321. "_objFlags": 0,
  322. "_parent": {
  323. "__id__": 2
  324. },
  325. "_children": [],
  326. "_active": true,
  327. "_components": [
  328. {
  329. "__id__": 9
  330. }
  331. ],
  332. "_prefab": {
  333. "__id__": 10
  334. },
  335. "_opacity": 255,
  336. "_color": {
  337. "__type__": "cc.Color",
  338. "r": 255,
  339. "g": 255,
  340. "b": 255,
  341. "a": 255
  342. },
  343. "_contentSize": {
  344. "__type__": "cc.Size",
  345. "width": 0,
  346. "height": 0
  347. },
  348. "_anchorPoint": {
  349. "__type__": "cc.Vec2",
  350. "x": 0.5,
  351. "y": 0.5
  352. },
  353. "_trs": {
  354. "__type__": "TypedArray",
  355. "ctor": "Float64Array",
  356. "array": [
  357. 0,
  358. 0,
  359. 0,
  360. 0,
  361. 0,
  362. 0,
  363. 1,
  364. 1,
  365. 1,
  366. 1
  367. ]
  368. },
  369. "_eulerAngles": {
  370. "__type__": "cc.Vec3",
  371. "x": 0,
  372. "y": 0,
  373. "z": 0
  374. },
  375. "_skewX": 0,
  376. "_skewY": 0,
  377. "_is3DNode": false,
  378. "_groupIndex": 2,
  379. "groupIndex": 2,
  380. "_id": ""
  381. },
  382. {
  383. "__type__": "dragonBones.ArmatureDisplay",
  384. "_name": "",
  385. "_objFlags": 0,
  386. "node": {
  387. "__id__": 8
  388. },
  389. "_enabled": true,
  390. "_materials": [
  391. {
  392. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  393. }
  394. ],
  395. "_armatureName": "Sprite",
  396. "_animationName": "Sprite",
  397. "_preCacheMode": 0,
  398. "_cacheMode": 0,
  399. "playTimes": -1,
  400. "premultipliedAlpha": false,
  401. "_armatureKey": "4a47d9bf-8b98-4234-accd-6af55e83bdfa#77329547-9ed0-484d-af32-bce578edc1e8",
  402. "_accTime": 0,
  403. "_playCount": 0,
  404. "_frameCache": null,
  405. "_curFrame": null,
  406. "_playing": false,
  407. "_armatureCache": null,
  408. "_N$dragonAsset": {
  409. "__uuid__": "4a47d9bf-8b98-4234-accd-6af55e83bdfa"
  410. },
  411. "_N$dragonAtlasAsset": {
  412. "__uuid__": "77329547-9ed0-484d-af32-bce578edc1e8"
  413. },
  414. "_N$_defaultArmatureIndex": 0,
  415. "_N$_animationIndex": 1,
  416. "_N$_defaultCacheMode": 0,
  417. "_N$timeScale": 1,
  418. "_N$debugBones": false,
  419. "_N$enableBatch": false,
  420. "_id": ""
  421. },
  422. {
  423. "__type__": "cc.PrefabInfo",
  424. "root": {
  425. "__id__": 1
  426. },
  427. "asset": {
  428. "__uuid__": "2de11282-7ed5-473c-93ed-592fdf31e884"
  429. },
  430. "fileId": "36FaF4c7NDh7AzlJPsvrwb",
  431. "sync": false
  432. },
  433. {
  434. "__type__": "dragonBones.ArmatureDisplay",
  435. "_name": "",
  436. "_objFlags": 0,
  437. "node": {
  438. "__id__": 2
  439. },
  440. "_enabled": true,
  441. "_materials": [
  442. {
  443. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  444. }
  445. ],
  446. "_armatureName": "Armature",
  447. "_animationName": "xingzou_red",
  448. "_preCacheMode": 0,
  449. "_cacheMode": 0,
  450. "playTimes": -1,
  451. "premultipliedAlpha": false,
  452. "_armatureKey": "1e4b6268-ecdb-4ce6-84bb-8e4b7b9a8e24#61bfff64-f90d-44f1-878e-71655f960ad7",
  453. "_accTime": 0,
  454. "_playCount": 0,
  455. "_frameCache": null,
  456. "_curFrame": null,
  457. "_playing": false,
  458. "_armatureCache": null,
  459. "_N$dragonAsset": {
  460. "__uuid__": "1e4b6268-ecdb-4ce6-84bb-8e4b7b9a8e24"
  461. },
  462. "_N$dragonAtlasAsset": {
  463. "__uuid__": "61bfff64-f90d-44f1-878e-71655f960ad7"
  464. },
  465. "_N$_defaultArmatureIndex": 2,
  466. "_N$_animationIndex": 3,
  467. "_N$_defaultCacheMode": 0,
  468. "_N$timeScale": 1,
  469. "_N$debugBones": false,
  470. "_N$enableBatch": false,
  471. "_id": ""
  472. },
  473. {
  474. "__type__": "cc.PrefabInfo",
  475. "root": {
  476. "__id__": 1
  477. },
  478. "asset": {
  479. "__uuid__": "2de11282-7ed5-473c-93ed-592fdf31e884"
  480. },
  481. "fileId": "35pcoIfH1ID4dF41Ri5T4o",
  482. "sync": false
  483. },
  484. {
  485. "__type__": "cc.Node",
  486. "_name": "Arrow",
  487. "_objFlags": 0,
  488. "_parent": {
  489. "__id__": 1
  490. },
  491. "_children": [],
  492. "_active": true,
  493. "_components": [
  494. {
  495. "__id__": 14
  496. }
  497. ],
  498. "_prefab": {
  499. "__id__": 15
  500. },
  501. "_opacity": 255,
  502. "_color": {
  503. "__type__": "cc.Color",
  504. "r": 255,
  505. "g": 255,
  506. "b": 255,
  507. "a": 255
  508. },
  509. "_contentSize": {
  510. "__type__": "cc.Size",
  511. "width": 148,
  512. "height": 101
  513. },
  514. "_anchorPoint": {
  515. "__type__": "cc.Vec2",
  516. "x": 0.5,
  517. "y": 0.5
  518. },
  519. "_trs": {
  520. "__type__": "TypedArray",
  521. "ctor": "Float64Array",
  522. "array": [
  523. 0,
  524. 340,
  525. 0,
  526. 0,
  527. 0,
  528. 0.7071067690849304,
  529. 0.7071067690849304,
  530. 1,
  531. 1,
  532. 1
  533. ]
  534. },
  535. "_eulerAngles": {
  536. "__type__": "cc.Vec3",
  537. "x": 0,
  538. "y": 0,
  539. "z": 90
  540. },
  541. "_skewX": 0,
  542. "_skewY": 0,
  543. "_is3DNode": false,
  544. "_groupIndex": 2,
  545. "groupIndex": 2,
  546. "_id": ""
  547. },
  548. {
  549. "__type__": "cc.Sprite",
  550. "_name": "",
  551. "_objFlags": 0,
  552. "node": {
  553. "__id__": 13
  554. },
  555. "_enabled": true,
  556. "_materials": [
  557. {
  558. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  559. }
  560. ],
  561. "_srcBlendFactor": 770,
  562. "_dstBlendFactor": 771,
  563. "_spriteFrame": null,
  564. "_type": 0,
  565. "_sizeMode": 1,
  566. "_fillType": 0,
  567. "_fillCenter": {
  568. "__type__": "cc.Vec2",
  569. "x": 0,
  570. "y": 0
  571. },
  572. "_fillStart": 0,
  573. "_fillRange": 0,
  574. "_isTrimmedMode": true,
  575. "_atlas": null,
  576. "_id": ""
  577. },
  578. {
  579. "__type__": "cc.PrefabInfo",
  580. "root": {
  581. "__id__": 1
  582. },
  583. "asset": {
  584. "__uuid__": "2de11282-7ed5-473c-93ed-592fdf31e884"
  585. },
  586. "fileId": "985nqR/QlFxqKymlU58415",
  587. "sync": false
  588. },
  589. {
  590. "__type__": "cc.Node",
  591. "_name": "HeadPhoto",
  592. "_objFlags": 0,
  593. "_parent": {
  594. "__id__": 1
  595. },
  596. "_children": [
  597. {
  598. "__id__": 17
  599. },
  600. {
  601. "__id__": 23
  602. }
  603. ],
  604. "_active": true,
  605. "_components": [],
  606. "_prefab": {
  607. "__id__": 26
  608. },
  609. "_opacity": 255,
  610. "_color": {
  611. "__type__": "cc.Color",
  612. "r": 255,
  613. "g": 255,
  614. "b": 255,
  615. "a": 255
  616. },
  617. "_contentSize": {
  618. "__type__": "cc.Size",
  619. "width": 0,
  620. "height": 0
  621. },
  622. "_anchorPoint": {
  623. "__type__": "cc.Vec2",
  624. "x": 0.5,
  625. "y": 0.5
  626. },
  627. "_trs": {
  628. "__type__": "TypedArray",
  629. "ctor": "Float64Array",
  630. "array": [
  631. 0,
  632. 340,
  633. 0,
  634. 0,
  635. 0,
  636. 0,
  637. 1,
  638. 1,
  639. 1,
  640. 1
  641. ]
  642. },
  643. "_eulerAngles": {
  644. "__type__": "cc.Vec3",
  645. "x": 0,
  646. "y": 0,
  647. "z": 0
  648. },
  649. "_skewX": 0,
  650. "_skewY": 0,
  651. "_is3DNode": false,
  652. "_groupIndex": 2,
  653. "groupIndex": 2,
  654. "_id": ""
  655. },
  656. {
  657. "__type__": "cc.Node",
  658. "_name": "Mask",
  659. "_objFlags": 0,
  660. "_parent": {
  661. "__id__": 16
  662. },
  663. "_children": [
  664. {
  665. "__id__": 18
  666. }
  667. ],
  668. "_active": true,
  669. "_components": [
  670. {
  671. "__id__": 21
  672. }
  673. ],
  674. "_prefab": {
  675. "__id__": 22
  676. },
  677. "_opacity": 255,
  678. "_color": {
  679. "__type__": "cc.Color",
  680. "r": 255,
  681. "g": 255,
  682. "b": 255,
  683. "a": 255
  684. },
  685. "_contentSize": {
  686. "__type__": "cc.Size",
  687. "width": 150,
  688. "height": 150
  689. },
  690. "_anchorPoint": {
  691. "__type__": "cc.Vec2",
  692. "x": 0.5,
  693. "y": 0.5
  694. },
  695. "_trs": {
  696. "__type__": "TypedArray",
  697. "ctor": "Float64Array",
  698. "array": [
  699. 0,
  700. 0,
  701. 0,
  702. 0,
  703. 0,
  704. 0,
  705. 1,
  706. 1,
  707. 1,
  708. 1
  709. ]
  710. },
  711. "_eulerAngles": {
  712. "__type__": "cc.Vec3",
  713. "x": 0,
  714. "y": 0,
  715. "z": 0
  716. },
  717. "_skewX": 0,
  718. "_skewY": 0,
  719. "_is3DNode": false,
  720. "_groupIndex": 2,
  721. "groupIndex": 2,
  722. "_id": ""
  723. },
  724. {
  725. "__type__": "cc.Node",
  726. "_name": "Avatar",
  727. "_objFlags": 0,
  728. "_parent": {
  729. "__id__": 17
  730. },
  731. "_children": [],
  732. "_active": true,
  733. "_components": [
  734. {
  735. "__id__": 19
  736. }
  737. ],
  738. "_prefab": {
  739. "__id__": 20
  740. },
  741. "_opacity": 255,
  742. "_color": {
  743. "__type__": "cc.Color",
  744. "r": 255,
  745. "g": 255,
  746. "b": 255,
  747. "a": 255
  748. },
  749. "_contentSize": {
  750. "__type__": "cc.Size",
  751. "width": 150,
  752. "height": 150
  753. },
  754. "_anchorPoint": {
  755. "__type__": "cc.Vec2",
  756. "x": 0.5,
  757. "y": 0.5
  758. },
  759. "_trs": {
  760. "__type__": "TypedArray",
  761. "ctor": "Float64Array",
  762. "array": [
  763. 0,
  764. 0,
  765. 0,
  766. 0,
  767. 0,
  768. 0,
  769. 1,
  770. 1,
  771. 1,
  772. 1
  773. ]
  774. },
  775. "_eulerAngles": {
  776. "__type__": "cc.Vec3",
  777. "x": 0,
  778. "y": 0,
  779. "z": 0
  780. },
  781. "_skewX": 0,
  782. "_skewY": 0,
  783. "_is3DNode": false,
  784. "_groupIndex": 2,
  785. "groupIndex": 2,
  786. "_id": ""
  787. },
  788. {
  789. "__type__": "cc.Sprite",
  790. "_name": "",
  791. "_objFlags": 0,
  792. "node": {
  793. "__id__": 18
  794. },
  795. "_enabled": true,
  796. "_materials": [
  797. {
  798. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  799. }
  800. ],
  801. "_srcBlendFactor": 770,
  802. "_dstBlendFactor": 771,
  803. "_spriteFrame": {
  804. "__uuid__": "a23235d1-15db-4b95-8439-a2e005bfff91"
  805. },
  806. "_type": 0,
  807. "_sizeMode": 0,
  808. "_fillType": 0,
  809. "_fillCenter": {
  810. "__type__": "cc.Vec2",
  811. "x": 0,
  812. "y": 0
  813. },
  814. "_fillStart": 0,
  815. "_fillRange": 0,
  816. "_isTrimmedMode": true,
  817. "_atlas": null,
  818. "_id": ""
  819. },
  820. {
  821. "__type__": "cc.PrefabInfo",
  822. "root": {
  823. "__id__": 1
  824. },
  825. "asset": {
  826. "__uuid__": "2de11282-7ed5-473c-93ed-592fdf31e884"
  827. },
  828. "fileId": "9f2bqmAUVKHIQ7oLZxp02Y",
  829. "sync": false
  830. },
  831. {
  832. "__type__": "cc.Mask",
  833. "_name": "",
  834. "_objFlags": 0,
  835. "node": {
  836. "__id__": 17
  837. },
  838. "_enabled": true,
  839. "_materials": [
  840. {
  841. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  842. }
  843. ],
  844. "_spriteFrame": null,
  845. "_type": 1,
  846. "_segments": 64,
  847. "_N$alphaThreshold": 0,
  848. "_N$inverted": false,
  849. "_id": ""
  850. },
  851. {
  852. "__type__": "cc.PrefabInfo",
  853. "root": {
  854. "__id__": 1
  855. },
  856. "asset": {
  857. "__uuid__": "2de11282-7ed5-473c-93ed-592fdf31e884"
  858. },
  859. "fileId": "9aZfPoxkBAGLGBJv5eODRA",
  860. "sync": false
  861. },
  862. {
  863. "__type__": "cc.Node",
  864. "_name": "TrackFrame",
  865. "_objFlags": 0,
  866. "_parent": {
  867. "__id__": 16
  868. },
  869. "_children": [],
  870. "_active": true,
  871. "_components": [
  872. {
  873. "__id__": 24
  874. }
  875. ],
  876. "_prefab": {
  877. "__id__": 25
  878. },
  879. "_opacity": 255,
  880. "_color": {
  881. "__type__": "cc.Color",
  882. "r": 255,
  883. "g": 255,
  884. "b": 255,
  885. "a": 255
  886. },
  887. "_contentSize": {
  888. "__type__": "cc.Size",
  889. "width": 180,
  890. "height": 155
  891. },
  892. "_anchorPoint": {
  893. "__type__": "cc.Vec2",
  894. "x": 0.5,
  895. "y": 0.5
  896. },
  897. "_trs": {
  898. "__type__": "TypedArray",
  899. "ctor": "Float64Array",
  900. "array": [
  901. 0,
  902. -13.020999908447266,
  903. 0,
  904. 0,
  905. 0,
  906. -0.7071067690849304,
  907. 0.7071067690849304,
  908. 1,
  909. 1,
  910. 1
  911. ]
  912. },
  913. "_eulerAngles": {
  914. "__type__": "cc.Vec3",
  915. "x": 0,
  916. "y": 0,
  917. "z": -90
  918. },
  919. "_skewX": 0,
  920. "_skewY": 0,
  921. "_is3DNode": false,
  922. "_groupIndex": 2,
  923. "groupIndex": 2,
  924. "_id": ""
  925. },
  926. {
  927. "__type__": "cc.Sprite",
  928. "_name": "",
  929. "_objFlags": 0,
  930. "node": {
  931. "__id__": 23
  932. },
  933. "_enabled": true,
  934. "_materials": [
  935. {
  936. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  937. }
  938. ],
  939. "_srcBlendFactor": 770,
  940. "_dstBlendFactor": 771,
  941. "_spriteFrame": {
  942. "__uuid__": "7e04428f-9c28-4a65-82bd-dffbe0eafc5f"
  943. },
  944. "_type": 0,
  945. "_sizeMode": 0,
  946. "_fillType": 0,
  947. "_fillCenter": {
  948. "__type__": "cc.Vec2",
  949. "x": 0,
  950. "y": 0
  951. },
  952. "_fillStart": 0,
  953. "_fillRange": 0,
  954. "_isTrimmedMode": true,
  955. "_atlas": null,
  956. "_id": ""
  957. },
  958. {
  959. "__type__": "cc.PrefabInfo",
  960. "root": {
  961. "__id__": 1
  962. },
  963. "asset": {
  964. "__uuid__": "2de11282-7ed5-473c-93ed-592fdf31e884"
  965. },
  966. "fileId": "b95gRePvZMwoJQxIyPpdm9",
  967. "sync": false
  968. },
  969. {
  970. "__type__": "cc.PrefabInfo",
  971. "root": {
  972. "__id__": 1
  973. },
  974. "asset": {
  975. "__uuid__": "2de11282-7ed5-473c-93ed-592fdf31e884"
  976. },
  977. "fileId": "c9kTl6WG5II6C12CkjJP3k",
  978. "sync": false
  979. },
  980. {
  981. "__type__": "cc.RigidBody",
  982. "_name": "",
  983. "_objFlags": 0,
  984. "node": {
  985. "__id__": 1
  986. },
  987. "_enabled": true,
  988. "_type": 2,
  989. "_allowSleep": true,
  990. "_gravityScale": 0,
  991. "_linearDamping": 0,
  992. "_angularDamping": 0,
  993. "_linearVelocity": {
  994. "__type__": "cc.Vec2",
  995. "x": 0,
  996. "y": 0
  997. },
  998. "_angularVelocity": 0,
  999. "_fixedRotation": true,
  1000. "enabledContactListener": false,
  1001. "bullet": false,
  1002. "awakeOnLoad": true,
  1003. "_id": ""
  1004. },
  1005. {
  1006. "__type__": "cc.PhysicsCircleCollider",
  1007. "_name": "",
  1008. "_objFlags": 0,
  1009. "node": {
  1010. "__id__": 1
  1011. },
  1012. "_enabled": true,
  1013. "tag": 0,
  1014. "_density": 1,
  1015. "_sensor": false,
  1016. "_friction": 1,
  1017. "_restitution": 0,
  1018. "body": null,
  1019. "_offset": {
  1020. "__type__": "cc.Vec2",
  1021. "x": 0,
  1022. "y": 110
  1023. },
  1024. "_radius": 110,
  1025. "_id": ""
  1026. },
  1027. {
  1028. "__type__": "cc.CircleCollider",
  1029. "_name": "",
  1030. "_objFlags": 0,
  1031. "node": {
  1032. "__id__": 1
  1033. },
  1034. "_enabled": true,
  1035. "tag": 0,
  1036. "_offset": {
  1037. "__type__": "cc.Vec2",
  1038. "x": 0,
  1039. "y": 110
  1040. },
  1041. "_radius": 110,
  1042. "_id": ""
  1043. },
  1044. {
  1045. "__type__": "cc.PrefabInfo",
  1046. "root": {
  1047. "__id__": 1
  1048. },
  1049. "asset": {
  1050. "__uuid__": "2de11282-7ed5-473c-93ed-592fdf31e884"
  1051. },
  1052. "fileId": "f7C2ww40dFC59VT/OdcpjJ",
  1053. "sync": false
  1054. }
  1055. ]