WeaponNode_pea_shooter.prefab 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437
  1. [
  2. {
  3. "__type__": "cc.Prefab",
  4. "_name": "WeaponNode_pea_shooter",
  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": "WeaponNode_pea_shooter",
  17. "_objFlags": 0,
  18. "__editorExtras__": {},
  19. "_parent": null,
  20. "_children": [
  21. {
  22. "__id__": 2
  23. },
  24. {
  25. "__id__": 40
  26. }
  27. ],
  28. "_active": true,
  29. "_components": [
  30. {
  31. "__id__": 58
  32. }
  33. ],
  34. "_prefab": {
  35. "__id__": 60
  36. },
  37. "_lpos": {
  38. "__type__": "cc.Vec3",
  39. "x": -265.5,
  40. "y": 484.5,
  41. "z": 0
  42. },
  43. "_lrot": {
  44. "__type__": "cc.Quat",
  45. "x": 0,
  46. "y": 0,
  47. "z": 0,
  48. "w": 1
  49. },
  50. "_lscale": {
  51. "__type__": "cc.Vec3",
  52. "x": 1,
  53. "y": 1,
  54. "z": 1
  55. },
  56. "_mobility": 0,
  57. "_layer": 1073741824,
  58. "_euler": {
  59. "__type__": "cc.Vec3",
  60. "x": 0,
  61. "y": 0,
  62. "z": 0
  63. },
  64. "_id": ""
  65. },
  66. {
  67. "__type__": "cc.Node",
  68. "_name": "Sprite",
  69. "_objFlags": 0,
  70. "__editorExtras__": {},
  71. "_parent": {
  72. "__id__": 1
  73. },
  74. "_children": [
  75. {
  76. "__id__": 3
  77. },
  78. {
  79. "__id__": 11
  80. },
  81. {
  82. "__id__": 19
  83. }
  84. ],
  85. "_active": true,
  86. "_components": [
  87. {
  88. "__id__": 33
  89. },
  90. {
  91. "__id__": 35
  92. },
  93. {
  94. "__id__": 37
  95. }
  96. ],
  97. "_prefab": {
  98. "__id__": 39
  99. },
  100. "_lpos": {
  101. "__type__": "cc.Vec3",
  102. "x": 0,
  103. "y": 11,
  104. "z": 0
  105. },
  106. "_lrot": {
  107. "__type__": "cc.Quat",
  108. "x": 0,
  109. "y": 0,
  110. "z": 0,
  111. "w": 1
  112. },
  113. "_lscale": {
  114. "__type__": "cc.Vec3",
  115. "x": 1,
  116. "y": 1,
  117. "z": 1
  118. },
  119. "_mobility": 0,
  120. "_layer": 1073741824,
  121. "_euler": {
  122. "__type__": "cc.Vec3",
  123. "x": 0,
  124. "y": 0,
  125. "z": 0
  126. },
  127. "_id": ""
  128. },
  129. {
  130. "__type__": "cc.Node",
  131. "_name": "Name",
  132. "_objFlags": 0,
  133. "__editorExtras__": {},
  134. "_parent": {
  135. "__id__": 2
  136. },
  137. "_children": [],
  138. "_active": true,
  139. "_components": [
  140. {
  141. "__id__": 4
  142. },
  143. {
  144. "__id__": 6
  145. },
  146. {
  147. "__id__": 8
  148. }
  149. ],
  150. "_prefab": {
  151. "__id__": 10
  152. },
  153. "_lpos": {
  154. "__type__": "cc.Vec3",
  155. "x": 0,
  156. "y": -89.6,
  157. "z": 0
  158. },
  159. "_lrot": {
  160. "__type__": "cc.Quat",
  161. "x": 0,
  162. "y": 0,
  163. "z": 0,
  164. "w": 1
  165. },
  166. "_lscale": {
  167. "__type__": "cc.Vec3",
  168. "x": 1,
  169. "y": 1,
  170. "z": 1
  171. },
  172. "_mobility": 0,
  173. "_layer": 1073741824,
  174. "_euler": {
  175. "__type__": "cc.Vec3",
  176. "x": 0,
  177. "y": 0,
  178. "z": 0
  179. },
  180. "_id": ""
  181. },
  182. {
  183. "__type__": "cc.UITransform",
  184. "_name": "",
  185. "_objFlags": 0,
  186. "__editorExtras__": {},
  187. "node": {
  188. "__id__": 3
  189. },
  190. "_enabled": true,
  191. "__prefab": {
  192. "__id__": 5
  193. },
  194. "_contentSize": {
  195. "__type__": "cc.Size",
  196. "width": 6,
  197. "height": 38.76
  198. },
  199. "_anchorPoint": {
  200. "__type__": "cc.Vec2",
  201. "x": 0.5,
  202. "y": 0.5
  203. },
  204. "_id": ""
  205. },
  206. {
  207. "__type__": "cc.CompPrefabInfo",
  208. "fileId": "2aLuaO6+9DkrTNAc7/Wx9J"
  209. },
  210. {
  211. "__type__": "cc.Label",
  212. "_name": "",
  213. "_objFlags": 0,
  214. "__editorExtras__": {},
  215. "node": {
  216. "__id__": 3
  217. },
  218. "_enabled": true,
  219. "__prefab": {
  220. "__id__": 7
  221. },
  222. "_customMaterial": null,
  223. "_srcBlendFactor": 2,
  224. "_dstBlendFactor": 4,
  225. "_color": {
  226. "__type__": "cc.Color",
  227. "r": 255,
  228. "g": 255,
  229. "b": 255,
  230. "a": 255
  231. },
  232. "_string": "毛豆射手",
  233. "_horizontalAlign": 1,
  234. "_verticalAlign": 1,
  235. "_actualFontSize": 26,
  236. "_fontSize": 26,
  237. "_fontFamily": "Adobe 黑体 Std",
  238. "_lineHeight": 0,
  239. "_overflow": 0,
  240. "_enableWrapText": true,
  241. "_font": null,
  242. "_isSystemFontUsed": true,
  243. "_spacingX": 0,
  244. "_isItalic": false,
  245. "_isBold": false,
  246. "_isUnderline": false,
  247. "_underlineHeight": 2,
  248. "_cacheMode": 0,
  249. "_enableOutline": true,
  250. "_outlineColor": {
  251. "__type__": "cc.Color",
  252. "r": 0,
  253. "g": 0,
  254. "b": 0,
  255. "a": 255
  256. },
  257. "_outlineWidth": 3,
  258. "_enableShadow": false,
  259. "_shadowColor": {
  260. "__type__": "cc.Color",
  261. "r": 0,
  262. "g": 0,
  263. "b": 0,
  264. "a": 255
  265. },
  266. "_shadowOffset": {
  267. "__type__": "cc.Vec2",
  268. "x": 2,
  269. "y": 2
  270. },
  271. "_shadowBlur": 2,
  272. "_id": ""
  273. },
  274. {
  275. "__type__": "cc.CompPrefabInfo",
  276. "fileId": "fbbvDA8FVNSZ5KdHkHEiLB"
  277. },
  278. {
  279. "__type__": "cc.Widget",
  280. "_name": "",
  281. "_objFlags": 0,
  282. "__editorExtras__": {},
  283. "node": {
  284. "__id__": 3
  285. },
  286. "_enabled": true,
  287. "__prefab": {
  288. "__id__": 9
  289. },
  290. "_alignFlags": 20,
  291. "_target": null,
  292. "_left": 0,
  293. "_right": 0,
  294. "_top": 0,
  295. "_bottom": 17.520000000000003,
  296. "_horizontalCenter": 0,
  297. "_verticalCenter": 0,
  298. "_isAbsLeft": true,
  299. "_isAbsRight": true,
  300. "_isAbsTop": true,
  301. "_isAbsBottom": true,
  302. "_isAbsHorizontalCenter": true,
  303. "_isAbsVerticalCenter": true,
  304. "_originalWidth": 0,
  305. "_originalHeight": 0,
  306. "_alignMode": 2,
  307. "_lockFlags": 0,
  308. "_id": ""
  309. },
  310. {
  311. "__type__": "cc.CompPrefabInfo",
  312. "fileId": "1fOXnptgxIsqFx4NuxWzfA"
  313. },
  314. {
  315. "__type__": "cc.PrefabInfo",
  316. "root": {
  317. "__id__": 1
  318. },
  319. "asset": {
  320. "__id__": 0
  321. },
  322. "fileId": "d6NT2VZZRAUr5MFflAm5/E",
  323. "instance": null,
  324. "targetOverrides": null,
  325. "nestedPrefabInstanceRoots": null
  326. },
  327. {
  328. "__type__": "cc.Node",
  329. "_name": "WeaponSprite",
  330. "_objFlags": 0,
  331. "__editorExtras__": {},
  332. "_parent": {
  333. "__id__": 2
  334. },
  335. "_children": [],
  336. "_active": true,
  337. "_components": [
  338. {
  339. "__id__": 12
  340. },
  341. {
  342. "__id__": 14
  343. },
  344. {
  345. "__id__": 16
  346. }
  347. ],
  348. "_prefab": {
  349. "__id__": 18
  350. },
  351. "_lpos": {
  352. "__type__": "cc.Vec3",
  353. "x": 0,
  354. "y": 19.369,
  355. "z": 0
  356. },
  357. "_lrot": {
  358. "__type__": "cc.Quat",
  359. "x": 0,
  360. "y": 0,
  361. "z": 0,
  362. "w": 1
  363. },
  364. "_lscale": {
  365. "__type__": "cc.Vec3",
  366. "x": 0.8,
  367. "y": 0.8,
  368. "z": 1
  369. },
  370. "_mobility": 0,
  371. "_layer": 1073741824,
  372. "_euler": {
  373. "__type__": "cc.Vec3",
  374. "x": 0,
  375. "y": 0,
  376. "z": 0
  377. },
  378. "_id": ""
  379. },
  380. {
  381. "__type__": "cc.UITransform",
  382. "_name": "",
  383. "_objFlags": 0,
  384. "__editorExtras__": {},
  385. "node": {
  386. "__id__": 11
  387. },
  388. "_enabled": true,
  389. "__prefab": {
  390. "__id__": 13
  391. },
  392. "_contentSize": {
  393. "__type__": "cc.Size",
  394. "width": 117,
  395. "height": 165
  396. },
  397. "_anchorPoint": {
  398. "__type__": "cc.Vec2",
  399. "x": 0.5,
  400. "y": 0.5
  401. },
  402. "_id": ""
  403. },
  404. {
  405. "__type__": "cc.CompPrefabInfo",
  406. "fileId": "3cDK92csRM5Y6nLR9yvp17"
  407. },
  408. {
  409. "__type__": "cc.Sprite",
  410. "_name": "",
  411. "_objFlags": 0,
  412. "__editorExtras__": {},
  413. "node": {
  414. "__id__": 11
  415. },
  416. "_enabled": true,
  417. "__prefab": {
  418. "__id__": 15
  419. },
  420. "_customMaterial": null,
  421. "_srcBlendFactor": 2,
  422. "_dstBlendFactor": 4,
  423. "_color": {
  424. "__type__": "cc.Color",
  425. "r": 255,
  426. "g": 255,
  427. "b": 255,
  428. "a": 255
  429. },
  430. "_spriteFrame": {
  431. "__uuid__": "f24e38d6-88df-4dab-bdd0-f8d47663d951@f9941",
  432. "__expectedType__": "cc.SpriteFrame"
  433. },
  434. "_type": 0,
  435. "_fillType": 0,
  436. "_sizeMode": 1,
  437. "_fillCenter": {
  438. "__type__": "cc.Vec2",
  439. "x": 0,
  440. "y": 0
  441. },
  442. "_fillStart": 0,
  443. "_fillRange": 0,
  444. "_isTrimmedMode": true,
  445. "_useGrayscale": false,
  446. "_atlas": null,
  447. "_id": ""
  448. },
  449. {
  450. "__type__": "cc.CompPrefabInfo",
  451. "fileId": "a9R7XTZyFJc4+P0ejZ8wQS"
  452. },
  453. {
  454. "__type__": "cc.Widget",
  455. "_name": "",
  456. "_objFlags": 0,
  457. "__editorExtras__": {},
  458. "node": {
  459. "__id__": 11
  460. },
  461. "_enabled": true,
  462. "__prefab": {
  463. "__id__": 17
  464. },
  465. "_alignFlags": 20,
  466. "_target": null,
  467. "_left": 0,
  468. "_right": 0,
  469. "_top": 0,
  470. "_bottom": 79.869,
  471. "_horizontalCenter": 0,
  472. "_verticalCenter": 0,
  473. "_isAbsLeft": true,
  474. "_isAbsRight": true,
  475. "_isAbsTop": true,
  476. "_isAbsBottom": true,
  477. "_isAbsHorizontalCenter": true,
  478. "_isAbsVerticalCenter": true,
  479. "_originalWidth": 0,
  480. "_originalHeight": 0,
  481. "_alignMode": 2,
  482. "_lockFlags": 0,
  483. "_id": ""
  484. },
  485. {
  486. "__type__": "cc.CompPrefabInfo",
  487. "fileId": "5a0n+X2JJKBqVAfkhiQgTD"
  488. },
  489. {
  490. "__type__": "cc.PrefabInfo",
  491. "root": {
  492. "__id__": 1
  493. },
  494. "asset": {
  495. "__id__": 0
  496. },
  497. "fileId": "de+wIi4/hFW45OMSOFOU7o",
  498. "instance": null,
  499. "targetOverrides": null,
  500. "nestedPrefabInstanceRoots": null
  501. },
  502. {
  503. "__type__": "cc.Node",
  504. "_name": "Level",
  505. "_objFlags": 0,
  506. "__editorExtras__": {},
  507. "_parent": {
  508. "__id__": 2
  509. },
  510. "_children": [
  511. {
  512. "__id__": 20
  513. }
  514. ],
  515. "_active": true,
  516. "_components": [
  517. {
  518. "__id__": 26
  519. },
  520. {
  521. "__id__": 28
  522. },
  523. {
  524. "__id__": 30
  525. }
  526. ],
  527. "_prefab": {
  528. "__id__": 32
  529. },
  530. "_lpos": {
  531. "__type__": "cc.Vec3",
  532. "x": 0,
  533. "y": 125.9,
  534. "z": 0
  535. },
  536. "_lrot": {
  537. "__type__": "cc.Quat",
  538. "x": 0,
  539. "y": 0,
  540. "z": 0,
  541. "w": 1
  542. },
  543. "_lscale": {
  544. "__type__": "cc.Vec3",
  545. "x": 1,
  546. "y": 1,
  547. "z": 1
  548. },
  549. "_mobility": 0,
  550. "_layer": 1073741824,
  551. "_euler": {
  552. "__type__": "cc.Vec3",
  553. "x": 0,
  554. "y": 0,
  555. "z": 0
  556. },
  557. "_id": ""
  558. },
  559. {
  560. "__type__": "cc.Node",
  561. "_name": "Label",
  562. "_objFlags": 0,
  563. "__editorExtras__": {},
  564. "_parent": {
  565. "__id__": 19
  566. },
  567. "_children": [],
  568. "_active": true,
  569. "_components": [
  570. {
  571. "__id__": 21
  572. },
  573. {
  574. "__id__": 23
  575. }
  576. ],
  577. "_prefab": {
  578. "__id__": 25
  579. },
  580. "_lpos": {
  581. "__type__": "cc.Vec3",
  582. "x": 0,
  583. "y": 0,
  584. "z": 0
  585. },
  586. "_lrot": {
  587. "__type__": "cc.Quat",
  588. "x": 0,
  589. "y": 0,
  590. "z": 0,
  591. "w": 1
  592. },
  593. "_lscale": {
  594. "__type__": "cc.Vec3",
  595. "x": 1,
  596. "y": 1,
  597. "z": 1
  598. },
  599. "_mobility": 0,
  600. "_layer": 1073741824,
  601. "_euler": {
  602. "__type__": "cc.Vec3",
  603. "x": 0,
  604. "y": 0,
  605. "z": 0
  606. },
  607. "_id": ""
  608. },
  609. {
  610. "__type__": "cc.UITransform",
  611. "_name": "",
  612. "_objFlags": 0,
  613. "__editorExtras__": {},
  614. "node": {
  615. "__id__": 20
  616. },
  617. "_enabled": true,
  618. "__prefab": {
  619. "__id__": 22
  620. },
  621. "_contentSize": {
  622. "__type__": "cc.Size",
  623. "width": 18.4599609375,
  624. "height": 36.76
  625. },
  626. "_anchorPoint": {
  627. "__type__": "cc.Vec2",
  628. "x": 0.5,
  629. "y": 0.5
  630. },
  631. "_id": ""
  632. },
  633. {
  634. "__type__": "cc.CompPrefabInfo",
  635. "fileId": "d49a64PUtL2a+JT/4CQ4Jj"
  636. },
  637. {
  638. "__type__": "cc.Label",
  639. "_name": "",
  640. "_objFlags": 0,
  641. "__editorExtras__": {},
  642. "node": {
  643. "__id__": 20
  644. },
  645. "_enabled": true,
  646. "__prefab": {
  647. "__id__": 24
  648. },
  649. "_customMaterial": null,
  650. "_srcBlendFactor": 2,
  651. "_dstBlendFactor": 4,
  652. "_color": {
  653. "__type__": "cc.Color",
  654. "r": 255,
  655. "g": 255,
  656. "b": 255,
  657. "a": 255
  658. },
  659. "_string": "1",
  660. "_horizontalAlign": 1,
  661. "_verticalAlign": 1,
  662. "_actualFontSize": 26,
  663. "_fontSize": 26,
  664. "_fontFamily": "Arial",
  665. "_lineHeight": 0,
  666. "_overflow": 0,
  667. "_enableWrapText": true,
  668. "_font": null,
  669. "_isSystemFontUsed": true,
  670. "_spacingX": 0,
  671. "_isItalic": false,
  672. "_isBold": false,
  673. "_isUnderline": false,
  674. "_underlineHeight": 2,
  675. "_cacheMode": 0,
  676. "_enableOutline": true,
  677. "_outlineColor": {
  678. "__type__": "cc.Color",
  679. "r": 0,
  680. "g": 0,
  681. "b": 0,
  682. "a": 255
  683. },
  684. "_outlineWidth": 2,
  685. "_enableShadow": false,
  686. "_shadowColor": {
  687. "__type__": "cc.Color",
  688. "r": 0,
  689. "g": 0,
  690. "b": 0,
  691. "a": 255
  692. },
  693. "_shadowOffset": {
  694. "__type__": "cc.Vec2",
  695. "x": 2,
  696. "y": 2
  697. },
  698. "_shadowBlur": 2,
  699. "_id": ""
  700. },
  701. {
  702. "__type__": "cc.CompPrefabInfo",
  703. "fileId": "c9ehvy2YdFjocasiAB+hIr"
  704. },
  705. {
  706. "__type__": "cc.PrefabInfo",
  707. "root": {
  708. "__id__": 1
  709. },
  710. "asset": {
  711. "__id__": 0
  712. },
  713. "fileId": "c8CYmss0hE1IqnEynwb6OC",
  714. "instance": null,
  715. "targetOverrides": null,
  716. "nestedPrefabInstanceRoots": null
  717. },
  718. {
  719. "__type__": "cc.UITransform",
  720. "_name": "",
  721. "_objFlags": 0,
  722. "__editorExtras__": {},
  723. "node": {
  724. "__id__": 19
  725. },
  726. "_enabled": true,
  727. "__prefab": {
  728. "__id__": 27
  729. },
  730. "_contentSize": {
  731. "__type__": "cc.Size",
  732. "width": 64,
  733. "height": 64
  734. },
  735. "_anchorPoint": {
  736. "__type__": "cc.Vec2",
  737. "x": 0.5,
  738. "y": 0.5
  739. },
  740. "_id": ""
  741. },
  742. {
  743. "__type__": "cc.CompPrefabInfo",
  744. "fileId": "234CdIxHdAzK5nl+jhab7Y"
  745. },
  746. {
  747. "__type__": "cc.Sprite",
  748. "_name": "",
  749. "_objFlags": 0,
  750. "__editorExtras__": {},
  751. "node": {
  752. "__id__": 19
  753. },
  754. "_enabled": true,
  755. "__prefab": {
  756. "__id__": 29
  757. },
  758. "_customMaterial": null,
  759. "_srcBlendFactor": 2,
  760. "_dstBlendFactor": 4,
  761. "_color": {
  762. "__type__": "cc.Color",
  763. "r": 255,
  764. "g": 255,
  765. "b": 255,
  766. "a": 255
  767. },
  768. "_spriteFrame": {
  769. "__uuid__": "6aa1358f-5aca-4615-9727-118044a23009@f9941",
  770. "__expectedType__": "cc.SpriteFrame"
  771. },
  772. "_type": 0,
  773. "_fillType": 0,
  774. "_sizeMode": 1,
  775. "_fillCenter": {
  776. "__type__": "cc.Vec2",
  777. "x": 0,
  778. "y": 0
  779. },
  780. "_fillStart": 0,
  781. "_fillRange": 0,
  782. "_isTrimmedMode": true,
  783. "_useGrayscale": false,
  784. "_atlas": null,
  785. "_id": ""
  786. },
  787. {
  788. "__type__": "cc.CompPrefabInfo",
  789. "fileId": "0bJEV4oi9I04qRs5gmjVHD"
  790. },
  791. {
  792. "__type__": "cc.Widget",
  793. "_name": "",
  794. "_objFlags": 0,
  795. "__editorExtras__": {},
  796. "node": {
  797. "__id__": 19
  798. },
  799. "_enabled": true,
  800. "__prefab": {
  801. "__id__": 31
  802. },
  803. "_alignFlags": 17,
  804. "_target": null,
  805. "_left": 0,
  806. "_right": 0,
  807. "_top": -31.4,
  808. "_bottom": 0,
  809. "_horizontalCenter": 0,
  810. "_verticalCenter": 0,
  811. "_isAbsLeft": true,
  812. "_isAbsRight": true,
  813. "_isAbsTop": true,
  814. "_isAbsBottom": true,
  815. "_isAbsHorizontalCenter": true,
  816. "_isAbsVerticalCenter": true,
  817. "_originalWidth": 0,
  818. "_originalHeight": 0,
  819. "_alignMode": 2,
  820. "_lockFlags": 0,
  821. "_id": ""
  822. },
  823. {
  824. "__type__": "cc.CompPrefabInfo",
  825. "fileId": "beAMOTeuxIoZmZVMctFpHk"
  826. },
  827. {
  828. "__type__": "cc.PrefabInfo",
  829. "root": {
  830. "__id__": 1
  831. },
  832. "asset": {
  833. "__id__": 0
  834. },
  835. "fileId": "bf0x1E5gVAQbITjkuJhsh6",
  836. "instance": null,
  837. "targetOverrides": null,
  838. "nestedPrefabInstanceRoots": null
  839. },
  840. {
  841. "__type__": "cc.UITransform",
  842. "_name": "",
  843. "_objFlags": 0,
  844. "__editorExtras__": {},
  845. "node": {
  846. "__id__": 2
  847. },
  848. "_enabled": true,
  849. "__prefab": {
  850. "__id__": 34
  851. },
  852. "_contentSize": {
  853. "__type__": "cc.Size",
  854. "width": 189,
  855. "height": 253
  856. },
  857. "_anchorPoint": {
  858. "__type__": "cc.Vec2",
  859. "x": 0.5,
  860. "y": 0.5
  861. },
  862. "_id": ""
  863. },
  864. {
  865. "__type__": "cc.CompPrefabInfo",
  866. "fileId": "daTc3h1exHWYoML/QWLmBu"
  867. },
  868. {
  869. "__type__": "cc.Sprite",
  870. "_name": "",
  871. "_objFlags": 0,
  872. "__editorExtras__": {},
  873. "node": {
  874. "__id__": 2
  875. },
  876. "_enabled": true,
  877. "__prefab": {
  878. "__id__": 36
  879. },
  880. "_customMaterial": null,
  881. "_srcBlendFactor": 2,
  882. "_dstBlendFactor": 4,
  883. "_color": {
  884. "__type__": "cc.Color",
  885. "r": 255,
  886. "g": 255,
  887. "b": 255,
  888. "a": 255
  889. },
  890. "_spriteFrame": {
  891. "__uuid__": "8fc5f63e-69d4-4a72-9a12-49db5603a717@f9941",
  892. "__expectedType__": "cc.SpriteFrame"
  893. },
  894. "_type": 0,
  895. "_fillType": 0,
  896. "_sizeMode": 1,
  897. "_fillCenter": {
  898. "__type__": "cc.Vec2",
  899. "x": 0,
  900. "y": 0
  901. },
  902. "_fillStart": 0,
  903. "_fillRange": 0,
  904. "_isTrimmedMode": true,
  905. "_useGrayscale": false,
  906. "_atlas": null,
  907. "_id": ""
  908. },
  909. {
  910. "__type__": "cc.CompPrefabInfo",
  911. "fileId": "fcjJLMhJJKe5yTtF5SADWT"
  912. },
  913. {
  914. "__type__": "cc.Widget",
  915. "_name": "",
  916. "_objFlags": 0,
  917. "__editorExtras__": {},
  918. "node": {
  919. "__id__": 2
  920. },
  921. "_enabled": true,
  922. "__prefab": {
  923. "__id__": 38
  924. },
  925. "_alignFlags": 12,
  926. "_target": null,
  927. "_left": 0,
  928. "_right": 0,
  929. "_top": 0,
  930. "_bottom": 67,
  931. "_horizontalCenter": 0,
  932. "_verticalCenter": 0,
  933. "_isAbsLeft": true,
  934. "_isAbsRight": true,
  935. "_isAbsTop": true,
  936. "_isAbsBottom": true,
  937. "_isAbsHorizontalCenter": true,
  938. "_isAbsVerticalCenter": true,
  939. "_originalWidth": 0,
  940. "_originalHeight": 0,
  941. "_alignMode": 2,
  942. "_lockFlags": 0,
  943. "_id": ""
  944. },
  945. {
  946. "__type__": "cc.CompPrefabInfo",
  947. "fileId": "3ekST7Y3VIm7QtktsoTeLF"
  948. },
  949. {
  950. "__type__": "cc.PrefabInfo",
  951. "root": {
  952. "__id__": 1
  953. },
  954. "asset": {
  955. "__id__": 0
  956. },
  957. "fileId": "1e/67JDwxJeJ46enfIX1+r",
  958. "instance": null,
  959. "targetOverrides": null,
  960. "nestedPrefabInstanceRoots": null
  961. },
  962. {
  963. "__type__": "cc.Node",
  964. "_name": "Upgrade",
  965. "_objFlags": 0,
  966. "__editorExtras__": {},
  967. "_parent": {
  968. "__id__": 1
  969. },
  970. "_children": [
  971. {
  972. "__id__": 41
  973. }
  974. ],
  975. "_active": true,
  976. "_components": [
  977. {
  978. "__id__": 49
  979. },
  980. {
  981. "__id__": 51
  982. },
  983. {
  984. "__id__": 53
  985. },
  986. {
  987. "__id__": 55
  988. }
  989. ],
  990. "_prefab": {
  991. "__id__": 57
  992. },
  993. "_lpos": {
  994. "__type__": "cc.Vec3",
  995. "x": 0,
  996. "y": -154,
  997. "z": 0
  998. },
  999. "_lrot": {
  1000. "__type__": "cc.Quat",
  1001. "x": 0,
  1002. "y": 0,
  1003. "z": 0,
  1004. "w": 1
  1005. },
  1006. "_lscale": {
  1007. "__type__": "cc.Vec3",
  1008. "x": 1,
  1009. "y": 1,
  1010. "z": 1
  1011. },
  1012. "_mobility": 0,
  1013. "_layer": 1073741824,
  1014. "_euler": {
  1015. "__type__": "cc.Vec3",
  1016. "x": 0,
  1017. "y": 0,
  1018. "z": 0
  1019. },
  1020. "_id": ""
  1021. },
  1022. {
  1023. "__type__": "cc.Node",
  1024. "_name": "Label",
  1025. "_objFlags": 0,
  1026. "__editorExtras__": {},
  1027. "_parent": {
  1028. "__id__": 40
  1029. },
  1030. "_children": [],
  1031. "_active": true,
  1032. "_components": [
  1033. {
  1034. "__id__": 42
  1035. },
  1036. {
  1037. "__id__": 44
  1038. },
  1039. {
  1040. "__id__": 46
  1041. }
  1042. ],
  1043. "_prefab": {
  1044. "__id__": 48
  1045. },
  1046. "_lpos": {
  1047. "__type__": "cc.Vec3",
  1048. "x": 0,
  1049. "y": 1.1400000000000041,
  1050. "z": 0
  1051. },
  1052. "_lrot": {
  1053. "__type__": "cc.Quat",
  1054. "x": 0,
  1055. "y": 0,
  1056. "z": 0,
  1057. "w": 1
  1058. },
  1059. "_lscale": {
  1060. "__type__": "cc.Vec3",
  1061. "x": 1,
  1062. "y": 1,
  1063. "z": 1
  1064. },
  1065. "_mobility": 0,
  1066. "_layer": 1073741824,
  1067. "_euler": {
  1068. "__type__": "cc.Vec3",
  1069. "x": 0,
  1070. "y": 0,
  1071. "z": 0
  1072. },
  1073. "_id": ""
  1074. },
  1075. {
  1076. "__type__": "cc.UITransform",
  1077. "_name": "",
  1078. "_objFlags": 0,
  1079. "__editorExtras__": {},
  1080. "node": {
  1081. "__id__": 41
  1082. },
  1083. "_enabled": true,
  1084. "__prefab": {
  1085. "__id__": 43
  1086. },
  1087. "_contentSize": {
  1088. "__type__": "cc.Size",
  1089. "width": 86.7734375,
  1090. "height": 36.76
  1091. },
  1092. "_anchorPoint": {
  1093. "__type__": "cc.Vec2",
  1094. "x": 0.5,
  1095. "y": 0.5
  1096. },
  1097. "_id": ""
  1098. },
  1099. {
  1100. "__type__": "cc.CompPrefabInfo",
  1101. "fileId": "5corVPcU9F5qSsVz4BDU+w"
  1102. },
  1103. {
  1104. "__type__": "cc.Label",
  1105. "_name": "",
  1106. "_objFlags": 0,
  1107. "__editorExtras__": {},
  1108. "node": {
  1109. "__id__": 41
  1110. },
  1111. "_enabled": true,
  1112. "__prefab": {
  1113. "__id__": 45
  1114. },
  1115. "_customMaterial": null,
  1116. "_srcBlendFactor": 2,
  1117. "_dstBlendFactor": 4,
  1118. "_color": {
  1119. "__type__": "cc.Color",
  1120. "r": 255,
  1121. "g": 255,
  1122. "b": 255,
  1123. "a": 255
  1124. },
  1125. "_string": "升 级",
  1126. "_horizontalAlign": 1,
  1127. "_verticalAlign": 1,
  1128. "_actualFontSize": 26,
  1129. "_fontSize": 26,
  1130. "_fontFamily": "Adobe 黑体 Std",
  1131. "_lineHeight": 0,
  1132. "_overflow": 0,
  1133. "_enableWrapText": true,
  1134. "_font": null,
  1135. "_isSystemFontUsed": true,
  1136. "_spacingX": 0,
  1137. "_isItalic": false,
  1138. "_isBold": false,
  1139. "_isUnderline": false,
  1140. "_underlineHeight": 2,
  1141. "_cacheMode": 0,
  1142. "_enableOutline": true,
  1143. "_outlineColor": {
  1144. "__type__": "cc.Color",
  1145. "r": 0,
  1146. "g": 0,
  1147. "b": 0,
  1148. "a": 255
  1149. },
  1150. "_outlineWidth": 2,
  1151. "_enableShadow": false,
  1152. "_shadowColor": {
  1153. "__type__": "cc.Color",
  1154. "r": 0,
  1155. "g": 0,
  1156. "b": 0,
  1157. "a": 255
  1158. },
  1159. "_shadowOffset": {
  1160. "__type__": "cc.Vec2",
  1161. "x": 2,
  1162. "y": 2
  1163. },
  1164. "_shadowBlur": 3,
  1165. "_id": ""
  1166. },
  1167. {
  1168. "__type__": "cc.CompPrefabInfo",
  1169. "fileId": "48Kwa0GEtLz4iNCsDTZqXi"
  1170. },
  1171. {
  1172. "__type__": "cc.Widget",
  1173. "_name": "",
  1174. "_objFlags": 0,
  1175. "__editorExtras__": {},
  1176. "node": {
  1177. "__id__": 41
  1178. },
  1179. "_enabled": true,
  1180. "__prefab": {
  1181. "__id__": 47
  1182. },
  1183. "_alignFlags": 20,
  1184. "_target": null,
  1185. "_left": 0,
  1186. "_right": 0,
  1187. "_top": 0,
  1188. "_bottom": 11.260000000000003,
  1189. "_horizontalCenter": 0,
  1190. "_verticalCenter": 0,
  1191. "_isAbsLeft": true,
  1192. "_isAbsRight": true,
  1193. "_isAbsTop": true,
  1194. "_isAbsBottom": true,
  1195. "_isAbsHorizontalCenter": true,
  1196. "_isAbsVerticalCenter": true,
  1197. "_originalWidth": 0,
  1198. "_originalHeight": 0,
  1199. "_alignMode": 2,
  1200. "_lockFlags": 0,
  1201. "_id": ""
  1202. },
  1203. {
  1204. "__type__": "cc.CompPrefabInfo",
  1205. "fileId": "5fyjIGKdxFKbUt98QKOeNE"
  1206. },
  1207. {
  1208. "__type__": "cc.PrefabInfo",
  1209. "root": {
  1210. "__id__": 1
  1211. },
  1212. "asset": {
  1213. "__id__": 0
  1214. },
  1215. "fileId": "7c+SQcdgJLCq5BihrfVL4k",
  1216. "instance": null,
  1217. "targetOverrides": null,
  1218. "nestedPrefabInstanceRoots": null
  1219. },
  1220. {
  1221. "__type__": "cc.UITransform",
  1222. "_name": "",
  1223. "_objFlags": 0,
  1224. "__editorExtras__": {},
  1225. "node": {
  1226. "__id__": 40
  1227. },
  1228. "_enabled": true,
  1229. "__prefab": {
  1230. "__id__": 50
  1231. },
  1232. "_contentSize": {
  1233. "__type__": "cc.Size",
  1234. "width": 184,
  1235. "height": 57
  1236. },
  1237. "_anchorPoint": {
  1238. "__type__": "cc.Vec2",
  1239. "x": 0.5,
  1240. "y": 0.5
  1241. },
  1242. "_id": ""
  1243. },
  1244. {
  1245. "__type__": "cc.CompPrefabInfo",
  1246. "fileId": "13V2Pt6FVBcblGM7oXxFIc"
  1247. },
  1248. {
  1249. "__type__": "cc.Sprite",
  1250. "_name": "",
  1251. "_objFlags": 0,
  1252. "__editorExtras__": {},
  1253. "node": {
  1254. "__id__": 40
  1255. },
  1256. "_enabled": true,
  1257. "__prefab": {
  1258. "__id__": 52
  1259. },
  1260. "_customMaterial": null,
  1261. "_srcBlendFactor": 2,
  1262. "_dstBlendFactor": 4,
  1263. "_color": {
  1264. "__type__": "cc.Color",
  1265. "r": 255,
  1266. "g": 255,
  1267. "b": 255,
  1268. "a": 255
  1269. },
  1270. "_spriteFrame": {
  1271. "__uuid__": "9c1dfc7d-edba-450c-8bd8-d22447d565e8@f9941",
  1272. "__expectedType__": "cc.SpriteFrame"
  1273. },
  1274. "_type": 0,
  1275. "_fillType": 0,
  1276. "_sizeMode": 1,
  1277. "_fillCenter": {
  1278. "__type__": "cc.Vec2",
  1279. "x": 0,
  1280. "y": 0
  1281. },
  1282. "_fillStart": 0,
  1283. "_fillRange": 0,
  1284. "_isTrimmedMode": true,
  1285. "_useGrayscale": false,
  1286. "_atlas": null,
  1287. "_id": ""
  1288. },
  1289. {
  1290. "__type__": "cc.CompPrefabInfo",
  1291. "fileId": "1bRvT/ZPBIAp5dG17f108a"
  1292. },
  1293. {
  1294. "__type__": "cc.Widget",
  1295. "_name": "",
  1296. "_objFlags": 0,
  1297. "__editorExtras__": {},
  1298. "node": {
  1299. "__id__": 40
  1300. },
  1301. "_enabled": true,
  1302. "__prefab": {
  1303. "__id__": 54
  1304. },
  1305. "_alignFlags": 20,
  1306. "_target": null,
  1307. "_left": 0,
  1308. "_right": 0,
  1309. "_top": 0,
  1310. "_bottom": 0,
  1311. "_horizontalCenter": 0,
  1312. "_verticalCenter": 0,
  1313. "_isAbsLeft": true,
  1314. "_isAbsRight": true,
  1315. "_isAbsTop": true,
  1316. "_isAbsBottom": true,
  1317. "_isAbsHorizontalCenter": true,
  1318. "_isAbsVerticalCenter": true,
  1319. "_originalWidth": 0,
  1320. "_originalHeight": 0,
  1321. "_alignMode": 2,
  1322. "_lockFlags": 0,
  1323. "_id": ""
  1324. },
  1325. {
  1326. "__type__": "cc.CompPrefabInfo",
  1327. "fileId": "92qA88+xNGRYMIhDqixEIb"
  1328. },
  1329. {
  1330. "__type__": "cc.Button",
  1331. "_name": "",
  1332. "_objFlags": 0,
  1333. "__editorExtras__": {},
  1334. "node": {
  1335. "__id__": 40
  1336. },
  1337. "_enabled": true,
  1338. "__prefab": {
  1339. "__id__": 56
  1340. },
  1341. "clickEvents": [],
  1342. "_interactable": true,
  1343. "_transition": 0,
  1344. "_normalColor": {
  1345. "__type__": "cc.Color",
  1346. "r": 255,
  1347. "g": 255,
  1348. "b": 255,
  1349. "a": 255
  1350. },
  1351. "_hoverColor": {
  1352. "__type__": "cc.Color",
  1353. "r": 211,
  1354. "g": 211,
  1355. "b": 211,
  1356. "a": 255
  1357. },
  1358. "_pressedColor": {
  1359. "__type__": "cc.Color",
  1360. "r": 255,
  1361. "g": 255,
  1362. "b": 255,
  1363. "a": 255
  1364. },
  1365. "_disabledColor": {
  1366. "__type__": "cc.Color",
  1367. "r": 124,
  1368. "g": 124,
  1369. "b": 124,
  1370. "a": 255
  1371. },
  1372. "_normalSprite": null,
  1373. "_hoverSprite": null,
  1374. "_pressedSprite": null,
  1375. "_disabledSprite": null,
  1376. "_duration": 0.1,
  1377. "_zoomScale": 1.2,
  1378. "_target": null,
  1379. "_id": ""
  1380. },
  1381. {
  1382. "__type__": "cc.CompPrefabInfo",
  1383. "fileId": "318r8pTLxOh75ye+qP0Ncj"
  1384. },
  1385. {
  1386. "__type__": "cc.PrefabInfo",
  1387. "root": {
  1388. "__id__": 1
  1389. },
  1390. "asset": {
  1391. "__id__": 0
  1392. },
  1393. "fileId": "f9as9n5pVJYJvzCfYxHvTm",
  1394. "instance": null,
  1395. "targetOverrides": null,
  1396. "nestedPrefabInstanceRoots": null
  1397. },
  1398. {
  1399. "__type__": "cc.UITransform",
  1400. "_name": "",
  1401. "_objFlags": 0,
  1402. "__editorExtras__": {},
  1403. "node": {
  1404. "__id__": 1
  1405. },
  1406. "_enabled": true,
  1407. "__prefab": {
  1408. "__id__": 59
  1409. },
  1410. "_contentSize": {
  1411. "__type__": "cc.Size",
  1412. "width": 189,
  1413. "height": 365
  1414. },
  1415. "_anchorPoint": {
  1416. "__type__": "cc.Vec2",
  1417. "x": 0.5,
  1418. "y": 0.5
  1419. },
  1420. "_id": ""
  1421. },
  1422. {
  1423. "__type__": "cc.CompPrefabInfo",
  1424. "fileId": "caKDmJgTNGCYqV/CyULGB8"
  1425. },
  1426. {
  1427. "__type__": "cc.PrefabInfo",
  1428. "root": {
  1429. "__id__": 1
  1430. },
  1431. "asset": {
  1432. "__id__": 0
  1433. },
  1434. "fileId": "86DeWqroNEdKQe8K6cu6jz",
  1435. "targetOverrides": null
  1436. }
  1437. ]