UI_AboutMe.prefab 23 KB

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