WeaponCell.prefab 22 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276
  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. },
  13. {
  14. "__type__": "cc.Node",
  15. "_name": "WeaponCell",
  16. "_objFlags": 0,
  17. "_parent": null,
  18. "_children": [
  19. {
  20. "__id__": 2
  21. },
  22. {
  23. "__id__": 5
  24. },
  25. {
  26. "__id__": 13
  27. },
  28. {
  29. "__id__": 17
  30. },
  31. {
  32. "__id__": 21
  33. },
  34. {
  35. "__id__": 25
  36. },
  37. {
  38. "__id__": 29
  39. }
  40. ],
  41. "_active": true,
  42. "_components": [
  43. {
  44. "__id__": 37
  45. },
  46. {
  47. "__id__": 38
  48. },
  49. {
  50. "__id__": 39
  51. },
  52. {
  53. "__id__": 40
  54. }
  55. ],
  56. "_prefab": {
  57. "__id__": 41
  58. },
  59. "_lpos": {
  60. "__type__": "cc.Vec3",
  61. "x": 0,
  62. "y": 0,
  63. "z": 0
  64. },
  65. "_lrot": {
  66. "__type__": "cc.Quat",
  67. "x": 0,
  68. "y": 0,
  69. "z": 0,
  70. "w": 1
  71. },
  72. "_lscale": {
  73. "__type__": "cc.Vec3",
  74. "x": 1,
  75. "y": 1,
  76. "z": 1
  77. },
  78. "_layer": 33554432,
  79. "_euler": {
  80. "__type__": "cc.Vec3",
  81. "x": 0,
  82. "y": 0,
  83. "z": 0
  84. },
  85. "_id": ""
  86. },
  87. {
  88. "__type__": "cc.Node",
  89. "_name": "GunLoad",
  90. "_objFlags": 0,
  91. "_parent": {
  92. "__id__": 1
  93. },
  94. "_children": [],
  95. "_active": true,
  96. "_components": [
  97. {
  98. "__id__": 3
  99. }
  100. ],
  101. "_prefab": {
  102. "__id__": 4
  103. },
  104. "_lpos": {
  105. "__type__": "cc.Vec3",
  106. "x": 0,
  107. "y": 0,
  108. "z": 0
  109. },
  110. "_lrot": {
  111. "__type__": "cc.Quat",
  112. "x": 0,
  113. "y": 0,
  114. "z": 0,
  115. "w": 1
  116. },
  117. "_lscale": {
  118. "__type__": "cc.Vec3",
  119. "x": 1,
  120. "y": 1,
  121. "z": 1
  122. },
  123. "_layer": 1073741824,
  124. "_euler": {
  125. "__type__": "cc.Vec3",
  126. "x": 0,
  127. "y": 0,
  128. "z": 0
  129. },
  130. "_id": ""
  131. },
  132. {
  133. "__type__": "cc.UITransformComponent",
  134. "_name": "",
  135. "_objFlags": 0,
  136. "node": {
  137. "__id__": 2
  138. },
  139. "_enabled": true,
  140. "_priority": 0,
  141. "_contentSize": {
  142. "__type__": "cc.Size",
  143. "width": 150,
  144. "height": 100
  145. },
  146. "_anchorPoint": {
  147. "__type__": "cc.Vec2",
  148. "x": 0.5,
  149. "y": 0.5
  150. },
  151. "_id": ""
  152. },
  153. {
  154. "__type__": "cc.PrefabInfo",
  155. "root": {
  156. "__id__": 1
  157. },
  158. "asset": {
  159. "__id__": 0
  160. },
  161. "fileId": "5dT9lpWTZBvLVgwBOIFkdH",
  162. "sync": false,
  163. "_synced": {
  164. "default": false,
  165. "serializable": false
  166. }
  167. },
  168. {
  169. "__type__": "cc.Node",
  170. "_name": "Level",
  171. "_objFlags": 0,
  172. "_parent": {
  173. "__id__": 1
  174. },
  175. "_children": [
  176. {
  177. "__id__": 6
  178. }
  179. ],
  180. "_active": false,
  181. "_components": [
  182. {
  183. "__id__": 10
  184. },
  185. {
  186. "__id__": 11
  187. }
  188. ],
  189. "_prefab": {
  190. "__id__": 12
  191. },
  192. "_lpos": {
  193. "__type__": "cc.Vec3",
  194. "x": 63,
  195. "y": -33,
  196. "z": 0
  197. },
  198. "_lrot": {
  199. "__type__": "cc.Quat",
  200. "x": 0,
  201. "y": 0,
  202. "z": 0,
  203. "w": 1
  204. },
  205. "_lscale": {
  206. "__type__": "cc.Vec3",
  207. "x": 1,
  208. "y": 1,
  209. "z": 1
  210. },
  211. "_layer": 33554432,
  212. "_euler": {
  213. "__type__": "cc.Vec3",
  214. "x": 0,
  215. "y": 0,
  216. "z": 0
  217. },
  218. "_id": ""
  219. },
  220. {
  221. "__type__": "cc.Node",
  222. "_name": "Label",
  223. "_objFlags": 0,
  224. "_parent": {
  225. "__id__": 5
  226. },
  227. "_children": [],
  228. "_active": true,
  229. "_components": [
  230. {
  231. "__id__": 7
  232. },
  233. {
  234. "__id__": 8
  235. }
  236. ],
  237. "_prefab": {
  238. "__id__": 9
  239. },
  240. "_lpos": {
  241. "__type__": "cc.Vec3",
  242. "x": -1,
  243. "y": -12,
  244. "z": 0
  245. },
  246. "_lrot": {
  247. "__type__": "cc.Quat",
  248. "x": 0,
  249. "y": 0,
  250. "z": 0,
  251. "w": 1
  252. },
  253. "_lscale": {
  254. "__type__": "cc.Vec3",
  255. "x": 1,
  256. "y": 1,
  257. "z": 1
  258. },
  259. "_layer": 33554432,
  260. "_euler": {
  261. "__type__": "cc.Vec3",
  262. "x": 0,
  263. "y": 0,
  264. "z": 0
  265. },
  266. "_id": ""
  267. },
  268. {
  269. "__type__": "cc.UITransformComponent",
  270. "_name": "",
  271. "_objFlags": 0,
  272. "node": {
  273. "__id__": 6
  274. },
  275. "_enabled": true,
  276. "_priority": 0,
  277. "_contentSize": {
  278. "__type__": "cc.Size",
  279. "width": 22.25,
  280. "height": 45.2
  281. },
  282. "_anchorPoint": {
  283. "__type__": "cc.Vec2",
  284. "x": 0.5,
  285. "y": 0.5
  286. },
  287. "_id": ""
  288. },
  289. {
  290. "__type__": "cc.LabelComponent",
  291. "_name": "",
  292. "_objFlags": 0,
  293. "node": {
  294. "__id__": 6
  295. },
  296. "_enabled": true,
  297. "_srcBlendFactor": 2,
  298. "_dstBlendFactor": 4,
  299. "_color": {
  300. "__type__": "cc.Color",
  301. "r": 255,
  302. "g": 255,
  303. "b": 255,
  304. "a": 255
  305. },
  306. "_sharedMaterial": null,
  307. "_useOriginalSize": true,
  308. "_string": "15\n",
  309. "_horizontalAlign": 1,
  310. "_verticalAlign": 1,
  311. "_actualFontSize": 20,
  312. "_fontSize": 20,
  313. "_fontFamily": "Arial",
  314. "_lineHeight": 20,
  315. "_overflow": 0,
  316. "_enableWrapText": false,
  317. "_font": null,
  318. "_isSystemFontUsed": true,
  319. "_isItalic": false,
  320. "_isBold": false,
  321. "_isUnderline": false,
  322. "_cacheMode": 0,
  323. "_id": ""
  324. },
  325. {
  326. "__type__": "cc.PrefabInfo",
  327. "root": {
  328. "__id__": 1
  329. },
  330. "asset": {
  331. "__id__": 0
  332. },
  333. "fileId": "7dqzNc095LhJG4RDBbA0I1",
  334. "sync": false,
  335. "_synced": {
  336. "default": false,
  337. "serializable": false
  338. }
  339. },
  340. {
  341. "__type__": "cc.UITransformComponent",
  342. "_name": "",
  343. "_objFlags": 0,
  344. "node": {
  345. "__id__": 5
  346. },
  347. "_enabled": true,
  348. "_priority": 0,
  349. "_contentSize": {
  350. "__type__": "cc.Size",
  351. "width": 35,
  352. "height": 36
  353. },
  354. "_anchorPoint": {
  355. "__type__": "cc.Vec2",
  356. "x": 0.5,
  357. "y": 0.5
  358. },
  359. "_id": ""
  360. },
  361. {
  362. "__type__": "cc.SpriteComponent",
  363. "_name": "",
  364. "_objFlags": 0,
  365. "node": {
  366. "__id__": 5
  367. },
  368. "_enabled": true,
  369. "_srcBlendFactor": 2,
  370. "_dstBlendFactor": 4,
  371. "_color": {
  372. "__type__": "cc.Color",
  373. "r": 255,
  374. "g": 255,
  375. "b": 255,
  376. "a": 255
  377. },
  378. "_sharedMaterial": null,
  379. "_spriteFrame": {
  380. "__uuid__": "bdbd5df1-085a-4551-afeb-2895ade85c53@f9941"
  381. },
  382. "_type": 0,
  383. "_fillType": 0,
  384. "_sizeMode": 1,
  385. "_fillCenter": {
  386. "__type__": "cc.Vec2",
  387. "x": 0,
  388. "y": 0
  389. },
  390. "_fillStart": 0,
  391. "_fillRange": 0,
  392. "_isTrimmedMode": true,
  393. "_useGrayscale": false,
  394. "_atlas": null,
  395. "_id": ""
  396. },
  397. {
  398. "__type__": "cc.PrefabInfo",
  399. "root": {
  400. "__id__": 1
  401. },
  402. "asset": {
  403. "__id__": 0
  404. },
  405. "fileId": "65KMAaGYJIXqg8iCLDlt6R",
  406. "sync": false,
  407. "_synced": {
  408. "default": false,
  409. "serializable": false
  410. }
  411. },
  412. {
  413. "__type__": "cc.Node",
  414. "_name": "Xuanzhong",
  415. "_objFlags": 0,
  416. "_parent": {
  417. "__id__": 1
  418. },
  419. "_children": [],
  420. "_active": false,
  421. "_components": [
  422. {
  423. "__id__": 14
  424. },
  425. {
  426. "__id__": 15
  427. }
  428. ],
  429. "_prefab": {
  430. "__id__": 16
  431. },
  432. "_lpos": {
  433. "__type__": "cc.Vec3",
  434. "x": 0,
  435. "y": 0,
  436. "z": 0
  437. },
  438. "_lrot": {
  439. "__type__": "cc.Quat",
  440. "x": 0,
  441. "y": 0,
  442. "z": 0,
  443. "w": 1
  444. },
  445. "_lscale": {
  446. "__type__": "cc.Vec3",
  447. "x": 1,
  448. "y": 1,
  449. "z": 1
  450. },
  451. "_layer": 33554432,
  452. "_euler": {
  453. "__type__": "cc.Vec3",
  454. "x": 0,
  455. "y": 0,
  456. "z": 0
  457. },
  458. "_id": ""
  459. },
  460. {
  461. "__type__": "cc.UITransformComponent",
  462. "_name": "Xuanzhong<UITransformComponent>",
  463. "_objFlags": 0,
  464. "node": {
  465. "__id__": 13
  466. },
  467. "_enabled": true,
  468. "_priority": 0,
  469. "_contentSize": {
  470. "__type__": "cc.Size",
  471. "width": 178,
  472. "height": 119
  473. },
  474. "_anchorPoint": {
  475. "__type__": "cc.Vec2",
  476. "x": 0.5,
  477. "y": 0.5
  478. },
  479. "_id": ""
  480. },
  481. {
  482. "__type__": "cc.SpriteComponent",
  483. "_name": "Xuanzhong<SpriteComponent>",
  484. "_objFlags": 0,
  485. "node": {
  486. "__id__": 13
  487. },
  488. "_enabled": true,
  489. "_srcBlendFactor": 2,
  490. "_dstBlendFactor": 4,
  491. "_color": {
  492. "__type__": "cc.Color",
  493. "r": 255,
  494. "g": 255,
  495. "b": 255,
  496. "a": 255
  497. },
  498. "_sharedMaterial": null,
  499. "_spriteFrame": {
  500. "__uuid__": "1fe14074-ae02-498a-a5de-fffab4f89dd6@f9941"
  501. },
  502. "_type": 0,
  503. "_fillType": 0,
  504. "_sizeMode": 1,
  505. "_fillCenter": {
  506. "__type__": "cc.Vec2",
  507. "x": 0,
  508. "y": 0
  509. },
  510. "_fillStart": 0,
  511. "_fillRange": 0,
  512. "_isTrimmedMode": true,
  513. "_useGrayscale": false,
  514. "_atlas": null,
  515. "_id": ""
  516. },
  517. {
  518. "__type__": "cc.PrefabInfo",
  519. "root": {
  520. "__id__": 1
  521. },
  522. "asset": {
  523. "__id__": 0
  524. },
  525. "fileId": "1dIpKHUGpOX6TpLUfOoDh9",
  526. "sync": false,
  527. "_synced": {
  528. "default": false,
  529. "serializable": false
  530. }
  531. },
  532. {
  533. "__type__": "cc.Node",
  534. "_name": "ImgState1",
  535. "_objFlags": 0,
  536. "_parent": {
  537. "__id__": 1
  538. },
  539. "_children": [],
  540. "_active": true,
  541. "_components": [
  542. {
  543. "__id__": 18
  544. },
  545. {
  546. "__id__": 19
  547. }
  548. ],
  549. "_prefab": {
  550. "__id__": 20
  551. },
  552. "_lpos": {
  553. "__type__": "cc.Vec3",
  554. "x": 0,
  555. "y": 0,
  556. "z": 0
  557. },
  558. "_lrot": {
  559. "__type__": "cc.Quat",
  560. "x": 0,
  561. "y": 0,
  562. "z": 0,
  563. "w": 1
  564. },
  565. "_lscale": {
  566. "__type__": "cc.Vec3",
  567. "x": 1,
  568. "y": 1,
  569. "z": 1
  570. },
  571. "_layer": 33554432,
  572. "_euler": {
  573. "__type__": "cc.Vec3",
  574. "x": 0,
  575. "y": 0,
  576. "z": 0
  577. },
  578. "_id": ""
  579. },
  580. {
  581. "__type__": "cc.UITransformComponent",
  582. "_name": "",
  583. "_objFlags": 0,
  584. "node": {
  585. "__id__": 17
  586. },
  587. "_enabled": true,
  588. "_priority": 0,
  589. "_contentSize": {
  590. "__type__": "cc.Size",
  591. "width": 170,
  592. "height": 111
  593. },
  594. "_anchorPoint": {
  595. "__type__": "cc.Vec2",
  596. "x": 0.5,
  597. "y": 0.5
  598. },
  599. "_id": ""
  600. },
  601. {
  602. "__type__": "cc.SpriteComponent",
  603. "_name": "",
  604. "_objFlags": 0,
  605. "node": {
  606. "__id__": 17
  607. },
  608. "_enabled": true,
  609. "_srcBlendFactor": 2,
  610. "_dstBlendFactor": 4,
  611. "_color": {
  612. "__type__": "cc.Color",
  613. "r": 255,
  614. "g": 255,
  615. "b": 255,
  616. "a": 255
  617. },
  618. "_sharedMaterial": null,
  619. "_spriteFrame": {
  620. "__uuid__": "698fdfe9-612e-4c8e-ae7f-f76e967046ac@f9941"
  621. },
  622. "_type": 0,
  623. "_fillType": 0,
  624. "_sizeMode": 1,
  625. "_fillCenter": {
  626. "__type__": "cc.Vec2",
  627. "x": 0,
  628. "y": 0
  629. },
  630. "_fillStart": 0,
  631. "_fillRange": 0,
  632. "_isTrimmedMode": true,
  633. "_useGrayscale": false,
  634. "_atlas": null,
  635. "_id": ""
  636. },
  637. {
  638. "__type__": "cc.PrefabInfo",
  639. "root": {
  640. "__id__": 1
  641. },
  642. "asset": {
  643. "__id__": 0
  644. },
  645. "fileId": "e79Q4jDhtFc6i2hkvZsX8v",
  646. "sync": false,
  647. "_synced": {
  648. "default": false,
  649. "serializable": false
  650. }
  651. },
  652. {
  653. "__type__": "cc.Node",
  654. "_name": "ImgState2",
  655. "_objFlags": 0,
  656. "_parent": {
  657. "__id__": 1
  658. },
  659. "_children": [],
  660. "_active": true,
  661. "_components": [
  662. {
  663. "__id__": 22
  664. },
  665. {
  666. "__id__": 23
  667. }
  668. ],
  669. "_prefab": {
  670. "__id__": 24
  671. },
  672. "_lpos": {
  673. "__type__": "cc.Vec3",
  674. "x": 0,
  675. "y": 0,
  676. "z": 0
  677. },
  678. "_lrot": {
  679. "__type__": "cc.Quat",
  680. "x": 0,
  681. "y": 0,
  682. "z": 0,
  683. "w": 1
  684. },
  685. "_lscale": {
  686. "__type__": "cc.Vec3",
  687. "x": 1,
  688. "y": 1,
  689. "z": 1
  690. },
  691. "_layer": 33554432,
  692. "_euler": {
  693. "__type__": "cc.Vec3",
  694. "x": 0,
  695. "y": 0,
  696. "z": 0
  697. },
  698. "_id": ""
  699. },
  700. {
  701. "__type__": "cc.UITransformComponent",
  702. "_name": "",
  703. "_objFlags": 0,
  704. "node": {
  705. "__id__": 21
  706. },
  707. "_enabled": true,
  708. "_priority": 0,
  709. "_contentSize": {
  710. "__type__": "cc.Size",
  711. "width": 170,
  712. "height": 111
  713. },
  714. "_anchorPoint": {
  715. "__type__": "cc.Vec2",
  716. "x": 0.5,
  717. "y": 0.5
  718. },
  719. "_id": ""
  720. },
  721. {
  722. "__type__": "cc.SpriteComponent",
  723. "_name": "",
  724. "_objFlags": 0,
  725. "node": {
  726. "__id__": 21
  727. },
  728. "_enabled": true,
  729. "_srcBlendFactor": 2,
  730. "_dstBlendFactor": 4,
  731. "_color": {
  732. "__type__": "cc.Color",
  733. "r": 255,
  734. "g": 255,
  735. "b": 255,
  736. "a": 255
  737. },
  738. "_sharedMaterial": null,
  739. "_spriteFrame": {
  740. "__uuid__": "43888ffc-6733-4d17-bf5e-233d71bbeabe@f9941"
  741. },
  742. "_type": 0,
  743. "_fillType": 0,
  744. "_sizeMode": 1,
  745. "_fillCenter": {
  746. "__type__": "cc.Vec2",
  747. "x": 0,
  748. "y": 0
  749. },
  750. "_fillStart": 0,
  751. "_fillRange": 0,
  752. "_isTrimmedMode": true,
  753. "_useGrayscale": false,
  754. "_atlas": null,
  755. "_id": ""
  756. },
  757. {
  758. "__type__": "cc.PrefabInfo",
  759. "root": {
  760. "__id__": 1
  761. },
  762. "asset": {
  763. "__id__": 0
  764. },
  765. "fileId": "b5cVhnMm1NH6sBm+dQmPyJ",
  766. "sync": false,
  767. "_synced": {
  768. "default": false,
  769. "serializable": false
  770. }
  771. },
  772. {
  773. "__type__": "cc.Node",
  774. "_name": "ImgState3",
  775. "_objFlags": 0,
  776. "_parent": {
  777. "__id__": 1
  778. },
  779. "_children": [],
  780. "_active": true,
  781. "_components": [
  782. {
  783. "__id__": 26
  784. },
  785. {
  786. "__id__": 27
  787. }
  788. ],
  789. "_prefab": {
  790. "__id__": 28
  791. },
  792. "_lpos": {
  793. "__type__": "cc.Vec3",
  794. "x": 0,
  795. "y": 0,
  796. "z": 0
  797. },
  798. "_lrot": {
  799. "__type__": "cc.Quat",
  800. "x": 0,
  801. "y": 0,
  802. "z": 0,
  803. "w": 1
  804. },
  805. "_lscale": {
  806. "__type__": "cc.Vec3",
  807. "x": 1,
  808. "y": 1,
  809. "z": 1
  810. },
  811. "_layer": 33554432,
  812. "_euler": {
  813. "__type__": "cc.Vec3",
  814. "x": 0,
  815. "y": 0,
  816. "z": 0
  817. },
  818. "_id": ""
  819. },
  820. {
  821. "__type__": "cc.UITransformComponent",
  822. "_name": "",
  823. "_objFlags": 0,
  824. "node": {
  825. "__id__": 25
  826. },
  827. "_enabled": true,
  828. "_priority": 0,
  829. "_contentSize": {
  830. "__type__": "cc.Size",
  831. "width": 170,
  832. "height": 111
  833. },
  834. "_anchorPoint": {
  835. "__type__": "cc.Vec2",
  836. "x": 0.5,
  837. "y": 0.5
  838. },
  839. "_id": ""
  840. },
  841. {
  842. "__type__": "cc.SpriteComponent",
  843. "_name": "",
  844. "_objFlags": 0,
  845. "node": {
  846. "__id__": 25
  847. },
  848. "_enabled": true,
  849. "_srcBlendFactor": 2,
  850. "_dstBlendFactor": 4,
  851. "_color": {
  852. "__type__": "cc.Color",
  853. "r": 255,
  854. "g": 255,
  855. "b": 255,
  856. "a": 255
  857. },
  858. "_sharedMaterial": null,
  859. "_spriteFrame": {
  860. "__uuid__": "6b404b57-6bb0-430a-a3ce-66a6009c7241@f9941"
  861. },
  862. "_type": 0,
  863. "_fillType": 0,
  864. "_sizeMode": 1,
  865. "_fillCenter": {
  866. "__type__": "cc.Vec2",
  867. "x": 0,
  868. "y": 0
  869. },
  870. "_fillStart": 0,
  871. "_fillRange": 0,
  872. "_isTrimmedMode": true,
  873. "_useGrayscale": false,
  874. "_atlas": null,
  875. "_id": ""
  876. },
  877. {
  878. "__type__": "cc.PrefabInfo",
  879. "root": {
  880. "__id__": 1
  881. },
  882. "asset": {
  883. "__id__": 0
  884. },
  885. "fileId": "2cEfxZrk5JXr4EqsGSI19I",
  886. "sync": false,
  887. "_synced": {
  888. "default": false,
  889. "serializable": false
  890. }
  891. },
  892. {
  893. "__type__": "cc.Node",
  894. "_name": "ImgState4",
  895. "_objFlags": 0,
  896. "_parent": {
  897. "__id__": 1
  898. },
  899. "_children": [
  900. {
  901. "__id__": 30
  902. }
  903. ],
  904. "_active": true,
  905. "_components": [
  906. {
  907. "__id__": 34
  908. },
  909. {
  910. "__id__": 35
  911. }
  912. ],
  913. "_prefab": {
  914. "__id__": 36
  915. },
  916. "_lpos": {
  917. "__type__": "cc.Vec3",
  918. "x": 0,
  919. "y": 0,
  920. "z": 0
  921. },
  922. "_lrot": {
  923. "__type__": "cc.Quat",
  924. "x": 0,
  925. "y": 0,
  926. "z": 0,
  927. "w": 1
  928. },
  929. "_lscale": {
  930. "__type__": "cc.Vec3",
  931. "x": 1,
  932. "y": 1,
  933. "z": 1
  934. },
  935. "_layer": 33554432,
  936. "_euler": {
  937. "__type__": "cc.Vec3",
  938. "x": 0,
  939. "y": 0,
  940. "z": 0
  941. },
  942. "_id": ""
  943. },
  944. {
  945. "__type__": "cc.Node",
  946. "_name": "Xuanzhong",
  947. "_objFlags": 0,
  948. "_parent": {
  949. "__id__": 29
  950. },
  951. "_children": [],
  952. "_active": true,
  953. "_components": [
  954. {
  955. "__id__": 31
  956. },
  957. {
  958. "__id__": 32
  959. }
  960. ],
  961. "_prefab": {
  962. "__id__": 33
  963. },
  964. "_lpos": {
  965. "__type__": "cc.Vec3",
  966. "x": 0,
  967. "y": 0,
  968. "z": 0
  969. },
  970. "_lrot": {
  971. "__type__": "cc.Quat",
  972. "x": 0,
  973. "y": 0,
  974. "z": 0,
  975. "w": 1
  976. },
  977. "_lscale": {
  978. "__type__": "cc.Vec3",
  979. "x": 1,
  980. "y": 1,
  981. "z": 1
  982. },
  983. "_layer": 33554432,
  984. "_euler": {
  985. "__type__": "cc.Vec3",
  986. "x": 0,
  987. "y": 0,
  988. "z": 0
  989. },
  990. "_id": ""
  991. },
  992. {
  993. "__type__": "cc.UITransformComponent",
  994. "_name": "",
  995. "_objFlags": 0,
  996. "node": {
  997. "__id__": 30
  998. },
  999. "_enabled": true,
  1000. "_priority": 0,
  1001. "_contentSize": {
  1002. "__type__": "cc.Size",
  1003. "width": 178,
  1004. "height": 119
  1005. },
  1006. "_anchorPoint": {
  1007. "__type__": "cc.Vec2",
  1008. "x": 0.5,
  1009. "y": 0.5
  1010. },
  1011. "_id": ""
  1012. },
  1013. {
  1014. "__type__": "cc.SpriteComponent",
  1015. "_name": "",
  1016. "_objFlags": 0,
  1017. "node": {
  1018. "__id__": 30
  1019. },
  1020. "_enabled": true,
  1021. "_srcBlendFactor": 2,
  1022. "_dstBlendFactor": 4,
  1023. "_color": {
  1024. "__type__": "cc.Color",
  1025. "r": 255,
  1026. "g": 255,
  1027. "b": 255,
  1028. "a": 255
  1029. },
  1030. "_sharedMaterial": null,
  1031. "_spriteFrame": {
  1032. "__uuid__": "1fe14074-ae02-498a-a5de-fffab4f89dd6@f9941"
  1033. },
  1034. "_type": 0,
  1035. "_fillType": 0,
  1036. "_sizeMode": 1,
  1037. "_fillCenter": {
  1038. "__type__": "cc.Vec2",
  1039. "x": 0,
  1040. "y": 0
  1041. },
  1042. "_fillStart": 0,
  1043. "_fillRange": 0,
  1044. "_isTrimmedMode": true,
  1045. "_useGrayscale": false,
  1046. "_atlas": null,
  1047. "_id": ""
  1048. },
  1049. {
  1050. "__type__": "cc.PrefabInfo",
  1051. "root": {
  1052. "__id__": 1
  1053. },
  1054. "asset": {
  1055. "__id__": 0
  1056. },
  1057. "fileId": "b2DzhIgw9E9L8Uqz6oU7Dv",
  1058. "sync": false,
  1059. "_synced": {
  1060. "default": false,
  1061. "serializable": false
  1062. }
  1063. },
  1064. {
  1065. "__type__": "cc.UITransformComponent",
  1066. "_name": "",
  1067. "_objFlags": 0,
  1068. "node": {
  1069. "__id__": 29
  1070. },
  1071. "_enabled": true,
  1072. "_priority": 0,
  1073. "_contentSize": {
  1074. "__type__": "cc.Size",
  1075. "width": 170,
  1076. "height": 111
  1077. },
  1078. "_anchorPoint": {
  1079. "__type__": "cc.Vec2",
  1080. "x": 0.5,
  1081. "y": 0.5
  1082. },
  1083. "_id": ""
  1084. },
  1085. {
  1086. "__type__": "cc.SpriteComponent",
  1087. "_name": "",
  1088. "_objFlags": 0,
  1089. "node": {
  1090. "__id__": 29
  1091. },
  1092. "_enabled": true,
  1093. "_srcBlendFactor": 2,
  1094. "_dstBlendFactor": 4,
  1095. "_color": {
  1096. "__type__": "cc.Color",
  1097. "r": 255,
  1098. "g": 255,
  1099. "b": 255,
  1100. "a": 255
  1101. },
  1102. "_sharedMaterial": null,
  1103. "_spriteFrame": {
  1104. "__uuid__": "6b404b57-6bb0-430a-a3ce-66a6009c7241@f9941"
  1105. },
  1106. "_type": 0,
  1107. "_fillType": 0,
  1108. "_sizeMode": 1,
  1109. "_fillCenter": {
  1110. "__type__": "cc.Vec2",
  1111. "x": 0,
  1112. "y": 0
  1113. },
  1114. "_fillStart": 0,
  1115. "_fillRange": 0,
  1116. "_isTrimmedMode": true,
  1117. "_useGrayscale": false,
  1118. "_atlas": null,
  1119. "_id": ""
  1120. },
  1121. {
  1122. "__type__": "cc.PrefabInfo",
  1123. "root": {
  1124. "__id__": 1
  1125. },
  1126. "asset": {
  1127. "__id__": 0
  1128. },
  1129. "fileId": "2a4LZmhJ1L2YRAOXMmnBP5",
  1130. "sync": false,
  1131. "_synced": {
  1132. "default": false,
  1133. "serializable": false
  1134. }
  1135. },
  1136. {
  1137. "__type__": "cc.UITransformComponent",
  1138. "_name": "ButtonGun01<UITransformComponent>",
  1139. "_objFlags": 0,
  1140. "node": {
  1141. "__id__": 1
  1142. },
  1143. "_enabled": true,
  1144. "_priority": 0,
  1145. "_contentSize": {
  1146. "__type__": "cc.Size",
  1147. "width": 170,
  1148. "height": 111
  1149. },
  1150. "_anchorPoint": {
  1151. "__type__": "cc.Vec2",
  1152. "x": 0.5,
  1153. "y": 0.5
  1154. },
  1155. "_id": ""
  1156. },
  1157. {
  1158. "__type__": "cc.SpriteComponent",
  1159. "_name": "ButtonGun01<SpriteComponent>",
  1160. "_objFlags": 0,
  1161. "node": {
  1162. "__id__": 1
  1163. },
  1164. "_enabled": true,
  1165. "_srcBlendFactor": 2,
  1166. "_dstBlendFactor": 4,
  1167. "_color": {
  1168. "__type__": "cc.Color",
  1169. "r": 255,
  1170. "g": 255,
  1171. "b": 255,
  1172. "a": 255
  1173. },
  1174. "_sharedMaterial": null,
  1175. "_spriteFrame": {
  1176. "__uuid__": "43888ffc-6733-4d17-bf5e-233d71bbeabe@f9941"
  1177. },
  1178. "_type": 1,
  1179. "_fillType": 0,
  1180. "_sizeMode": 0,
  1181. "_fillCenter": {
  1182. "__type__": "cc.Vec2",
  1183. "x": 0,
  1184. "y": 0
  1185. },
  1186. "_fillStart": 0,
  1187. "_fillRange": 0,
  1188. "_isTrimmedMode": true,
  1189. "_useGrayscale": false,
  1190. "_atlas": null,
  1191. "_id": ""
  1192. },
  1193. {
  1194. "__type__": "cc.ButtonComponent",
  1195. "_name": "ButtonGun01<ButtonComponent>",
  1196. "_objFlags": 0,
  1197. "node": {
  1198. "__id__": 1
  1199. },
  1200. "_enabled": true,
  1201. "clickEvents": [],
  1202. "_interactable": true,
  1203. "_transition": 2,
  1204. "_normalColor": {
  1205. "__type__": "cc.Color",
  1206. "r": 214,
  1207. "g": 214,
  1208. "b": 214,
  1209. "a": 255
  1210. },
  1211. "_hoverColor": {
  1212. "__type__": "cc.Color",
  1213. "r": 211,
  1214. "g": 211,
  1215. "b": 211,
  1216. "a": 255
  1217. },
  1218. "_pressColor": {
  1219. "__type__": "cc.Color",
  1220. "r": 255,
  1221. "g": 255,
  1222. "b": 255,
  1223. "a": 255
  1224. },
  1225. "_disabledColor": {
  1226. "__type__": "cc.Color",
  1227. "r": 124,
  1228. "g": 124,
  1229. "b": 124,
  1230. "a": 255
  1231. },
  1232. "_normalSprite": {
  1233. "__uuid__": "43888ffc-6733-4d17-bf5e-233d71bbeabe@f9941"
  1234. },
  1235. "_hoverSprite": {
  1236. "__uuid__": "6b404b57-6bb0-430a-a3ce-66a6009c7241@f9941"
  1237. },
  1238. "_pressedSprite": {
  1239. "__uuid__": "6b404b57-6bb0-430a-a3ce-66a6009c7241@f9941"
  1240. },
  1241. "_disabledSprite": {
  1242. "__uuid__": "698fdfe9-612e-4c8e-ae7f-f76e967046ac@f9941"
  1243. },
  1244. "_duration": 0.1,
  1245. "_zoomScale": 1.2,
  1246. "_target": {
  1247. "__id__": 1
  1248. },
  1249. "_id": ""
  1250. },
  1251. {
  1252. "__type__": "508a4ACrARBy73/mJdIyzrA",
  1253. "_name": "",
  1254. "_objFlags": 0,
  1255. "node": {
  1256. "__id__": 1
  1257. },
  1258. "_enabled": true,
  1259. "_id": ""
  1260. },
  1261. {
  1262. "__type__": "cc.PrefabInfo",
  1263. "root": {
  1264. "__id__": 1
  1265. },
  1266. "asset": {
  1267. "__id__": 0
  1268. },
  1269. "fileId": "24ZWKMQnROA4IXdF/01ygv",
  1270. "sync": false,
  1271. "_synced": {
  1272. "default": false,
  1273. "serializable": false
  1274. }
  1275. }
  1276. ]