rank_list_item.prefab 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113
  1. [
  2. {
  3. "__type__": "cc.Prefab",
  4. "_name": "rank_list_item",
  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": "rank_list_item",
  17. "_objFlags": 0,
  18. "__editorExtras__": {},
  19. "_parent": null,
  20. "_children": [
  21. {
  22. "__id__": 2
  23. },
  24. {
  25. "__id__": 8
  26. },
  27. {
  28. "__id__": 14
  29. },
  30. {
  31. "__id__": 20
  32. },
  33. {
  34. "__id__": 26
  35. },
  36. {
  37. "__id__": 32
  38. }
  39. ],
  40. "_active": true,
  41. "_components": [
  42. {
  43. "__id__": 38
  44. },
  45. {
  46. "__id__": 40
  47. },
  48. {
  49. "__id__": 42
  50. }
  51. ],
  52. "_prefab": {
  53. "__id__": 44
  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": "lab_number",
  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. "_prefab": {
  103. "__id__": 7
  104. },
  105. "_lpos": {
  106. "__type__": "cc.Vec3",
  107. "x": -384,
  108. "y": 14,
  109. "z": 0
  110. },
  111. "_lrot": {
  112. "__type__": "cc.Quat",
  113. "x": 0,
  114. "y": 0,
  115. "z": 0,
  116. "w": 1
  117. },
  118. "_lscale": {
  119. "__type__": "cc.Vec3",
  120. "x": 1,
  121. "y": 1,
  122. "z": 1
  123. },
  124. "_mobility": 0,
  125. "_layer": 33554432,
  126. "_euler": {
  127. "__type__": "cc.Vec3",
  128. "x": 0,
  129. "y": 0,
  130. "z": 0
  131. },
  132. "_id": ""
  133. },
  134. {
  135. "__type__": "cc.UITransform",
  136. "_name": "",
  137. "_objFlags": 0,
  138. "__editorExtras__": {},
  139. "node": {
  140. "__id__": 2
  141. },
  142. "_enabled": true,
  143. "__prefab": {
  144. "__id__": 4
  145. },
  146. "_contentSize": {
  147. "__type__": "cc.Size",
  148. "width": 80,
  149. "height": 80
  150. },
  151. "_anchorPoint": {
  152. "__type__": "cc.Vec2",
  153. "x": 0.5,
  154. "y": 0.5
  155. },
  156. "_id": ""
  157. },
  158. {
  159. "__type__": "cc.CompPrefabInfo",
  160. "fileId": "58DB7l1kxEkakLRke4K2OZ"
  161. },
  162. {
  163. "__type__": "cc.Label",
  164. "_name": "",
  165. "_objFlags": 0,
  166. "__editorExtras__": {},
  167. "node": {
  168. "__id__": 2
  169. },
  170. "_enabled": true,
  171. "__prefab": {
  172. "__id__": 6
  173. },
  174. "_customMaterial": null,
  175. "_srcBlendFactor": 2,
  176. "_dstBlendFactor": 4,
  177. "_color": {
  178. "__type__": "cc.Color",
  179. "r": 255,
  180. "g": 255,
  181. "b": 255,
  182. "a": 255
  183. },
  184. "_string": "1",
  185. "_horizontalAlign": 1,
  186. "_verticalAlign": 1,
  187. "_actualFontSize": 41,
  188. "_fontSize": 40,
  189. "_fontFamily": "Arial",
  190. "_lineHeight": 40,
  191. "_overflow": 2,
  192. "_enableWrapText": true,
  193. "_font": null,
  194. "_isSystemFontUsed": true,
  195. "_spacingX": 0,
  196. "_isItalic": false,
  197. "_isBold": true,
  198. "_isUnderline": false,
  199. "_underlineHeight": 2,
  200. "_cacheMode": 0,
  201. "_enableOutline": false,
  202. "_outlineColor": {
  203. "__type__": "cc.Color",
  204. "r": 0,
  205. "g": 0,
  206. "b": 0,
  207. "a": 255
  208. },
  209. "_outlineWidth": 2,
  210. "_enableShadow": false,
  211. "_shadowColor": {
  212. "__type__": "cc.Color",
  213. "r": 0,
  214. "g": 0,
  215. "b": 0,
  216. "a": 255
  217. },
  218. "_shadowOffset": {
  219. "__type__": "cc.Vec2",
  220. "x": 2,
  221. "y": 2
  222. },
  223. "_shadowBlur": 2,
  224. "_id": ""
  225. },
  226. {
  227. "__type__": "cc.CompPrefabInfo",
  228. "fileId": "b14j9pMUVIqb9SOpO2756P"
  229. },
  230. {
  231. "__type__": "cc.PrefabInfo",
  232. "root": {
  233. "__id__": 1
  234. },
  235. "asset": {
  236. "__id__": 0
  237. },
  238. "fileId": "begt9aDjJKwK8Gs2a7aEhk",
  239. "instance": null,
  240. "targetOverrides": null,
  241. "nestedPrefabInstanceRoots": null
  242. },
  243. {
  244. "__type__": "cc.Node",
  245. "_name": "img_avatar",
  246. "_objFlags": 0,
  247. "__editorExtras__": {},
  248. "_parent": {
  249. "__id__": 1
  250. },
  251. "_children": [],
  252. "_active": true,
  253. "_components": [
  254. {
  255. "__id__": 9
  256. },
  257. {
  258. "__id__": 11
  259. }
  260. ],
  261. "_prefab": {
  262. "__id__": 13
  263. },
  264. "_lpos": {
  265. "__type__": "cc.Vec3",
  266. "x": -245,
  267. "y": 14,
  268. "z": 0
  269. },
  270. "_lrot": {
  271. "__type__": "cc.Quat",
  272. "x": 0,
  273. "y": 0,
  274. "z": 0,
  275. "w": 1
  276. },
  277. "_lscale": {
  278. "__type__": "cc.Vec3",
  279. "x": 1,
  280. "y": 1,
  281. "z": 1
  282. },
  283. "_mobility": 0,
  284. "_layer": 33554432,
  285. "_euler": {
  286. "__type__": "cc.Vec3",
  287. "x": 0,
  288. "y": 0,
  289. "z": 0
  290. },
  291. "_id": ""
  292. },
  293. {
  294. "__type__": "cc.UITransform",
  295. "_name": "",
  296. "_objFlags": 0,
  297. "__editorExtras__": {},
  298. "node": {
  299. "__id__": 8
  300. },
  301. "_enabled": true,
  302. "__prefab": {
  303. "__id__": 10
  304. },
  305. "_contentSize": {
  306. "__type__": "cc.Size",
  307. "width": 110,
  308. "height": 110
  309. },
  310. "_anchorPoint": {
  311. "__type__": "cc.Vec2",
  312. "x": 0.5,
  313. "y": 0.5
  314. },
  315. "_id": ""
  316. },
  317. {
  318. "__type__": "cc.CompPrefabInfo",
  319. "fileId": "218tmXLf1NUZMLDvBCJxI7"
  320. },
  321. {
  322. "__type__": "cc.Sprite",
  323. "_name": "",
  324. "_objFlags": 0,
  325. "__editorExtras__": {},
  326. "node": {
  327. "__id__": 8
  328. },
  329. "_enabled": true,
  330. "__prefab": {
  331. "__id__": 12
  332. },
  333. "_customMaterial": null,
  334. "_srcBlendFactor": 2,
  335. "_dstBlendFactor": 4,
  336. "_color": {
  337. "__type__": "cc.Color",
  338. "r": 255,
  339. "g": 255,
  340. "b": 255,
  341. "a": 255
  342. },
  343. "_spriteFrame": {
  344. "__uuid__": "e8fbd49a-4eac-4cce-b264-46309ab4a826@f9941",
  345. "__expectedType__": "cc.SpriteFrame"
  346. },
  347. "_type": 0,
  348. "_fillType": 0,
  349. "_sizeMode": 0,
  350. "_fillCenter": {
  351. "__type__": "cc.Vec2",
  352. "x": 0,
  353. "y": 0
  354. },
  355. "_fillStart": 0,
  356. "_fillRange": 0,
  357. "_isTrimmedMode": true,
  358. "_useGrayscale": false,
  359. "_atlas": null,
  360. "_id": ""
  361. },
  362. {
  363. "__type__": "cc.CompPrefabInfo",
  364. "fileId": "cbnj2JTLhDdI7tH23uZVP7"
  365. },
  366. {
  367. "__type__": "cc.PrefabInfo",
  368. "root": {
  369. "__id__": 1
  370. },
  371. "asset": {
  372. "__id__": 0
  373. },
  374. "fileId": "afXecf0N9G56uXmTpyzsdu",
  375. "instance": null,
  376. "targetOverrides": null,
  377. "nestedPrefabInstanceRoots": null
  378. },
  379. {
  380. "__type__": "cc.Node",
  381. "_name": "lab_nickname",
  382. "_objFlags": 0,
  383. "__editorExtras__": {},
  384. "_parent": {
  385. "__id__": 1
  386. },
  387. "_children": [],
  388. "_active": true,
  389. "_components": [
  390. {
  391. "__id__": 15
  392. },
  393. {
  394. "__id__": 17
  395. }
  396. ],
  397. "_prefab": {
  398. "__id__": 19
  399. },
  400. "_lpos": {
  401. "__type__": "cc.Vec3",
  402. "x": -50,
  403. "y": 38,
  404. "z": 0
  405. },
  406. "_lrot": {
  407. "__type__": "cc.Quat",
  408. "x": 0,
  409. "y": 0,
  410. "z": 0,
  411. "w": 1
  412. },
  413. "_lscale": {
  414. "__type__": "cc.Vec3",
  415. "x": 1,
  416. "y": 1,
  417. "z": 1
  418. },
  419. "_mobility": 0,
  420. "_layer": 33554432,
  421. "_euler": {
  422. "__type__": "cc.Vec3",
  423. "x": 0,
  424. "y": 0,
  425. "z": 0
  426. },
  427. "_id": ""
  428. },
  429. {
  430. "__type__": "cc.UITransform",
  431. "_name": "",
  432. "_objFlags": 0,
  433. "__editorExtras__": {},
  434. "node": {
  435. "__id__": 14
  436. },
  437. "_enabled": true,
  438. "__prefab": {
  439. "__id__": 16
  440. },
  441. "_contentSize": {
  442. "__type__": "cc.Size",
  443. "width": 240,
  444. "height": 50
  445. },
  446. "_anchorPoint": {
  447. "__type__": "cc.Vec2",
  448. "x": 0.5,
  449. "y": 0.5
  450. },
  451. "_id": ""
  452. },
  453. {
  454. "__type__": "cc.CompPrefabInfo",
  455. "fileId": "96czQeDPtBxIV69tOV6G+p"
  456. },
  457. {
  458. "__type__": "cc.Label",
  459. "_name": "",
  460. "_objFlags": 0,
  461. "__editorExtras__": {},
  462. "node": {
  463. "__id__": 14
  464. },
  465. "_enabled": true,
  466. "__prefab": {
  467. "__id__": 18
  468. },
  469. "_customMaterial": null,
  470. "_srcBlendFactor": 2,
  471. "_dstBlendFactor": 4,
  472. "_color": {
  473. "__type__": "cc.Color",
  474. "r": 255,
  475. "g": 255,
  476. "b": 255,
  477. "a": 255
  478. },
  479. "_string": "张三",
  480. "_horizontalAlign": 1,
  481. "_verticalAlign": 1,
  482. "_actualFontSize": 31,
  483. "_fontSize": 30,
  484. "_fontFamily": "Arial",
  485. "_lineHeight": 40,
  486. "_overflow": 2,
  487. "_enableWrapText": true,
  488. "_font": null,
  489. "_isSystemFontUsed": true,
  490. "_spacingX": 0,
  491. "_isItalic": false,
  492. "_isBold": true,
  493. "_isUnderline": false,
  494. "_underlineHeight": 2,
  495. "_cacheMode": 0,
  496. "_enableOutline": false,
  497. "_outlineColor": {
  498. "__type__": "cc.Color",
  499. "r": 0,
  500. "g": 0,
  501. "b": 0,
  502. "a": 255
  503. },
  504. "_outlineWidth": 2,
  505. "_enableShadow": false,
  506. "_shadowColor": {
  507. "__type__": "cc.Color",
  508. "r": 0,
  509. "g": 0,
  510. "b": 0,
  511. "a": 255
  512. },
  513. "_shadowOffset": {
  514. "__type__": "cc.Vec2",
  515. "x": 2,
  516. "y": 2
  517. },
  518. "_shadowBlur": 2,
  519. "_id": ""
  520. },
  521. {
  522. "__type__": "cc.CompPrefabInfo",
  523. "fileId": "eaWKDBLNpGAYgmtAEvGzrf"
  524. },
  525. {
  526. "__type__": "cc.PrefabInfo",
  527. "root": {
  528. "__id__": 1
  529. },
  530. "asset": {
  531. "__id__": 0
  532. },
  533. "fileId": "845c6VzVlFqaRXxl7iEFzT",
  534. "instance": null,
  535. "targetOverrides": null,
  536. "nestedPrefabInstanceRoots": null
  537. },
  538. {
  539. "__type__": "cc.Node",
  540. "_name": "lab_car_number",
  541. "_objFlags": 0,
  542. "__editorExtras__": {},
  543. "_parent": {
  544. "__id__": 1
  545. },
  546. "_children": [],
  547. "_active": true,
  548. "_components": [
  549. {
  550. "__id__": 21
  551. },
  552. {
  553. "__id__": 23
  554. }
  555. ],
  556. "_prefab": {
  557. "__id__": 25
  558. },
  559. "_lpos": {
  560. "__type__": "cc.Vec3",
  561. "x": -50,
  562. "y": -16,
  563. "z": 0
  564. },
  565. "_lrot": {
  566. "__type__": "cc.Quat",
  567. "x": 0,
  568. "y": 0,
  569. "z": 0,
  570. "w": 1
  571. },
  572. "_lscale": {
  573. "__type__": "cc.Vec3",
  574. "x": 1,
  575. "y": 1,
  576. "z": 1
  577. },
  578. "_mobility": 0,
  579. "_layer": 33554432,
  580. "_euler": {
  581. "__type__": "cc.Vec3",
  582. "x": 0,
  583. "y": 0,
  584. "z": 0
  585. },
  586. "_id": ""
  587. },
  588. {
  589. "__type__": "cc.UITransform",
  590. "_name": "",
  591. "_objFlags": 0,
  592. "__editorExtras__": {},
  593. "node": {
  594. "__id__": 20
  595. },
  596. "_enabled": true,
  597. "__prefab": {
  598. "__id__": 22
  599. },
  600. "_contentSize": {
  601. "__type__": "cc.Size",
  602. "width": 240,
  603. "height": 50.4
  604. },
  605. "_anchorPoint": {
  606. "__type__": "cc.Vec2",
  607. "x": 0.5,
  608. "y": 0.5
  609. },
  610. "_id": ""
  611. },
  612. {
  613. "__type__": "cc.CompPrefabInfo",
  614. "fileId": "21LlR87oVN97KNoeKHC8Jt"
  615. },
  616. {
  617. "__type__": "cc.Label",
  618. "_name": "",
  619. "_objFlags": 0,
  620. "__editorExtras__": {},
  621. "node": {
  622. "__id__": 20
  623. },
  624. "_enabled": true,
  625. "__prefab": {
  626. "__id__": 24
  627. },
  628. "_customMaterial": null,
  629. "_srcBlendFactor": 2,
  630. "_dstBlendFactor": 4,
  631. "_color": {
  632. "__type__": "cc.Color",
  633. "r": 255,
  634. "g": 255,
  635. "b": 255,
  636. "a": 255
  637. },
  638. "_string": "粤A123456",
  639. "_horizontalAlign": 1,
  640. "_verticalAlign": 1,
  641. "_actualFontSize": 31,
  642. "_fontSize": 30,
  643. "_fontFamily": "Arial",
  644. "_lineHeight": 40,
  645. "_overflow": 2,
  646. "_enableWrapText": true,
  647. "_font": null,
  648. "_isSystemFontUsed": true,
  649. "_spacingX": 0,
  650. "_isItalic": false,
  651. "_isBold": true,
  652. "_isUnderline": false,
  653. "_underlineHeight": 2,
  654. "_cacheMode": 0,
  655. "_enableOutline": false,
  656. "_outlineColor": {
  657. "__type__": "cc.Color",
  658. "r": 0,
  659. "g": 0,
  660. "b": 0,
  661. "a": 255
  662. },
  663. "_outlineWidth": 2,
  664. "_enableShadow": false,
  665. "_shadowColor": {
  666. "__type__": "cc.Color",
  667. "r": 0,
  668. "g": 0,
  669. "b": 0,
  670. "a": 255
  671. },
  672. "_shadowOffset": {
  673. "__type__": "cc.Vec2",
  674. "x": 2,
  675. "y": 2
  676. },
  677. "_shadowBlur": 2,
  678. "_id": ""
  679. },
  680. {
  681. "__type__": "cc.CompPrefabInfo",
  682. "fileId": "18rMPsRSFN9ovJB7qkU52t"
  683. },
  684. {
  685. "__type__": "cc.PrefabInfo",
  686. "root": {
  687. "__id__": 1
  688. },
  689. "asset": {
  690. "__id__": 0
  691. },
  692. "fileId": "23Uu9H4C1Fmq6v2ZABfMBb",
  693. "instance": null,
  694. "targetOverrides": null,
  695. "nestedPrefabInstanceRoots": null
  696. },
  697. {
  698. "__type__": "cc.Node",
  699. "_name": "lab_score",
  700. "_objFlags": 0,
  701. "__editorExtras__": {},
  702. "_parent": {
  703. "__id__": 1
  704. },
  705. "_children": [],
  706. "_active": true,
  707. "_components": [
  708. {
  709. "__id__": 27
  710. },
  711. {
  712. "__id__": 29
  713. }
  714. ],
  715. "_prefab": {
  716. "__id__": 31
  717. },
  718. "_lpos": {
  719. "__type__": "cc.Vec3",
  720. "x": 168,
  721. "y": 14,
  722. "z": 0
  723. },
  724. "_lrot": {
  725. "__type__": "cc.Quat",
  726. "x": 0,
  727. "y": 0,
  728. "z": 0,
  729. "w": 1
  730. },
  731. "_lscale": {
  732. "__type__": "cc.Vec3",
  733. "x": 1,
  734. "y": 1,
  735. "z": 1
  736. },
  737. "_mobility": 0,
  738. "_layer": 33554432,
  739. "_euler": {
  740. "__type__": "cc.Vec3",
  741. "x": 0,
  742. "y": 0,
  743. "z": 0
  744. },
  745. "_id": ""
  746. },
  747. {
  748. "__type__": "cc.UITransform",
  749. "_name": "",
  750. "_objFlags": 0,
  751. "__editorExtras__": {},
  752. "node": {
  753. "__id__": 26
  754. },
  755. "_enabled": true,
  756. "__prefab": {
  757. "__id__": 28
  758. },
  759. "_contentSize": {
  760. "__type__": "cc.Size",
  761. "width": 170,
  762. "height": 50.4
  763. },
  764. "_anchorPoint": {
  765. "__type__": "cc.Vec2",
  766. "x": 0.5,
  767. "y": 0.5
  768. },
  769. "_id": ""
  770. },
  771. {
  772. "__type__": "cc.CompPrefabInfo",
  773. "fileId": "2fWq3UxnZH+p7eJr8qYQEQ"
  774. },
  775. {
  776. "__type__": "cc.Label",
  777. "_name": "",
  778. "_objFlags": 0,
  779. "__editorExtras__": {},
  780. "node": {
  781. "__id__": 26
  782. },
  783. "_enabled": true,
  784. "__prefab": {
  785. "__id__": 30
  786. },
  787. "_customMaterial": null,
  788. "_srcBlendFactor": 2,
  789. "_dstBlendFactor": 4,
  790. "_color": {
  791. "__type__": "cc.Color",
  792. "r": 255,
  793. "g": 255,
  794. "b": 255,
  795. "a": 255
  796. },
  797. "_string": "998分",
  798. "_horizontalAlign": 1,
  799. "_verticalAlign": 1,
  800. "_actualFontSize": 36,
  801. "_fontSize": 35,
  802. "_fontFamily": "Arial",
  803. "_lineHeight": 40,
  804. "_overflow": 2,
  805. "_enableWrapText": true,
  806. "_font": null,
  807. "_isSystemFontUsed": true,
  808. "_spacingX": 0,
  809. "_isItalic": false,
  810. "_isBold": false,
  811. "_isUnderline": false,
  812. "_underlineHeight": 2,
  813. "_cacheMode": 0,
  814. "_enableOutline": false,
  815. "_outlineColor": {
  816. "__type__": "cc.Color",
  817. "r": 0,
  818. "g": 0,
  819. "b": 0,
  820. "a": 255
  821. },
  822. "_outlineWidth": 2,
  823. "_enableShadow": false,
  824. "_shadowColor": {
  825. "__type__": "cc.Color",
  826. "r": 0,
  827. "g": 0,
  828. "b": 0,
  829. "a": 255
  830. },
  831. "_shadowOffset": {
  832. "__type__": "cc.Vec2",
  833. "x": 2,
  834. "y": 2
  835. },
  836. "_shadowBlur": 2,
  837. "_id": ""
  838. },
  839. {
  840. "__type__": "cc.CompPrefabInfo",
  841. "fileId": "78keu/YbtAFq+f7MqwpAzH"
  842. },
  843. {
  844. "__type__": "cc.PrefabInfo",
  845. "root": {
  846. "__id__": 1
  847. },
  848. "asset": {
  849. "__id__": 0
  850. },
  851. "fileId": "dfQQ5Y9xND1r6H66Vr2TJa",
  852. "instance": null,
  853. "targetOverrides": null,
  854. "nestedPrefabInstanceRoots": null
  855. },
  856. {
  857. "__type__": "cc.Node",
  858. "_name": "img_car",
  859. "_objFlags": 0,
  860. "__editorExtras__": {},
  861. "_parent": {
  862. "__id__": 1
  863. },
  864. "_children": [],
  865. "_active": true,
  866. "_components": [
  867. {
  868. "__id__": 33
  869. },
  870. {
  871. "__id__": 35
  872. }
  873. ],
  874. "_prefab": {
  875. "__id__": 37
  876. },
  877. "_lpos": {
  878. "__type__": "cc.Vec3",
  879. "x": 351,
  880. "y": 10,
  881. "z": 0
  882. },
  883. "_lrot": {
  884. "__type__": "cc.Quat",
  885. "x": 0,
  886. "y": 0,
  887. "z": 0,
  888. "w": 1
  889. },
  890. "_lscale": {
  891. "__type__": "cc.Vec3",
  892. "x": 0.2,
  893. "y": 0.2,
  894. "z": 1
  895. },
  896. "_mobility": 0,
  897. "_layer": 33554432,
  898. "_euler": {
  899. "__type__": "cc.Vec3",
  900. "x": 0,
  901. "y": 0,
  902. "z": 0
  903. },
  904. "_id": ""
  905. },
  906. {
  907. "__type__": "cc.UITransform",
  908. "_name": "",
  909. "_objFlags": 0,
  910. "__editorExtras__": {},
  911. "node": {
  912. "__id__": 32
  913. },
  914. "_enabled": true,
  915. "__prefab": {
  916. "__id__": 34
  917. },
  918. "_contentSize": {
  919. "__type__": "cc.Size",
  920. "width": 634,
  921. "height": 632
  922. },
  923. "_anchorPoint": {
  924. "__type__": "cc.Vec2",
  925. "x": 0.5,
  926. "y": 0.5
  927. },
  928. "_id": ""
  929. },
  930. {
  931. "__type__": "cc.CompPrefabInfo",
  932. "fileId": "75zN+i2UBLFpJXeZ5eaGgZ"
  933. },
  934. {
  935. "__type__": "cc.Sprite",
  936. "_name": "",
  937. "_objFlags": 0,
  938. "__editorExtras__": {},
  939. "node": {
  940. "__id__": 32
  941. },
  942. "_enabled": true,
  943. "__prefab": {
  944. "__id__": 36
  945. },
  946. "_customMaterial": null,
  947. "_srcBlendFactor": 2,
  948. "_dstBlendFactor": 4,
  949. "_color": {
  950. "__type__": "cc.Color",
  951. "r": 255,
  952. "g": 255,
  953. "b": 255,
  954. "a": 255
  955. },
  956. "_spriteFrame": {
  957. "__uuid__": "5eb1145a-7c33-447f-bc30-83fe23f76e80@f9941",
  958. "__expectedType__": "cc.SpriteFrame"
  959. },
  960. "_type": 0,
  961. "_fillType": 0,
  962. "_sizeMode": 1,
  963. "_fillCenter": {
  964. "__type__": "cc.Vec2",
  965. "x": 0,
  966. "y": 0
  967. },
  968. "_fillStart": 0,
  969. "_fillRange": 0,
  970. "_isTrimmedMode": true,
  971. "_useGrayscale": false,
  972. "_atlas": null,
  973. "_id": ""
  974. },
  975. {
  976. "__type__": "cc.CompPrefabInfo",
  977. "fileId": "3dLpiRbshGnKc6sJvS2feN"
  978. },
  979. {
  980. "__type__": "cc.PrefabInfo",
  981. "root": {
  982. "__id__": 1
  983. },
  984. "asset": {
  985. "__id__": 0
  986. },
  987. "fileId": "89I9AwWt9B7La94HEXe2A3",
  988. "instance": null,
  989. "targetOverrides": null,
  990. "nestedPrefabInstanceRoots": null
  991. },
  992. {
  993. "__type__": "cc.UITransform",
  994. "_name": "",
  995. "_objFlags": 0,
  996. "__editorExtras__": {},
  997. "node": {
  998. "__id__": 1
  999. },
  1000. "_enabled": true,
  1001. "__prefab": {
  1002. "__id__": 39
  1003. },
  1004. "_contentSize": {
  1005. "__type__": "cc.Size",
  1006. "width": 996,
  1007. "height": 178
  1008. },
  1009. "_anchorPoint": {
  1010. "__type__": "cc.Vec2",
  1011. "x": 0.5,
  1012. "y": 0.5
  1013. },
  1014. "_id": ""
  1015. },
  1016. {
  1017. "__type__": "cc.CompPrefabInfo",
  1018. "fileId": "fcIRPu8cpPW5EEi0B4D90p"
  1019. },
  1020. {
  1021. "__type__": "cc.Sprite",
  1022. "_name": "",
  1023. "_objFlags": 0,
  1024. "__editorExtras__": {},
  1025. "node": {
  1026. "__id__": 1
  1027. },
  1028. "_enabled": true,
  1029. "__prefab": {
  1030. "__id__": 41
  1031. },
  1032. "_customMaterial": null,
  1033. "_srcBlendFactor": 2,
  1034. "_dstBlendFactor": 4,
  1035. "_color": {
  1036. "__type__": "cc.Color",
  1037. "r": 255,
  1038. "g": 255,
  1039. "b": 255,
  1040. "a": 255
  1041. },
  1042. "_spriteFrame": {
  1043. "__uuid__": "98082068-5c33-44a2-b1e5-d6e96d654b75@f9941",
  1044. "__expectedType__": "cc.SpriteFrame"
  1045. },
  1046. "_type": 0,
  1047. "_fillType": 0,
  1048. "_sizeMode": 1,
  1049. "_fillCenter": {
  1050. "__type__": "cc.Vec2",
  1051. "x": 0,
  1052. "y": 0
  1053. },
  1054. "_fillStart": 0,
  1055. "_fillRange": 0,
  1056. "_isTrimmedMode": true,
  1057. "_useGrayscale": false,
  1058. "_atlas": null,
  1059. "_id": ""
  1060. },
  1061. {
  1062. "__type__": "cc.CompPrefabInfo",
  1063. "fileId": "81s2BiA3NGOJbKo20sVANr"
  1064. },
  1065. {
  1066. "__type__": "e52c8pPSq1Pb5IGoWu+5szG",
  1067. "_name": "",
  1068. "_objFlags": 0,
  1069. "__editorExtras__": {},
  1070. "node": {
  1071. "__id__": 1
  1072. },
  1073. "_enabled": true,
  1074. "__prefab": {
  1075. "__id__": 43
  1076. },
  1077. "lab_number": {
  1078. "__id__": 2
  1079. },
  1080. "img_avatar": {
  1081. "__id__": 8
  1082. },
  1083. "lab_nickname": {
  1084. "__id__": 14
  1085. },
  1086. "lab_car_number": {
  1087. "__id__": 20
  1088. },
  1089. "lab_score": {
  1090. "__id__": 26
  1091. },
  1092. "img_car": {
  1093. "__id__": 32
  1094. },
  1095. "_id": ""
  1096. },
  1097. {
  1098. "__type__": "cc.CompPrefabInfo",
  1099. "fileId": "1dHqNpuTlH5KvrSXwsTMr/"
  1100. },
  1101. {
  1102. "__type__": "cc.PrefabInfo",
  1103. "root": {
  1104. "__id__": 1
  1105. },
  1106. "asset": {
  1107. "__id__": 0
  1108. },
  1109. "fileId": "c46/YsCPVOJYA4mWEpNYRx",
  1110. "instance": null,
  1111. "targetOverrides": null
  1112. }
  1113. ]