bag_avatar_preview.prefab 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758
  1. [
  2. {
  3. "__type__": "cc.Prefab",
  4. "_name": "bag_avatar_preview",
  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": "bag_avatar_preview",
  17. "_objFlags": 0,
  18. "__editorExtras__": {},
  19. "_parent": null,
  20. "_children": [
  21. {
  22. "__id__": 2
  23. },
  24. {
  25. "__id__": 10
  26. },
  27. {
  28. "__id__": 62
  29. }
  30. ],
  31. "_active": true,
  32. "_components": [
  33. {
  34. "__id__": 68
  35. },
  36. {
  37. "__id__": 70
  38. },
  39. {
  40. "__id__": 72
  41. },
  42. {
  43. "__id__": 74
  44. }
  45. ],
  46. "_prefab": {
  47. "__id__": 76
  48. },
  49. "_lpos": {
  50. "__type__": "cc.Vec3",
  51. "x": 0,
  52. "y": 0,
  53. "z": 0
  54. },
  55. "_lrot": {
  56. "__type__": "cc.Quat",
  57. "x": 0,
  58. "y": 0,
  59. "z": 0,
  60. "w": 1
  61. },
  62. "_lscale": {
  63. "__type__": "cc.Vec3",
  64. "x": 1,
  65. "y": 1,
  66. "z": 1
  67. },
  68. "_mobility": 0,
  69. "_layer": 33554432,
  70. "_euler": {
  71. "__type__": "cc.Vec3",
  72. "x": 0,
  73. "y": 0,
  74. "z": 0
  75. },
  76. "_id": ""
  77. },
  78. {
  79. "__type__": "cc.Node",
  80. "_name": "public_bg",
  81. "_objFlags": 0,
  82. "__editorExtras__": {},
  83. "_parent": {
  84. "__id__": 1
  85. },
  86. "_children": [],
  87. "_active": true,
  88. "_components": [
  89. {
  90. "__id__": 3
  91. },
  92. {
  93. "__id__": 5
  94. },
  95. {
  96. "__id__": 7
  97. }
  98. ],
  99. "_prefab": {
  100. "__id__": 9
  101. },
  102. "_lpos": {
  103. "__type__": "cc.Vec3",
  104. "x": 0,
  105. "y": 0,
  106. "z": 0
  107. },
  108. "_lrot": {
  109. "__type__": "cc.Quat",
  110. "x": 0,
  111. "y": 0,
  112. "z": 0,
  113. "w": 1
  114. },
  115. "_lscale": {
  116. "__type__": "cc.Vec3",
  117. "x": 1,
  118. "y": 1,
  119. "z": 1
  120. },
  121. "_mobility": 0,
  122. "_layer": 33554432,
  123. "_euler": {
  124. "__type__": "cc.Vec3",
  125. "x": 0,
  126. "y": 0,
  127. "z": 0
  128. },
  129. "_id": ""
  130. },
  131. {
  132. "__type__": "cc.UITransform",
  133. "_name": "",
  134. "_objFlags": 0,
  135. "__editorExtras__": {},
  136. "node": {
  137. "__id__": 2
  138. },
  139. "_enabled": true,
  140. "__prefab": {
  141. "__id__": 4
  142. },
  143. "_contentSize": {
  144. "__type__": "cc.Size",
  145. "width": 1080,
  146. "height": 1920
  147. },
  148. "_anchorPoint": {
  149. "__type__": "cc.Vec2",
  150. "x": 0.5,
  151. "y": 0.5
  152. },
  153. "_id": ""
  154. },
  155. {
  156. "__type__": "cc.CompPrefabInfo",
  157. "fileId": "067PkZwzxJVY8eHHGPdv7F"
  158. },
  159. {
  160. "__type__": "cc.Sprite",
  161. "_name": "",
  162. "_objFlags": 0,
  163. "__editorExtras__": {},
  164. "node": {
  165. "__id__": 2
  166. },
  167. "_enabled": true,
  168. "__prefab": {
  169. "__id__": 6
  170. },
  171. "_customMaterial": null,
  172. "_srcBlendFactor": 2,
  173. "_dstBlendFactor": 4,
  174. "_color": {
  175. "__type__": "cc.Color",
  176. "r": 255,
  177. "g": 255,
  178. "b": 255,
  179. "a": 255
  180. },
  181. "_spriteFrame": {
  182. "__uuid__": "433b4378-f731-459b-be68-93cd8b0899a6@f9941",
  183. "__expectedType__": "cc.SpriteFrame"
  184. },
  185. "_type": 0,
  186. "_fillType": 0,
  187. "_sizeMode": 0,
  188. "_fillCenter": {
  189. "__type__": "cc.Vec2",
  190. "x": 0,
  191. "y": 0
  192. },
  193. "_fillStart": 0,
  194. "_fillRange": 0,
  195. "_isTrimmedMode": true,
  196. "_useGrayscale": false,
  197. "_atlas": null,
  198. "_id": ""
  199. },
  200. {
  201. "__type__": "cc.CompPrefabInfo",
  202. "fileId": "80GnylwXVNWZQGQGDMl5dL"
  203. },
  204. {
  205. "__type__": "cc.Widget",
  206. "_name": "",
  207. "_objFlags": 0,
  208. "__editorExtras__": {},
  209. "node": {
  210. "__id__": 2
  211. },
  212. "_enabled": true,
  213. "__prefab": {
  214. "__id__": 8
  215. },
  216. "_alignFlags": 45,
  217. "_target": null,
  218. "_left": 0,
  219. "_right": 0,
  220. "_top": 0,
  221. "_bottom": 0,
  222. "_horizontalCenter": 0,
  223. "_verticalCenter": 0,
  224. "_isAbsLeft": true,
  225. "_isAbsRight": true,
  226. "_isAbsTop": true,
  227. "_isAbsBottom": true,
  228. "_isAbsHorizontalCenter": true,
  229. "_isAbsVerticalCenter": true,
  230. "_originalWidth": 1080,
  231. "_originalHeight": 1920,
  232. "_alignMode": 2,
  233. "_lockFlags": 0,
  234. "_id": ""
  235. },
  236. {
  237. "__type__": "cc.CompPrefabInfo",
  238. "fileId": "9323gB1OtCp66zH7ZCBUsB"
  239. },
  240. {
  241. "__type__": "cc.PrefabInfo",
  242. "root": {
  243. "__id__": 1
  244. },
  245. "asset": {
  246. "__id__": 0
  247. },
  248. "fileId": "10qXbNxWJI45ghbkkznx9y",
  249. "instance": null,
  250. "targetOverrides": null,
  251. "nestedPrefabInstanceRoots": null
  252. },
  253. {
  254. "__type__": "cc.Node",
  255. "_name": "bg",
  256. "_objFlags": 0,
  257. "__editorExtras__": {},
  258. "_parent": {
  259. "__id__": 1
  260. },
  261. "_children": [
  262. {
  263. "__id__": 11
  264. },
  265. {
  266. "__id__": 17
  267. },
  268. {
  269. "__id__": 43
  270. }
  271. ],
  272. "_active": true,
  273. "_components": [
  274. {
  275. "__id__": 57
  276. },
  277. {
  278. "__id__": 59
  279. }
  280. ],
  281. "_prefab": {
  282. "__id__": 61
  283. },
  284. "_lpos": {
  285. "__type__": "cc.Vec3",
  286. "x": 0,
  287. "y": 100,
  288. "z": 0
  289. },
  290. "_lrot": {
  291. "__type__": "cc.Quat",
  292. "x": 0,
  293. "y": 0,
  294. "z": 0,
  295. "w": 1
  296. },
  297. "_lscale": {
  298. "__type__": "cc.Vec3",
  299. "x": 1,
  300. "y": 1,
  301. "z": 1
  302. },
  303. "_mobility": 0,
  304. "_layer": 33554432,
  305. "_euler": {
  306. "__type__": "cc.Vec3",
  307. "x": 0,
  308. "y": 0,
  309. "z": 0
  310. },
  311. "_id": ""
  312. },
  313. {
  314. "__type__": "cc.Node",
  315. "_name": "Label",
  316. "_objFlags": 0,
  317. "__editorExtras__": {},
  318. "_parent": {
  319. "__id__": 10
  320. },
  321. "_children": [],
  322. "_active": true,
  323. "_components": [
  324. {
  325. "__id__": 12
  326. },
  327. {
  328. "__id__": 14
  329. }
  330. ],
  331. "_prefab": {
  332. "__id__": 16
  333. },
  334. "_lpos": {
  335. "__type__": "cc.Vec3",
  336. "x": 0,
  337. "y": 441.536,
  338. "z": 0
  339. },
  340. "_lrot": {
  341. "__type__": "cc.Quat",
  342. "x": 0,
  343. "y": 0,
  344. "z": 0,
  345. "w": 1
  346. },
  347. "_lscale": {
  348. "__type__": "cc.Vec3",
  349. "x": 1,
  350. "y": 1,
  351. "z": 1
  352. },
  353. "_mobility": 0,
  354. "_layer": 33554432,
  355. "_euler": {
  356. "__type__": "cc.Vec3",
  357. "x": 0,
  358. "y": 0,
  359. "z": 0
  360. },
  361. "_id": ""
  362. },
  363. {
  364. "__type__": "cc.UITransform",
  365. "_name": "",
  366. "_objFlags": 0,
  367. "__editorExtras__": {},
  368. "node": {
  369. "__id__": 11
  370. },
  371. "_enabled": true,
  372. "__prefab": {
  373. "__id__": 13
  374. },
  375. "_contentSize": {
  376. "__type__": "cc.Size",
  377. "width": 350,
  378. "height": 75.6
  379. },
  380. "_anchorPoint": {
  381. "__type__": "cc.Vec2",
  382. "x": 0.5,
  383. "y": 0.5
  384. },
  385. "_id": ""
  386. },
  387. {
  388. "__type__": "cc.CompPrefabInfo",
  389. "fileId": "621XWTNrtPDJ2QPvIoDsxp"
  390. },
  391. {
  392. "__type__": "cc.Label",
  393. "_name": "",
  394. "_objFlags": 0,
  395. "__editorExtras__": {},
  396. "node": {
  397. "__id__": 11
  398. },
  399. "_enabled": true,
  400. "__prefab": {
  401. "__id__": 15
  402. },
  403. "_customMaterial": null,
  404. "_srcBlendFactor": 2,
  405. "_dstBlendFactor": 4,
  406. "_color": {
  407. "__type__": "cc.Color",
  408. "r": 255,
  409. "g": 255,
  410. "b": 255,
  411. "a": 255
  412. },
  413. "_string": "头像框预览",
  414. "_horizontalAlign": 1,
  415. "_verticalAlign": 1,
  416. "_actualFontSize": 60,
  417. "_fontSize": 60,
  418. "_fontFamily": "Arial",
  419. "_lineHeight": 60,
  420. "_overflow": 2,
  421. "_enableWrapText": false,
  422. "_font": null,
  423. "_isSystemFontUsed": true,
  424. "_spacingX": 0,
  425. "_isItalic": false,
  426. "_isBold": true,
  427. "_isUnderline": false,
  428. "_underlineHeight": 2,
  429. "_cacheMode": 0,
  430. "_enableOutline": false,
  431. "_outlineColor": {
  432. "__type__": "cc.Color",
  433. "r": 0,
  434. "g": 0,
  435. "b": 0,
  436. "a": 255
  437. },
  438. "_outlineWidth": 2,
  439. "_enableShadow": false,
  440. "_shadowColor": {
  441. "__type__": "cc.Color",
  442. "r": 0,
  443. "g": 0,
  444. "b": 0,
  445. "a": 255
  446. },
  447. "_shadowOffset": {
  448. "__type__": "cc.Vec2",
  449. "x": 2,
  450. "y": 2
  451. },
  452. "_shadowBlur": 2,
  453. "_id": ""
  454. },
  455. {
  456. "__type__": "cc.CompPrefabInfo",
  457. "fileId": "468vUAAQtIda2zrBFn0j+e"
  458. },
  459. {
  460. "__type__": "cc.PrefabInfo",
  461. "root": {
  462. "__id__": 1
  463. },
  464. "asset": {
  465. "__id__": 0
  466. },
  467. "fileId": "e3AJkuMxhLtZIYZ8xWHOUG",
  468. "instance": null,
  469. "targetOverrides": null,
  470. "nestedPrefabInstanceRoots": null
  471. },
  472. {
  473. "__type__": "cc.Node",
  474. "_name": "avatar_node",
  475. "_objFlags": 0,
  476. "__editorExtras__": {},
  477. "_parent": {
  478. "__id__": 10
  479. },
  480. "_children": [
  481. {
  482. "__id__": 18
  483. },
  484. {
  485. "__id__": 34
  486. }
  487. ],
  488. "_active": true,
  489. "_components": [
  490. {
  491. "__id__": 40
  492. }
  493. ],
  494. "_prefab": {
  495. "__id__": 42
  496. },
  497. "_lpos": {
  498. "__type__": "cc.Vec3",
  499. "x": 0,
  500. "y": 41,
  501. "z": 0
  502. },
  503. "_lrot": {
  504. "__type__": "cc.Quat",
  505. "x": 0,
  506. "y": 0,
  507. "z": 0,
  508. "w": 1
  509. },
  510. "_lscale": {
  511. "__type__": "cc.Vec3",
  512. "x": 1.7,
  513. "y": 1.7,
  514. "z": 1
  515. },
  516. "_mobility": 0,
  517. "_layer": 33554432,
  518. "_euler": {
  519. "__type__": "cc.Vec3",
  520. "x": 0,
  521. "y": 0,
  522. "z": 0
  523. },
  524. "_id": ""
  525. },
  526. {
  527. "__type__": "cc.Node",
  528. "_name": "img_avatar_mask",
  529. "_objFlags": 0,
  530. "__editorExtras__": {},
  531. "_parent": {
  532. "__id__": 17
  533. },
  534. "_children": [
  535. {
  536. "__id__": 19
  537. }
  538. ],
  539. "_active": true,
  540. "_components": [
  541. {
  542. "__id__": 27
  543. },
  544. {
  545. "__id__": 29
  546. },
  547. {
  548. "__id__": 31
  549. }
  550. ],
  551. "_prefab": {
  552. "__id__": 33
  553. },
  554. "_lpos": {
  555. "__type__": "cc.Vec3",
  556. "x": 17,
  557. "y": 9,
  558. "z": 0
  559. },
  560. "_lrot": {
  561. "__type__": "cc.Quat",
  562. "x": 0,
  563. "y": 0,
  564. "z": 0,
  565. "w": 1
  566. },
  567. "_lscale": {
  568. "__type__": "cc.Vec3",
  569. "x": 1,
  570. "y": 1,
  571. "z": 1
  572. },
  573. "_mobility": 0,
  574. "_layer": 33554432,
  575. "_euler": {
  576. "__type__": "cc.Vec3",
  577. "x": 0,
  578. "y": 0,
  579. "z": 0
  580. },
  581. "_id": ""
  582. },
  583. {
  584. "__type__": "cc.Node",
  585. "_name": "img_avatar",
  586. "_objFlags": 0,
  587. "__editorExtras__": {},
  588. "_parent": {
  589. "__id__": 18
  590. },
  591. "_children": [],
  592. "_active": true,
  593. "_components": [
  594. {
  595. "__id__": 20
  596. },
  597. {
  598. "__id__": 22
  599. },
  600. {
  601. "__id__": 24
  602. }
  603. ],
  604. "_prefab": {
  605. "__id__": 26
  606. },
  607. "_lpos": {
  608. "__type__": "cc.Vec3",
  609. "x": 0,
  610. "y": 0,
  611. "z": 0
  612. },
  613. "_lrot": {
  614. "__type__": "cc.Quat",
  615. "x": 0,
  616. "y": 0,
  617. "z": 0,
  618. "w": 1
  619. },
  620. "_lscale": {
  621. "__type__": "cc.Vec3",
  622. "x": 1,
  623. "y": 1,
  624. "z": 1
  625. },
  626. "_mobility": 0,
  627. "_layer": 33554432,
  628. "_euler": {
  629. "__type__": "cc.Vec3",
  630. "x": 0,
  631. "y": 0,
  632. "z": 0
  633. },
  634. "_id": ""
  635. },
  636. {
  637. "__type__": "cc.UITransform",
  638. "_name": "",
  639. "_objFlags": 0,
  640. "__editorExtras__": {},
  641. "node": {
  642. "__id__": 19
  643. },
  644. "_enabled": true,
  645. "__prefab": {
  646. "__id__": 21
  647. },
  648. "_contentSize": {
  649. "__type__": "cc.Size",
  650. "width": 172,
  651. "height": 172
  652. },
  653. "_anchorPoint": {
  654. "__type__": "cc.Vec2",
  655. "x": 0.5,
  656. "y": 0.5
  657. },
  658. "_id": ""
  659. },
  660. {
  661. "__type__": "cc.CompPrefabInfo",
  662. "fileId": "cc8r4/V0xMm5qCUr7HJGzQ"
  663. },
  664. {
  665. "__type__": "cc.Sprite",
  666. "_name": "",
  667. "_objFlags": 0,
  668. "__editorExtras__": {},
  669. "node": {
  670. "__id__": 19
  671. },
  672. "_enabled": true,
  673. "__prefab": {
  674. "__id__": 23
  675. },
  676. "_customMaterial": null,
  677. "_srcBlendFactor": 2,
  678. "_dstBlendFactor": 4,
  679. "_color": {
  680. "__type__": "cc.Color",
  681. "r": 255,
  682. "g": 255,
  683. "b": 255,
  684. "a": 255
  685. },
  686. "_spriteFrame": null,
  687. "_type": 0,
  688. "_fillType": 0,
  689. "_sizeMode": 0,
  690. "_fillCenter": {
  691. "__type__": "cc.Vec2",
  692. "x": 0,
  693. "y": 0
  694. },
  695. "_fillStart": 0,
  696. "_fillRange": 0,
  697. "_isTrimmedMode": true,
  698. "_useGrayscale": false,
  699. "_atlas": null,
  700. "_id": ""
  701. },
  702. {
  703. "__type__": "cc.CompPrefabInfo",
  704. "fileId": "4cGsMymONJPYTW5QljK+Ol"
  705. },
  706. {
  707. "__type__": "cc.Widget",
  708. "_name": "",
  709. "_objFlags": 0,
  710. "__editorExtras__": {},
  711. "node": {
  712. "__id__": 19
  713. },
  714. "_enabled": true,
  715. "__prefab": {
  716. "__id__": 25
  717. },
  718. "_alignFlags": 45,
  719. "_target": null,
  720. "_left": 0,
  721. "_right": 0,
  722. "_top": 0,
  723. "_bottom": 0,
  724. "_horizontalCenter": 0,
  725. "_verticalCenter": 0,
  726. "_isAbsLeft": true,
  727. "_isAbsRight": true,
  728. "_isAbsTop": true,
  729. "_isAbsBottom": true,
  730. "_isAbsHorizontalCenter": true,
  731. "_isAbsVerticalCenter": true,
  732. "_originalWidth": 222,
  733. "_originalHeight": 236,
  734. "_alignMode": 2,
  735. "_lockFlags": 0,
  736. "_id": ""
  737. },
  738. {
  739. "__type__": "cc.CompPrefabInfo",
  740. "fileId": "a21nEKDMZD/JJWafU3ooJA"
  741. },
  742. {
  743. "__type__": "cc.PrefabInfo",
  744. "root": {
  745. "__id__": 1
  746. },
  747. "asset": {
  748. "__id__": 0
  749. },
  750. "fileId": "8fa4kKMJ9HjZq1AWfr0E3C",
  751. "instance": null,
  752. "targetOverrides": null,
  753. "nestedPrefabInstanceRoots": null
  754. },
  755. {
  756. "__type__": "cc.UITransform",
  757. "_name": "",
  758. "_objFlags": 0,
  759. "__editorExtras__": {},
  760. "node": {
  761. "__id__": 18
  762. },
  763. "_enabled": true,
  764. "__prefab": {
  765. "__id__": 28
  766. },
  767. "_contentSize": {
  768. "__type__": "cc.Size",
  769. "width": 172,
  770. "height": 172
  771. },
  772. "_anchorPoint": {
  773. "__type__": "cc.Vec2",
  774. "x": 0.5,
  775. "y": 0.5
  776. },
  777. "_id": ""
  778. },
  779. {
  780. "__type__": "cc.CompPrefabInfo",
  781. "fileId": "f1KGMu8vtJYLiqWAazplN1"
  782. },
  783. {
  784. "__type__": "cc.Mask",
  785. "_name": "",
  786. "_objFlags": 0,
  787. "__editorExtras__": {},
  788. "node": {
  789. "__id__": 18
  790. },
  791. "_enabled": true,
  792. "__prefab": {
  793. "__id__": 30
  794. },
  795. "_type": 3,
  796. "_inverted": false,
  797. "_segments": 64,
  798. "_alphaThreshold": 0.1,
  799. "_id": ""
  800. },
  801. {
  802. "__type__": "cc.CompPrefabInfo",
  803. "fileId": "98mF/wkdVGvYisNi1i4ZJ5"
  804. },
  805. {
  806. "__type__": "cc.Sprite",
  807. "_name": "",
  808. "_objFlags": 0,
  809. "__editorExtras__": {},
  810. "node": {
  811. "__id__": 18
  812. },
  813. "_enabled": true,
  814. "__prefab": {
  815. "__id__": 32
  816. },
  817. "_customMaterial": null,
  818. "_srcBlendFactor": 2,
  819. "_dstBlendFactor": 4,
  820. "_color": {
  821. "__type__": "cc.Color",
  822. "r": 255,
  823. "g": 255,
  824. "b": 255,
  825. "a": 255
  826. },
  827. "_spriteFrame": {
  828. "__uuid__": "e3265327-7161-4214-a006-167607ea5711@f9941",
  829. "__expectedType__": "cc.SpriteFrame"
  830. },
  831. "_type": 0,
  832. "_fillType": 0,
  833. "_sizeMode": 0,
  834. "_fillCenter": {
  835. "__type__": "cc.Vec2",
  836. "x": 0,
  837. "y": 0
  838. },
  839. "_fillStart": 0,
  840. "_fillRange": 0,
  841. "_isTrimmedMode": true,
  842. "_useGrayscale": false,
  843. "_atlas": null,
  844. "_id": ""
  845. },
  846. {
  847. "__type__": "cc.CompPrefabInfo",
  848. "fileId": "e13rZQUwRFFLxehz53bXDZ"
  849. },
  850. {
  851. "__type__": "cc.PrefabInfo",
  852. "root": {
  853. "__id__": 1
  854. },
  855. "asset": {
  856. "__id__": 0
  857. },
  858. "fileId": "15VMjDOvhACJ9Cr5cAgLjn",
  859. "instance": null,
  860. "targetOverrides": null,
  861. "nestedPrefabInstanceRoots": null
  862. },
  863. {
  864. "__type__": "cc.Node",
  865. "_name": "img_avatar_border",
  866. "_objFlags": 0,
  867. "__editorExtras__": {},
  868. "_parent": {
  869. "__id__": 17
  870. },
  871. "_children": [],
  872. "_active": true,
  873. "_components": [
  874. {
  875. "__id__": 35
  876. },
  877. {
  878. "__id__": 37
  879. }
  880. ],
  881. "_prefab": {
  882. "__id__": 39
  883. },
  884. "_lpos": {
  885. "__type__": "cc.Vec3",
  886. "x": 0,
  887. "y": 0,
  888. "z": 0
  889. },
  890. "_lrot": {
  891. "__type__": "cc.Quat",
  892. "x": 0,
  893. "y": 0,
  894. "z": 0,
  895. "w": 1
  896. },
  897. "_lscale": {
  898. "__type__": "cc.Vec3",
  899. "x": 1,
  900. "y": 1,
  901. "z": 1
  902. },
  903. "_mobility": 0,
  904. "_layer": 33554432,
  905. "_euler": {
  906. "__type__": "cc.Vec3",
  907. "x": 0,
  908. "y": 0,
  909. "z": 0
  910. },
  911. "_id": ""
  912. },
  913. {
  914. "__type__": "cc.UITransform",
  915. "_name": "",
  916. "_objFlags": 0,
  917. "__editorExtras__": {},
  918. "node": {
  919. "__id__": 34
  920. },
  921. "_enabled": true,
  922. "__prefab": {
  923. "__id__": 36
  924. },
  925. "_contentSize": {
  926. "__type__": "cc.Size",
  927. "width": 222,
  928. "height": 236
  929. },
  930. "_anchorPoint": {
  931. "__type__": "cc.Vec2",
  932. "x": 0.5,
  933. "y": 0.5
  934. },
  935. "_id": ""
  936. },
  937. {
  938. "__type__": "cc.CompPrefabInfo",
  939. "fileId": "55zdGA7exGmLKvS7f5uUFd"
  940. },
  941. {
  942. "__type__": "cc.Sprite",
  943. "_name": "",
  944. "_objFlags": 0,
  945. "__editorExtras__": {},
  946. "node": {
  947. "__id__": 34
  948. },
  949. "_enabled": true,
  950. "__prefab": {
  951. "__id__": 38
  952. },
  953. "_customMaterial": null,
  954. "_srcBlendFactor": 2,
  955. "_dstBlendFactor": 4,
  956. "_color": {
  957. "__type__": "cc.Color",
  958. "r": 255,
  959. "g": 255,
  960. "b": 255,
  961. "a": 255
  962. },
  963. "_spriteFrame": {
  964. "__uuid__": "854efccb-38ae-4412-ae22-32db51ab4ee0@f9941",
  965. "__expectedType__": "cc.SpriteFrame"
  966. },
  967. "_type": 0,
  968. "_fillType": 0,
  969. "_sizeMode": 0,
  970. "_fillCenter": {
  971. "__type__": "cc.Vec2",
  972. "x": 0,
  973. "y": 0
  974. },
  975. "_fillStart": 0,
  976. "_fillRange": 0,
  977. "_isTrimmedMode": true,
  978. "_useGrayscale": false,
  979. "_atlas": null,
  980. "_id": ""
  981. },
  982. {
  983. "__type__": "cc.CompPrefabInfo",
  984. "fileId": "a7NF9as15MzJLkZe49ppGq"
  985. },
  986. {
  987. "__type__": "cc.PrefabInfo",
  988. "root": {
  989. "__id__": 1
  990. },
  991. "asset": {
  992. "__id__": 0
  993. },
  994. "fileId": "65AQOJEYhMCZmQkZeJRXjC",
  995. "instance": null,
  996. "targetOverrides": null,
  997. "nestedPrefabInstanceRoots": null
  998. },
  999. {
  1000. "__type__": "cc.UITransform",
  1001. "_name": "",
  1002. "_objFlags": 0,
  1003. "__editorExtras__": {},
  1004. "node": {
  1005. "__id__": 17
  1006. },
  1007. "_enabled": true,
  1008. "__prefab": {
  1009. "__id__": 41
  1010. },
  1011. "_contentSize": {
  1012. "__type__": "cc.Size",
  1013. "width": 226,
  1014. "height": 224
  1015. },
  1016. "_anchorPoint": {
  1017. "__type__": "cc.Vec2",
  1018. "x": 0.5,
  1019. "y": 0.5
  1020. },
  1021. "_id": ""
  1022. },
  1023. {
  1024. "__type__": "cc.CompPrefabInfo",
  1025. "fileId": "1cZEcFW7RPVrMS79TTmQA6"
  1026. },
  1027. {
  1028. "__type__": "cc.PrefabInfo",
  1029. "root": {
  1030. "__id__": 1
  1031. },
  1032. "asset": {
  1033. "__id__": 0
  1034. },
  1035. "fileId": "fcaEAzcKRBI6/0BmY99Y+p",
  1036. "instance": null,
  1037. "targetOverrides": null,
  1038. "nestedPrefabInstanceRoots": null
  1039. },
  1040. {
  1041. "__type__": "cc.Node",
  1042. "_name": "btn_true",
  1043. "_objFlags": 0,
  1044. "__editorExtras__": {},
  1045. "_parent": {
  1046. "__id__": 10
  1047. },
  1048. "_children": [
  1049. {
  1050. "__id__": 44
  1051. }
  1052. ],
  1053. "_active": true,
  1054. "_components": [
  1055. {
  1056. "__id__": 50
  1057. },
  1058. {
  1059. "__id__": 52
  1060. },
  1061. {
  1062. "__id__": 54
  1063. }
  1064. ],
  1065. "_prefab": {
  1066. "__id__": 56
  1067. },
  1068. "_lpos": {
  1069. "__type__": "cc.Vec3",
  1070. "x": 0,
  1071. "y": -420,
  1072. "z": 0
  1073. },
  1074. "_lrot": {
  1075. "__type__": "cc.Quat",
  1076. "x": 0,
  1077. "y": 0,
  1078. "z": 0,
  1079. "w": 1
  1080. },
  1081. "_lscale": {
  1082. "__type__": "cc.Vec3",
  1083. "x": 1,
  1084. "y": 1,
  1085. "z": 1
  1086. },
  1087. "_mobility": 0,
  1088. "_layer": 33554432,
  1089. "_euler": {
  1090. "__type__": "cc.Vec3",
  1091. "x": 0,
  1092. "y": 0,
  1093. "z": 0
  1094. },
  1095. "_id": ""
  1096. },
  1097. {
  1098. "__type__": "cc.Node",
  1099. "_name": "Label",
  1100. "_objFlags": 512,
  1101. "__editorExtras__": {},
  1102. "_parent": {
  1103. "__id__": 43
  1104. },
  1105. "_children": [],
  1106. "_active": true,
  1107. "_components": [
  1108. {
  1109. "__id__": 45
  1110. },
  1111. {
  1112. "__id__": 47
  1113. }
  1114. ],
  1115. "_prefab": {
  1116. "__id__": 49
  1117. },
  1118. "_lpos": {
  1119. "__type__": "cc.Vec3",
  1120. "x": 0,
  1121. "y": 8,
  1122. "z": 0
  1123. },
  1124. "_lrot": {
  1125. "__type__": "cc.Quat",
  1126. "x": 0,
  1127. "y": 0,
  1128. "z": 0,
  1129. "w": 1
  1130. },
  1131. "_lscale": {
  1132. "__type__": "cc.Vec3",
  1133. "x": 1,
  1134. "y": 1,
  1135. "z": 1
  1136. },
  1137. "_mobility": 0,
  1138. "_layer": 33554432,
  1139. "_euler": {
  1140. "__type__": "cc.Vec3",
  1141. "x": 0,
  1142. "y": 0,
  1143. "z": 0
  1144. },
  1145. "_id": ""
  1146. },
  1147. {
  1148. "__type__": "cc.UITransform",
  1149. "_name": "",
  1150. "_objFlags": 0,
  1151. "__editorExtras__": {},
  1152. "node": {
  1153. "__id__": 44
  1154. },
  1155. "_enabled": true,
  1156. "__prefab": {
  1157. "__id__": 46
  1158. },
  1159. "_contentSize": {
  1160. "__type__": "cc.Size",
  1161. "width": 300,
  1162. "height": 60
  1163. },
  1164. "_anchorPoint": {
  1165. "__type__": "cc.Vec2",
  1166. "x": 0.5,
  1167. "y": 0.5
  1168. },
  1169. "_id": ""
  1170. },
  1171. {
  1172. "__type__": "cc.CompPrefabInfo",
  1173. "fileId": "b9YGrU7M1HBIIkDtE5WTY+"
  1174. },
  1175. {
  1176. "__type__": "cc.Label",
  1177. "_name": "",
  1178. "_objFlags": 0,
  1179. "__editorExtras__": {},
  1180. "node": {
  1181. "__id__": 44
  1182. },
  1183. "_enabled": true,
  1184. "__prefab": {
  1185. "__id__": 48
  1186. },
  1187. "_customMaterial": null,
  1188. "_srcBlendFactor": 2,
  1189. "_dstBlendFactor": 4,
  1190. "_color": {
  1191. "__type__": "cc.Color",
  1192. "r": 163,
  1193. "g": 81,
  1194. "b": 27,
  1195. "a": 255
  1196. },
  1197. "_string": "装 扮",
  1198. "_horizontalAlign": 1,
  1199. "_verticalAlign": 1,
  1200. "_actualFontSize": 50,
  1201. "_fontSize": 50,
  1202. "_fontFamily": "Arial",
  1203. "_lineHeight": 60,
  1204. "_overflow": 1,
  1205. "_enableWrapText": false,
  1206. "_font": null,
  1207. "_isSystemFontUsed": true,
  1208. "_spacingX": 0,
  1209. "_isItalic": false,
  1210. "_isBold": false,
  1211. "_isUnderline": false,
  1212. "_underlineHeight": 2,
  1213. "_cacheMode": 0,
  1214. "_enableOutline": false,
  1215. "_outlineColor": {
  1216. "__type__": "cc.Color",
  1217. "r": 0,
  1218. "g": 0,
  1219. "b": 0,
  1220. "a": 255
  1221. },
  1222. "_outlineWidth": 2,
  1223. "_enableShadow": false,
  1224. "_shadowColor": {
  1225. "__type__": "cc.Color",
  1226. "r": 0,
  1227. "g": 0,
  1228. "b": 0,
  1229. "a": 255
  1230. },
  1231. "_shadowOffset": {
  1232. "__type__": "cc.Vec2",
  1233. "x": 2,
  1234. "y": 2
  1235. },
  1236. "_shadowBlur": 2,
  1237. "_id": ""
  1238. },
  1239. {
  1240. "__type__": "cc.CompPrefabInfo",
  1241. "fileId": "7aTANIh0ZKcLkoFMbekxHi"
  1242. },
  1243. {
  1244. "__type__": "cc.PrefabInfo",
  1245. "root": {
  1246. "__id__": 1
  1247. },
  1248. "asset": {
  1249. "__id__": 0
  1250. },
  1251. "fileId": "0bRWvxwdZDE7pWwad3KzuD",
  1252. "instance": null,
  1253. "targetOverrides": null,
  1254. "nestedPrefabInstanceRoots": null
  1255. },
  1256. {
  1257. "__type__": "cc.UITransform",
  1258. "_name": "",
  1259. "_objFlags": 0,
  1260. "__editorExtras__": {},
  1261. "node": {
  1262. "__id__": 43
  1263. },
  1264. "_enabled": true,
  1265. "__prefab": {
  1266. "__id__": 51
  1267. },
  1268. "_contentSize": {
  1269. "__type__": "cc.Size",
  1270. "width": 329,
  1271. "height": 114
  1272. },
  1273. "_anchorPoint": {
  1274. "__type__": "cc.Vec2",
  1275. "x": 0.5,
  1276. "y": 0.5
  1277. },
  1278. "_id": ""
  1279. },
  1280. {
  1281. "__type__": "cc.CompPrefabInfo",
  1282. "fileId": "26j4DiM1BFX7JZs5R151Qf"
  1283. },
  1284. {
  1285. "__type__": "cc.Sprite",
  1286. "_name": "",
  1287. "_objFlags": 0,
  1288. "__editorExtras__": {},
  1289. "node": {
  1290. "__id__": 43
  1291. },
  1292. "_enabled": true,
  1293. "__prefab": {
  1294. "__id__": 53
  1295. },
  1296. "_customMaterial": null,
  1297. "_srcBlendFactor": 2,
  1298. "_dstBlendFactor": 4,
  1299. "_color": {
  1300. "__type__": "cc.Color",
  1301. "r": 255,
  1302. "g": 255,
  1303. "b": 255,
  1304. "a": 255
  1305. },
  1306. "_spriteFrame": {
  1307. "__uuid__": "cc6a53f2-40f0-44c1-8f30-a2f14e9bcf66@f9941",
  1308. "__expectedType__": "cc.SpriteFrame"
  1309. },
  1310. "_type": 1,
  1311. "_fillType": 0,
  1312. "_sizeMode": 1,
  1313. "_fillCenter": {
  1314. "__type__": "cc.Vec2",
  1315. "x": 0,
  1316. "y": 0
  1317. },
  1318. "_fillStart": 0,
  1319. "_fillRange": 0,
  1320. "_isTrimmedMode": true,
  1321. "_useGrayscale": false,
  1322. "_atlas": null,
  1323. "_id": ""
  1324. },
  1325. {
  1326. "__type__": "cc.CompPrefabInfo",
  1327. "fileId": "67tSBj8IlBLq8SgnMeUuMs"
  1328. },
  1329. {
  1330. "__type__": "cc.Button",
  1331. "_name": "",
  1332. "_objFlags": 0,
  1333. "__editorExtras__": {},
  1334. "node": {
  1335. "__id__": 43
  1336. },
  1337. "_enabled": true,
  1338. "__prefab": {
  1339. "__id__": 55
  1340. },
  1341. "clickEvents": [],
  1342. "_interactable": true,
  1343. "_transition": 3,
  1344. "_normalColor": {
  1345. "__type__": "cc.Color",
  1346. "r": 214,
  1347. "g": 214,
  1348. "b": 214,
  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": {
  1373. "__uuid__": "cc6a53f2-40f0-44c1-8f30-a2f14e9bcf66@f9941",
  1374. "__expectedType__": "cc.SpriteFrame"
  1375. },
  1376. "_hoverSprite": {
  1377. "__uuid__": "20835ba4-6145-4fbc-a58a-051ce700aa3e@f9941",
  1378. "__expectedType__": "cc.SpriteFrame"
  1379. },
  1380. "_pressedSprite": {
  1381. "__uuid__": "544e49d6-3f05-4fa8-9a9e-091f98fc2ce8@f9941",
  1382. "__expectedType__": "cc.SpriteFrame"
  1383. },
  1384. "_disabledSprite": {
  1385. "__uuid__": "951249e0-9f16-456d-8b85-a6ca954da16b@f9941",
  1386. "__expectedType__": "cc.SpriteFrame"
  1387. },
  1388. "_duration": 0.1,
  1389. "_zoomScale": 0.9,
  1390. "_target": {
  1391. "__id__": 43
  1392. },
  1393. "_id": ""
  1394. },
  1395. {
  1396. "__type__": "cc.CompPrefabInfo",
  1397. "fileId": "c9IWbYQjZHHKYq3WCrxdD+"
  1398. },
  1399. {
  1400. "__type__": "cc.PrefabInfo",
  1401. "root": {
  1402. "__id__": 1
  1403. },
  1404. "asset": {
  1405. "__id__": 0
  1406. },
  1407. "fileId": "08Fvuxw0ZO/Z4jCunU9/7n",
  1408. "instance": null,
  1409. "targetOverrides": null,
  1410. "nestedPrefabInstanceRoots": null
  1411. },
  1412. {
  1413. "__type__": "cc.UITransform",
  1414. "_name": "",
  1415. "_objFlags": 0,
  1416. "__editorExtras__": {},
  1417. "node": {
  1418. "__id__": 10
  1419. },
  1420. "_enabled": true,
  1421. "__prefab": {
  1422. "__id__": 58
  1423. },
  1424. "_contentSize": {
  1425. "__type__": "cc.Size",
  1426. "width": 980,
  1427. "height": 1052
  1428. },
  1429. "_anchorPoint": {
  1430. "__type__": "cc.Vec2",
  1431. "x": 0.5,
  1432. "y": 0.5
  1433. },
  1434. "_id": ""
  1435. },
  1436. {
  1437. "__type__": "cc.CompPrefabInfo",
  1438. "fileId": "41TVGK345JN6rs8fqe8X5o"
  1439. },
  1440. {
  1441. "__type__": "cc.Sprite",
  1442. "_name": "",
  1443. "_objFlags": 0,
  1444. "__editorExtras__": {},
  1445. "node": {
  1446. "__id__": 10
  1447. },
  1448. "_enabled": true,
  1449. "__prefab": {
  1450. "__id__": 60
  1451. },
  1452. "_customMaterial": null,
  1453. "_srcBlendFactor": 2,
  1454. "_dstBlendFactor": 4,
  1455. "_color": {
  1456. "__type__": "cc.Color",
  1457. "r": 255,
  1458. "g": 255,
  1459. "b": 255,
  1460. "a": 255
  1461. },
  1462. "_spriteFrame": {
  1463. "__uuid__": "79a207d6-ee26-40b0-b36b-53b9d4694abd@f9941",
  1464. "__expectedType__": "cc.SpriteFrame"
  1465. },
  1466. "_type": 0,
  1467. "_fillType": 0,
  1468. "_sizeMode": 1,
  1469. "_fillCenter": {
  1470. "__type__": "cc.Vec2",
  1471. "x": 0,
  1472. "y": 0
  1473. },
  1474. "_fillStart": 0,
  1475. "_fillRange": 0,
  1476. "_isTrimmedMode": true,
  1477. "_useGrayscale": false,
  1478. "_atlas": null,
  1479. "_id": ""
  1480. },
  1481. {
  1482. "__type__": "cc.CompPrefabInfo",
  1483. "fileId": "86+TppYLtCtqAY+SRBeXPr"
  1484. },
  1485. {
  1486. "__type__": "cc.PrefabInfo",
  1487. "root": {
  1488. "__id__": 1
  1489. },
  1490. "asset": {
  1491. "__id__": 0
  1492. },
  1493. "fileId": "edmCHqTTpLMpxfaxZNHmrI",
  1494. "instance": null,
  1495. "targetOverrides": null,
  1496. "nestedPrefabInstanceRoots": null
  1497. },
  1498. {
  1499. "__type__": "cc.Node",
  1500. "_name": "btn_close",
  1501. "_objFlags": 0,
  1502. "__editorExtras__": {},
  1503. "_parent": {
  1504. "__id__": 1
  1505. },
  1506. "_children": [],
  1507. "_active": true,
  1508. "_components": [
  1509. {
  1510. "__id__": 63
  1511. },
  1512. {
  1513. "__id__": 65
  1514. }
  1515. ],
  1516. "_prefab": {
  1517. "__id__": 67
  1518. },
  1519. "_lpos": {
  1520. "__type__": "cc.Vec3",
  1521. "x": 0,
  1522. "y": -700,
  1523. "z": 0
  1524. },
  1525. "_lrot": {
  1526. "__type__": "cc.Quat",
  1527. "x": 0,
  1528. "y": 0,
  1529. "z": 0,
  1530. "w": 1
  1531. },
  1532. "_lscale": {
  1533. "__type__": "cc.Vec3",
  1534. "x": 1,
  1535. "y": 1,
  1536. "z": 1
  1537. },
  1538. "_mobility": 0,
  1539. "_layer": 33554432,
  1540. "_euler": {
  1541. "__type__": "cc.Vec3",
  1542. "x": 0,
  1543. "y": 0,
  1544. "z": 0
  1545. },
  1546. "_id": ""
  1547. },
  1548. {
  1549. "__type__": "cc.UITransform",
  1550. "_name": "",
  1551. "_objFlags": 0,
  1552. "__editorExtras__": {},
  1553. "node": {
  1554. "__id__": 62
  1555. },
  1556. "_enabled": true,
  1557. "__prefab": {
  1558. "__id__": 64
  1559. },
  1560. "_contentSize": {
  1561. "__type__": "cc.Size",
  1562. "width": 111,
  1563. "height": 111
  1564. },
  1565. "_anchorPoint": {
  1566. "__type__": "cc.Vec2",
  1567. "x": 0.5,
  1568. "y": 0.5
  1569. },
  1570. "_id": ""
  1571. },
  1572. {
  1573. "__type__": "cc.CompPrefabInfo",
  1574. "fileId": "b96tZmltVJpZqrHopzL3LP"
  1575. },
  1576. {
  1577. "__type__": "cc.Sprite",
  1578. "_name": "",
  1579. "_objFlags": 0,
  1580. "__editorExtras__": {},
  1581. "node": {
  1582. "__id__": 62
  1583. },
  1584. "_enabled": true,
  1585. "__prefab": {
  1586. "__id__": 66
  1587. },
  1588. "_customMaterial": null,
  1589. "_srcBlendFactor": 2,
  1590. "_dstBlendFactor": 4,
  1591. "_color": {
  1592. "__type__": "cc.Color",
  1593. "r": 255,
  1594. "g": 255,
  1595. "b": 255,
  1596. "a": 255
  1597. },
  1598. "_spriteFrame": {
  1599. "__uuid__": "da183f68-0bf6-4ff1-98b2-e3ead70f6b96@f9941",
  1600. "__expectedType__": "cc.SpriteFrame"
  1601. },
  1602. "_type": 0,
  1603. "_fillType": 0,
  1604. "_sizeMode": 1,
  1605. "_fillCenter": {
  1606. "__type__": "cc.Vec2",
  1607. "x": 0,
  1608. "y": 0
  1609. },
  1610. "_fillStart": 0,
  1611. "_fillRange": 0,
  1612. "_isTrimmedMode": true,
  1613. "_useGrayscale": false,
  1614. "_atlas": null,
  1615. "_id": ""
  1616. },
  1617. {
  1618. "__type__": "cc.CompPrefabInfo",
  1619. "fileId": "6f8VAQpihOnL0B38IuLq1s"
  1620. },
  1621. {
  1622. "__type__": "cc.PrefabInfo",
  1623. "root": {
  1624. "__id__": 1
  1625. },
  1626. "asset": {
  1627. "__id__": 0
  1628. },
  1629. "fileId": "aeaF3xIjhIq5urBpH+m6n9",
  1630. "instance": null,
  1631. "targetOverrides": null,
  1632. "nestedPrefabInstanceRoots": null
  1633. },
  1634. {
  1635. "__type__": "cc.UITransform",
  1636. "_name": "",
  1637. "_objFlags": 0,
  1638. "__editorExtras__": {},
  1639. "node": {
  1640. "__id__": 1
  1641. },
  1642. "_enabled": true,
  1643. "__prefab": {
  1644. "__id__": 69
  1645. },
  1646. "_contentSize": {
  1647. "__type__": "cc.Size",
  1648. "width": 1080,
  1649. "height": 1920
  1650. },
  1651. "_anchorPoint": {
  1652. "__type__": "cc.Vec2",
  1653. "x": 0.5,
  1654. "y": 0.5
  1655. },
  1656. "_id": ""
  1657. },
  1658. {
  1659. "__type__": "cc.CompPrefabInfo",
  1660. "fileId": "74c9WhWIpDwYsllw6sec9X"
  1661. },
  1662. {
  1663. "__type__": "cc.Widget",
  1664. "_name": "",
  1665. "_objFlags": 0,
  1666. "__editorExtras__": {},
  1667. "node": {
  1668. "__id__": 1
  1669. },
  1670. "_enabled": true,
  1671. "__prefab": {
  1672. "__id__": 71
  1673. },
  1674. "_alignFlags": 45,
  1675. "_target": null,
  1676. "_left": 0,
  1677. "_right": 0,
  1678. "_top": 0,
  1679. "_bottom": 0,
  1680. "_horizontalCenter": 0,
  1681. "_verticalCenter": 0,
  1682. "_isAbsLeft": true,
  1683. "_isAbsRight": true,
  1684. "_isAbsTop": true,
  1685. "_isAbsBottom": true,
  1686. "_isAbsHorizontalCenter": true,
  1687. "_isAbsVerticalCenter": true,
  1688. "_originalWidth": 100,
  1689. "_originalHeight": 100,
  1690. "_alignMode": 2,
  1691. "_lockFlags": 0,
  1692. "_id": ""
  1693. },
  1694. {
  1695. "__type__": "cc.CompPrefabInfo",
  1696. "fileId": "2dCaBNVltEf6bUurstssa9"
  1697. },
  1698. {
  1699. "__type__": "bc7f02Q9EhHO40AxOCnwhhY",
  1700. "_name": "",
  1701. "_objFlags": 0,
  1702. "__editorExtras__": {},
  1703. "node": {
  1704. "__id__": 1
  1705. },
  1706. "_enabled": true,
  1707. "__prefab": {
  1708. "__id__": 73
  1709. },
  1710. "img_avatar": {
  1711. "__id__": 19
  1712. },
  1713. "img_avatar_border": {
  1714. "__id__": 34
  1715. },
  1716. "btn_close": {
  1717. "__id__": 62
  1718. },
  1719. "btn_true": {
  1720. "__id__": 43
  1721. },
  1722. "_id": ""
  1723. },
  1724. {
  1725. "__type__": "cc.CompPrefabInfo",
  1726. "fileId": "c2b8F8OXZEaKNJzRIzMNXe"
  1727. },
  1728. {
  1729. "__type__": "cc.BlockInputEvents",
  1730. "_name": "",
  1731. "_objFlags": 0,
  1732. "__editorExtras__": {},
  1733. "node": {
  1734. "__id__": 1
  1735. },
  1736. "_enabled": true,
  1737. "__prefab": {
  1738. "__id__": 75
  1739. },
  1740. "_id": ""
  1741. },
  1742. {
  1743. "__type__": "cc.CompPrefabInfo",
  1744. "fileId": "2b73wUXkJNhrrTfXYwHcrp"
  1745. },
  1746. {
  1747. "__type__": "cc.PrefabInfo",
  1748. "root": {
  1749. "__id__": 1
  1750. },
  1751. "asset": {
  1752. "__id__": 0
  1753. },
  1754. "fileId": "c46/YsCPVOJYA4mWEpNYRx",
  1755. "instance": null,
  1756. "targetOverrides": null
  1757. }
  1758. ]