BattleRoomPlayerIcon.prefab 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795
  1. [
  2. {
  3. "__type__": "cc.Prefab",
  4. "_name": "",
  5. "_objFlags": 0,
  6. "_native": "",
  7. "data": {
  8. "__id__": 1
  9. },
  10. "optimizationPolicy": 0,
  11. "asyncLoadAssets": false,
  12. "readonly": false
  13. },
  14. {
  15. "__type__": "cc.Node",
  16. "_name": "BattleRoomPlayerIcon",
  17. "_objFlags": 0,
  18. "_parent": null,
  19. "_children": [
  20. {
  21. "__id__": 2
  22. },
  23. {
  24. "__id__": 15
  25. }
  26. ],
  27. "_active": true,
  28. "_components": [
  29. {
  30. "__id__": 18
  31. },
  32. {
  33. "__id__": 19
  34. }
  35. ],
  36. "_prefab": {
  37. "__id__": 21
  38. },
  39. "_opacity": 255,
  40. "_color": {
  41. "__type__": "cc.Color",
  42. "r": 255,
  43. "g": 255,
  44. "b": 255,
  45. "a": 255
  46. },
  47. "_contentSize": {
  48. "__type__": "cc.Size",
  49. "width": 88,
  50. "height": 88
  51. },
  52. "_anchorPoint": {
  53. "__type__": "cc.Vec2",
  54. "x": 0.5,
  55. "y": 0.5
  56. },
  57. "_trs": {
  58. "__type__": "TypedArray",
  59. "ctor": "Float64Array",
  60. "array": [
  61. 0,
  62. 0,
  63. 0,
  64. 0,
  65. 0,
  66. 0,
  67. 1,
  68. 1,
  69. 1,
  70. 1
  71. ]
  72. },
  73. "_eulerAngles": {
  74. "__type__": "cc.Vec3",
  75. "x": 0,
  76. "y": 0,
  77. "z": 0
  78. },
  79. "_skewX": 0,
  80. "_skewY": 0,
  81. "_is3DNode": false,
  82. "_groupIndex": 0,
  83. "groupIndex": 0,
  84. "_id": ""
  85. },
  86. {
  87. "__type__": "cc.Node",
  88. "_name": "HeadIcon",
  89. "_objFlags": 0,
  90. "_parent": {
  91. "__id__": 1
  92. },
  93. "_children": [
  94. {
  95. "__id__": 3
  96. },
  97. {
  98. "__id__": 9
  99. }
  100. ],
  101. "_active": true,
  102. "_components": [
  103. {
  104. "__id__": 12
  105. },
  106. {
  107. "__id__": 13
  108. }
  109. ],
  110. "_prefab": {
  111. "__id__": 14
  112. },
  113. "_opacity": 255,
  114. "_color": {
  115. "__type__": "cc.Color",
  116. "r": 255,
  117. "g": 255,
  118. "b": 255,
  119. "a": 255
  120. },
  121. "_contentSize": {
  122. "__type__": "cc.Size",
  123. "width": 88,
  124. "height": 88
  125. },
  126. "_anchorPoint": {
  127. "__type__": "cc.Vec2",
  128. "x": 0.5,
  129. "y": 0.5
  130. },
  131. "_trs": {
  132. "__type__": "TypedArray",
  133. "ctor": "Float64Array",
  134. "array": [
  135. 0,
  136. 0,
  137. 0,
  138. 0,
  139. 0,
  140. 0,
  141. 1,
  142. 1,
  143. 1,
  144. 1
  145. ]
  146. },
  147. "_eulerAngles": {
  148. "__type__": "cc.Vec3",
  149. "x": 0,
  150. "y": 0,
  151. "z": 0
  152. },
  153. "_skewX": 0,
  154. "_skewY": 0,
  155. "_is3DNode": false,
  156. "_groupIndex": 0,
  157. "groupIndex": 0,
  158. "_id": ""
  159. },
  160. {
  161. "__type__": "cc.Node",
  162. "_name": "ImageMask",
  163. "_objFlags": 0,
  164. "_parent": {
  165. "__id__": 2
  166. },
  167. "_children": [
  168. {
  169. "__id__": 4
  170. }
  171. ],
  172. "_active": true,
  173. "_components": [
  174. {
  175. "__id__": 7
  176. }
  177. ],
  178. "_prefab": {
  179. "__id__": 8
  180. },
  181. "_opacity": 255,
  182. "_color": {
  183. "__type__": "cc.Color",
  184. "r": 255,
  185. "g": 255,
  186. "b": 255,
  187. "a": 255
  188. },
  189. "_contentSize": {
  190. "__type__": "cc.Size",
  191. "width": 88,
  192. "height": 88
  193. },
  194. "_anchorPoint": {
  195. "__type__": "cc.Vec2",
  196. "x": 0.5,
  197. "y": 0.5
  198. },
  199. "_trs": {
  200. "__type__": "TypedArray",
  201. "ctor": "Float64Array",
  202. "array": [
  203. 0,
  204. 0,
  205. 0,
  206. 0,
  207. 0,
  208. 0,
  209. 1,
  210. 1,
  211. 1,
  212. 1
  213. ]
  214. },
  215. "_eulerAngles": {
  216. "__type__": "cc.Vec3",
  217. "x": 0,
  218. "y": 0,
  219. "z": 0
  220. },
  221. "_skewX": 0,
  222. "_skewY": 0,
  223. "_is3DNode": false,
  224. "_groupIndex": 0,
  225. "groupIndex": 0,
  226. "_id": ""
  227. },
  228. {
  229. "__type__": "cc.Node",
  230. "_name": "ImageIcon",
  231. "_objFlags": 0,
  232. "_parent": {
  233. "__id__": 3
  234. },
  235. "_children": [],
  236. "_active": true,
  237. "_components": [
  238. {
  239. "__id__": 5
  240. }
  241. ],
  242. "_prefab": {
  243. "__id__": 6
  244. },
  245. "_opacity": 255,
  246. "_color": {
  247. "__type__": "cc.Color",
  248. "r": 255,
  249. "g": 255,
  250. "b": 255,
  251. "a": 255
  252. },
  253. "_contentSize": {
  254. "__type__": "cc.Size",
  255. "width": 88,
  256. "height": 88
  257. },
  258. "_anchorPoint": {
  259. "__type__": "cc.Vec2",
  260. "x": 0.5,
  261. "y": 0.5
  262. },
  263. "_trs": {
  264. "__type__": "TypedArray",
  265. "ctor": "Float64Array",
  266. "array": [
  267. -3.8,
  268. -0.1,
  269. 0,
  270. 0,
  271. 0,
  272. 0,
  273. 1,
  274. 1,
  275. 1,
  276. 1
  277. ]
  278. },
  279. "_eulerAngles": {
  280. "__type__": "cc.Vec3",
  281. "x": 0,
  282. "y": 0,
  283. "z": 0
  284. },
  285. "_skewX": 0,
  286. "_skewY": 0,
  287. "_is3DNode": false,
  288. "_groupIndex": 0,
  289. "groupIndex": 0,
  290. "_id": ""
  291. },
  292. {
  293. "__type__": "cc.Sprite",
  294. "_name": "",
  295. "_objFlags": 0,
  296. "node": {
  297. "__id__": 4
  298. },
  299. "_enabled": true,
  300. "_materials": [
  301. {
  302. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  303. }
  304. ],
  305. "_srcBlendFactor": 770,
  306. "_dstBlendFactor": 771,
  307. "_spriteFrame": {
  308. "__uuid__": "462b44c4-dda8-4830-bc33-906276f6aabe"
  309. },
  310. "_type": 1,
  311. "_sizeMode": 1,
  312. "_fillType": 0,
  313. "_fillCenter": {
  314. "__type__": "cc.Vec2",
  315. "x": 0,
  316. "y": 0
  317. },
  318. "_fillStart": 0,
  319. "_fillRange": 0,
  320. "_isTrimmedMode": true,
  321. "_atlas": null,
  322. "_id": ""
  323. },
  324. {
  325. "__type__": "cc.PrefabInfo",
  326. "root": {
  327. "__id__": 1
  328. },
  329. "asset": {
  330. "__uuid__": "5f49303b-2c30-4f00-88b4-b01a1a44a324"
  331. },
  332. "fileId": "06SE0qWQ5ClIaOE0LKW0rl",
  333. "sync": false
  334. },
  335. {
  336. "__type__": "cc.Mask",
  337. "_name": "",
  338. "_objFlags": 0,
  339. "node": {
  340. "__id__": 3
  341. },
  342. "_enabled": true,
  343. "_materials": [
  344. {
  345. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  346. }
  347. ],
  348. "_spriteFrame": {
  349. "__uuid__": "8efb830e-b30f-4349-8f74-b7fa81f28a51"
  350. },
  351. "_type": 2,
  352. "_segments": 64,
  353. "_N$alphaThreshold": 0.2,
  354. "_N$inverted": false,
  355. "_id": ""
  356. },
  357. {
  358. "__type__": "cc.PrefabInfo",
  359. "root": {
  360. "__id__": 1
  361. },
  362. "asset": {
  363. "__uuid__": "5f49303b-2c30-4f00-88b4-b01a1a44a324"
  364. },
  365. "fileId": "36Dx3Bnc5MAo9t+XnOlcbV",
  366. "sync": false
  367. },
  368. {
  369. "__type__": "cc.Node",
  370. "_name": "ImageFrame",
  371. "_objFlags": 0,
  372. "_parent": {
  373. "__id__": 2
  374. },
  375. "_children": [],
  376. "_active": true,
  377. "_components": [
  378. {
  379. "__id__": 10
  380. }
  381. ],
  382. "_prefab": {
  383. "__id__": 11
  384. },
  385. "_opacity": 255,
  386. "_color": {
  387. "__type__": "cc.Color",
  388. "r": 255,
  389. "g": 255,
  390. "b": 255,
  391. "a": 255
  392. },
  393. "_contentSize": {
  394. "__type__": "cc.Size",
  395. "width": 90,
  396. "height": 94
  397. },
  398. "_anchorPoint": {
  399. "__type__": "cc.Vec2",
  400. "x": 0.5,
  401. "y": 0.5
  402. },
  403. "_trs": {
  404. "__type__": "TypedArray",
  405. "ctor": "Float64Array",
  406. "array": [
  407. 0,
  408. 0,
  409. 0,
  410. 0,
  411. 0,
  412. 0,
  413. 1,
  414. 1,
  415. 1,
  416. 1
  417. ]
  418. },
  419. "_eulerAngles": {
  420. "__type__": "cc.Vec3",
  421. "x": 0,
  422. "y": 0,
  423. "z": 0
  424. },
  425. "_skewX": 0,
  426. "_skewY": 0,
  427. "_is3DNode": false,
  428. "_groupIndex": 0,
  429. "groupIndex": 0,
  430. "_id": ""
  431. },
  432. {
  433. "__type__": "cc.Sprite",
  434. "_name": "",
  435. "_objFlags": 0,
  436. "node": {
  437. "__id__": 9
  438. },
  439. "_enabled": true,
  440. "_materials": [
  441. {
  442. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  443. }
  444. ],
  445. "_srcBlendFactor": 770,
  446. "_dstBlendFactor": 771,
  447. "_spriteFrame": {
  448. "__uuid__": "b7935be0-c11f-4ac6-92c1-ebb812dcc8c4"
  449. },
  450. "_type": 1,
  451. "_sizeMode": 1,
  452. "_fillType": 0,
  453. "_fillCenter": {
  454. "__type__": "cc.Vec2",
  455. "x": 0,
  456. "y": 0
  457. },
  458. "_fillStart": 0,
  459. "_fillRange": 0,
  460. "_isTrimmedMode": true,
  461. "_atlas": null,
  462. "_id": ""
  463. },
  464. {
  465. "__type__": "cc.PrefabInfo",
  466. "root": {
  467. "__id__": 1
  468. },
  469. "asset": {
  470. "__uuid__": "5f49303b-2c30-4f00-88b4-b01a1a44a324"
  471. },
  472. "fileId": "5fkeYotVtI3rr+EfxONdaE",
  473. "sync": false
  474. },
  475. {
  476. "__type__": "cc.Button",
  477. "_name": "",
  478. "_objFlags": 0,
  479. "node": {
  480. "__id__": 2
  481. },
  482. "_enabled": true,
  483. "_normalMaterial": {
  484. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  485. },
  486. "_grayMaterial": null,
  487. "duration": 0.1,
  488. "zoomScale": 1.2,
  489. "clickEvents": [],
  490. "_N$interactable": true,
  491. "_N$enableAutoGrayEffect": false,
  492. "_N$transition": 2,
  493. "transition": 2,
  494. "_N$normalColor": {
  495. "__type__": "cc.Color",
  496. "r": 230,
  497. "g": 230,
  498. "b": 230,
  499. "a": 255
  500. },
  501. "_N$pressedColor": {
  502. "__type__": "cc.Color",
  503. "r": 200,
  504. "g": 200,
  505. "b": 200,
  506. "a": 255
  507. },
  508. "pressedColor": {
  509. "__type__": "cc.Color",
  510. "r": 200,
  511. "g": 200,
  512. "b": 200,
  513. "a": 255
  514. },
  515. "_N$hoverColor": {
  516. "__type__": "cc.Color",
  517. "r": 255,
  518. "g": 255,
  519. "b": 255,
  520. "a": 255
  521. },
  522. "hoverColor": {
  523. "__type__": "cc.Color",
  524. "r": 255,
  525. "g": 255,
  526. "b": 255,
  527. "a": 255
  528. },
  529. "_N$disabledColor": {
  530. "__type__": "cc.Color",
  531. "r": 120,
  532. "g": 120,
  533. "b": 120,
  534. "a": 200
  535. },
  536. "_N$normalSprite": {
  537. "__uuid__": "b7935be0-c11f-4ac6-92c1-ebb812dcc8c4"
  538. },
  539. "_N$pressedSprite": null,
  540. "pressedSprite": null,
  541. "_N$hoverSprite": null,
  542. "hoverSprite": null,
  543. "_N$disabledSprite": null,
  544. "_N$target": {
  545. "__id__": 9
  546. },
  547. "_id": ""
  548. },
  549. {
  550. "__type__": "62f2fyxOixORYk20kC/nFPd",
  551. "_name": "",
  552. "_objFlags": 0,
  553. "node": {
  554. "__id__": 2
  555. },
  556. "_enabled": true,
  557. "imageMask": {
  558. "__id__": 7
  559. },
  560. "imageIcon": {
  561. "__id__": 5
  562. },
  563. "imageFrame": {
  564. "__id__": 10
  565. },
  566. "_id": ""
  567. },
  568. {
  569. "__type__": "cc.PrefabInfo",
  570. "root": {
  571. "__id__": 1
  572. },
  573. "asset": {
  574. "__uuid__": "5f49303b-2c30-4f00-88b4-b01a1a44a324"
  575. },
  576. "fileId": "30RZDvRXRI4qeUVNwgjnoF",
  577. "sync": false
  578. },
  579. {
  580. "__type__": "cc.Node",
  581. "_name": "ImageAdd",
  582. "_objFlags": 0,
  583. "_parent": {
  584. "__id__": 1
  585. },
  586. "_children": [],
  587. "_active": true,
  588. "_components": [
  589. {
  590. "__id__": 16
  591. }
  592. ],
  593. "_prefab": {
  594. "__id__": 17
  595. },
  596. "_opacity": 255,
  597. "_color": {
  598. "__type__": "cc.Color",
  599. "r": 255,
  600. "g": 255,
  601. "b": 255,
  602. "a": 255
  603. },
  604. "_contentSize": {
  605. "__type__": "cc.Size",
  606. "width": 88,
  607. "height": 88
  608. },
  609. "_anchorPoint": {
  610. "__type__": "cc.Vec2",
  611. "x": 0.5,
  612. "y": 0.5
  613. },
  614. "_trs": {
  615. "__type__": "TypedArray",
  616. "ctor": "Float64Array",
  617. "array": [
  618. 0,
  619. 0,
  620. 0,
  621. 0,
  622. 0,
  623. 0,
  624. 1,
  625. 1,
  626. 1,
  627. 1
  628. ]
  629. },
  630. "_eulerAngles": {
  631. "__type__": "cc.Vec3",
  632. "x": 0,
  633. "y": 0,
  634. "z": 0
  635. },
  636. "_skewX": 0,
  637. "_skewY": 0,
  638. "_is3DNode": false,
  639. "_groupIndex": 0,
  640. "groupIndex": 0,
  641. "_id": ""
  642. },
  643. {
  644. "__type__": "cc.Sprite",
  645. "_name": "",
  646. "_objFlags": 0,
  647. "node": {
  648. "__id__": 15
  649. },
  650. "_enabled": true,
  651. "_materials": [
  652. {
  653. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  654. }
  655. ],
  656. "_srcBlendFactor": 770,
  657. "_dstBlendFactor": 771,
  658. "_spriteFrame": {
  659. "__uuid__": "fc908dc6-0a23-4706-9aed-345e77eb5875"
  660. },
  661. "_type": 0,
  662. "_sizeMode": 1,
  663. "_fillType": 0,
  664. "_fillCenter": {
  665. "__type__": "cc.Vec2",
  666. "x": 0,
  667. "y": 0
  668. },
  669. "_fillStart": 0,
  670. "_fillRange": 0,
  671. "_isTrimmedMode": true,
  672. "_atlas": null,
  673. "_id": ""
  674. },
  675. {
  676. "__type__": "cc.PrefabInfo",
  677. "root": {
  678. "__id__": 1
  679. },
  680. "asset": {
  681. "__uuid__": "5f49303b-2c30-4f00-88b4-b01a1a44a324"
  682. },
  683. "fileId": "b7lJtywZBAt6jQkSQIdjmq",
  684. "sync": false
  685. },
  686. {
  687. "__type__": "a21f2xNDitPl4jb9TlMe2bA",
  688. "_name": "",
  689. "_objFlags": 0,
  690. "node": {
  691. "__id__": 1
  692. },
  693. "_enabled": true,
  694. "headIcon": {
  695. "__id__": 13
  696. },
  697. "imageAdd": {
  698. "__id__": 16
  699. },
  700. "_id": ""
  701. },
  702. {
  703. "__type__": "cc.Button",
  704. "_name": "",
  705. "_objFlags": 0,
  706. "node": {
  707. "__id__": 1
  708. },
  709. "_enabled": true,
  710. "_normalMaterial": null,
  711. "_grayMaterial": null,
  712. "duration": 0.1,
  713. "zoomScale": 1.2,
  714. "clickEvents": [
  715. {
  716. "__id__": 20
  717. }
  718. ],
  719. "_N$interactable": true,
  720. "_N$enableAutoGrayEffect": false,
  721. "_N$transition": 0,
  722. "transition": 0,
  723. "_N$normalColor": {
  724. "__type__": "cc.Color",
  725. "r": 255,
  726. "g": 255,
  727. "b": 255,
  728. "a": 255
  729. },
  730. "_N$pressedColor": {
  731. "__type__": "cc.Color",
  732. "r": 211,
  733. "g": 211,
  734. "b": 211,
  735. "a": 255
  736. },
  737. "pressedColor": {
  738. "__type__": "cc.Color",
  739. "r": 211,
  740. "g": 211,
  741. "b": 211,
  742. "a": 255
  743. },
  744. "_N$hoverColor": {
  745. "__type__": "cc.Color",
  746. "r": 255,
  747. "g": 255,
  748. "b": 255,
  749. "a": 255
  750. },
  751. "hoverColor": {
  752. "__type__": "cc.Color",
  753. "r": 255,
  754. "g": 255,
  755. "b": 255,
  756. "a": 255
  757. },
  758. "_N$disabledColor": {
  759. "__type__": "cc.Color",
  760. "r": 124,
  761. "g": 124,
  762. "b": 124,
  763. "a": 255
  764. },
  765. "_N$normalSprite": null,
  766. "_N$pressedSprite": null,
  767. "pressedSprite": null,
  768. "_N$hoverSprite": null,
  769. "hoverSprite": null,
  770. "_N$disabledSprite": null,
  771. "_N$target": null,
  772. "_id": ""
  773. },
  774. {
  775. "__type__": "cc.ClickEvent",
  776. "target": {
  777. "__id__": 1
  778. },
  779. "component": "",
  780. "_componentId": "a21f2xNDitPl4jb9TlMe2bA",
  781. "handler": "onClickHead",
  782. "customEventData": ""
  783. },
  784. {
  785. "__type__": "cc.PrefabInfo",
  786. "root": {
  787. "__id__": 1
  788. },
  789. "asset": {
  790. "__uuid__": "5f49303b-2c30-4f00-88b4-b01a1a44a324"
  791. },
  792. "fileId": "52a3LLwf9GcoF9X0OemYvF",
  793. "sync": false
  794. }
  795. ]