ClubInviteAlter.prefab 32 KB

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