GradeItem.prefab 22 KB

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