Skill1.prefab 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689
  1. [
  2. {
  3. "__type__": "cc.Prefab",
  4. "_name": "Skill1",
  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": "Skill1",
  17. "_objFlags": 0,
  18. "__editorExtras__": {},
  19. "_parent": null,
  20. "_children": [
  21. {
  22. "__id__": 2
  23. },
  24. {
  25. "__id__": 46
  26. }
  27. ],
  28. "_active": true,
  29. "_components": [
  30. {
  31. "__id__": 60
  32. },
  33. {
  34. "__id__": 62
  35. },
  36. {
  37. "__id__": 64
  38. },
  39. {
  40. "__id__": 66
  41. },
  42. {
  43. "__id__": 68
  44. },
  45. {
  46. "__id__": 70
  47. }
  48. ],
  49. "_prefab": {
  50. "__id__": 72
  51. },
  52. "_lpos": {
  53. "__type__": "cc.Vec3",
  54. "x": 0,
  55. "y": 270,
  56. "z": 0
  57. },
  58. "_lrot": {
  59. "__type__": "cc.Quat",
  60. "x": 0,
  61. "y": 0,
  62. "z": 0,
  63. "w": 1
  64. },
  65. "_lscale": {
  66. "__type__": "cc.Vec3",
  67. "x": 1,
  68. "y": 1,
  69. "z": 1
  70. },
  71. "_mobility": 0,
  72. "_layer": 1073741824,
  73. "_euler": {
  74. "__type__": "cc.Vec3",
  75. "x": 0,
  76. "y": 0,
  77. "z": 0
  78. },
  79. "_id": ""
  80. },
  81. {
  82. "__type__": "cc.Node",
  83. "_name": "SkillSprite",
  84. "_objFlags": 0,
  85. "__editorExtras__": {},
  86. "_parent": {
  87. "__id__": 1
  88. },
  89. "_children": [
  90. {
  91. "__id__": 3
  92. }
  93. ],
  94. "_active": true,
  95. "_components": [
  96. {
  97. "__id__": 41
  98. },
  99. {
  100. "__id__": 43
  101. }
  102. ],
  103. "_prefab": {
  104. "__id__": 45
  105. },
  106. "_lpos": {
  107. "__type__": "cc.Vec3",
  108. "x": -182.0687255859375,
  109. "y": 24.878,
  110. "z": 0
  111. },
  112. "_lrot": {
  113. "__type__": "cc.Quat",
  114. "x": 0,
  115. "y": 0,
  116. "z": 0,
  117. "w": 1
  118. },
  119. "_lscale": {
  120. "__type__": "cc.Vec3",
  121. "x": 1,
  122. "y": 1,
  123. "z": 1
  124. },
  125. "_mobility": 0,
  126. "_layer": 1073741824,
  127. "_euler": {
  128. "__type__": "cc.Vec3",
  129. "x": 0,
  130. "y": 0,
  131. "z": 0
  132. },
  133. "_id": ""
  134. },
  135. {
  136. "__type__": "cc.Node",
  137. "_name": "Star",
  138. "_objFlags": 0,
  139. "__editorExtras__": {},
  140. "_parent": {
  141. "__id__": 2
  142. },
  143. "_children": [
  144. {
  145. "__id__": 4
  146. },
  147. {
  148. "__id__": 10
  149. },
  150. {
  151. "__id__": 16
  152. },
  153. {
  154. "__id__": 22
  155. },
  156. {
  157. "__id__": 28
  158. }
  159. ],
  160. "_active": true,
  161. "_components": [
  162. {
  163. "__id__": 34
  164. },
  165. {
  166. "__id__": 36
  167. },
  168. {
  169. "__id__": 38
  170. }
  171. ],
  172. "_prefab": {
  173. "__id__": 40
  174. },
  175. "_lpos": {
  176. "__type__": "cc.Vec3",
  177. "x": 3.6499999999999986,
  178. "y": -83.71000000000001,
  179. "z": 0
  180. },
  181. "_lrot": {
  182. "__type__": "cc.Quat",
  183. "x": 0,
  184. "y": 0,
  185. "z": 0,
  186. "w": 1
  187. },
  188. "_lscale": {
  189. "__type__": "cc.Vec3",
  190. "x": 1,
  191. "y": 1,
  192. "z": 1
  193. },
  194. "_mobility": 0,
  195. "_layer": 1073741824,
  196. "_euler": {
  197. "__type__": "cc.Vec3",
  198. "x": 0,
  199. "y": 0,
  200. "z": 0
  201. },
  202. "_id": ""
  203. },
  204. {
  205. "__type__": "cc.Node",
  206. "_name": "xx-1",
  207. "_objFlags": 0,
  208. "__editorExtras__": {},
  209. "_parent": {
  210. "__id__": 3
  211. },
  212. "_children": [],
  213. "_active": true,
  214. "_components": [
  215. {
  216. "__id__": 5
  217. },
  218. {
  219. "__id__": 7
  220. }
  221. ],
  222. "_prefab": {
  223. "__id__": 9
  224. },
  225. "_lpos": {
  226. "__type__": "cc.Vec3",
  227. "x": -28.5,
  228. "y": 0,
  229. "z": 0
  230. },
  231. "_lrot": {
  232. "__type__": "cc.Quat",
  233. "x": 0,
  234. "y": 0,
  235. "z": 0,
  236. "w": 1
  237. },
  238. "_lscale": {
  239. "__type__": "cc.Vec3",
  240. "x": 0.2,
  241. "y": 0.2,
  242. "z": 1
  243. },
  244. "_mobility": 0,
  245. "_layer": 1073741824,
  246. "_euler": {
  247. "__type__": "cc.Vec3",
  248. "x": 0,
  249. "y": 0,
  250. "z": 0
  251. },
  252. "_id": ""
  253. },
  254. {
  255. "__type__": "cc.UITransform",
  256. "_name": "",
  257. "_objFlags": 0,
  258. "__editorExtras__": {},
  259. "node": {
  260. "__id__": 4
  261. },
  262. "_enabled": true,
  263. "__prefab": {
  264. "__id__": 6
  265. },
  266. "_contentSize": {
  267. "__type__": "cc.Size",
  268. "width": 43,
  269. "height": 60
  270. },
  271. "_anchorPoint": {
  272. "__type__": "cc.Vec2",
  273. "x": 0.5,
  274. "y": 0.5
  275. },
  276. "_id": ""
  277. },
  278. {
  279. "__type__": "cc.CompPrefabInfo",
  280. "fileId": "e7eaOk6SJBv4McIhwbYaYF"
  281. },
  282. {
  283. "__type__": "cc.Sprite",
  284. "_name": "",
  285. "_objFlags": 0,
  286. "__editorExtras__": {},
  287. "node": {
  288. "__id__": 4
  289. },
  290. "_enabled": true,
  291. "__prefab": {
  292. "__id__": 8
  293. },
  294. "_customMaterial": null,
  295. "_srcBlendFactor": 2,
  296. "_dstBlendFactor": 4,
  297. "_color": {
  298. "__type__": "cc.Color",
  299. "r": 255,
  300. "g": 255,
  301. "b": 255,
  302. "a": 255
  303. },
  304. "_spriteFrame": {
  305. "__uuid__": "8b8af6dd-5729-43f2-9010-d397f216f9cc@f9941",
  306. "__expectedType__": "cc.SpriteFrame"
  307. },
  308. "_type": 0,
  309. "_fillType": 0,
  310. "_sizeMode": 1,
  311. "_fillCenter": {
  312. "__type__": "cc.Vec2",
  313. "x": 0,
  314. "y": 0
  315. },
  316. "_fillStart": 0,
  317. "_fillRange": 0,
  318. "_isTrimmedMode": true,
  319. "_useGrayscale": false,
  320. "_atlas": null,
  321. "_id": ""
  322. },
  323. {
  324. "__type__": "cc.CompPrefabInfo",
  325. "fileId": "07OeYsogRHNIXUVopIYlCS"
  326. },
  327. {
  328. "__type__": "cc.PrefabInfo",
  329. "root": {
  330. "__id__": 1
  331. },
  332. "asset": {
  333. "__id__": 0
  334. },
  335. "fileId": "8ayXJw0HZJa5pY+FYASv7d",
  336. "instance": null,
  337. "targetOverrides": null,
  338. "nestedPrefabInstanceRoots": null
  339. },
  340. {
  341. "__type__": "cc.Node",
  342. "_name": "xx-2",
  343. "_objFlags": 0,
  344. "__editorExtras__": {},
  345. "_parent": {
  346. "__id__": 3
  347. },
  348. "_children": [],
  349. "_active": true,
  350. "_components": [
  351. {
  352. "__id__": 11
  353. },
  354. {
  355. "__id__": 13
  356. }
  357. ],
  358. "_prefab": {
  359. "__id__": 15
  360. },
  361. "_lpos": {
  362. "__type__": "cc.Vec3",
  363. "x": -5.5,
  364. "y": 0,
  365. "z": 0
  366. },
  367. "_lrot": {
  368. "__type__": "cc.Quat",
  369. "x": 0,
  370. "y": 0,
  371. "z": 0,
  372. "w": 1
  373. },
  374. "_lscale": {
  375. "__type__": "cc.Vec3",
  376. "x": 0.2,
  377. "y": 0.2,
  378. "z": 1
  379. },
  380. "_mobility": 0,
  381. "_layer": 1073741824,
  382. "_euler": {
  383. "__type__": "cc.Vec3",
  384. "x": 0,
  385. "y": 0,
  386. "z": 0
  387. },
  388. "_id": ""
  389. },
  390. {
  391. "__type__": "cc.UITransform",
  392. "_name": "",
  393. "_objFlags": 0,
  394. "__editorExtras__": {},
  395. "node": {
  396. "__id__": 10
  397. },
  398. "_enabled": true,
  399. "__prefab": {
  400. "__id__": 12
  401. },
  402. "_contentSize": {
  403. "__type__": "cc.Size",
  404. "width": 43,
  405. "height": 60
  406. },
  407. "_anchorPoint": {
  408. "__type__": "cc.Vec2",
  409. "x": 0.5,
  410. "y": 0.5
  411. },
  412. "_id": ""
  413. },
  414. {
  415. "__type__": "cc.CompPrefabInfo",
  416. "fileId": "0cRcr+whtAVrN+xiYu/U5H"
  417. },
  418. {
  419. "__type__": "cc.Sprite",
  420. "_name": "",
  421. "_objFlags": 0,
  422. "__editorExtras__": {},
  423. "node": {
  424. "__id__": 10
  425. },
  426. "_enabled": true,
  427. "__prefab": {
  428. "__id__": 14
  429. },
  430. "_customMaterial": null,
  431. "_srcBlendFactor": 2,
  432. "_dstBlendFactor": 4,
  433. "_color": {
  434. "__type__": "cc.Color",
  435. "r": 58,
  436. "g": 37,
  437. "b": 37,
  438. "a": 255
  439. },
  440. "_spriteFrame": {
  441. "__uuid__": "8b8af6dd-5729-43f2-9010-d397f216f9cc@f9941",
  442. "__expectedType__": "cc.SpriteFrame"
  443. },
  444. "_type": 0,
  445. "_fillType": 0,
  446. "_sizeMode": 1,
  447. "_fillCenter": {
  448. "__type__": "cc.Vec2",
  449. "x": 0,
  450. "y": 0
  451. },
  452. "_fillStart": 0,
  453. "_fillRange": 0,
  454. "_isTrimmedMode": true,
  455. "_useGrayscale": false,
  456. "_atlas": null,
  457. "_id": ""
  458. },
  459. {
  460. "__type__": "cc.CompPrefabInfo",
  461. "fileId": "83IhATerRBlr2c9G5wplF5"
  462. },
  463. {
  464. "__type__": "cc.PrefabInfo",
  465. "root": {
  466. "__id__": 1
  467. },
  468. "asset": {
  469. "__id__": 0
  470. },
  471. "fileId": "32XzrHbqFFg584HRselCe+",
  472. "instance": null,
  473. "targetOverrides": null,
  474. "nestedPrefabInstanceRoots": null
  475. },
  476. {
  477. "__type__": "cc.Node",
  478. "_name": "xx-3",
  479. "_objFlags": 0,
  480. "__editorExtras__": {},
  481. "_parent": {
  482. "__id__": 3
  483. },
  484. "_children": [],
  485. "_active": true,
  486. "_components": [
  487. {
  488. "__id__": 17
  489. },
  490. {
  491. "__id__": 19
  492. }
  493. ],
  494. "_prefab": {
  495. "__id__": 21
  496. },
  497. "_lpos": {
  498. "__type__": "cc.Vec3",
  499. "x": 17.5,
  500. "y": 0,
  501. "z": 0
  502. },
  503. "_lrot": {
  504. "__type__": "cc.Quat",
  505. "x": 0,
  506. "y": 0,
  507. "z": 0,
  508. "w": 1
  509. },
  510. "_lscale": {
  511. "__type__": "cc.Vec3",
  512. "x": 0.2,
  513. "y": 0.2,
  514. "z": 1
  515. },
  516. "_mobility": 0,
  517. "_layer": 1073741824,
  518. "_euler": {
  519. "__type__": "cc.Vec3",
  520. "x": 0,
  521. "y": 0,
  522. "z": 0
  523. },
  524. "_id": ""
  525. },
  526. {
  527. "__type__": "cc.UITransform",
  528. "_name": "",
  529. "_objFlags": 0,
  530. "__editorExtras__": {},
  531. "node": {
  532. "__id__": 16
  533. },
  534. "_enabled": true,
  535. "__prefab": {
  536. "__id__": 18
  537. },
  538. "_contentSize": {
  539. "__type__": "cc.Size",
  540. "width": 43,
  541. "height": 60
  542. },
  543. "_anchorPoint": {
  544. "__type__": "cc.Vec2",
  545. "x": 0.5,
  546. "y": 0.5
  547. },
  548. "_id": ""
  549. },
  550. {
  551. "__type__": "cc.CompPrefabInfo",
  552. "fileId": "e5cnD4o1VCEqiUa4S6axcu"
  553. },
  554. {
  555. "__type__": "cc.Sprite",
  556. "_name": "",
  557. "_objFlags": 0,
  558. "__editorExtras__": {},
  559. "node": {
  560. "__id__": 16
  561. },
  562. "_enabled": true,
  563. "__prefab": {
  564. "__id__": 20
  565. },
  566. "_customMaterial": null,
  567. "_srcBlendFactor": 2,
  568. "_dstBlendFactor": 4,
  569. "_color": {
  570. "__type__": "cc.Color",
  571. "r": 58,
  572. "g": 37,
  573. "b": 37,
  574. "a": 255
  575. },
  576. "_spriteFrame": {
  577. "__uuid__": "8b8af6dd-5729-43f2-9010-d397f216f9cc@f9941",
  578. "__expectedType__": "cc.SpriteFrame"
  579. },
  580. "_type": 0,
  581. "_fillType": 0,
  582. "_sizeMode": 1,
  583. "_fillCenter": {
  584. "__type__": "cc.Vec2",
  585. "x": 0,
  586. "y": 0
  587. },
  588. "_fillStart": 0,
  589. "_fillRange": 0,
  590. "_isTrimmedMode": true,
  591. "_useGrayscale": false,
  592. "_atlas": null,
  593. "_id": ""
  594. },
  595. {
  596. "__type__": "cc.CompPrefabInfo",
  597. "fileId": "a5D56ukj9IZYY37anumqI1"
  598. },
  599. {
  600. "__type__": "cc.PrefabInfo",
  601. "root": {
  602. "__id__": 1
  603. },
  604. "asset": {
  605. "__id__": 0
  606. },
  607. "fileId": "5eVY0TSr5NnLPMWQ8O/uFa",
  608. "instance": null,
  609. "targetOverrides": null,
  610. "nestedPrefabInstanceRoots": null
  611. },
  612. {
  613. "__type__": "cc.Node",
  614. "_name": "xx-4",
  615. "_objFlags": 0,
  616. "__editorExtras__": {},
  617. "_parent": {
  618. "__id__": 3
  619. },
  620. "_children": [],
  621. "_active": true,
  622. "_components": [
  623. {
  624. "__id__": 23
  625. },
  626. {
  627. "__id__": 25
  628. }
  629. ],
  630. "_prefab": {
  631. "__id__": 27
  632. },
  633. "_lpos": {
  634. "__type__": "cc.Vec3",
  635. "x": 40.5,
  636. "y": 0,
  637. "z": 0
  638. },
  639. "_lrot": {
  640. "__type__": "cc.Quat",
  641. "x": 0,
  642. "y": 0,
  643. "z": 0,
  644. "w": 1
  645. },
  646. "_lscale": {
  647. "__type__": "cc.Vec3",
  648. "x": 0.2,
  649. "y": 0.2,
  650. "z": 1
  651. },
  652. "_mobility": 0,
  653. "_layer": 1073741824,
  654. "_euler": {
  655. "__type__": "cc.Vec3",
  656. "x": 0,
  657. "y": 0,
  658. "z": 0
  659. },
  660. "_id": ""
  661. },
  662. {
  663. "__type__": "cc.UITransform",
  664. "_name": "",
  665. "_objFlags": 0,
  666. "__editorExtras__": {},
  667. "node": {
  668. "__id__": 22
  669. },
  670. "_enabled": true,
  671. "__prefab": {
  672. "__id__": 24
  673. },
  674. "_contentSize": {
  675. "__type__": "cc.Size",
  676. "width": 43,
  677. "height": 60
  678. },
  679. "_anchorPoint": {
  680. "__type__": "cc.Vec2",
  681. "x": 0.5,
  682. "y": 0.5
  683. },
  684. "_id": ""
  685. },
  686. {
  687. "__type__": "cc.CompPrefabInfo",
  688. "fileId": "6bDglIg5RBpqWhwX0OfeGe"
  689. },
  690. {
  691. "__type__": "cc.Sprite",
  692. "_name": "",
  693. "_objFlags": 0,
  694. "__editorExtras__": {},
  695. "node": {
  696. "__id__": 22
  697. },
  698. "_enabled": true,
  699. "__prefab": {
  700. "__id__": 26
  701. },
  702. "_customMaterial": null,
  703. "_srcBlendFactor": 2,
  704. "_dstBlendFactor": 4,
  705. "_color": {
  706. "__type__": "cc.Color",
  707. "r": 58,
  708. "g": 37,
  709. "b": 37,
  710. "a": 255
  711. },
  712. "_spriteFrame": {
  713. "__uuid__": "8b8af6dd-5729-43f2-9010-d397f216f9cc@f9941",
  714. "__expectedType__": "cc.SpriteFrame"
  715. },
  716. "_type": 0,
  717. "_fillType": 0,
  718. "_sizeMode": 1,
  719. "_fillCenter": {
  720. "__type__": "cc.Vec2",
  721. "x": 0,
  722. "y": 0
  723. },
  724. "_fillStart": 0,
  725. "_fillRange": 0,
  726. "_isTrimmedMode": true,
  727. "_useGrayscale": false,
  728. "_atlas": null,
  729. "_id": ""
  730. },
  731. {
  732. "__type__": "cc.CompPrefabInfo",
  733. "fileId": "926oP1e65H0qeT8u0Y4Jj0"
  734. },
  735. {
  736. "__type__": "cc.PrefabInfo",
  737. "root": {
  738. "__id__": 1
  739. },
  740. "asset": {
  741. "__id__": 0
  742. },
  743. "fileId": "e6+vkcuvtE+Knqn/YQmcq1",
  744. "instance": null,
  745. "targetOverrides": null,
  746. "nestedPrefabInstanceRoots": null
  747. },
  748. {
  749. "__type__": "cc.Node",
  750. "_name": "xx-5",
  751. "_objFlags": 0,
  752. "__editorExtras__": {},
  753. "_parent": {
  754. "__id__": 3
  755. },
  756. "_children": [],
  757. "_active": true,
  758. "_components": [
  759. {
  760. "__id__": 29
  761. },
  762. {
  763. "__id__": 31
  764. }
  765. ],
  766. "_prefab": {
  767. "__id__": 33
  768. },
  769. "_lpos": {
  770. "__type__": "cc.Vec3",
  771. "x": 63.5,
  772. "y": 0,
  773. "z": 0
  774. },
  775. "_lrot": {
  776. "__type__": "cc.Quat",
  777. "x": 0,
  778. "y": 0,
  779. "z": 0,
  780. "w": 1
  781. },
  782. "_lscale": {
  783. "__type__": "cc.Vec3",
  784. "x": 0.2,
  785. "y": 0.2,
  786. "z": 1
  787. },
  788. "_mobility": 0,
  789. "_layer": 1073741824,
  790. "_euler": {
  791. "__type__": "cc.Vec3",
  792. "x": 0,
  793. "y": 0,
  794. "z": 0
  795. },
  796. "_id": ""
  797. },
  798. {
  799. "__type__": "cc.UITransform",
  800. "_name": "",
  801. "_objFlags": 0,
  802. "__editorExtras__": {},
  803. "node": {
  804. "__id__": 28
  805. },
  806. "_enabled": true,
  807. "__prefab": {
  808. "__id__": 30
  809. },
  810. "_contentSize": {
  811. "__type__": "cc.Size",
  812. "width": 43,
  813. "height": 60
  814. },
  815. "_anchorPoint": {
  816. "__type__": "cc.Vec2",
  817. "x": 0.5,
  818. "y": 0.5
  819. },
  820. "_id": ""
  821. },
  822. {
  823. "__type__": "cc.CompPrefabInfo",
  824. "fileId": "4fY6wwUz5HmaGMiLdef5U2"
  825. },
  826. {
  827. "__type__": "cc.Sprite",
  828. "_name": "",
  829. "_objFlags": 0,
  830. "__editorExtras__": {},
  831. "node": {
  832. "__id__": 28
  833. },
  834. "_enabled": true,
  835. "__prefab": {
  836. "__id__": 32
  837. },
  838. "_customMaterial": null,
  839. "_srcBlendFactor": 2,
  840. "_dstBlendFactor": 4,
  841. "_color": {
  842. "__type__": "cc.Color",
  843. "r": 58,
  844. "g": 37,
  845. "b": 37,
  846. "a": 255
  847. },
  848. "_spriteFrame": {
  849. "__uuid__": "8b8af6dd-5729-43f2-9010-d397f216f9cc@f9941",
  850. "__expectedType__": "cc.SpriteFrame"
  851. },
  852. "_type": 0,
  853. "_fillType": 0,
  854. "_sizeMode": 1,
  855. "_fillCenter": {
  856. "__type__": "cc.Vec2",
  857. "x": 0,
  858. "y": 0
  859. },
  860. "_fillStart": 0,
  861. "_fillRange": 0,
  862. "_isTrimmedMode": true,
  863. "_useGrayscale": false,
  864. "_atlas": null,
  865. "_id": ""
  866. },
  867. {
  868. "__type__": "cc.CompPrefabInfo",
  869. "fileId": "dfCpCys39C5I7fa/n5k+id"
  870. },
  871. {
  872. "__type__": "cc.PrefabInfo",
  873. "root": {
  874. "__id__": 1
  875. },
  876. "asset": {
  877. "__id__": 0
  878. },
  879. "fileId": "f5m/O92gRJVox3zWLGDi8a",
  880. "instance": null,
  881. "targetOverrides": null,
  882. "nestedPrefabInstanceRoots": null
  883. },
  884. {
  885. "__type__": "cc.UITransform",
  886. "_name": "",
  887. "_objFlags": 0,
  888. "__editorExtras__": {},
  889. "node": {
  890. "__id__": 3
  891. },
  892. "_enabled": true,
  893. "__prefab": {
  894. "__id__": 35
  895. },
  896. "_contentSize": {
  897. "__type__": "cc.Size",
  898. "width": 100,
  899. "height": 50
  900. },
  901. "_anchorPoint": {
  902. "__type__": "cc.Vec2",
  903. "x": 0.5,
  904. "y": 0.5
  905. },
  906. "_id": ""
  907. },
  908. {
  909. "__type__": "cc.CompPrefabInfo",
  910. "fileId": "1eoPVVnV9Ks73YhyFyhvJN"
  911. },
  912. {
  913. "__type__": "cc.Layout",
  914. "_name": "",
  915. "_objFlags": 0,
  916. "__editorExtras__": {},
  917. "node": {
  918. "__id__": 3
  919. },
  920. "_enabled": true,
  921. "__prefab": {
  922. "__id__": 37
  923. },
  924. "_resizeMode": 0,
  925. "_layoutType": 1,
  926. "_cellSize": {
  927. "__type__": "cc.Size",
  928. "width": 40,
  929. "height": 40
  930. },
  931. "_startAxis": 0,
  932. "_paddingLeft": 0,
  933. "_paddingRight": 0,
  934. "_paddingTop": 0,
  935. "_paddingBottom": 0,
  936. "_spacingX": -20,
  937. "_spacingY": 0,
  938. "_verticalDirection": 1,
  939. "_horizontalDirection": 0,
  940. "_constraint": 0,
  941. "_constraintNum": 2,
  942. "_affectedByScale": false,
  943. "_isAlign": true,
  944. "_id": ""
  945. },
  946. {
  947. "__type__": "cc.CompPrefabInfo",
  948. "fileId": "25xdUajaZBd6XZNh7JhYHW"
  949. },
  950. {
  951. "__type__": "cc.Widget",
  952. "_name": "",
  953. "_objFlags": 0,
  954. "__editorExtras__": {},
  955. "node": {
  956. "__id__": 3
  957. },
  958. "_enabled": true,
  959. "__prefab": {
  960. "__id__": 39
  961. },
  962. "_alignFlags": 9,
  963. "_target": null,
  964. "_left": 0.05,
  965. "_right": 0,
  966. "_top": 1.07,
  967. "_bottom": 0,
  968. "_horizontalCenter": 0,
  969. "_verticalCenter": 0,
  970. "_isAbsLeft": false,
  971. "_isAbsRight": true,
  972. "_isAbsTop": false,
  973. "_isAbsBottom": true,
  974. "_isAbsHorizontalCenter": true,
  975. "_isAbsVerticalCenter": true,
  976. "_originalWidth": 0,
  977. "_originalHeight": 0,
  978. "_alignMode": 2,
  979. "_lockFlags": 0,
  980. "_id": ""
  981. },
  982. {
  983. "__type__": "cc.CompPrefabInfo",
  984. "fileId": "71PzIaW79Koah26jumOr0y"
  985. },
  986. {
  987. "__type__": "cc.PrefabInfo",
  988. "root": {
  989. "__id__": 1
  990. },
  991. "asset": {
  992. "__id__": 0
  993. },
  994. "fileId": "beb38cRnBCqYftWRQiGrnO",
  995. "instance": null,
  996. "targetOverrides": null,
  997. "nestedPrefabInstanceRoots": null
  998. },
  999. {
  1000. "__type__": "cc.UITransform",
  1001. "_name": "",
  1002. "_objFlags": 0,
  1003. "__editorExtras__": {},
  1004. "node": {
  1005. "__id__": 2
  1006. },
  1007. "_enabled": true,
  1008. "__prefab": {
  1009. "__id__": 42
  1010. },
  1011. "_contentSize": {
  1012. "__type__": "cc.Size",
  1013. "width": 103,
  1014. "height": 103
  1015. },
  1016. "_anchorPoint": {
  1017. "__type__": "cc.Vec2",
  1018. "x": 0.5,
  1019. "y": 0.5
  1020. },
  1021. "_id": ""
  1022. },
  1023. {
  1024. "__type__": "cc.CompPrefabInfo",
  1025. "fileId": "ecCg0sGDVCHrG65A63cELI"
  1026. },
  1027. {
  1028. "__type__": "cc.Sprite",
  1029. "_name": "",
  1030. "_objFlags": 0,
  1031. "__editorExtras__": {},
  1032. "node": {
  1033. "__id__": 2
  1034. },
  1035. "_enabled": true,
  1036. "__prefab": {
  1037. "__id__": 44
  1038. },
  1039. "_customMaterial": null,
  1040. "_srcBlendFactor": 2,
  1041. "_dstBlendFactor": 4,
  1042. "_color": {
  1043. "__type__": "cc.Color",
  1044. "r": 255,
  1045. "g": 255,
  1046. "b": 255,
  1047. "a": 255
  1048. },
  1049. "_spriteFrame": {
  1050. "__uuid__": "6f8300a1-ec5f-4726-a4c7-fde21e7fca67@f9941",
  1051. "__expectedType__": "cc.SpriteFrame"
  1052. },
  1053. "_type": 0,
  1054. "_fillType": 0,
  1055. "_sizeMode": 0,
  1056. "_fillCenter": {
  1057. "__type__": "cc.Vec2",
  1058. "x": 0,
  1059. "y": 0
  1060. },
  1061. "_fillStart": 0,
  1062. "_fillRange": 0,
  1063. "_isTrimmedMode": true,
  1064. "_useGrayscale": false,
  1065. "_atlas": null,
  1066. "_id": ""
  1067. },
  1068. {
  1069. "__type__": "cc.CompPrefabInfo",
  1070. "fileId": "b5KGb+WOZCsYh8MxZH8vHB"
  1071. },
  1072. {
  1073. "__type__": "cc.PrefabInfo",
  1074. "root": {
  1075. "__id__": 1
  1076. },
  1077. "asset": {
  1078. "__id__": 0
  1079. },
  1080. "fileId": "b1LOf7+3xEE5T1fQBhgksG",
  1081. "instance": null,
  1082. "targetOverrides": null,
  1083. "nestedPrefabInstanceRoots": null
  1084. },
  1085. {
  1086. "__type__": "cc.Node",
  1087. "_name": "SkillName",
  1088. "_objFlags": 0,
  1089. "__editorExtras__": {},
  1090. "_parent": {
  1091. "__id__": 1
  1092. },
  1093. "_children": [
  1094. {
  1095. "__id__": 47
  1096. }
  1097. ],
  1098. "_active": true,
  1099. "_components": [
  1100. {
  1101. "__id__": 55
  1102. },
  1103. {
  1104. "__id__": 57
  1105. }
  1106. ],
  1107. "_prefab": {
  1108. "__id__": 59
  1109. },
  1110. "_lpos": {
  1111. "__type__": "cc.Vec3",
  1112. "x": 51.3104248046875,
  1113. "y": 53.642,
  1114. "z": 0
  1115. },
  1116. "_lrot": {
  1117. "__type__": "cc.Quat",
  1118. "x": 0,
  1119. "y": 0,
  1120. "z": 0,
  1121. "w": 1
  1122. },
  1123. "_lscale": {
  1124. "__type__": "cc.Vec3",
  1125. "x": 1,
  1126. "y": 1,
  1127. "z": 1
  1128. },
  1129. "_mobility": 0,
  1130. "_layer": 1073741824,
  1131. "_euler": {
  1132. "__type__": "cc.Vec3",
  1133. "x": 0,
  1134. "y": 0,
  1135. "z": 0
  1136. },
  1137. "_id": ""
  1138. },
  1139. {
  1140. "__type__": "cc.Node",
  1141. "_name": "SkillIntroduce",
  1142. "_objFlags": 0,
  1143. "__editorExtras__": {},
  1144. "_parent": {
  1145. "__id__": 46
  1146. },
  1147. "_children": [],
  1148. "_active": true,
  1149. "_components": [
  1150. {
  1151. "__id__": 48
  1152. },
  1153. {
  1154. "__id__": 50
  1155. },
  1156. {
  1157. "__id__": 52
  1158. }
  1159. ],
  1160. "_prefab": {
  1161. "__id__": 54
  1162. },
  1163. "_lpos": {
  1164. "__type__": "cc.Vec3",
  1165. "x": 5.001000000000001,
  1166. "y": -62.2,
  1167. "z": 0
  1168. },
  1169. "_lrot": {
  1170. "__type__": "cc.Quat",
  1171. "x": 0,
  1172. "y": 0,
  1173. "z": 0,
  1174. "w": 1
  1175. },
  1176. "_lscale": {
  1177. "__type__": "cc.Vec3",
  1178. "x": 1,
  1179. "y": 1,
  1180. "z": 1
  1181. },
  1182. "_mobility": 0,
  1183. "_layer": 1073741824,
  1184. "_euler": {
  1185. "__type__": "cc.Vec3",
  1186. "x": 0,
  1187. "y": 0,
  1188. "z": 0
  1189. },
  1190. "_id": ""
  1191. },
  1192. {
  1193. "__type__": "cc.UITransform",
  1194. "_name": "",
  1195. "_objFlags": 0,
  1196. "__editorExtras__": {},
  1197. "node": {
  1198. "__id__": 47
  1199. },
  1200. "_enabled": true,
  1201. "__prefab": {
  1202. "__id__": 49
  1203. },
  1204. "_contentSize": {
  1205. "__type__": "cc.Size",
  1206. "width": 350,
  1207. "height": 70
  1208. },
  1209. "_anchorPoint": {
  1210. "__type__": "cc.Vec2",
  1211. "x": 0.5,
  1212. "y": 0.5
  1213. },
  1214. "_id": ""
  1215. },
  1216. {
  1217. "__type__": "cc.CompPrefabInfo",
  1218. "fileId": "a9nUx3vnNMobC7Iq7TbeTT"
  1219. },
  1220. {
  1221. "__type__": "cc.Label",
  1222. "_name": "",
  1223. "_objFlags": 0,
  1224. "__editorExtras__": {},
  1225. "node": {
  1226. "__id__": 47
  1227. },
  1228. "_enabled": true,
  1229. "__prefab": {
  1230. "__id__": 51
  1231. },
  1232. "_customMaterial": null,
  1233. "_srcBlendFactor": 2,
  1234. "_dstBlendFactor": 4,
  1235. "_color": {
  1236. "__type__": "cc.Color",
  1237. "r": 240,
  1238. "g": 194,
  1239. "b": 13,
  1240. "a": 255
  1241. },
  1242. "_string": "label",
  1243. "_horizontalAlign": 1,
  1244. "_verticalAlign": 1,
  1245. "_actualFontSize": 26,
  1246. "_fontSize": 25,
  1247. "_fontFamily": "Arial",
  1248. "_lineHeight": 40,
  1249. "_overflow": 2,
  1250. "_enableWrapText": true,
  1251. "_font": null,
  1252. "_isSystemFontUsed": true,
  1253. "_spacingX": 0,
  1254. "_isItalic": false,
  1255. "_isBold": true,
  1256. "_isUnderline": false,
  1257. "_underlineHeight": 2,
  1258. "_cacheMode": 0,
  1259. "_enableOutline": true,
  1260. "_outlineColor": {
  1261. "__type__": "cc.Color",
  1262. "r": 0,
  1263. "g": 0,
  1264. "b": 0,
  1265. "a": 255
  1266. },
  1267. "_outlineWidth": 2,
  1268. "_enableShadow": false,
  1269. "_shadowColor": {
  1270. "__type__": "cc.Color",
  1271. "r": 0,
  1272. "g": 0,
  1273. "b": 0,
  1274. "a": 255
  1275. },
  1276. "_shadowOffset": {
  1277. "__type__": "cc.Vec2",
  1278. "x": 2,
  1279. "y": 2
  1280. },
  1281. "_shadowBlur": 2,
  1282. "_id": ""
  1283. },
  1284. {
  1285. "__type__": "cc.CompPrefabInfo",
  1286. "fileId": "cerLBQQCVDobpT5NSQhj7j"
  1287. },
  1288. {
  1289. "__type__": "cc.Widget",
  1290. "_name": "",
  1291. "_objFlags": 0,
  1292. "__editorExtras__": {},
  1293. "node": {
  1294. "__id__": 47
  1295. },
  1296. "_enabled": true,
  1297. "__prefab": {
  1298. "__id__": 53
  1299. },
  1300. "_alignFlags": 17,
  1301. "_target": null,
  1302. "_left": 0,
  1303. "_right": 0,
  1304. "_top": 1,
  1305. "_bottom": 0,
  1306. "_horizontalCenter": 0.059707514996764556,
  1307. "_verticalCenter": 0,
  1308. "_isAbsLeft": true,
  1309. "_isAbsRight": true,
  1310. "_isAbsTop": false,
  1311. "_isAbsBottom": true,
  1312. "_isAbsHorizontalCenter": false,
  1313. "_isAbsVerticalCenter": true,
  1314. "_originalWidth": 0,
  1315. "_originalHeight": 0,
  1316. "_alignMode": 2,
  1317. "_lockFlags": 0,
  1318. "_id": ""
  1319. },
  1320. {
  1321. "__type__": "cc.CompPrefabInfo",
  1322. "fileId": "aaB9L3+AVNMbSyWnFvrBmD"
  1323. },
  1324. {
  1325. "__type__": "cc.PrefabInfo",
  1326. "root": {
  1327. "__id__": 1
  1328. },
  1329. "asset": {
  1330. "__id__": 0
  1331. },
  1332. "fileId": "60GN0vQthLy5dQxsyTmIk7",
  1333. "instance": null,
  1334. "targetOverrides": null,
  1335. "nestedPrefabInstanceRoots": null
  1336. },
  1337. {
  1338. "__type__": "cc.UITransform",
  1339. "_name": "",
  1340. "_objFlags": 0,
  1341. "__editorExtras__": {},
  1342. "node": {
  1343. "__id__": 46
  1344. },
  1345. "_enabled": true,
  1346. "__prefab": {
  1347. "__id__": 56
  1348. },
  1349. "_contentSize": {
  1350. "__type__": "cc.Size",
  1351. "width": 83.75830078125,
  1352. "height": 54.4
  1353. },
  1354. "_anchorPoint": {
  1355. "__type__": "cc.Vec2",
  1356. "x": 0.5,
  1357. "y": 0.5
  1358. },
  1359. "_id": ""
  1360. },
  1361. {
  1362. "__type__": "cc.CompPrefabInfo",
  1363. "fileId": "dexJvADbNJq5nToNBz3d+O"
  1364. },
  1365. {
  1366. "__type__": "cc.Label",
  1367. "_name": "",
  1368. "_objFlags": 0,
  1369. "__editorExtras__": {},
  1370. "node": {
  1371. "__id__": 46
  1372. },
  1373. "_enabled": true,
  1374. "__prefab": {
  1375. "__id__": 58
  1376. },
  1377. "_customMaterial": null,
  1378. "_srcBlendFactor": 2,
  1379. "_dstBlendFactor": 4,
  1380. "_color": {
  1381. "__type__": "cc.Color",
  1382. "r": 255,
  1383. "g": 255,
  1384. "b": 255,
  1385. "a": 255
  1386. },
  1387. "_string": "label",
  1388. "_horizontalAlign": 1,
  1389. "_verticalAlign": 1,
  1390. "_actualFontSize": 35,
  1391. "_fontSize": 35,
  1392. "_fontFamily": "Arial",
  1393. "_lineHeight": 40,
  1394. "_overflow": 0,
  1395. "_enableWrapText": true,
  1396. "_font": null,
  1397. "_isSystemFontUsed": true,
  1398. "_spacingX": 0,
  1399. "_isItalic": false,
  1400. "_isBold": true,
  1401. "_isUnderline": false,
  1402. "_underlineHeight": 2,
  1403. "_cacheMode": 0,
  1404. "_enableOutline": true,
  1405. "_outlineColor": {
  1406. "__type__": "cc.Color",
  1407. "r": 0,
  1408. "g": 0,
  1409. "b": 0,
  1410. "a": 255
  1411. },
  1412. "_outlineWidth": 2,
  1413. "_enableShadow": false,
  1414. "_shadowColor": {
  1415. "__type__": "cc.Color",
  1416. "r": 0,
  1417. "g": 0,
  1418. "b": 0,
  1419. "a": 255
  1420. },
  1421. "_shadowOffset": {
  1422. "__type__": "cc.Vec2",
  1423. "x": 2,
  1424. "y": 2
  1425. },
  1426. "_shadowBlur": 2,
  1427. "_id": ""
  1428. },
  1429. {
  1430. "__type__": "cc.CompPrefabInfo",
  1431. "fileId": "63cmdXEyVIqKE45bCzX0n2"
  1432. },
  1433. {
  1434. "__type__": "cc.PrefabInfo",
  1435. "root": {
  1436. "__id__": 1
  1437. },
  1438. "asset": {
  1439. "__id__": 0
  1440. },
  1441. "fileId": "7bqm3NFeRInbszk2MxpQ+Y",
  1442. "instance": null,
  1443. "targetOverrides": null,
  1444. "nestedPrefabInstanceRoots": null
  1445. },
  1446. {
  1447. "__type__": "cc.UITransform",
  1448. "_name": "",
  1449. "_objFlags": 0,
  1450. "__editorExtras__": {},
  1451. "node": {
  1452. "__id__": 1
  1453. },
  1454. "_enabled": true,
  1455. "__prefab": {
  1456. "__id__": 61
  1457. },
  1458. "_contentSize": {
  1459. "__type__": "cc.Size",
  1460. "width": 527.137451171875,
  1461. "height": 220
  1462. },
  1463. "_anchorPoint": {
  1464. "__type__": "cc.Vec2",
  1465. "x": 0.5,
  1466. "y": 0.5
  1467. },
  1468. "_id": ""
  1469. },
  1470. {
  1471. "__type__": "cc.CompPrefabInfo",
  1472. "fileId": "78dSmsnKxIm57lWXVyGusP"
  1473. },
  1474. {
  1475. "__type__": "cc.Sprite",
  1476. "_name": "",
  1477. "_objFlags": 0,
  1478. "__editorExtras__": {},
  1479. "node": {
  1480. "__id__": 1
  1481. },
  1482. "_enabled": true,
  1483. "__prefab": {
  1484. "__id__": 63
  1485. },
  1486. "_customMaterial": null,
  1487. "_srcBlendFactor": 2,
  1488. "_dstBlendFactor": 4,
  1489. "_color": {
  1490. "__type__": "cc.Color",
  1491. "r": 255,
  1492. "g": 255,
  1493. "b": 255,
  1494. "a": 255
  1495. },
  1496. "_spriteFrame": {
  1497. "__uuid__": "8bdae13d-5be0-4c18-9023-9b423f6ef4c6@f9941",
  1498. "__expectedType__": "cc.SpriteFrame"
  1499. },
  1500. "_type": 0,
  1501. "_fillType": 0,
  1502. "_sizeMode": 0,
  1503. "_fillCenter": {
  1504. "__type__": "cc.Vec2",
  1505. "x": 0,
  1506. "y": 0
  1507. },
  1508. "_fillStart": 0,
  1509. "_fillRange": 0,
  1510. "_isTrimmedMode": true,
  1511. "_useGrayscale": false,
  1512. "_atlas": null,
  1513. "_id": ""
  1514. },
  1515. {
  1516. "__type__": "cc.CompPrefabInfo",
  1517. "fileId": "78ozzkVY1D1rjf/Q8oaHuD"
  1518. },
  1519. {
  1520. "__type__": "cc.Button",
  1521. "_name": "",
  1522. "_objFlags": 0,
  1523. "__editorExtras__": {},
  1524. "node": {
  1525. "__id__": 1
  1526. },
  1527. "_enabled": true,
  1528. "__prefab": {
  1529. "__id__": 65
  1530. },
  1531. "clickEvents": [],
  1532. "_interactable": true,
  1533. "_transition": 0,
  1534. "_normalColor": {
  1535. "__type__": "cc.Color",
  1536. "r": 255,
  1537. "g": 255,
  1538. "b": 255,
  1539. "a": 255
  1540. },
  1541. "_hoverColor": {
  1542. "__type__": "cc.Color",
  1543. "r": 211,
  1544. "g": 211,
  1545. "b": 211,
  1546. "a": 255
  1547. },
  1548. "_pressedColor": {
  1549. "__type__": "cc.Color",
  1550. "r": 255,
  1551. "g": 255,
  1552. "b": 255,
  1553. "a": 255
  1554. },
  1555. "_disabledColor": {
  1556. "__type__": "cc.Color",
  1557. "r": 124,
  1558. "g": 124,
  1559. "b": 124,
  1560. "a": 255
  1561. },
  1562. "_normalSprite": null,
  1563. "_hoverSprite": null,
  1564. "_pressedSprite": null,
  1565. "_disabledSprite": null,
  1566. "_duration": 0.1,
  1567. "_zoomScale": 1.2,
  1568. "_target": {
  1569. "__id__": 1
  1570. },
  1571. "_id": ""
  1572. },
  1573. {
  1574. "__type__": "cc.CompPrefabInfo",
  1575. "fileId": "7aBnIolh1JILl+3lPWLSy0"
  1576. },
  1577. {
  1578. "__type__": "cc.Layout",
  1579. "_name": "",
  1580. "_objFlags": 0,
  1581. "__editorExtras__": {},
  1582. "node": {
  1583. "__id__": 1
  1584. },
  1585. "_enabled": true,
  1586. "__prefab": {
  1587. "__id__": 67
  1588. },
  1589. "_resizeMode": 0,
  1590. "_layoutType": 1,
  1591. "_cellSize": {
  1592. "__type__": "cc.Size",
  1593. "width": 40,
  1594. "height": 40
  1595. },
  1596. "_startAxis": 0,
  1597. "_paddingLeft": 30,
  1598. "_paddingRight": 0,
  1599. "_paddingTop": 0,
  1600. "_paddingBottom": 0,
  1601. "_spacingX": 140,
  1602. "_spacingY": 0,
  1603. "_verticalDirection": 1,
  1604. "_horizontalDirection": 0,
  1605. "_constraint": 0,
  1606. "_constraintNum": 2,
  1607. "_affectedByScale": false,
  1608. "_isAlign": false,
  1609. "_id": ""
  1610. },
  1611. {
  1612. "__type__": "cc.CompPrefabInfo",
  1613. "fileId": "62vKgR8dNI7KBv2YMNJOO8"
  1614. },
  1615. {
  1616. "__type__": "66ff2iALrxGqIs2L1IPGc9s",
  1617. "_name": "",
  1618. "_objFlags": 0,
  1619. "__editorExtras__": {},
  1620. "node": {
  1621. "__id__": 1
  1622. },
  1623. "_enabled": true,
  1624. "__prefab": {
  1625. "__id__": 69
  1626. },
  1627. "skillSpriteNode": {
  1628. "__id__": 2
  1629. },
  1630. "skillNameNode": {
  1631. "__id__": 46
  1632. },
  1633. "skillIntroduceNode": {
  1634. "__id__": 47
  1635. },
  1636. "_id": ""
  1637. },
  1638. {
  1639. "__type__": "cc.CompPrefabInfo",
  1640. "fileId": "9bckw8VnJAVJfh+LK/5rLp"
  1641. },
  1642. {
  1643. "__type__": "8cc2bsQiItIybmuoZ/lHqXP",
  1644. "_name": "",
  1645. "_objFlags": 0,
  1646. "__editorExtras__": {},
  1647. "node": {
  1648. "__id__": 1
  1649. },
  1650. "_enabled": true,
  1651. "__prefab": {
  1652. "__id__": 71
  1653. },
  1654. "starNodes": [
  1655. {
  1656. "__id__": 4
  1657. },
  1658. {
  1659. "__id__": 10
  1660. },
  1661. {
  1662. "__id__": 16
  1663. },
  1664. {
  1665. "__id__": 22
  1666. },
  1667. {
  1668. "__id__": 28
  1669. }
  1670. ],
  1671. "_id": ""
  1672. },
  1673. {
  1674. "__type__": "cc.CompPrefabInfo",
  1675. "fileId": "98JX+UE8hMgZCfy6AKbrsO"
  1676. },
  1677. {
  1678. "__type__": "cc.PrefabInfo",
  1679. "root": {
  1680. "__id__": 1
  1681. },
  1682. "asset": {
  1683. "__id__": 0
  1684. },
  1685. "fileId": "83nLR6HrFB4JtBHYcmNcdD",
  1686. "instance": null,
  1687. "targetOverrides": null
  1688. }
  1689. ]