DressUp.prefab 21 KB

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