AutoWithdrawBar.prefab 30 KB

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