nestShow.fire 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524
  1. [
  2. {
  3. "__type__": "cc.SceneAsset",
  4. "_name": "",
  5. "_objFlags": 0,
  6. "_native": "",
  7. "scene": {
  8. "__id__": 1
  9. }
  10. },
  11. {
  12. "__type__": "cc.Scene",
  13. "_objFlags": 0,
  14. "_parent": null,
  15. "_children": [
  16. {
  17. "__id__": 2
  18. }
  19. ],
  20. "_active": false,
  21. "_components": [],
  22. "_prefab": null,
  23. "_opacity": 255,
  24. "_color": {
  25. "__type__": "cc.Color",
  26. "r": 255,
  27. "g": 255,
  28. "b": 255,
  29. "a": 255
  30. },
  31. "_contentSize": {
  32. "__type__": "cc.Size",
  33. "width": 0,
  34. "height": 0
  35. },
  36. "_anchorPoint": {
  37. "__type__": "cc.Vec2",
  38. "x": 0,
  39. "y": 0
  40. },
  41. "_trs": {
  42. "__type__": "TypedArray",
  43. "ctor": "Float64Array",
  44. "array": [
  45. 0,
  46. 0,
  47. 0,
  48. 0,
  49. 0,
  50. 0,
  51. 1,
  52. 1,
  53. 1,
  54. 1
  55. ]
  56. },
  57. "_is3DNode": true,
  58. "_groupIndex": 0,
  59. "groupIndex": 0,
  60. "autoReleaseAssets": false,
  61. "_id": "53c600e4-a3c5-435b-b94b-cea8a42d0025"
  62. },
  63. {
  64. "__type__": "cc.Node",
  65. "_name": "test",
  66. "_objFlags": 0,
  67. "_parent": {
  68. "__id__": 1
  69. },
  70. "_children": [
  71. {
  72. "__id__": 3
  73. },
  74. {
  75. "__id__": 5
  76. },
  77. {
  78. "__id__": 13
  79. },
  80. {
  81. "__id__": 21
  82. }
  83. ],
  84. "_active": true,
  85. "_components": [
  86. {
  87. "__id__": 32
  88. },
  89. {
  90. "__id__": 33
  91. },
  92. {
  93. "__id__": 34
  94. }
  95. ],
  96. "_prefab": null,
  97. "_opacity": 255,
  98. "_color": {
  99. "__type__": "cc.Color",
  100. "r": 255,
  101. "g": 255,
  102. "b": 255,
  103. "a": 255
  104. },
  105. "_contentSize": {
  106. "__type__": "cc.Size",
  107. "width": 1000,
  108. "height": 1200
  109. },
  110. "_anchorPoint": {
  111. "__type__": "cc.Vec2",
  112. "x": 0.5,
  113. "y": 0.5
  114. },
  115. "_trs": {
  116. "__type__": "TypedArray",
  117. "ctor": "Float64Array",
  118. "array": [
  119. 500,
  120. 600,
  121. 0,
  122. 0,
  123. 0,
  124. 0,
  125. 1,
  126. 1,
  127. 1,
  128. 1
  129. ]
  130. },
  131. "_eulerAngles": {
  132. "__type__": "cc.Vec3",
  133. "x": 0,
  134. "y": 0,
  135. "z": 0
  136. },
  137. "_skewX": 0,
  138. "_skewY": 0,
  139. "_is3DNode": false,
  140. "_groupIndex": 0,
  141. "groupIndex": 0,
  142. "_id": "a5esZu+45LA5mBpvttspPD"
  143. },
  144. {
  145. "__type__": "cc.Node",
  146. "_name": "Main Camera",
  147. "_objFlags": 0,
  148. "_parent": {
  149. "__id__": 2
  150. },
  151. "_children": [],
  152. "_active": true,
  153. "_components": [
  154. {
  155. "__id__": 4
  156. }
  157. ],
  158. "_prefab": null,
  159. "_opacity": 255,
  160. "_color": {
  161. "__type__": "cc.Color",
  162. "r": 255,
  163. "g": 255,
  164. "b": 255,
  165. "a": 255
  166. },
  167. "_contentSize": {
  168. "__type__": "cc.Size",
  169. "width": 960,
  170. "height": 640
  171. },
  172. "_anchorPoint": {
  173. "__type__": "cc.Vec2",
  174. "x": 0.5,
  175. "y": 0.5
  176. },
  177. "_trs": {
  178. "__type__": "TypedArray",
  179. "ctor": "Float64Array",
  180. "array": [
  181. 0,
  182. 0,
  183. 0,
  184. 0,
  185. 0,
  186. 0,
  187. 1,
  188. 1,
  189. 1,
  190. 1
  191. ]
  192. },
  193. "_eulerAngles": {
  194. "__type__": "cc.Vec3",
  195. "x": 0,
  196. "y": 0,
  197. "z": 0
  198. },
  199. "_skewX": 0,
  200. "_skewY": 0,
  201. "_is3DNode": false,
  202. "_groupIndex": 0,
  203. "groupIndex": 0,
  204. "_id": "e1WoFrQ79G7r4ZuQE3HlNb"
  205. },
  206. {
  207. "__type__": "cc.Camera",
  208. "_name": "",
  209. "_objFlags": 0,
  210. "node": {
  211. "__id__": 3
  212. },
  213. "_enabled": true,
  214. "_cullingMask": 4294967295,
  215. "_clearFlags": 7,
  216. "_backgroundColor": {
  217. "__type__": "cc.Color",
  218. "r": 0,
  219. "g": 0,
  220. "b": 0,
  221. "a": 255
  222. },
  223. "_depth": -1,
  224. "_zoomRatio": 1,
  225. "_targetTexture": null,
  226. "_fov": 60,
  227. "_orthoSize": 10,
  228. "_nearClip": 1,
  229. "_farClip": 4096,
  230. "_ortho": true,
  231. "_rect": {
  232. "__type__": "cc.Rect",
  233. "x": 0,
  234. "y": 0,
  235. "width": 1,
  236. "height": 1
  237. },
  238. "_renderStages": 1,
  239. "_alignWithScreen": true,
  240. "_id": "81GN3uXINKVLeW4+iKSlim"
  241. },
  242. {
  243. "__type__": "cc.Node",
  244. "_name": "$content_node",
  245. "_objFlags": 0,
  246. "_parent": {
  247. "__id__": 2
  248. },
  249. "_children": [
  250. {
  251. "__id__": 6
  252. },
  253. {
  254. "__id__": 7
  255. },
  256. {
  257. "__id__": 9
  258. }
  259. ],
  260. "_active": true,
  261. "_components": [
  262. {
  263. "__id__": 10
  264. },
  265. {
  266. "__id__": 11
  267. },
  268. {
  269. "__id__": 12
  270. }
  271. ],
  272. "_prefab": null,
  273. "_opacity": 255,
  274. "_color": {
  275. "__type__": "cc.Color",
  276. "r": 255,
  277. "g": 255,
  278. "b": 255,
  279. "a": 255
  280. },
  281. "_contentSize": {
  282. "__type__": "cc.Size",
  283. "width": 640,
  284. "height": 1136
  285. },
  286. "_anchorPoint": {
  287. "__type__": "cc.Vec2",
  288. "x": 0.5,
  289. "y": 0.5
  290. },
  291. "_trs": {
  292. "__type__": "TypedArray",
  293. "ctor": "Float64Array",
  294. "array": [
  295. 0,
  296. 0,
  297. 0,
  298. 0,
  299. 0,
  300. 0,
  301. 1,
  302. 1,
  303. 1,
  304. 1
  305. ]
  306. },
  307. "_eulerAngles": {
  308. "__type__": "cc.Vec3",
  309. "x": 0,
  310. "y": 0,
  311. "z": 0
  312. },
  313. "_skewX": 0,
  314. "_skewY": 0,
  315. "_is3DNode": false,
  316. "_groupIndex": 0,
  317. "groupIndex": 0,
  318. "_id": "24sv6OwhdMRLWmvl4bwQmU"
  319. },
  320. {
  321. "__type__": "cc.Node",
  322. "_name": "$layer_node",
  323. "_objFlags": 0,
  324. "_parent": {
  325. "__id__": 5
  326. },
  327. "_children": [],
  328. "_active": true,
  329. "_components": [],
  330. "_prefab": null,
  331. "_opacity": 255,
  332. "_color": {
  333. "__type__": "cc.Color",
  334. "r": 255,
  335. "g": 255,
  336. "b": 255,
  337. "a": 255
  338. },
  339. "_contentSize": {
  340. "__type__": "cc.Size",
  341. "width": 0,
  342. "height": 0
  343. },
  344. "_anchorPoint": {
  345. "__type__": "cc.Vec2",
  346. "x": 0.5,
  347. "y": 0.5
  348. },
  349. "_trs": {
  350. "__type__": "TypedArray",
  351. "ctor": "Float64Array",
  352. "array": [
  353. 0,
  354. 0,
  355. 0,
  356. 0,
  357. 0,
  358. 0,
  359. 1,
  360. 1,
  361. 1,
  362. 1
  363. ]
  364. },
  365. "_eulerAngles": {
  366. "__type__": "cc.Vec3",
  367. "x": 0,
  368. "y": 0,
  369. "z": 0
  370. },
  371. "_skewX": 0,
  372. "_skewY": 0,
  373. "_is3DNode": false,
  374. "_groupIndex": 0,
  375. "groupIndex": 0,
  376. "_id": "5eZUC+lvxDAL0UFeBfa0Xw"
  377. },
  378. {
  379. "__type__": "cc.Node",
  380. "_name": "$top_node",
  381. "_objFlags": 0,
  382. "_parent": {
  383. "__id__": 5
  384. },
  385. "_children": [],
  386. "_active": true,
  387. "_components": [
  388. {
  389. "__id__": 8
  390. }
  391. ],
  392. "_prefab": null,
  393. "_opacity": 255,
  394. "_color": {
  395. "__type__": "cc.Color",
  396. "r": 255,
  397. "g": 255,
  398. "b": 255,
  399. "a": 255
  400. },
  401. "_contentSize": {
  402. "__type__": "cc.Size",
  403. "width": 0,
  404. "height": 0
  405. },
  406. "_anchorPoint": {
  407. "__type__": "cc.Vec2",
  408. "x": 0.5,
  409. "y": 0.5
  410. },
  411. "_trs": {
  412. "__type__": "TypedArray",
  413. "ctor": "Float64Array",
  414. "array": [
  415. -320,
  416. 568,
  417. 0,
  418. 0,
  419. 0,
  420. 0,
  421. 1,
  422. 1,
  423. 1,
  424. 1
  425. ]
  426. },
  427. "_eulerAngles": {
  428. "__type__": "cc.Vec3",
  429. "x": 0,
  430. "y": 0,
  431. "z": 0
  432. },
  433. "_skewX": 0,
  434. "_skewY": 0,
  435. "_is3DNode": false,
  436. "_groupIndex": 0,
  437. "groupIndex": 0,
  438. "_id": "e2aAAeZo1P0rGmpC6izVbq"
  439. },
  440. {
  441. "__type__": "cc.Widget",
  442. "_name": "",
  443. "_objFlags": 0,
  444. "node": {
  445. "__id__": 7
  446. },
  447. "_enabled": true,
  448. "alignMode": 1,
  449. "_target": null,
  450. "_alignFlags": 9,
  451. "_left": 0,
  452. "_right": 320,
  453. "_top": 0,
  454. "_bottom": 568,
  455. "_verticalCenter": 0,
  456. "_horizontalCenter": 0,
  457. "_isAbsLeft": true,
  458. "_isAbsRight": true,
  459. "_isAbsTop": true,
  460. "_isAbsBottom": true,
  461. "_isAbsHorizontalCenter": true,
  462. "_isAbsVerticalCenter": true,
  463. "_originalWidth": 0,
  464. "_originalHeight": 0,
  465. "_id": "32IwYYLXFP9ZBxc9vSiLjM"
  466. },
  467. {
  468. "__type__": "cc.Node",
  469. "_name": "$ui_node",
  470. "_objFlags": 0,
  471. "_parent": {
  472. "__id__": 5
  473. },
  474. "_children": [],
  475. "_active": true,
  476. "_components": [],
  477. "_prefab": null,
  478. "_opacity": 255,
  479. "_color": {
  480. "__type__": "cc.Color",
  481. "r": 255,
  482. "g": 255,
  483. "b": 255,
  484. "a": 255
  485. },
  486. "_contentSize": {
  487. "__type__": "cc.Size",
  488. "width": 0,
  489. "height": 0
  490. },
  491. "_anchorPoint": {
  492. "__type__": "cc.Vec2",
  493. "x": 0.5,
  494. "y": 0.5
  495. },
  496. "_trs": {
  497. "__type__": "TypedArray",
  498. "ctor": "Float64Array",
  499. "array": [
  500. 0,
  501. 0,
  502. 0,
  503. 0,
  504. 0,
  505. 0,
  506. 1,
  507. 1,
  508. 1,
  509. 1
  510. ]
  511. },
  512. "_eulerAngles": {
  513. "__type__": "cc.Vec3",
  514. "x": 0,
  515. "y": 0,
  516. "z": 0
  517. },
  518. "_skewX": 0,
  519. "_skewY": 0,
  520. "_is3DNode": false,
  521. "_groupIndex": 0,
  522. "groupIndex": 0,
  523. "_id": "f83LJSzVxHtrSb3F67Fgfm"
  524. },
  525. {
  526. "__type__": "cc.Widget",
  527. "_name": "",
  528. "_objFlags": 0,
  529. "node": {
  530. "__id__": 5
  531. },
  532. "_enabled": true,
  533. "alignMode": 1,
  534. "_target": null,
  535. "_alignFlags": 0,
  536. "_left": 0,
  537. "_right": 0,
  538. "_top": 0,
  539. "_bottom": 0,
  540. "_verticalCenter": 0,
  541. "_horizontalCenter": 0,
  542. "_isAbsLeft": true,
  543. "_isAbsRight": true,
  544. "_isAbsTop": true,
  545. "_isAbsBottom": true,
  546. "_isAbsHorizontalCenter": true,
  547. "_isAbsVerticalCenter": true,
  548. "_originalWidth": 0,
  549. "_originalHeight": 0,
  550. "_id": "50l1PLd21Pu41fInEWDYV6"
  551. },
  552. {
  553. "__type__": "cc.Graphics",
  554. "_name": "",
  555. "_objFlags": 0,
  556. "node": {
  557. "__id__": 5
  558. },
  559. "_enabled": true,
  560. "_materials": [
  561. {
  562. "__uuid__": "a153945d-2511-4c14-be7b-05d242f47d57"
  563. }
  564. ],
  565. "_lineWidth": 5,
  566. "_strokeColor": {
  567. "__type__": "cc.Color",
  568. "r": 255,
  569. "g": 0,
  570. "b": 0,
  571. "a": 255
  572. },
  573. "_lineJoin": 2,
  574. "_lineCap": 0,
  575. "_fillColor": {
  576. "__type__": "cc.Color",
  577. "r": 255,
  578. "g": 0,
  579. "b": 0,
  580. "a": 255
  581. },
  582. "_miterLimit": 10,
  583. "_id": "a2RUX2NZlMaouT6c19J2vF"
  584. },
  585. {
  586. "__type__": "079d2TH8t9PbagNA8UfVZr9",
  587. "_name": "",
  588. "_objFlags": 0,
  589. "node": {
  590. "__id__": 5
  591. },
  592. "_enabled": true,
  593. "_id": "59j7xqiKNCD7i6RsX4LEvX"
  594. },
  595. {
  596. "__type__": "cc.Node",
  597. "_name": "$refresh_btn",
  598. "_objFlags": 0,
  599. "_parent": {
  600. "__id__": 2
  601. },
  602. "_children": [
  603. {
  604. "__id__": 14
  605. }
  606. ],
  607. "_active": true,
  608. "_components": [
  609. {
  610. "__id__": 19
  611. }
  612. ],
  613. "_prefab": null,
  614. "_opacity": 255,
  615. "_color": {
  616. "__type__": "cc.Color",
  617. "r": 255,
  618. "g": 255,
  619. "b": 255,
  620. "a": 255
  621. },
  622. "_contentSize": {
  623. "__type__": "cc.Size",
  624. "width": 100,
  625. "height": 40
  626. },
  627. "_anchorPoint": {
  628. "__type__": "cc.Vec2",
  629. "x": 0.5,
  630. "y": 0.5
  631. },
  632. "_trs": {
  633. "__type__": "TypedArray",
  634. "ctor": "Float64Array",
  635. "array": [
  636. -415.381,
  637. 433.229,
  638. 0,
  639. 0,
  640. 0,
  641. 0,
  642. 1,
  643. 1,
  644. 1,
  645. 1
  646. ]
  647. },
  648. "_eulerAngles": {
  649. "__type__": "cc.Vec3",
  650. "x": 0,
  651. "y": 0,
  652. "z": 0
  653. },
  654. "_skewX": 0,
  655. "_skewY": 0,
  656. "_is3DNode": false,
  657. "_groupIndex": 0,
  658. "groupIndex": 0,
  659. "_id": "18f4Gam+FFyIkzNwGfZz4v"
  660. },
  661. {
  662. "__type__": "cc.Node",
  663. "_name": "Background",
  664. "_objFlags": 512,
  665. "_parent": {
  666. "__id__": 13
  667. },
  668. "_children": [
  669. {
  670. "__id__": 15
  671. }
  672. ],
  673. "_active": true,
  674. "_components": [
  675. {
  676. "__id__": 17
  677. },
  678. {
  679. "__id__": 18
  680. }
  681. ],
  682. "_prefab": null,
  683. "_opacity": 255,
  684. "_color": {
  685. "__type__": "cc.Color",
  686. "r": 255,
  687. "g": 255,
  688. "b": 255,
  689. "a": 255
  690. },
  691. "_contentSize": {
  692. "__type__": "cc.Size",
  693. "width": 100,
  694. "height": 40
  695. },
  696. "_anchorPoint": {
  697. "__type__": "cc.Vec2",
  698. "x": 0.5,
  699. "y": 0.5
  700. },
  701. "_trs": {
  702. "__type__": "TypedArray",
  703. "ctor": "Float64Array",
  704. "array": [
  705. 0,
  706. 0,
  707. 0,
  708. 0,
  709. 0,
  710. 0,
  711. 1,
  712. 1,
  713. 1,
  714. 0
  715. ]
  716. },
  717. "_eulerAngles": {
  718. "__type__": "cc.Vec3",
  719. "x": 0,
  720. "y": 0,
  721. "z": 0
  722. },
  723. "_skewX": 0,
  724. "_skewY": 0,
  725. "_is3DNode": false,
  726. "_groupIndex": 0,
  727. "groupIndex": 0,
  728. "_id": "deNG01yIFGV76X8hNvZFVJ"
  729. },
  730. {
  731. "__type__": "cc.Node",
  732. "_name": "Label",
  733. "_objFlags": 512,
  734. "_parent": {
  735. "__id__": 14
  736. },
  737. "_children": [],
  738. "_active": true,
  739. "_components": [
  740. {
  741. "__id__": 16
  742. }
  743. ],
  744. "_prefab": null,
  745. "_opacity": 255,
  746. "_color": {
  747. "__type__": "cc.Color",
  748. "r": 0,
  749. "g": 0,
  750. "b": 0,
  751. "a": 255
  752. },
  753. "_contentSize": {
  754. "__type__": "cc.Size",
  755. "width": 100,
  756. "height": 40
  757. },
  758. "_anchorPoint": {
  759. "__type__": "cc.Vec2",
  760. "x": 0.5,
  761. "y": 0.5
  762. },
  763. "_trs": {
  764. "__type__": "TypedArray",
  765. "ctor": "Float64Array",
  766. "array": [
  767. 0,
  768. 0,
  769. 0,
  770. 0,
  771. 0,
  772. 0,
  773. 1,
  774. 1,
  775. 1,
  776. 1
  777. ]
  778. },
  779. "_eulerAngles": {
  780. "__type__": "cc.Vec3",
  781. "x": 0,
  782. "y": 0,
  783. "z": 0
  784. },
  785. "_skewX": 0,
  786. "_skewY": 0,
  787. "_is3DNode": false,
  788. "_groupIndex": 0,
  789. "groupIndex": 0,
  790. "_id": "8dPFYD5KZPhLR7m7hk4KzI"
  791. },
  792. {
  793. "__type__": "cc.Label",
  794. "_name": "",
  795. "_objFlags": 0,
  796. "node": {
  797. "__id__": 15
  798. },
  799. "_enabled": true,
  800. "_materials": [
  801. {
  802. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  803. }
  804. ],
  805. "_srcBlendFactor": 770,
  806. "_dstBlendFactor": 771,
  807. "_string": "刷新",
  808. "_N$string": "刷新",
  809. "_fontSize": 20,
  810. "_lineHeight": 40,
  811. "_enableWrapText": false,
  812. "_N$file": null,
  813. "_isSystemFontUsed": true,
  814. "_spacingX": 0,
  815. "_batchAsBitmap": false,
  816. "_styleFlags": 0,
  817. "_underlineHeight": 0,
  818. "_N$horizontalAlign": 1,
  819. "_N$verticalAlign": 1,
  820. "_N$fontFamily": "Arial",
  821. "_N$overflow": 1,
  822. "_N$cacheMode": 1,
  823. "_id": "beOgfmAqdNz7CjlkeYgYwT"
  824. },
  825. {
  826. "__type__": "cc.Sprite",
  827. "_name": "",
  828. "_objFlags": 0,
  829. "node": {
  830. "__id__": 14
  831. },
  832. "_enabled": true,
  833. "_materials": [
  834. {
  835. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  836. }
  837. ],
  838. "_srcBlendFactor": 770,
  839. "_dstBlendFactor": 771,
  840. "_spriteFrame": {
  841. "__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952"
  842. },
  843. "_type": 1,
  844. "_sizeMode": 0,
  845. "_fillType": 0,
  846. "_fillCenter": {
  847. "__type__": "cc.Vec2",
  848. "x": 0,
  849. "y": 0
  850. },
  851. "_fillStart": 0,
  852. "_fillRange": 0,
  853. "_isTrimmedMode": true,
  854. "_atlas": null,
  855. "_id": "95MLr/H9pNO7kU+CjXjAQD"
  856. },
  857. {
  858. "__type__": "cc.Widget",
  859. "_name": "",
  860. "_objFlags": 0,
  861. "node": {
  862. "__id__": 14
  863. },
  864. "_enabled": true,
  865. "alignMode": 0,
  866. "_target": null,
  867. "_alignFlags": 45,
  868. "_left": 0,
  869. "_right": 0,
  870. "_top": 0,
  871. "_bottom": 0,
  872. "_verticalCenter": 0,
  873. "_horizontalCenter": 0,
  874. "_isAbsLeft": true,
  875. "_isAbsRight": true,
  876. "_isAbsTop": true,
  877. "_isAbsBottom": true,
  878. "_isAbsHorizontalCenter": true,
  879. "_isAbsVerticalCenter": true,
  880. "_originalWidth": 100,
  881. "_originalHeight": 40,
  882. "_id": "75iv98GDFPuKvfm6fybfGC"
  883. },
  884. {
  885. "__type__": "cc.Button",
  886. "_name": "",
  887. "_objFlags": 0,
  888. "node": {
  889. "__id__": 13
  890. },
  891. "_enabled": true,
  892. "_normalMaterial": null,
  893. "_grayMaterial": null,
  894. "duration": 0.1,
  895. "zoomScale": 1.2,
  896. "clickEvents": [
  897. {
  898. "__id__": 20
  899. }
  900. ],
  901. "_N$interactable": true,
  902. "_N$enableAutoGrayEffect": false,
  903. "_N$transition": 3,
  904. "transition": 3,
  905. "_N$normalColor": {
  906. "__type__": "cc.Color",
  907. "r": 230,
  908. "g": 230,
  909. "b": 230,
  910. "a": 255
  911. },
  912. "_N$pressedColor": {
  913. "__type__": "cc.Color",
  914. "r": 200,
  915. "g": 200,
  916. "b": 200,
  917. "a": 255
  918. },
  919. "pressedColor": {
  920. "__type__": "cc.Color",
  921. "r": 200,
  922. "g": 200,
  923. "b": 200,
  924. "a": 255
  925. },
  926. "_N$hoverColor": {
  927. "__type__": "cc.Color",
  928. "r": 255,
  929. "g": 255,
  930. "b": 255,
  931. "a": 255
  932. },
  933. "hoverColor": {
  934. "__type__": "cc.Color",
  935. "r": 255,
  936. "g": 255,
  937. "b": 255,
  938. "a": 255
  939. },
  940. "_N$disabledColor": {
  941. "__type__": "cc.Color",
  942. "r": 120,
  943. "g": 120,
  944. "b": 120,
  945. "a": 200
  946. },
  947. "_N$normalSprite": {
  948. "__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952"
  949. },
  950. "_N$pressedSprite": {
  951. "__uuid__": "e9ec654c-97a2-4787-9325-e6a10375219a"
  952. },
  953. "pressedSprite": {
  954. "__uuid__": "e9ec654c-97a2-4787-9325-e6a10375219a"
  955. },
  956. "_N$hoverSprite": {
  957. "__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952"
  958. },
  959. "hoverSprite": {
  960. "__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952"
  961. },
  962. "_N$disabledSprite": {
  963. "__uuid__": "29158224-f8dd-4661-a796-1ffab537140e"
  964. },
  965. "_N$target": {
  966. "__id__": 14
  967. },
  968. "_id": "63WOppNUxI3JKxtKS9bzVn"
  969. },
  970. {
  971. "__type__": "cc.ClickEvent",
  972. "target": {
  973. "__id__": 2
  974. },
  975. "component": "",
  976. "_componentId": "c8ad6fhb1BESYIiTZAAD3ne",
  977. "handler": "onRefreshTouchEnd",
  978. "customEventData": ""
  979. },
  980. {
  981. "__type__": "cc.Node",
  982. "_name": "$nest_edit",
  983. "_objFlags": 0,
  984. "_parent": {
  985. "__id__": 2
  986. },
  987. "_children": [
  988. {
  989. "__id__": 22
  990. },
  991. {
  992. "__id__": 25
  993. },
  994. {
  995. "__id__": 28
  996. }
  997. ],
  998. "_active": true,
  999. "_components": [
  1000. {
  1001. "__id__": 31
  1002. }
  1003. ],
  1004. "_prefab": null,
  1005. "_opacity": 255,
  1006. "_color": {
  1007. "__type__": "cc.Color",
  1008. "r": 255,
  1009. "g": 255,
  1010. "b": 255,
  1011. "a": 255
  1012. },
  1013. "_contentSize": {
  1014. "__type__": "cc.Size",
  1015. "width": 88.4,
  1016. "height": 40
  1017. },
  1018. "_anchorPoint": {
  1019. "__type__": "cc.Vec2",
  1020. "x": 0.5,
  1021. "y": 0.5
  1022. },
  1023. "_trs": {
  1024. "__type__": "TypedArray",
  1025. "ctor": "Float64Array",
  1026. "array": [
  1027. -418.25,
  1028. 487.566,
  1029. 0,
  1030. 0,
  1031. 0,
  1032. 0,
  1033. 1,
  1034. 1,
  1035. 1,
  1036. 1
  1037. ]
  1038. },
  1039. "_eulerAngles": {
  1040. "__type__": "cc.Vec3",
  1041. "x": 0,
  1042. "y": 0,
  1043. "z": 0
  1044. },
  1045. "_skewX": 0,
  1046. "_skewY": 0,
  1047. "_is3DNode": false,
  1048. "_groupIndex": 0,
  1049. "groupIndex": 0,
  1050. "_id": "73SRAEm4pDzqutPZ+XVnam"
  1051. },
  1052. {
  1053. "__type__": "cc.Node",
  1054. "_name": "BACKGROUND_SPRITE",
  1055. "_objFlags": 512,
  1056. "_parent": {
  1057. "__id__": 21
  1058. },
  1059. "_children": [],
  1060. "_active": true,
  1061. "_components": [
  1062. {
  1063. "__id__": 23
  1064. },
  1065. {
  1066. "__id__": 24
  1067. }
  1068. ],
  1069. "_prefab": null,
  1070. "_opacity": 255,
  1071. "_color": {
  1072. "__type__": "cc.Color",
  1073. "r": 255,
  1074. "g": 255,
  1075. "b": 255,
  1076. "a": 255
  1077. },
  1078. "_contentSize": {
  1079. "__type__": "cc.Size",
  1080. "width": 88.4,
  1081. "height": 40
  1082. },
  1083. "_anchorPoint": {
  1084. "__type__": "cc.Vec2",
  1085. "x": 0.5,
  1086. "y": 0.5
  1087. },
  1088. "_trs": {
  1089. "__type__": "TypedArray",
  1090. "ctor": "Float64Array",
  1091. "array": [
  1092. 0,
  1093. 0,
  1094. 0,
  1095. 0,
  1096. 0,
  1097. 0,
  1098. 1,
  1099. 1,
  1100. 1,
  1101. 1
  1102. ]
  1103. },
  1104. "_eulerAngles": {
  1105. "__type__": "cc.Vec3",
  1106. "x": 0,
  1107. "y": 0,
  1108. "z": 0
  1109. },
  1110. "_skewX": 0,
  1111. "_skewY": 0,
  1112. "_is3DNode": false,
  1113. "_groupIndex": 0,
  1114. "groupIndex": 0,
  1115. "_id": "82Zu4zuyRMSabapae+sL2m"
  1116. },
  1117. {
  1118. "__type__": "cc.Sprite",
  1119. "_name": "",
  1120. "_objFlags": 0,
  1121. "node": {
  1122. "__id__": 22
  1123. },
  1124. "_enabled": true,
  1125. "_materials": [
  1126. {
  1127. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  1128. }
  1129. ],
  1130. "_srcBlendFactor": 770,
  1131. "_dstBlendFactor": 771,
  1132. "_spriteFrame": {
  1133. "__uuid__": "ff0e91c7-55c6-4086-a39f-cb6e457b8c3b"
  1134. },
  1135. "_type": 1,
  1136. "_sizeMode": 0,
  1137. "_fillType": 0,
  1138. "_fillCenter": {
  1139. "__type__": "cc.Vec2",
  1140. "x": 0,
  1141. "y": 0
  1142. },
  1143. "_fillStart": 0,
  1144. "_fillRange": 0,
  1145. "_isTrimmedMode": true,
  1146. "_atlas": null,
  1147. "_id": "05R8ZyhY1GP4MgoSZ0hHv9"
  1148. },
  1149. {
  1150. "__type__": "cc.Widget",
  1151. "_name": "",
  1152. "_objFlags": 0,
  1153. "node": {
  1154. "__id__": 22
  1155. },
  1156. "_enabled": true,
  1157. "alignMode": 0,
  1158. "_target": null,
  1159. "_alignFlags": 45,
  1160. "_left": 0,
  1161. "_right": 0,
  1162. "_top": 0,
  1163. "_bottom": 0,
  1164. "_verticalCenter": 0,
  1165. "_horizontalCenter": 0,
  1166. "_isAbsLeft": true,
  1167. "_isAbsRight": true,
  1168. "_isAbsTop": true,
  1169. "_isAbsBottom": true,
  1170. "_isAbsHorizontalCenter": true,
  1171. "_isAbsVerticalCenter": true,
  1172. "_originalWidth": 160,
  1173. "_originalHeight": 40,
  1174. "_id": "c4sgGC931ASJkQGYUVRnzz"
  1175. },
  1176. {
  1177. "__type__": "cc.Node",
  1178. "_name": "TEXT_LABEL",
  1179. "_objFlags": 512,
  1180. "_parent": {
  1181. "__id__": 21
  1182. },
  1183. "_children": [],
  1184. "_active": false,
  1185. "_components": [
  1186. {
  1187. "__id__": 26
  1188. },
  1189. {
  1190. "__id__": 27
  1191. }
  1192. ],
  1193. "_prefab": null,
  1194. "_opacity": 255,
  1195. "_color": {
  1196. "__type__": "cc.Color",
  1197. "r": 255,
  1198. "g": 255,
  1199. "b": 255,
  1200. "a": 255
  1201. },
  1202. "_contentSize": {
  1203. "__type__": "cc.Size",
  1204. "width": 158,
  1205. "height": 40
  1206. },
  1207. "_anchorPoint": {
  1208. "__type__": "cc.Vec2",
  1209. "x": 0,
  1210. "y": 1
  1211. },
  1212. "_trs": {
  1213. "__type__": "TypedArray",
  1214. "ctor": "Float64Array",
  1215. "array": [
  1216. -78,
  1217. 20,
  1218. 0,
  1219. 0,
  1220. 0,
  1221. 0,
  1222. 1,
  1223. 1,
  1224. 1,
  1225. 1
  1226. ]
  1227. },
  1228. "_eulerAngles": {
  1229. "__type__": "cc.Vec3",
  1230. "x": 0,
  1231. "y": 0,
  1232. "z": 0
  1233. },
  1234. "_skewX": 0,
  1235. "_skewY": 0,
  1236. "_is3DNode": false,
  1237. "_groupIndex": 0,
  1238. "groupIndex": 0,
  1239. "_id": "d9xbW/IaZLzIwsmUG/dEra"
  1240. },
  1241. {
  1242. "__type__": "cc.Label",
  1243. "_name": "",
  1244. "_objFlags": 0,
  1245. "node": {
  1246. "__id__": 25
  1247. },
  1248. "_enabled": true,
  1249. "_materials": [],
  1250. "_srcBlendFactor": 770,
  1251. "_dstBlendFactor": 771,
  1252. "_string": "",
  1253. "_N$string": "",
  1254. "_fontSize": 20,
  1255. "_lineHeight": 25,
  1256. "_enableWrapText": false,
  1257. "_N$file": null,
  1258. "_isSystemFontUsed": true,
  1259. "_spacingX": 0,
  1260. "_batchAsBitmap": false,
  1261. "_styleFlags": 0,
  1262. "_underlineHeight": 0,
  1263. "_N$horizontalAlign": 0,
  1264. "_N$verticalAlign": 1,
  1265. "_N$fontFamily": "Arial",
  1266. "_N$overflow": 1,
  1267. "_N$cacheMode": 0,
  1268. "_id": "8aOEF9cNdM1pweyD1zRMg5"
  1269. },
  1270. {
  1271. "__type__": "cc.Widget",
  1272. "_name": "",
  1273. "_objFlags": 0,
  1274. "node": {
  1275. "__id__": 25
  1276. },
  1277. "_enabled": true,
  1278. "alignMode": 0,
  1279. "_target": null,
  1280. "_alignFlags": 45,
  1281. "_left": 2,
  1282. "_right": 0,
  1283. "_top": 0,
  1284. "_bottom": 0,
  1285. "_verticalCenter": 0,
  1286. "_horizontalCenter": 0,
  1287. "_isAbsLeft": true,
  1288. "_isAbsRight": true,
  1289. "_isAbsTop": true,
  1290. "_isAbsBottom": true,
  1291. "_isAbsHorizontalCenter": true,
  1292. "_isAbsVerticalCenter": true,
  1293. "_originalWidth": 158,
  1294. "_originalHeight": 40,
  1295. "_id": "01ep+uPl9HrqngFAH34OMm"
  1296. },
  1297. {
  1298. "__type__": "cc.Node",
  1299. "_name": "PLACEHOLDER_LABEL",
  1300. "_objFlags": 512,
  1301. "_parent": {
  1302. "__id__": 21
  1303. },
  1304. "_children": [],
  1305. "_active": true,
  1306. "_components": [
  1307. {
  1308. "__id__": 29
  1309. },
  1310. {
  1311. "__id__": 30
  1312. }
  1313. ],
  1314. "_prefab": null,
  1315. "_opacity": 255,
  1316. "_color": {
  1317. "__type__": "cc.Color",
  1318. "r": 187,
  1319. "g": 187,
  1320. "b": 187,
  1321. "a": 255
  1322. },
  1323. "_contentSize": {
  1324. "__type__": "cc.Size",
  1325. "width": 86.4,
  1326. "height": 40
  1327. },
  1328. "_anchorPoint": {
  1329. "__type__": "cc.Vec2",
  1330. "x": 0,
  1331. "y": 1
  1332. },
  1333. "_trs": {
  1334. "__type__": "TypedArray",
  1335. "ctor": "Float64Array",
  1336. "array": [
  1337. -42.2,
  1338. 20,
  1339. 0,
  1340. 0,
  1341. 0,
  1342. 0,
  1343. 1,
  1344. 1,
  1345. 1,
  1346. 1
  1347. ]
  1348. },
  1349. "_eulerAngles": {
  1350. "__type__": "cc.Vec3",
  1351. "x": 0,
  1352. "y": 0,
  1353. "z": 0
  1354. },
  1355. "_skewX": 0,
  1356. "_skewY": 0,
  1357. "_is3DNode": false,
  1358. "_groupIndex": 0,
  1359. "groupIndex": 0,
  1360. "_id": "caKBwhTP1BQaczrYCeuXDY"
  1361. },
  1362. {
  1363. "__type__": "cc.Label",
  1364. "_name": "",
  1365. "_objFlags": 0,
  1366. "node": {
  1367. "__id__": 28
  1368. },
  1369. "_enabled": true,
  1370. "_materials": [
  1371. {
  1372. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  1373. }
  1374. ],
  1375. "_srcBlendFactor": 770,
  1376. "_dstBlendFactor": 771,
  1377. "_string": "nest id",
  1378. "_N$string": "nest id",
  1379. "_fontSize": 20,
  1380. "_lineHeight": 25,
  1381. "_enableWrapText": false,
  1382. "_N$file": null,
  1383. "_isSystemFontUsed": true,
  1384. "_spacingX": 0,
  1385. "_batchAsBitmap": false,
  1386. "_styleFlags": 0,
  1387. "_underlineHeight": 0,
  1388. "_N$horizontalAlign": 0,
  1389. "_N$verticalAlign": 1,
  1390. "_N$fontFamily": "Arial",
  1391. "_N$overflow": 1,
  1392. "_N$cacheMode": 0,
  1393. "_id": "8fIKkQzedDWL9MoqcjvYc4"
  1394. },
  1395. {
  1396. "__type__": "cc.Widget",
  1397. "_name": "",
  1398. "_objFlags": 0,
  1399. "node": {
  1400. "__id__": 28
  1401. },
  1402. "_enabled": true,
  1403. "alignMode": 0,
  1404. "_target": null,
  1405. "_alignFlags": 45,
  1406. "_left": 2,
  1407. "_right": 0,
  1408. "_top": 0,
  1409. "_bottom": 0,
  1410. "_verticalCenter": 0,
  1411. "_horizontalCenter": 0,
  1412. "_isAbsLeft": true,
  1413. "_isAbsRight": true,
  1414. "_isAbsTop": true,
  1415. "_isAbsBottom": true,
  1416. "_isAbsHorizontalCenter": true,
  1417. "_isAbsVerticalCenter": true,
  1418. "_originalWidth": 158,
  1419. "_originalHeight": 40,
  1420. "_id": "14uL9QZBdO0azv2Gz0XaKD"
  1421. },
  1422. {
  1423. "__type__": "cc.EditBox",
  1424. "_name": "",
  1425. "_objFlags": 0,
  1426. "node": {
  1427. "__id__": 21
  1428. },
  1429. "_enabled": true,
  1430. "_string": "",
  1431. "returnType": 0,
  1432. "maxLength": 8,
  1433. "_tabIndex": 0,
  1434. "editingDidBegan": [],
  1435. "textChanged": [],
  1436. "editingDidEnded": [],
  1437. "editingReturn": [],
  1438. "_N$textLabel": {
  1439. "__id__": 26
  1440. },
  1441. "_N$placeholderLabel": {
  1442. "__id__": 29
  1443. },
  1444. "_N$background": {
  1445. "__id__": 23
  1446. },
  1447. "_N$inputFlag": 5,
  1448. "_N$inputMode": 6,
  1449. "_N$stayOnTop": false,
  1450. "_id": "55MMf/THZIiLZUdVPbzp6+"
  1451. },
  1452. {
  1453. "__type__": "cc.Canvas",
  1454. "_name": "",
  1455. "_objFlags": 0,
  1456. "node": {
  1457. "__id__": 2
  1458. },
  1459. "_enabled": true,
  1460. "_designResolution": {
  1461. "__type__": "cc.Size",
  1462. "width": 1000,
  1463. "height": 1200
  1464. },
  1465. "_fitWidth": false,
  1466. "_fitHeight": false,
  1467. "_id": "59Cd0ovbdF4byw5sbjJDx7"
  1468. },
  1469. {
  1470. "__type__": "cc.Widget",
  1471. "_name": "",
  1472. "_objFlags": 0,
  1473. "node": {
  1474. "__id__": 2
  1475. },
  1476. "_enabled": true,
  1477. "alignMode": 1,
  1478. "_target": null,
  1479. "_alignFlags": 45,
  1480. "_left": 0,
  1481. "_right": 0,
  1482. "_top": 0,
  1483. "_bottom": 0,
  1484. "_verticalCenter": 0,
  1485. "_horizontalCenter": 0,
  1486. "_isAbsLeft": true,
  1487. "_isAbsRight": true,
  1488. "_isAbsTop": true,
  1489. "_isAbsBottom": true,
  1490. "_isAbsHorizontalCenter": true,
  1491. "_isAbsVerticalCenter": true,
  1492. "_originalWidth": 0,
  1493. "_originalHeight": 0,
  1494. "_id": "29zXboiXFBKoIV4PQ2liTe"
  1495. },
  1496. {
  1497. "__type__": "c8ad6fhb1BESYIiTZAAD3ne",
  1498. "_name": "",
  1499. "_objFlags": 0,
  1500. "node": {
  1501. "__id__": 2
  1502. },
  1503. "_enabled": true,
  1504. "$content_node": {
  1505. "__id__": 5
  1506. },
  1507. "$layer_node": {
  1508. "__id__": 6
  1509. },
  1510. "$top_node": {
  1511. "__id__": 7
  1512. },
  1513. "$ui_node": {
  1514. "__id__": 9
  1515. },
  1516. "$refresh_btn": {
  1517. "__id__": 19
  1518. },
  1519. "$nest_edit": {
  1520. "__id__": 31
  1521. },
  1522. "_id": "7futlKeM5PTJALRd/ASeIe"
  1523. }
  1524. ]