HeadIcon.prefab 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515
  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": "HeadIcon",
  17. "_objFlags": 0,
  18. "_parent": null,
  19. "_children": [
  20. {
  21. "__id__": 2
  22. },
  23. {
  24. "__id__": 8
  25. }
  26. ],
  27. "_active": true,
  28. "_components": [
  29. {
  30. "__id__": 11
  31. },
  32. {
  33. "__id__": 12
  34. }
  35. ],
  36. "_prefab": {
  37. "__id__": 13
  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": "ImageMask",
  89. "_objFlags": 0,
  90. "_parent": {
  91. "__id__": 1
  92. },
  93. "_children": [
  94. {
  95. "__id__": 3
  96. }
  97. ],
  98. "_active": true,
  99. "_components": [
  100. {
  101. "__id__": 6
  102. }
  103. ],
  104. "_prefab": {
  105. "__id__": 7
  106. },
  107. "_opacity": 255,
  108. "_color": {
  109. "__type__": "cc.Color",
  110. "r": 255,
  111. "g": 255,
  112. "b": 255,
  113. "a": 255
  114. },
  115. "_contentSize": {
  116. "__type__": "cc.Size",
  117. "width": 88,
  118. "height": 88
  119. },
  120. "_anchorPoint": {
  121. "__type__": "cc.Vec2",
  122. "x": 0.5,
  123. "y": 0.5
  124. },
  125. "_trs": {
  126. "__type__": "TypedArray",
  127. "ctor": "Float64Array",
  128. "array": [
  129. 0,
  130. 0,
  131. 0,
  132. 0,
  133. 0,
  134. 0,
  135. 1,
  136. 1,
  137. 1,
  138. 1
  139. ]
  140. },
  141. "_eulerAngles": {
  142. "__type__": "cc.Vec3",
  143. "x": 0,
  144. "y": 0,
  145. "z": 0
  146. },
  147. "_skewX": 0,
  148. "_skewY": 0,
  149. "_is3DNode": false,
  150. "_groupIndex": 0,
  151. "groupIndex": 0,
  152. "_id": ""
  153. },
  154. {
  155. "__type__": "cc.Node",
  156. "_name": "ImageIcon",
  157. "_objFlags": 0,
  158. "_parent": {
  159. "__id__": 2
  160. },
  161. "_children": [],
  162. "_active": true,
  163. "_components": [
  164. {
  165. "__id__": 4
  166. }
  167. ],
  168. "_prefab": {
  169. "__id__": 5
  170. },
  171. "_opacity": 255,
  172. "_color": {
  173. "__type__": "cc.Color",
  174. "r": 255,
  175. "g": 255,
  176. "b": 255,
  177. "a": 255
  178. },
  179. "_contentSize": {
  180. "__type__": "cc.Size",
  181. "width": 88,
  182. "height": 88
  183. },
  184. "_anchorPoint": {
  185. "__type__": "cc.Vec2",
  186. "x": 0.5,
  187. "y": 0.5
  188. },
  189. "_trs": {
  190. "__type__": "TypedArray",
  191. "ctor": "Float64Array",
  192. "array": [
  193. -3.8,
  194. -0.1,
  195. 0,
  196. 0,
  197. 0,
  198. 0,
  199. 1,
  200. 1,
  201. 1,
  202. 1
  203. ]
  204. },
  205. "_eulerAngles": {
  206. "__type__": "cc.Vec3",
  207. "x": 0,
  208. "y": 0,
  209. "z": 0
  210. },
  211. "_skewX": 0,
  212. "_skewY": 0,
  213. "_is3DNode": false,
  214. "_groupIndex": 0,
  215. "groupIndex": 0,
  216. "_id": ""
  217. },
  218. {
  219. "__type__": "cc.Sprite",
  220. "_name": "",
  221. "_objFlags": 0,
  222. "node": {
  223. "__id__": 3
  224. },
  225. "_enabled": true,
  226. "_materials": [
  227. {
  228. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  229. }
  230. ],
  231. "_srcBlendFactor": 770,
  232. "_dstBlendFactor": 771,
  233. "_spriteFrame": {
  234. "__uuid__": "462b44c4-dda8-4830-bc33-906276f6aabe"
  235. },
  236. "_type": 1,
  237. "_sizeMode": 1,
  238. "_fillType": 0,
  239. "_fillCenter": {
  240. "__type__": "cc.Vec2",
  241. "x": 0,
  242. "y": 0
  243. },
  244. "_fillStart": 0,
  245. "_fillRange": 0,
  246. "_isTrimmedMode": true,
  247. "_atlas": null,
  248. "_id": ""
  249. },
  250. {
  251. "__type__": "cc.PrefabInfo",
  252. "root": {
  253. "__id__": 1
  254. },
  255. "asset": {
  256. "__uuid__": "91ba8e50-20dd-46a8-af4d-597ef60b6376"
  257. },
  258. "fileId": "e6liSSjctI+rubtXYudow/",
  259. "sync": false
  260. },
  261. {
  262. "__type__": "cc.Mask",
  263. "_name": "",
  264. "_objFlags": 0,
  265. "node": {
  266. "__id__": 2
  267. },
  268. "_enabled": true,
  269. "_materials": [
  270. {
  271. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  272. }
  273. ],
  274. "_spriteFrame": {
  275. "__uuid__": "8efb830e-b30f-4349-8f74-b7fa81f28a51"
  276. },
  277. "_type": 2,
  278. "_segments": 64,
  279. "_N$alphaThreshold": 0.2,
  280. "_N$inverted": false,
  281. "_id": ""
  282. },
  283. {
  284. "__type__": "cc.PrefabInfo",
  285. "root": {
  286. "__id__": 1
  287. },
  288. "asset": {
  289. "__uuid__": "91ba8e50-20dd-46a8-af4d-597ef60b6376"
  290. },
  291. "fileId": "18AdriCA1I37A3muoMniXY",
  292. "sync": false
  293. },
  294. {
  295. "__type__": "cc.Node",
  296. "_name": "ImageFrame",
  297. "_objFlags": 0,
  298. "_parent": {
  299. "__id__": 1
  300. },
  301. "_children": [],
  302. "_active": true,
  303. "_components": [
  304. {
  305. "__id__": 9
  306. }
  307. ],
  308. "_prefab": {
  309. "__id__": 10
  310. },
  311. "_opacity": 255,
  312. "_color": {
  313. "__type__": "cc.Color",
  314. "r": 255,
  315. "g": 255,
  316. "b": 255,
  317. "a": 255
  318. },
  319. "_contentSize": {
  320. "__type__": "cc.Size",
  321. "width": 90,
  322. "height": 94
  323. },
  324. "_anchorPoint": {
  325. "__type__": "cc.Vec2",
  326. "x": 0.5,
  327. "y": 0.5
  328. },
  329. "_trs": {
  330. "__type__": "TypedArray",
  331. "ctor": "Float64Array",
  332. "array": [
  333. 0,
  334. 0,
  335. 0,
  336. 0,
  337. 0,
  338. 0,
  339. 1,
  340. 1,
  341. 1,
  342. 1
  343. ]
  344. },
  345. "_eulerAngles": {
  346. "__type__": "cc.Vec3",
  347. "x": 0,
  348. "y": 0,
  349. "z": 0
  350. },
  351. "_skewX": 0,
  352. "_skewY": 0,
  353. "_is3DNode": false,
  354. "_groupIndex": 0,
  355. "groupIndex": 0,
  356. "_id": ""
  357. },
  358. {
  359. "__type__": "cc.Sprite",
  360. "_name": "",
  361. "_objFlags": 0,
  362. "node": {
  363. "__id__": 8
  364. },
  365. "_enabled": true,
  366. "_materials": [
  367. {
  368. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  369. }
  370. ],
  371. "_srcBlendFactor": 770,
  372. "_dstBlendFactor": 771,
  373. "_spriteFrame": {
  374. "__uuid__": "b7935be0-c11f-4ac6-92c1-ebb812dcc8c4"
  375. },
  376. "_type": 1,
  377. "_sizeMode": 1,
  378. "_fillType": 0,
  379. "_fillCenter": {
  380. "__type__": "cc.Vec2",
  381. "x": 0,
  382. "y": 0
  383. },
  384. "_fillStart": 0,
  385. "_fillRange": 0,
  386. "_isTrimmedMode": true,
  387. "_atlas": null,
  388. "_id": ""
  389. },
  390. {
  391. "__type__": "cc.PrefabInfo",
  392. "root": {
  393. "__id__": 1
  394. },
  395. "asset": {
  396. "__uuid__": "91ba8e50-20dd-46a8-af4d-597ef60b6376"
  397. },
  398. "fileId": "5cHSHlc95DeqbXSyO93dXW",
  399. "sync": false
  400. },
  401. {
  402. "__type__": "cc.Button",
  403. "_name": "",
  404. "_objFlags": 0,
  405. "node": {
  406. "__id__": 1
  407. },
  408. "_enabled": true,
  409. "_normalMaterial": {
  410. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  411. },
  412. "_grayMaterial": null,
  413. "duration": 0.1,
  414. "zoomScale": 1.2,
  415. "clickEvents": [],
  416. "_N$interactable": true,
  417. "_N$enableAutoGrayEffect": false,
  418. "_N$transition": 2,
  419. "transition": 2,
  420. "_N$normalColor": {
  421. "__type__": "cc.Color",
  422. "r": 230,
  423. "g": 230,
  424. "b": 230,
  425. "a": 255
  426. },
  427. "_N$pressedColor": {
  428. "__type__": "cc.Color",
  429. "r": 200,
  430. "g": 200,
  431. "b": 200,
  432. "a": 255
  433. },
  434. "pressedColor": {
  435. "__type__": "cc.Color",
  436. "r": 200,
  437. "g": 200,
  438. "b": 200,
  439. "a": 255
  440. },
  441. "_N$hoverColor": {
  442. "__type__": "cc.Color",
  443. "r": 255,
  444. "g": 255,
  445. "b": 255,
  446. "a": 255
  447. },
  448. "hoverColor": {
  449. "__type__": "cc.Color",
  450. "r": 255,
  451. "g": 255,
  452. "b": 255,
  453. "a": 255
  454. },
  455. "_N$disabledColor": {
  456. "__type__": "cc.Color",
  457. "r": 120,
  458. "g": 120,
  459. "b": 120,
  460. "a": 200
  461. },
  462. "_N$normalSprite": {
  463. "__uuid__": "b7935be0-c11f-4ac6-92c1-ebb812dcc8c4"
  464. },
  465. "_N$pressedSprite": {
  466. "__uuid__": "e9ec654c-97a2-4787-9325-e6a10375219a"
  467. },
  468. "pressedSprite": {
  469. "__uuid__": "e9ec654c-97a2-4787-9325-e6a10375219a"
  470. },
  471. "_N$hoverSprite": {
  472. "__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952"
  473. },
  474. "hoverSprite": {
  475. "__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952"
  476. },
  477. "_N$disabledSprite": {
  478. "__uuid__": "29158224-f8dd-4661-a796-1ffab537140e"
  479. },
  480. "_N$target": {
  481. "__id__": 8
  482. },
  483. "_id": ""
  484. },
  485. {
  486. "__type__": "62f2fyxOixORYk20kC/nFPd",
  487. "_name": "",
  488. "_objFlags": 0,
  489. "node": {
  490. "__id__": 1
  491. },
  492. "_enabled": true,
  493. "imageMask": {
  494. "__id__": 6
  495. },
  496. "imageIcon": {
  497. "__id__": 4
  498. },
  499. "imageFrame": {
  500. "__id__": 9
  501. },
  502. "_id": ""
  503. },
  504. {
  505. "__type__": "cc.PrefabInfo",
  506. "root": {
  507. "__id__": 1
  508. },
  509. "asset": {
  510. "__uuid__": "91ba8e50-20dd-46a8-af4d-597ef60b6376"
  511. },
  512. "fileId": "e5vquiptRBhYBVsV18xxPq",
  513. "sync": false
  514. }
  515. ]