sign.prefab 29 KB

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