UIGame.prefab 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332
  1. [
  2. {
  3. "__type__": "cc.Prefab",
  4. "_name": "UIGame",
  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": "UIGame",
  17. "_objFlags": 0,
  18. "__editorExtras__": {},
  19. "_parent": null,
  20. "_children": [
  21. {
  22. "__id__": 2
  23. },
  24. {
  25. "__id__": 47
  26. },
  27. {
  28. "__id__": 82
  29. }
  30. ],
  31. "_active": true,
  32. "_components": [
  33. {
  34. "__id__": 100
  35. },
  36. {
  37. "__id__": 102
  38. },
  39. {
  40. "__id__": 104
  41. }
  42. ],
  43. "_prefab": {
  44. "__id__": 106
  45. },
  46. "_lpos": {
  47. "__type__": "cc.Vec3",
  48. "x": 0,
  49. "y": 0,
  50. "z": 0
  51. },
  52. "_lrot": {
  53. "__type__": "cc.Quat",
  54. "x": 0,
  55. "y": 0,
  56. "z": 0,
  57. "w": 1
  58. },
  59. "_lscale": {
  60. "__type__": "cc.Vec3",
  61. "x": 1,
  62. "y": 1,
  63. "z": 1
  64. },
  65. "_mobility": 0,
  66. "_layer": 33554432,
  67. "_euler": {
  68. "__type__": "cc.Vec3",
  69. "x": 0,
  70. "y": 0,
  71. "z": 0
  72. },
  73. "_id": ""
  74. },
  75. {
  76. "__type__": "cc.Node",
  77. "_objFlags": 0,
  78. "_parent": {
  79. "__id__": 1
  80. },
  81. "_prefab": {
  82. "__id__": 3
  83. },
  84. "__editorExtras__": {}
  85. },
  86. {
  87. "__type__": "cc.PrefabInfo",
  88. "root": {
  89. "__id__": 2
  90. },
  91. "asset": {
  92. "__uuid__": "e59edf27-ed52-432a-a4ac-7c208363fcc3",
  93. "__expectedType__": "cc.Prefab"
  94. },
  95. "fileId": "16guJqMb5Eup2r3IjuQlY8",
  96. "instance": {
  97. "__id__": 4
  98. },
  99. "targetOverrides": null
  100. },
  101. {
  102. "__type__": "cc.PrefabInstance",
  103. "fileId": "87N+hgQlBJ7rUwdahsE4Nr",
  104. "prefabRootNode": {
  105. "__id__": 1
  106. },
  107. "mountedChildren": [],
  108. "mountedComponents": [],
  109. "propertyOverrides": [
  110. {
  111. "__id__": 5
  112. },
  113. {
  114. "__id__": 7
  115. },
  116. {
  117. "__id__": 9
  118. },
  119. {
  120. "__id__": 11
  121. },
  122. {
  123. "__id__": 13
  124. },
  125. {
  126. "__id__": 15
  127. },
  128. {
  129. "__id__": 17
  130. },
  131. {
  132. "__id__": 19
  133. },
  134. {
  135. "__id__": 21
  136. },
  137. {
  138. "__id__": 24
  139. },
  140. {
  141. "__id__": 26
  142. },
  143. {
  144. "__id__": 28
  145. },
  146. {
  147. "__id__": 30
  148. },
  149. {
  150. "__id__": 32
  151. },
  152. {
  153. "__id__": 34
  154. },
  155. {
  156. "__id__": 36
  157. },
  158. {
  159. "__id__": 38
  160. },
  161. {
  162. "__id__": 40
  163. },
  164. {
  165. "__id__": 42
  166. },
  167. {
  168. "__id__": 43
  169. },
  170. {
  171. "__id__": 44
  172. },
  173. {
  174. "__id__": 45
  175. }
  176. ],
  177. "removedComponents": [
  178. {
  179. "__id__": 46
  180. }
  181. ]
  182. },
  183. {
  184. "__type__": "CCPropertyOverrideInfo",
  185. "targetInfo": {
  186. "__id__": 6
  187. },
  188. "propertyPath": [
  189. "_name"
  190. ],
  191. "value": "SettingItem"
  192. },
  193. {
  194. "__type__": "cc.TargetInfo",
  195. "localID": [
  196. "16guJqMb5Eup2r3IjuQlY8"
  197. ]
  198. },
  199. {
  200. "__type__": "CCPropertyOverrideInfo",
  201. "targetInfo": {
  202. "__id__": 8
  203. },
  204. "propertyPath": [
  205. "_lpos"
  206. ],
  207. "value": {
  208. "__type__": "cc.Vec3",
  209. "x": -192.008,
  210. "y": 724,
  211. "z": 0
  212. }
  213. },
  214. {
  215. "__type__": "cc.TargetInfo",
  216. "localID": [
  217. "16guJqMb5Eup2r3IjuQlY8"
  218. ]
  219. },
  220. {
  221. "__type__": "CCPropertyOverrideInfo",
  222. "targetInfo": {
  223. "__id__": 10
  224. },
  225. "propertyPath": [
  226. "_lrot"
  227. ],
  228. "value": {
  229. "__type__": "cc.Quat",
  230. "x": 0,
  231. "y": 0,
  232. "z": 0,
  233. "w": 1
  234. }
  235. },
  236. {
  237. "__type__": "cc.TargetInfo",
  238. "localID": [
  239. "16guJqMb5Eup2r3IjuQlY8"
  240. ]
  241. },
  242. {
  243. "__type__": "CCPropertyOverrideInfo",
  244. "targetInfo": {
  245. "__id__": 12
  246. },
  247. "propertyPath": [
  248. "_euler"
  249. ],
  250. "value": {
  251. "__type__": "cc.Vec3",
  252. "x": 0,
  253. "y": 0,
  254. "z": 0
  255. }
  256. },
  257. {
  258. "__type__": "cc.TargetInfo",
  259. "localID": [
  260. "16guJqMb5Eup2r3IjuQlY8"
  261. ]
  262. },
  263. {
  264. "__type__": "CCPropertyOverrideInfo",
  265. "targetInfo": {
  266. "__id__": 14
  267. },
  268. "propertyPath": [
  269. "_alignFlags"
  270. ],
  271. "value": 17
  272. },
  273. {
  274. "__type__": "cc.TargetInfo",
  275. "localID": [
  276. "41xPDLpcBDyYi/KNss3WTO"
  277. ]
  278. },
  279. {
  280. "__type__": "CCPropertyOverrideInfo",
  281. "targetInfo": {
  282. "__id__": 16
  283. },
  284. "propertyPath": [
  285. "_lockFlags"
  286. ],
  287. "value": 9
  288. },
  289. {
  290. "__type__": "cc.TargetInfo",
  291. "localID": [
  292. "41xPDLpcBDyYi/KNss3WTO"
  293. ]
  294. },
  295. {
  296. "__type__": "CCPropertyOverrideInfo",
  297. "targetInfo": {
  298. "__id__": 18
  299. },
  300. "propertyPath": [
  301. "_name"
  302. ],
  303. "value": "BtnSetting"
  304. },
  305. {
  306. "__type__": "cc.TargetInfo",
  307. "localID": [
  308. "b6NHfZ6GdP7569T0huUZrE"
  309. ]
  310. },
  311. {
  312. "__type__": "CCPropertyOverrideInfo",
  313. "targetInfo": {
  314. "__id__": 20
  315. },
  316. "propertyPath": [
  317. "clickEvents",
  318. "length"
  319. ],
  320. "value": 1
  321. },
  322. {
  323. "__type__": "cc.TargetInfo",
  324. "localID": [
  325. "8alSH/jBpNwLNNpOnspxKb"
  326. ]
  327. },
  328. {
  329. "__type__": "CCPropertyOverrideInfo",
  330. "targetInfo": {
  331. "__id__": 22
  332. },
  333. "propertyPath": [
  334. "clickEvents",
  335. "0"
  336. ],
  337. "value": {
  338. "__id__": 23
  339. }
  340. },
  341. {
  342. "__type__": "cc.TargetInfo",
  343. "localID": [
  344. "8alSH/jBpNwLNNpOnspxKb"
  345. ]
  346. },
  347. {
  348. "__type__": "cc.ClickEvent",
  349. "target": {
  350. "__id__": 1
  351. },
  352. "component": "",
  353. "_componentId": "5a290LFtFJJ5ZYlc/D14Koe",
  354. "handler": "onBtnSettingClick",
  355. "customEventData": ""
  356. },
  357. {
  358. "__type__": "CCPropertyOverrideInfo",
  359. "targetInfo": {
  360. "__id__": 25
  361. },
  362. "propertyPath": [
  363. "_horizontalCenter"
  364. ],
  365. "value": -192.008
  366. },
  367. {
  368. "__type__": "cc.TargetInfo",
  369. "localID": [
  370. "41xPDLpcBDyYi/KNss3WTO"
  371. ]
  372. },
  373. {
  374. "__type__": "CCPropertyOverrideInfo",
  375. "targetInfo": {
  376. "__id__": 27
  377. },
  378. "propertyPath": [
  379. "_top"
  380. ],
  381. "value": 45
  382. },
  383. {
  384. "__type__": "cc.TargetInfo",
  385. "localID": [
  386. "41xPDLpcBDyYi/KNss3WTO"
  387. ]
  388. },
  389. {
  390. "__type__": "CCPropertyOverrideInfo",
  391. "targetInfo": {
  392. "__id__": 29
  393. },
  394. "propertyPath": [
  395. "_contentSize"
  396. ],
  397. "value": {
  398. "__type__": "cc.Size",
  399. "width": 121,
  400. "height": 108
  401. }
  402. },
  403. {
  404. "__type__": "cc.TargetInfo",
  405. "localID": [
  406. "73ukzHkntOPYfHGh3oRUXD"
  407. ]
  408. },
  409. {
  410. "__type__": "CCPropertyOverrideInfo",
  411. "targetInfo": {
  412. "__id__": 31
  413. },
  414. "propertyPath": [
  415. "_sizeMode"
  416. ],
  417. "value": 2
  418. },
  419. {
  420. "__type__": "cc.TargetInfo",
  421. "localID": [
  422. "8ac9kyoU5LkLW39Opvt1zI"
  423. ]
  424. },
  425. {
  426. "__type__": "CCPropertyOverrideInfo",
  427. "targetInfo": {
  428. "__id__": 33
  429. },
  430. "propertyPath": [
  431. "_lpos"
  432. ],
  433. "value": {
  434. "__type__": "cc.Vec3",
  435. "x": 40,
  436. "y": 0,
  437. "z": 0
  438. }
  439. },
  440. {
  441. "__type__": "cc.TargetInfo",
  442. "localID": [
  443. "faBj9kU3hBa7mi5co6HxID"
  444. ]
  445. },
  446. {
  447. "__type__": "CCPropertyOverrideInfo",
  448. "targetInfo": {
  449. "__id__": 35
  450. },
  451. "propertyPath": [
  452. "_lpos"
  453. ],
  454. "value": {
  455. "__type__": "cc.Vec3",
  456. "x": 43,
  457. "y": 0,
  458. "z": 0
  459. }
  460. },
  461. {
  462. "__type__": "cc.TargetInfo",
  463. "localID": [
  464. "8fnyHD4TRD+6Gq+AKR2hlU"
  465. ]
  466. },
  467. {
  468. "__type__": "CCPropertyOverrideInfo",
  469. "targetInfo": {
  470. "__id__": 37
  471. },
  472. "propertyPath": [
  473. "_contentSize"
  474. ],
  475. "value": {
  476. "__type__": "cc.Size",
  477. "width": 160,
  478. "height": 71
  479. }
  480. },
  481. {
  482. "__type__": "cc.TargetInfo",
  483. "localID": [
  484. "68jM5C7VZNTaNkFa2/7Lk4"
  485. ]
  486. },
  487. {
  488. "__type__": "CCPropertyOverrideInfo",
  489. "targetInfo": {
  490. "__id__": 39
  491. },
  492. "propertyPath": [
  493. "_sizeMode"
  494. ],
  495. "value": 0
  496. },
  497. {
  498. "__type__": "cc.TargetInfo",
  499. "localID": [
  500. "9adAmlzW1FR5eWPPqExv/J"
  501. ]
  502. },
  503. {
  504. "__type__": "CCPropertyOverrideInfo",
  505. "targetInfo": {
  506. "__id__": 41
  507. },
  508. "propertyPath": [
  509. "_cacheMode"
  510. ],
  511. "value": 1
  512. },
  513. {
  514. "__type__": "cc.TargetInfo",
  515. "localID": [
  516. "5aBz7jp8dOU6Rwg7PvdekM"
  517. ]
  518. },
  519. {
  520. "__type__": "CCPropertyOverrideInfo",
  521. "targetInfo": {
  522. "__id__": 41
  523. },
  524. "propertyPath": [
  525. "_enableWrapText"
  526. ],
  527. "value": false
  528. },
  529. {
  530. "__type__": "CCPropertyOverrideInfo",
  531. "targetInfo": {
  532. "__id__": 41
  533. },
  534. "propertyPath": [
  535. "_actualFontSize"
  536. ],
  537. "value": 32
  538. },
  539. {
  540. "__type__": "CCPropertyOverrideInfo",
  541. "targetInfo": {
  542. "__id__": 41
  543. },
  544. "propertyPath": [
  545. "_isSystemFontUsed"
  546. ],
  547. "value": false
  548. },
  549. {
  550. "__type__": "CCPropertyOverrideInfo",
  551. "targetInfo": {
  552. "__id__": 41
  553. },
  554. "propertyPath": [
  555. "_font"
  556. ],
  557. "value": {
  558. "__uuid__": "b396e0a4-493d-4c5b-af06-66ba37f8dc1e",
  559. "__expectedType__": "cc.TTFFont"
  560. }
  561. },
  562. {
  563. "__type__": "cc.TargetInfo",
  564. "localID": [
  565. "deBbmbPEhI4LRjI+wHKLV3"
  566. ]
  567. },
  568. {
  569. "__type__": "cc.Node",
  570. "_objFlags": 0,
  571. "_parent": {
  572. "__id__": 1
  573. },
  574. "_prefab": {
  575. "__id__": 48
  576. },
  577. "__editorExtras__": {}
  578. },
  579. {
  580. "__type__": "cc.PrefabInfo",
  581. "root": {
  582. "__id__": 47
  583. },
  584. "asset": {
  585. "__uuid__": "7c472dc3-af09-4df4-a4f9-6678aebc66b0",
  586. "__expectedType__": "cc.Prefab"
  587. },
  588. "fileId": "80B9Z+Ar1O7Z786kNWGrHv",
  589. "instance": {
  590. "__id__": 49
  591. },
  592. "targetOverrides": null
  593. },
  594. {
  595. "__type__": "cc.PrefabInstance",
  596. "fileId": "d97pruxbNN+70iLDrxjd7b",
  597. "prefabRootNode": {
  598. "__id__": 1
  599. },
  600. "mountedChildren": [],
  601. "mountedComponents": [],
  602. "propertyOverrides": [
  603. {
  604. "__id__": 50
  605. },
  606. {
  607. "__id__": 52
  608. },
  609. {
  610. "__id__": 53
  611. },
  612. {
  613. "__id__": 54
  614. },
  615. {
  616. "__id__": 55
  617. },
  618. {
  619. "__id__": 57
  620. },
  621. {
  622. "__id__": 59
  623. },
  624. {
  625. "__id__": 60
  626. },
  627. {
  628. "__id__": 61
  629. },
  630. {
  631. "__id__": 62
  632. },
  633. {
  634. "__id__": 64
  635. },
  636. {
  637. "__id__": 66
  638. },
  639. {
  640. "__id__": 68
  641. },
  642. {
  643. "__id__": 70
  644. },
  645. {
  646. "__id__": 72
  647. },
  648. {
  649. "__id__": 73
  650. },
  651. {
  652. "__id__": 75
  653. },
  654. {
  655. "__id__": 76
  656. },
  657. {
  658. "__id__": 78
  659. },
  660. {
  661. "__id__": 79
  662. },
  663. {
  664. "__id__": 80
  665. },
  666. {
  667. "__id__": 81
  668. }
  669. ],
  670. "removedComponents": []
  671. },
  672. {
  673. "__type__": "CCPropertyOverrideInfo",
  674. "targetInfo": {
  675. "__id__": 51
  676. },
  677. "propertyPath": [
  678. "_name"
  679. ],
  680. "value": "TimeItem"
  681. },
  682. {
  683. "__type__": "cc.TargetInfo",
  684. "localID": [
  685. "80B9Z+Ar1O7Z786kNWGrHv"
  686. ]
  687. },
  688. {
  689. "__type__": "CCPropertyOverrideInfo",
  690. "targetInfo": {
  691. "__id__": 51
  692. },
  693. "propertyPath": [
  694. "_lpos"
  695. ],
  696. "value": {
  697. "__type__": "cc.Vec3",
  698. "x": 74.961,
  699. "y": 724,
  700. "z": 0
  701. }
  702. },
  703. {
  704. "__type__": "CCPropertyOverrideInfo",
  705. "targetInfo": {
  706. "__id__": 51
  707. },
  708. "propertyPath": [
  709. "_lrot"
  710. ],
  711. "value": {
  712. "__type__": "cc.Quat",
  713. "x": 0,
  714. "y": 0,
  715. "z": 0,
  716. "w": 1
  717. }
  718. },
  719. {
  720. "__type__": "CCPropertyOverrideInfo",
  721. "targetInfo": {
  722. "__id__": 51
  723. },
  724. "propertyPath": [
  725. "_euler"
  726. ],
  727. "value": {
  728. "__type__": "cc.Vec3",
  729. "x": 0,
  730. "y": 0,
  731. "z": 0
  732. }
  733. },
  734. {
  735. "__type__": "CCPropertyOverrideInfo",
  736. "targetInfo": {
  737. "__id__": 56
  738. },
  739. "propertyPath": [
  740. "_alignFlags"
  741. ],
  742. "value": 17
  743. },
  744. {
  745. "__type__": "cc.TargetInfo",
  746. "localID": [
  747. "d6Jivdun9F9ryL3ifMlD/O"
  748. ]
  749. },
  750. {
  751. "__type__": "CCPropertyOverrideInfo",
  752. "targetInfo": {
  753. "__id__": 58
  754. },
  755. "propertyPath": [
  756. "_active"
  757. ],
  758. "value": true
  759. },
  760. {
  761. "__type__": "cc.TargetInfo",
  762. "localID": [
  763. "e0LB/sOZdNdLC71T6EmWUL"
  764. ]
  765. },
  766. {
  767. "__type__": "CCPropertyOverrideInfo",
  768. "targetInfo": {
  769. "__id__": 56
  770. },
  771. "propertyPath": [
  772. "_top"
  773. ],
  774. "value": 45
  775. },
  776. {
  777. "__type__": "CCPropertyOverrideInfo",
  778. "targetInfo": {
  779. "__id__": 56
  780. },
  781. "propertyPath": [
  782. "_lockFlags"
  783. ],
  784. "value": 8
  785. },
  786. {
  787. "__type__": "CCPropertyOverrideInfo",
  788. "targetInfo": {
  789. "__id__": 56
  790. },
  791. "propertyPath": [
  792. "_horizontalCenter"
  793. ],
  794. "value": 74.961
  795. },
  796. {
  797. "__type__": "CCPropertyOverrideInfo",
  798. "targetInfo": {
  799. "__id__": 63
  800. },
  801. "propertyPath": [
  802. "_contentSize"
  803. ],
  804. "value": {
  805. "__type__": "cc.Size",
  806. "width": 121,
  807. "height": 108
  808. }
  809. },
  810. {
  811. "__type__": "cc.TargetInfo",
  812. "localID": [
  813. "daEOwjxKBGQKrJygYvy+EK"
  814. ]
  815. },
  816. {
  817. "__type__": "CCPropertyOverrideInfo",
  818. "targetInfo": {
  819. "__id__": 65
  820. },
  821. "propertyPath": [
  822. "_sizeMode"
  823. ],
  824. "value": 2
  825. },
  826. {
  827. "__type__": "cc.TargetInfo",
  828. "localID": [
  829. "aaMD7Ej+FF+KxO26EfHBCh"
  830. ]
  831. },
  832. {
  833. "__type__": "CCPropertyOverrideInfo",
  834. "targetInfo": {
  835. "__id__": 67
  836. },
  837. "propertyPath": [
  838. "_contentSize"
  839. ],
  840. "value": {
  841. "__type__": "cc.Size",
  842. "width": 160,
  843. "height": 71
  844. }
  845. },
  846. {
  847. "__type__": "cc.TargetInfo",
  848. "localID": [
  849. "9cp9Uqu2pH+LBPZtwBmpyI"
  850. ]
  851. },
  852. {
  853. "__type__": "CCPropertyOverrideInfo",
  854. "targetInfo": {
  855. "__id__": 69
  856. },
  857. "propertyPath": [
  858. "_lpos"
  859. ],
  860. "value": {
  861. "__type__": "cc.Vec3",
  862. "x": 40,
  863. "y": 0,
  864. "z": 0
  865. }
  866. },
  867. {
  868. "__type__": "cc.TargetInfo",
  869. "localID": [
  870. "74qTOGCV9KM5mJmgFhTkuv"
  871. ]
  872. },
  873. {
  874. "__type__": "CCPropertyOverrideInfo",
  875. "targetInfo": {
  876. "__id__": 71
  877. },
  878. "propertyPath": [
  879. "_lpos"
  880. ],
  881. "value": {
  882. "__type__": "cc.Vec3",
  883. "x": 43,
  884. "y": 0,
  885. "z": 0
  886. }
  887. },
  888. {
  889. "__type__": "cc.TargetInfo",
  890. "localID": [
  891. "41t9QkAftFt5mQ1M+PadzD"
  892. ]
  893. },
  894. {
  895. "__type__": "CCPropertyOverrideInfo",
  896. "targetInfo": {
  897. "__id__": 58
  898. },
  899. "propertyPath": [
  900. "_lpos"
  901. ],
  902. "value": {
  903. "__type__": "cc.Vec3",
  904. "x": -72.958,
  905. "y": 0,
  906. "z": 0
  907. }
  908. },
  909. {
  910. "__type__": "CCPropertyOverrideInfo",
  911. "targetInfo": {
  912. "__id__": 74
  913. },
  914. "propertyPath": [
  915. "_type"
  916. ],
  917. "value": 1
  918. },
  919. {
  920. "__type__": "cc.TargetInfo",
  921. "localID": [
  922. "a7LdDTOEZISrlXsSsWaOht"
  923. ]
  924. },
  925. {
  926. "__type__": "CCPropertyOverrideInfo",
  927. "targetInfo": {
  928. "__id__": 74
  929. },
  930. "propertyPath": [
  931. "_sizeMode"
  932. ],
  933. "value": 0
  934. },
  935. {
  936. "__type__": "CCPropertyOverrideInfo",
  937. "targetInfo": {
  938. "__id__": 77
  939. },
  940. "propertyPath": [
  941. "_enableWrapText"
  942. ],
  943. "value": false
  944. },
  945. {
  946. "__type__": "cc.TargetInfo",
  947. "localID": [
  948. "f1BteuhtlMxIjHMhI19O9P"
  949. ]
  950. },
  951. {
  952. "__type__": "CCPropertyOverrideInfo",
  953. "targetInfo": {
  954. "__id__": 77
  955. },
  956. "propertyPath": [
  957. "_actualFontSize"
  958. ],
  959. "value": 36
  960. },
  961. {
  962. "__type__": "CCPropertyOverrideInfo",
  963. "targetInfo": {
  964. "__id__": 77
  965. },
  966. "propertyPath": [
  967. "_cacheMode"
  968. ],
  969. "value": 2
  970. },
  971. {
  972. "__type__": "CCPropertyOverrideInfo",
  973. "targetInfo": {
  974. "__id__": 77
  975. },
  976. "propertyPath": [
  977. "_isSystemFontUsed"
  978. ],
  979. "value": false
  980. },
  981. {
  982. "__type__": "CCPropertyOverrideInfo",
  983. "targetInfo": {
  984. "__id__": 77
  985. },
  986. "propertyPath": [
  987. "_font"
  988. ],
  989. "value": {
  990. "__uuid__": "b396e0a4-493d-4c5b-af06-66ba37f8dc1e",
  991. "__expectedType__": "cc.TTFFont"
  992. }
  993. },
  994. {
  995. "__type__": "cc.Node",
  996. "_objFlags": 0,
  997. "_parent": {
  998. "__id__": 1
  999. },
  1000. "_prefab": {
  1001. "__id__": 83
  1002. },
  1003. "__editorExtras__": {}
  1004. },
  1005. {
  1006. "__type__": "cc.PrefabInfo",
  1007. "root": {
  1008. "__id__": 82
  1009. },
  1010. "asset": {
  1011. "__uuid__": "97df4867-ae74-48cf-a999-483cbac9cc6f",
  1012. "__expectedType__": "cc.Prefab"
  1013. },
  1014. "fileId": "f3Bka97HBLC70aYs8RpRDZ",
  1015. "instance": {
  1016. "__id__": 84
  1017. },
  1018. "targetOverrides": null
  1019. },
  1020. {
  1021. "__type__": "cc.PrefabInstance",
  1022. "fileId": "24lYF6PvZB1aj/nXcLEoEE",
  1023. "prefabRootNode": {
  1024. "__id__": 1
  1025. },
  1026. "mountedChildren": [],
  1027. "mountedComponents": [],
  1028. "propertyOverrides": [
  1029. {
  1030. "__id__": 85
  1031. },
  1032. {
  1033. "__id__": 87
  1034. },
  1035. {
  1036. "__id__": 88
  1037. },
  1038. {
  1039. "__id__": 89
  1040. },
  1041. {
  1042. "__id__": 90
  1043. },
  1044. {
  1045. "__id__": 92
  1046. },
  1047. {
  1048. "__id__": 93
  1049. },
  1050. {
  1051. "__id__": 94
  1052. },
  1053. {
  1054. "__id__": 95
  1055. },
  1056. {
  1057. "__id__": 96
  1058. },
  1059. {
  1060. "__id__": 97
  1061. },
  1062. {
  1063. "__id__": 98
  1064. }
  1065. ],
  1066. "removedComponents": []
  1067. },
  1068. {
  1069. "__type__": "CCPropertyOverrideInfo",
  1070. "targetInfo": {
  1071. "__id__": 86
  1072. },
  1073. "propertyPath": [
  1074. "_name"
  1075. ],
  1076. "value": "CoinItem"
  1077. },
  1078. {
  1079. "__type__": "cc.TargetInfo",
  1080. "localID": [
  1081. "f3Bka97HBLC70aYs8RpRDZ"
  1082. ]
  1083. },
  1084. {
  1085. "__type__": "CCPropertyOverrideInfo",
  1086. "targetInfo": {
  1087. "__id__": 86
  1088. },
  1089. "propertyPath": [
  1090. "_lpos"
  1091. ],
  1092. "value": {
  1093. "__type__": "cc.Vec3",
  1094. "x": 220,
  1095. "y": 1133.71,
  1096. "z": 0
  1097. }
  1098. },
  1099. {
  1100. "__type__": "CCPropertyOverrideInfo",
  1101. "targetInfo": {
  1102. "__id__": 86
  1103. },
  1104. "propertyPath": [
  1105. "_lrot"
  1106. ],
  1107. "value": {
  1108. "__type__": "cc.Quat",
  1109. "x": 0,
  1110. "y": 0,
  1111. "z": 0,
  1112. "w": 1
  1113. }
  1114. },
  1115. {
  1116. "__type__": "CCPropertyOverrideInfo",
  1117. "targetInfo": {
  1118. "__id__": 86
  1119. },
  1120. "propertyPath": [
  1121. "_euler"
  1122. ],
  1123. "value": {
  1124. "__type__": "cc.Vec3",
  1125. "x": 0,
  1126. "y": 0,
  1127. "z": 0
  1128. }
  1129. },
  1130. {
  1131. "__type__": "CCPropertyOverrideInfo",
  1132. "targetInfo": {
  1133. "__id__": 91
  1134. },
  1135. "propertyPath": [
  1136. "_alignFlags"
  1137. ],
  1138. "value": 17
  1139. },
  1140. {
  1141. "__type__": "cc.TargetInfo",
  1142. "localID": [
  1143. "f2AWmxhlFHkbLMHoU0sQHK"
  1144. ]
  1145. },
  1146. {
  1147. "__type__": "CCPropertyOverrideInfo",
  1148. "targetInfo": {
  1149. "__id__": 91
  1150. },
  1151. "propertyPath": [
  1152. "_top"
  1153. ],
  1154. "value": -369.21000000000004
  1155. },
  1156. {
  1157. "__type__": "CCPropertyOverrideInfo",
  1158. "targetInfo": {
  1159. "__id__": 91
  1160. },
  1161. "propertyPath": [
  1162. "_left"
  1163. ],
  1164. "value": 500
  1165. },
  1166. {
  1167. "__type__": "CCPropertyOverrideInfo",
  1168. "targetInfo": {
  1169. "__id__": 91
  1170. },
  1171. "propertyPath": [
  1172. "_right"
  1173. ],
  1174. "value": 60
  1175. },
  1176. {
  1177. "__type__": "CCPropertyOverrideInfo",
  1178. "targetInfo": {
  1179. "__id__": 91
  1180. },
  1181. "propertyPath": [
  1182. "_lockFlags"
  1183. ],
  1184. "value": 32
  1185. },
  1186. {
  1187. "__type__": "CCPropertyOverrideInfo",
  1188. "targetInfo": {
  1189. "__id__": 91
  1190. },
  1191. "propertyPath": [
  1192. "_horizontalCenter"
  1193. ],
  1194. "value": 220
  1195. },
  1196. {
  1197. "__type__": "CCPropertyOverrideInfo",
  1198. "targetInfo": {
  1199. "__id__": 86
  1200. },
  1201. "propertyPath": [
  1202. "_active"
  1203. ],
  1204. "value": true
  1205. },
  1206. {
  1207. "__type__": "CCPropertyOverrideInfo",
  1208. "targetInfo": {
  1209. "__id__": 99
  1210. },
  1211. "propertyPath": [
  1212. "_contentSize"
  1213. ],
  1214. "value": {
  1215. "__type__": "cc.Size",
  1216. "width": 109,
  1217. "height": 71
  1218. }
  1219. },
  1220. {
  1221. "__type__": "cc.TargetInfo",
  1222. "localID": [
  1223. "a5DChytv9Gc4whCvdJJJc0"
  1224. ]
  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__": 101
  1237. },
  1238. "_contentSize": {
  1239. "__type__": "cc.Size",
  1240. "width": 720,
  1241. "height": 1600
  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": "efaeFVZdZJ+bksPhw6FTu/"
  1253. },
  1254. {
  1255. "__type__": "cc.Widget",
  1256. "_name": "",
  1257. "_objFlags": 0,
  1258. "__editorExtras__": {},
  1259. "node": {
  1260. "__id__": 1
  1261. },
  1262. "_enabled": true,
  1263. "__prefab": {
  1264. "__id__": 103
  1265. },
  1266. "_alignFlags": 45,
  1267. "_target": null,
  1268. "_left": 0,
  1269. "_right": 0,
  1270. "_top": 0,
  1271. "_bottom": 0,
  1272. "_horizontalCenter": 0,
  1273. "_verticalCenter": 0,
  1274. "_isAbsLeft": true,
  1275. "_isAbsRight": true,
  1276. "_isAbsTop": true,
  1277. "_isAbsBottom": true,
  1278. "_isAbsHorizontalCenter": true,
  1279. "_isAbsVerticalCenter": true,
  1280. "_originalWidth": 100,
  1281. "_originalHeight": 100,
  1282. "_alignMode": 2,
  1283. "_lockFlags": 0,
  1284. "_id": ""
  1285. },
  1286. {
  1287. "__type__": "cc.CompPrefabInfo",
  1288. "fileId": "5ar7yopwlFMY7PLmSLgmAm"
  1289. },
  1290. {
  1291. "__type__": "5a290LFtFJJ5ZYlc/D14Koe",
  1292. "_name": "",
  1293. "_objFlags": 0,
  1294. "__editorExtras__": {},
  1295. "node": {
  1296. "__id__": 1
  1297. },
  1298. "_enabled": true,
  1299. "__prefab": {
  1300. "__id__": 105
  1301. },
  1302. "uiType": 0,
  1303. "_id": ""
  1304. },
  1305. {
  1306. "__type__": "cc.CompPrefabInfo",
  1307. "fileId": "24FbucnzVFuag3qD6AGuHk"
  1308. },
  1309. {
  1310. "__type__": "cc.PrefabInfo",
  1311. "root": {
  1312. "__id__": 1
  1313. },
  1314. "asset": {
  1315. "__id__": 0
  1316. },
  1317. "fileId": "08+GBGQyBNT6kwCckWZy9v",
  1318. "instance": null,
  1319. "targetOverrides": [],
  1320. "nestedPrefabInstanceRoots": [
  1321. {
  1322. "__id__": 82
  1323. },
  1324. {
  1325. "__id__": 47
  1326. },
  1327. {
  1328. "__id__": 2
  1329. }
  1330. ]
  1331. }
  1332. ]