LoadScene.fire 28 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604
  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": "18364748-5d4d-4a13-ba80-24a58690c521"
  62. },
  63. {
  64. "__type__": "cc.Node",
  65. "_name": "Canvas",
  66. "_objFlags": 0,
  67. "_parent": {
  68. "__id__": 1
  69. },
  70. "_children": [
  71. {
  72. "__id__": 3
  73. },
  74. {
  75. "__id__": 5
  76. },
  77. {
  78. "__id__": 24
  79. },
  80. {
  81. "__id__": 32
  82. }
  83. ],
  84. "_active": true,
  85. "_components": [
  86. {
  87. "__id__": 34
  88. },
  89. {
  90. "__id__": 35
  91. },
  92. {
  93. "__id__": 36
  94. }
  95. ],
  96. "_prefab": null,
  97. "_opacity": 255,
  98. "_color": {
  99. "__type__": "cc.Color",
  100. "r": 252,
  101. "g": 252,
  102. "b": 252,
  103. "a": 255
  104. },
  105. "_contentSize": {
  106. "__type__": "cc.Size",
  107. "width": 750,
  108. "height": 1624
  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. 375,
  120. 812,
  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": "a286bbGknJLZpRpxROV6M94"
  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": 0,
  170. "height": 0
  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": "85OVmg6EVLoKbdmeaHrmFN"
  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": "e5jb+TvOJBKYayWZDPk8cb"
  241. },
  242. {
  243. "__type__": "cc.Node",
  244. "_name": "bg",
  245. "_objFlags": 0,
  246. "_parent": {
  247. "__id__": 2
  248. },
  249. "_children": [
  250. {
  251. "__id__": 6
  252. },
  253. {
  254. "__id__": 12
  255. },
  256. {
  257. "__id__": 14
  258. },
  259. {
  260. "__id__": 16
  261. },
  262. {
  263. "__id__": 19
  264. }
  265. ],
  266. "_active": true,
  267. "_components": [
  268. {
  269. "__id__": 22
  270. },
  271. {
  272. "__id__": 23
  273. }
  274. ],
  275. "_prefab": null,
  276. "_opacity": 255,
  277. "_color": {
  278. "__type__": "cc.Color",
  279. "r": 255,
  280. "g": 255,
  281. "b": 255,
  282. "a": 255
  283. },
  284. "_contentSize": {
  285. "__type__": "cc.Size",
  286. "width": 750,
  287. "height": 1624
  288. },
  289. "_anchorPoint": {
  290. "__type__": "cc.Vec2",
  291. "x": 0.5,
  292. "y": 0.5
  293. },
  294. "_trs": {
  295. "__type__": "TypedArray",
  296. "ctor": "Float64Array",
  297. "array": [
  298. 0,
  299. 0,
  300. 0,
  301. 0,
  302. 0,
  303. 0,
  304. 1,
  305. 1,
  306. 1,
  307. 1
  308. ]
  309. },
  310. "_eulerAngles": {
  311. "__type__": "cc.Vec3",
  312. "x": 0,
  313. "y": 0,
  314. "z": 0
  315. },
  316. "_skewX": 0,
  317. "_skewY": 0,
  318. "_is3DNode": false,
  319. "_groupIndex": 0,
  320. "groupIndex": 0,
  321. "_id": "39Wjg8okJMQoCixc0/JJ3y"
  322. },
  323. {
  324. "__type__": "cc.Node",
  325. "_name": "StartGame",
  326. "_objFlags": 0,
  327. "_parent": {
  328. "__id__": 5
  329. },
  330. "_children": [
  331. {
  332. "__id__": 7
  333. }
  334. ],
  335. "_active": true,
  336. "_components": [
  337. {
  338. "__id__": 9
  339. },
  340. {
  341. "__id__": 11
  342. }
  343. ],
  344. "_prefab": null,
  345. "_opacity": 255,
  346. "_color": {
  347. "__type__": "cc.Color",
  348. "r": 255,
  349. "g": 255,
  350. "b": 255,
  351. "a": 255
  352. },
  353. "_contentSize": {
  354. "__type__": "cc.Size",
  355. "width": 331.9,
  356. "height": 175.4
  357. },
  358. "_anchorPoint": {
  359. "__type__": "cc.Vec2",
  360. "x": 0.5,
  361. "y": 0.5
  362. },
  363. "_trs": {
  364. "__type__": "TypedArray",
  365. "ctor": "Float64Array",
  366. "array": [
  367. 0,
  368. -303.081,
  369. 0,
  370. 0,
  371. 0,
  372. 0,
  373. 1,
  374. 1,
  375. 1,
  376. 1
  377. ]
  378. },
  379. "_eulerAngles": {
  380. "__type__": "cc.Vec3",
  381. "x": 0,
  382. "y": 0,
  383. "z": 0
  384. },
  385. "_skewX": 0,
  386. "_skewY": 0,
  387. "_is3DNode": false,
  388. "_groupIndex": 0,
  389. "groupIndex": 0,
  390. "_id": "59YHz/MjtH6ZzA9CoNpAXQ"
  391. },
  392. {
  393. "__type__": "cc.Node",
  394. "_name": "Background",
  395. "_objFlags": 0,
  396. "_parent": {
  397. "__id__": 6
  398. },
  399. "_children": [],
  400. "_active": true,
  401. "_components": [
  402. {
  403. "__id__": 8
  404. }
  405. ],
  406. "_prefab": null,
  407. "_opacity": 255,
  408. "_color": {
  409. "__type__": "cc.Color",
  410. "r": 255,
  411. "g": 255,
  412. "b": 255,
  413. "a": 255
  414. },
  415. "_contentSize": {
  416. "__type__": "cc.Size",
  417. "width": 611,
  418. "height": 277
  419. },
  420. "_anchorPoint": {
  421. "__type__": "cc.Vec2",
  422. "x": 0.5,
  423. "y": 0.5
  424. },
  425. "_trs": {
  426. "__type__": "TypedArray",
  427. "ctor": "Float64Array",
  428. "array": [
  429. 0,
  430. 0,
  431. 0,
  432. 0,
  433. 0,
  434. 0,
  435. 1,
  436. 0.5,
  437. 0.5,
  438. 0
  439. ]
  440. },
  441. "_eulerAngles": {
  442. "__type__": "cc.Vec3",
  443. "x": 0,
  444. "y": 0,
  445. "z": 0
  446. },
  447. "_skewX": 0,
  448. "_skewY": 0,
  449. "_is3DNode": false,
  450. "_groupIndex": 0,
  451. "groupIndex": 0,
  452. "_id": "84O5S2jDtAtZ9cEivBafg1"
  453. },
  454. {
  455. "__type__": "cc.Sprite",
  456. "_name": "",
  457. "_objFlags": 0,
  458. "node": {
  459. "__id__": 7
  460. },
  461. "_enabled": true,
  462. "_materials": [
  463. {
  464. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  465. }
  466. ],
  467. "_srcBlendFactor": 770,
  468. "_dstBlendFactor": 771,
  469. "_spriteFrame": {
  470. "__uuid__": "34a18619-3d04-48cd-bcd7-faf2c07e01fe"
  471. },
  472. "_type": 1,
  473. "_sizeMode": 0,
  474. "_fillType": 0,
  475. "_fillCenter": {
  476. "__type__": "cc.Vec2",
  477. "x": 0,
  478. "y": 0
  479. },
  480. "_fillStart": 0,
  481. "_fillRange": 0,
  482. "_isTrimmedMode": true,
  483. "_atlas": null,
  484. "_id": "65kvJbHXRICoUdFa40h1eD"
  485. },
  486. {
  487. "__type__": "cc.Button",
  488. "_name": "",
  489. "_objFlags": 0,
  490. "node": {
  491. "__id__": 6
  492. },
  493. "_enabled": true,
  494. "_normalMaterial": null,
  495. "_grayMaterial": null,
  496. "duration": 0.1,
  497. "zoomScale": 1.05,
  498. "clickEvents": [
  499. {
  500. "__id__": 10
  501. }
  502. ],
  503. "_N$interactable": true,
  504. "_N$enableAutoGrayEffect": false,
  505. "_N$transition": 3,
  506. "transition": 3,
  507. "_N$normalColor": {
  508. "__type__": "cc.Color",
  509. "r": 230,
  510. "g": 230,
  511. "b": 230,
  512. "a": 255
  513. },
  514. "_N$pressedColor": {
  515. "__type__": "cc.Color",
  516. "r": 200,
  517. "g": 200,
  518. "b": 200,
  519. "a": 255
  520. },
  521. "pressedColor": {
  522. "__type__": "cc.Color",
  523. "r": 200,
  524. "g": 200,
  525. "b": 200,
  526. "a": 255
  527. },
  528. "_N$hoverColor": {
  529. "__type__": "cc.Color",
  530. "r": 255,
  531. "g": 255,
  532. "b": 255,
  533. "a": 255
  534. },
  535. "hoverColor": {
  536. "__type__": "cc.Color",
  537. "r": 255,
  538. "g": 255,
  539. "b": 255,
  540. "a": 255
  541. },
  542. "_N$disabledColor": {
  543. "__type__": "cc.Color",
  544. "r": 120,
  545. "g": 120,
  546. "b": 120,
  547. "a": 200
  548. },
  549. "_N$normalSprite": {
  550. "__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952"
  551. },
  552. "_N$pressedSprite": {
  553. "__uuid__": "e9ec654c-97a2-4787-9325-e6a10375219a"
  554. },
  555. "pressedSprite": {
  556. "__uuid__": "e9ec654c-97a2-4787-9325-e6a10375219a"
  557. },
  558. "_N$hoverSprite": {
  559. "__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952"
  560. },
  561. "hoverSprite": {
  562. "__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952"
  563. },
  564. "_N$disabledSprite": {
  565. "__uuid__": "29158224-f8dd-4661-a796-1ffab537140e"
  566. },
  567. "_N$target": {
  568. "__id__": 7
  569. },
  570. "_id": "7dk34ps69JZrKSmqTSAugz"
  571. },
  572. {
  573. "__type__": "cc.ClickEvent",
  574. "target": {
  575. "__id__": 2
  576. },
  577. "component": "",
  578. "_componentId": "572dd3BwulMAorbseYM96UQ",
  579. "handler": "StartGame",
  580. "customEventData": ""
  581. },
  582. {
  583. "__type__": "cc.Widget",
  584. "_name": "",
  585. "_objFlags": 0,
  586. "node": {
  587. "__id__": 6
  588. },
  589. "_enabled": true,
  590. "alignMode": 1,
  591. "_target": null,
  592. "_alignFlags": 4,
  593. "_left": 0,
  594. "_right": 0,
  595. "_top": 0,
  596. "_bottom": 421.219,
  597. "_verticalCenter": 0,
  598. "_horizontalCenter": 0,
  599. "_isAbsLeft": true,
  600. "_isAbsRight": true,
  601. "_isAbsTop": true,
  602. "_isAbsBottom": true,
  603. "_isAbsHorizontalCenter": true,
  604. "_isAbsVerticalCenter": true,
  605. "_originalWidth": 0,
  606. "_originalHeight": 0,
  607. "_id": "fefn9bmmBKVafmR2VQwZWL"
  608. },
  609. {
  610. "__type__": "cc.Node",
  611. "_name": "logoName",
  612. "_objFlags": 0,
  613. "_parent": {
  614. "__id__": 5
  615. },
  616. "_children": [],
  617. "_active": true,
  618. "_components": [
  619. {
  620. "__id__": 13
  621. }
  622. ],
  623. "_prefab": null,
  624. "_opacity": 255,
  625. "_color": {
  626. "__type__": "cc.Color",
  627. "r": 255,
  628. "g": 255,
  629. "b": 255,
  630. "a": 255
  631. },
  632. "_contentSize": {
  633. "__type__": "cc.Size",
  634. "width": 1007,
  635. "height": 909
  636. },
  637. "_anchorPoint": {
  638. "__type__": "cc.Vec2",
  639. "x": 0.5,
  640. "y": 0.5
  641. },
  642. "_trs": {
  643. "__type__": "TypedArray",
  644. "ctor": "Float64Array",
  645. "array": [
  646. 0,
  647. 386.116,
  648. 0,
  649. 0,
  650. 0,
  651. 0,
  652. 1,
  653. 0.5,
  654. 0.5,
  655. 1
  656. ]
  657. },
  658. "_eulerAngles": {
  659. "__type__": "cc.Vec3",
  660. "x": 0,
  661. "y": 0,
  662. "z": 0
  663. },
  664. "_skewX": 0,
  665. "_skewY": 0,
  666. "_is3DNode": false,
  667. "_groupIndex": 0,
  668. "groupIndex": 0,
  669. "_id": "29wdQntLREToXTjAVrSFpw"
  670. },
  671. {
  672. "__type__": "cc.Sprite",
  673. "_name": "",
  674. "_objFlags": 0,
  675. "node": {
  676. "__id__": 12
  677. },
  678. "_enabled": true,
  679. "_materials": [
  680. {
  681. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  682. }
  683. ],
  684. "_srcBlendFactor": 770,
  685. "_dstBlendFactor": 771,
  686. "_spriteFrame": {
  687. "__uuid__": "456d388c-3165-4f7c-890e-772ee9b08933"
  688. },
  689. "_type": 0,
  690. "_sizeMode": 1,
  691. "_fillType": 0,
  692. "_fillCenter": {
  693. "__type__": "cc.Vec2",
  694. "x": 0,
  695. "y": 0
  696. },
  697. "_fillStart": 0,
  698. "_fillRange": 0,
  699. "_isTrimmedMode": true,
  700. "_atlas": null,
  701. "_id": "c3Owhyh1NAu5JBnv0wI2zc"
  702. },
  703. {
  704. "__type__": "cc.Node",
  705. "_name": "test",
  706. "_objFlags": 0,
  707. "_parent": {
  708. "__id__": 5
  709. },
  710. "_children": [],
  711. "_active": true,
  712. "_components": [
  713. {
  714. "__id__": 15
  715. }
  716. ],
  717. "_prefab": null,
  718. "_opacity": 255,
  719. "_color": {
  720. "__type__": "cc.Color",
  721. "r": 255,
  722. "g": 255,
  723. "b": 255,
  724. "a": 255
  725. },
  726. "_contentSize": {
  727. "__type__": "cc.Size",
  728. "width": 333,
  729. "height": 333
  730. },
  731. "_anchorPoint": {
  732. "__type__": "cc.Vec2",
  733. "x": 0.5,
  734. "y": 0.5
  735. },
  736. "_trs": {
  737. "__type__": "TypedArray",
  738. "ctor": "Float64Array",
  739. "array": [
  740. -896.816,
  741. 0,
  742. 0,
  743. 0,
  744. 0,
  745. 0,
  746. 1,
  747. 1,
  748. 1,
  749. 1
  750. ]
  751. },
  752. "_eulerAngles": {
  753. "__type__": "cc.Vec3",
  754. "x": 0,
  755. "y": 0,
  756. "z": 0
  757. },
  758. "_skewX": 0,
  759. "_skewY": 0,
  760. "_is3DNode": false,
  761. "_groupIndex": 0,
  762. "groupIndex": 0,
  763. "_id": "b0fGkQQD5PTqQM9+8rrTYP"
  764. },
  765. {
  766. "__type__": "cc.Sprite",
  767. "_name": "",
  768. "_objFlags": 0,
  769. "node": {
  770. "__id__": 14
  771. },
  772. "_enabled": true,
  773. "_materials": [
  774. {
  775. "__uuid__": "ccd9b6dd-c8fa-43c3-b30a-e470d66f05bb"
  776. }
  777. ],
  778. "_srcBlendFactor": 770,
  779. "_dstBlendFactor": 771,
  780. "_spriteFrame": {
  781. "__uuid__": "a23235d1-15db-4b95-8439-a2e005bfff91"
  782. },
  783. "_type": 0,
  784. "_sizeMode": 0,
  785. "_fillType": 0,
  786. "_fillCenter": {
  787. "__type__": "cc.Vec2",
  788. "x": 0,
  789. "y": 0
  790. },
  791. "_fillStart": 0,
  792. "_fillRange": 0,
  793. "_isTrimmedMode": true,
  794. "_atlas": null,
  795. "_id": "3c6DPOQx5DXK6Nq3WM3IAG"
  796. },
  797. {
  798. "__type__": "cc.Node",
  799. "_name": "GongGao",
  800. "_objFlags": 0,
  801. "_parent": {
  802. "__id__": 5
  803. },
  804. "_children": [],
  805. "_active": true,
  806. "_components": [
  807. {
  808. "__id__": 17
  809. },
  810. {
  811. "__id__": 18
  812. }
  813. ],
  814. "_prefab": null,
  815. "_opacity": 255,
  816. "_color": {
  817. "__type__": "cc.Color",
  818. "r": 255,
  819. "g": 255,
  820. "b": 255,
  821. "a": 255
  822. },
  823. "_contentSize": {
  824. "__type__": "cc.Size",
  825. "width": 886,
  826. "height": 137
  827. },
  828. "_anchorPoint": {
  829. "__type__": "cc.Vec2",
  830. "x": 0.5,
  831. "y": 0.5
  832. },
  833. "_trs": {
  834. "__type__": "TypedArray",
  835. "ctor": "Float64Array",
  836. "array": [
  837. 5.684341886080802e-14,
  838. -654.0670000000001,
  839. 0,
  840. 0,
  841. 0,
  842. 0,
  843. 1,
  844. 0.6,
  845. 0.6,
  846. 1
  847. ]
  848. },
  849. "_eulerAngles": {
  850. "__type__": "cc.Vec3",
  851. "x": 0,
  852. "y": 0,
  853. "z": 0
  854. },
  855. "_skewX": 0,
  856. "_skewY": 0,
  857. "_is3DNode": false,
  858. "_groupIndex": 0,
  859. "groupIndex": 0,
  860. "_id": "32+S5oGx9BQauItIyLHkV8"
  861. },
  862. {
  863. "__type__": "cc.Sprite",
  864. "_name": "",
  865. "_objFlags": 0,
  866. "node": {
  867. "__id__": 16
  868. },
  869. "_enabled": true,
  870. "_materials": [
  871. {
  872. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  873. }
  874. ],
  875. "_srcBlendFactor": 770,
  876. "_dstBlendFactor": 771,
  877. "_spriteFrame": {
  878. "__uuid__": "e129d4da-57ff-400f-94a7-ff38ce468088"
  879. },
  880. "_type": 0,
  881. "_sizeMode": 0,
  882. "_fillType": 0,
  883. "_fillCenter": {
  884. "__type__": "cc.Vec2",
  885. "x": 0,
  886. "y": 0
  887. },
  888. "_fillStart": 0,
  889. "_fillRange": 0,
  890. "_isTrimmedMode": true,
  891. "_atlas": null,
  892. "_id": "18FRaf5SFLVJv6YLkIIFm0"
  893. },
  894. {
  895. "__type__": "cc.Widget",
  896. "_name": "",
  897. "_objFlags": 0,
  898. "node": {
  899. "__id__": 16
  900. },
  901. "_enabled": true,
  902. "alignMode": 1,
  903. "_target": null,
  904. "_alignFlags": 4,
  905. "_left": 29.800000000000068,
  906. "_right": 29.799999999999955,
  907. "_top": 0,
  908. "_bottom": 116.83299999999991,
  909. "_verticalCenter": 0,
  910. "_horizontalCenter": 0,
  911. "_isAbsLeft": true,
  912. "_isAbsRight": true,
  913. "_isAbsTop": true,
  914. "_isAbsBottom": true,
  915. "_isAbsHorizontalCenter": true,
  916. "_isAbsVerticalCenter": true,
  917. "_originalWidth": 690.4,
  918. "_originalHeight": 0,
  919. "_id": "7b4vkbnNlC9bllvfWihszs"
  920. },
  921. {
  922. "__type__": "cc.Node",
  923. "_name": "ageTips",
  924. "_objFlags": 0,
  925. "_parent": {
  926. "__id__": 5
  927. },
  928. "_children": [],
  929. "_active": true,
  930. "_components": [
  931. {
  932. "__id__": 20
  933. },
  934. {
  935. "__id__": 21
  936. }
  937. ],
  938. "_prefab": null,
  939. "_opacity": 255,
  940. "_color": {
  941. "__type__": "cc.Color",
  942. "r": 255,
  943. "g": 255,
  944. "b": 255,
  945. "a": 255
  946. },
  947. "_contentSize": {
  948. "__type__": "cc.Size",
  949. "width": 124,
  950. "height": 162
  951. },
  952. "_anchorPoint": {
  953. "__type__": "cc.Vec2",
  954. "x": 0.5,
  955. "y": 0.5
  956. },
  957. "_trs": {
  958. "__type__": "TypedArray",
  959. "ctor": "Float64Array",
  960. "array": [
  961. 329.6,
  962. -648.358,
  963. 0,
  964. 0,
  965. 0,
  966. 0,
  967. 1,
  968. 0.7,
  969. 0.7,
  970. 1
  971. ]
  972. },
  973. "_eulerAngles": {
  974. "__type__": "cc.Vec3",
  975. "x": 0,
  976. "y": 0,
  977. "z": 0
  978. },
  979. "_skewX": 0,
  980. "_skewY": 0,
  981. "_is3DNode": false,
  982. "_groupIndex": 0,
  983. "groupIndex": 0,
  984. "_id": "47659gkFBBhZ8vCTzzSoTd"
  985. },
  986. {
  987. "__type__": "cc.Sprite",
  988. "_name": "",
  989. "_objFlags": 0,
  990. "node": {
  991. "__id__": 19
  992. },
  993. "_enabled": true,
  994. "_materials": [
  995. {
  996. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  997. }
  998. ],
  999. "_srcBlendFactor": 770,
  1000. "_dstBlendFactor": 771,
  1001. "_spriteFrame": {
  1002. "__uuid__": "22f24b6a-ed2d-49d7-820f-2419b9915fd2"
  1003. },
  1004. "_type": 0,
  1005. "_sizeMode": 1,
  1006. "_fillType": 0,
  1007. "_fillCenter": {
  1008. "__type__": "cc.Vec2",
  1009. "x": 0,
  1010. "y": 0
  1011. },
  1012. "_fillStart": 0,
  1013. "_fillRange": 0,
  1014. "_isTrimmedMode": true,
  1015. "_atlas": null,
  1016. "_id": "bdcsDIxzZK74y0/DSv6UvP"
  1017. },
  1018. {
  1019. "__type__": "cc.Widget",
  1020. "_name": "",
  1021. "_objFlags": 0,
  1022. "node": {
  1023. "__id__": 19
  1024. },
  1025. "_enabled": true,
  1026. "alignMode": 1,
  1027. "_target": null,
  1028. "_alignFlags": 36,
  1029. "_left": 0,
  1030. "_right": 2,
  1031. "_top": 0,
  1032. "_bottom": 106.94199999999995,
  1033. "_verticalCenter": 0,
  1034. "_horizontalCenter": 0,
  1035. "_isAbsLeft": true,
  1036. "_isAbsRight": true,
  1037. "_isAbsTop": true,
  1038. "_isAbsBottom": true,
  1039. "_isAbsHorizontalCenter": true,
  1040. "_isAbsVerticalCenter": true,
  1041. "_originalWidth": 0,
  1042. "_originalHeight": 0,
  1043. "_id": "42CydmPQJJ+oyZqXebQ/D7"
  1044. },
  1045. {
  1046. "__type__": "cc.Sprite",
  1047. "_name": "",
  1048. "_objFlags": 0,
  1049. "node": {
  1050. "__id__": 5
  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__": "821caffc-744e-4f8d-bc99-1e11d3f0a7ae"
  1062. },
  1063. "_type": 0,
  1064. "_sizeMode": 0,
  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": "2dvnvjxGRGLpfSMX8c2unK"
  1076. },
  1077. {
  1078. "__type__": "cc.Widget",
  1079. "_name": "",
  1080. "_objFlags": 0,
  1081. "node": {
  1082. "__id__": 5
  1083. },
  1084. "_enabled": true,
  1085. "alignMode": 1,
  1086. "_target": null,
  1087. "_alignFlags": 45,
  1088. "_left": 0,
  1089. "_right": 0,
  1090. "_top": 0,
  1091. "_bottom": 0,
  1092. "_verticalCenter": 0,
  1093. "_horizontalCenter": 0,
  1094. "_isAbsLeft": true,
  1095. "_isAbsRight": true,
  1096. "_isAbsTop": true,
  1097. "_isAbsBottom": true,
  1098. "_isAbsHorizontalCenter": true,
  1099. "_isAbsVerticalCenter": true,
  1100. "_originalWidth": 0,
  1101. "_originalHeight": 0,
  1102. "_id": "01pP+UFl1MSJf4jAkUShtI"
  1103. },
  1104. {
  1105. "__type__": "cc.Node",
  1106. "_name": "New ProgressBar",
  1107. "_objFlags": 0,
  1108. "_parent": {
  1109. "__id__": 2
  1110. },
  1111. "_children": [
  1112. {
  1113. "__id__": 25
  1114. },
  1115. {
  1116. "__id__": 27
  1117. }
  1118. ],
  1119. "_active": true,
  1120. "_components": [
  1121. {
  1122. "__id__": 29
  1123. },
  1124. {
  1125. "__id__": 30
  1126. },
  1127. {
  1128. "__id__": 31
  1129. }
  1130. ],
  1131. "_prefab": null,
  1132. "_opacity": 255,
  1133. "_color": {
  1134. "__type__": "cc.Color",
  1135. "r": 255,
  1136. "g": 255,
  1137. "b": 255,
  1138. "a": 255
  1139. },
  1140. "_contentSize": {
  1141. "__type__": "cc.Size",
  1142. "width": 402.4,
  1143. "height": 48.7
  1144. },
  1145. "_anchorPoint": {
  1146. "__type__": "cc.Vec2",
  1147. "x": 0.5,
  1148. "y": 0.5
  1149. },
  1150. "_trs": {
  1151. "__type__": "TypedArray",
  1152. "ctor": "Float64Array",
  1153. "array": [
  1154. 0,
  1155. -451.462,
  1156. 0,
  1157. 0,
  1158. 0,
  1159. 0,
  1160. 1,
  1161. 1,
  1162. 1,
  1163. 1
  1164. ]
  1165. },
  1166. "_eulerAngles": {
  1167. "__type__": "cc.Vec3",
  1168. "x": 0,
  1169. "y": 0,
  1170. "z": 0
  1171. },
  1172. "_skewX": 0,
  1173. "_skewY": 0,
  1174. "_is3DNode": false,
  1175. "_groupIndex": 0,
  1176. "groupIndex": 0,
  1177. "_id": "83MmlXCGhNSa0b+0CfxZP2"
  1178. },
  1179. {
  1180. "__type__": "cc.Node",
  1181. "_name": "bar",
  1182. "_objFlags": 0,
  1183. "_parent": {
  1184. "__id__": 24
  1185. },
  1186. "_children": [],
  1187. "_active": true,
  1188. "_components": [
  1189. {
  1190. "__id__": 26
  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": 0,
  1205. "height": 74.4
  1206. },
  1207. "_anchorPoint": {
  1208. "__type__": "cc.Vec2",
  1209. "x": 0,
  1210. "y": 0.5
  1211. },
  1212. "_trs": {
  1213. "__type__": "TypedArray",
  1214. "ctor": "Float64Array",
  1215. "array": [
  1216. -198.3,
  1217. 2.4,
  1218. 0,
  1219. 0,
  1220. 0,
  1221. 0,
  1222. 1,
  1223. 0.5,
  1224. 0.5,
  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": "32ACE7polB+5AjI4R/xYYm"
  1240. },
  1241. {
  1242. "__type__": "cc.Sprite",
  1243. "_name": "",
  1244. "_objFlags": 0,
  1245. "node": {
  1246. "__id__": 25
  1247. },
  1248. "_enabled": true,
  1249. "_materials": [
  1250. {
  1251. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  1252. }
  1253. ],
  1254. "_srcBlendFactor": 770,
  1255. "_dstBlendFactor": 771,
  1256. "_spriteFrame": {
  1257. "__uuid__": "9c0d6818-4a9a-4aac-81c6-5368add6de5c"
  1258. },
  1259. "_type": 1,
  1260. "_sizeMode": 0,
  1261. "_fillType": 0,
  1262. "_fillCenter": {
  1263. "__type__": "cc.Vec2",
  1264. "x": 0,
  1265. "y": 0
  1266. },
  1267. "_fillStart": 0,
  1268. "_fillRange": 0,
  1269. "_isTrimmedMode": true,
  1270. "_atlas": null,
  1271. "_id": "9do4URTZdEa7c0q1vf9v6x"
  1272. },
  1273. {
  1274. "__type__": "cc.Node",
  1275. "_name": "New Label",
  1276. "_objFlags": 0,
  1277. "_parent": {
  1278. "__id__": 24
  1279. },
  1280. "_children": [],
  1281. "_active": true,
  1282. "_components": [
  1283. {
  1284. "__id__": 28
  1285. }
  1286. ],
  1287. "_prefab": null,
  1288. "_opacity": 255,
  1289. "_color": {
  1290. "__type__": "cc.Color",
  1291. "r": 255,
  1292. "g": 255,
  1293. "b": 255,
  1294. "a": 255
  1295. },
  1296. "_contentSize": {
  1297. "__type__": "cc.Size",
  1298. "width": 0,
  1299. "height": 37.8
  1300. },
  1301. "_anchorPoint": {
  1302. "__type__": "cc.Vec2",
  1303. "x": 0.5,
  1304. "y": 0.5
  1305. },
  1306. "_trs": {
  1307. "__type__": "TypedArray",
  1308. "ctor": "Float64Array",
  1309. "array": [
  1310. 0,
  1311. -50.412,
  1312. 0,
  1313. 0,
  1314. 0,
  1315. 0,
  1316. 1,
  1317. 1,
  1318. 1,
  1319. 1
  1320. ]
  1321. },
  1322. "_eulerAngles": {
  1323. "__type__": "cc.Vec3",
  1324. "x": 0,
  1325. "y": 0,
  1326. "z": 0
  1327. },
  1328. "_skewX": 0,
  1329. "_skewY": 0,
  1330. "_is3DNode": false,
  1331. "_groupIndex": 0,
  1332. "groupIndex": 0,
  1333. "_id": "67RR9LZpFJ+KY+ivEyWebF"
  1334. },
  1335. {
  1336. "__type__": "cc.Label",
  1337. "_name": "",
  1338. "_objFlags": 0,
  1339. "node": {
  1340. "__id__": 27
  1341. },
  1342. "_enabled": true,
  1343. "_materials": [
  1344. {
  1345. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  1346. }
  1347. ],
  1348. "_srcBlendFactor": 770,
  1349. "_dstBlendFactor": 771,
  1350. "_string": "",
  1351. "_N$string": "",
  1352. "_fontSize": 30,
  1353. "_lineHeight": 30,
  1354. "_enableWrapText": true,
  1355. "_N$file": null,
  1356. "_isSystemFontUsed": true,
  1357. "_spacingX": 0,
  1358. "_batchAsBitmap": false,
  1359. "_styleFlags": 1,
  1360. "_underlineHeight": 0,
  1361. "_N$horizontalAlign": 1,
  1362. "_N$verticalAlign": 1,
  1363. "_N$fontFamily": "Arial",
  1364. "_N$overflow": 0,
  1365. "_N$cacheMode": 0,
  1366. "_id": "395TQDby1L6IVy2RJDTqKC"
  1367. },
  1368. {
  1369. "__type__": "cc.Sprite",
  1370. "_name": "",
  1371. "_objFlags": 0,
  1372. "node": {
  1373. "__id__": 24
  1374. },
  1375. "_enabled": true,
  1376. "_materials": [
  1377. {
  1378. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  1379. }
  1380. ],
  1381. "_srcBlendFactor": 770,
  1382. "_dstBlendFactor": 771,
  1383. "_spriteFrame": {
  1384. "__uuid__": "a43b6efa-8839-4dd2-923f-4b60f1ae6edf"
  1385. },
  1386. "_type": 1,
  1387. "_sizeMode": 0,
  1388. "_fillType": 0,
  1389. "_fillCenter": {
  1390. "__type__": "cc.Vec2",
  1391. "x": 0,
  1392. "y": 0
  1393. },
  1394. "_fillStart": 0,
  1395. "_fillRange": 0,
  1396. "_isTrimmedMode": true,
  1397. "_atlas": null,
  1398. "_id": "96U1Et7W1OnJwHM20ShQyg"
  1399. },
  1400. {
  1401. "__type__": "cc.Widget",
  1402. "_name": "",
  1403. "_objFlags": 0,
  1404. "node": {
  1405. "__id__": 24
  1406. },
  1407. "_enabled": true,
  1408. "alignMode": 1,
  1409. "_target": null,
  1410. "_alignFlags": 4,
  1411. "_left": 0,
  1412. "_right": 0,
  1413. "_top": 0,
  1414. "_bottom": 336.188,
  1415. "_verticalCenter": 0,
  1416. "_horizontalCenter": 0,
  1417. "_isAbsLeft": true,
  1418. "_isAbsRight": true,
  1419. "_isAbsTop": true,
  1420. "_isAbsBottom": true,
  1421. "_isAbsHorizontalCenter": true,
  1422. "_isAbsVerticalCenter": true,
  1423. "_originalWidth": 0,
  1424. "_originalHeight": 0,
  1425. "_id": "27BUFbmGJMh7HuMYJ4F6tN"
  1426. },
  1427. {
  1428. "__type__": "cc.ProgressBar",
  1429. "_name": "",
  1430. "_objFlags": 0,
  1431. "node": {
  1432. "__id__": 24
  1433. },
  1434. "_enabled": true,
  1435. "_N$totalLength": 795,
  1436. "_N$barSprite": {
  1437. "__id__": 26
  1438. },
  1439. "_N$mode": 0,
  1440. "_N$progress": 0,
  1441. "_N$reverse": false,
  1442. "_id": "57D1niLFNPka6LTzKz3+SH"
  1443. },
  1444. {
  1445. "__type__": "cc.Node",
  1446. "_name": "Login",
  1447. "_objFlags": 0,
  1448. "_parent": {
  1449. "__id__": 2
  1450. },
  1451. "_children": [],
  1452. "_active": true,
  1453. "_components": [
  1454. {
  1455. "__id__": 33
  1456. }
  1457. ],
  1458. "_prefab": null,
  1459. "_opacity": 255,
  1460. "_color": {
  1461. "__type__": "cc.Color",
  1462. "r": 255,
  1463. "g": 255,
  1464. "b": 255,
  1465. "a": 255
  1466. },
  1467. "_contentSize": {
  1468. "__type__": "cc.Size",
  1469. "width": 366,
  1470. "height": 70
  1471. },
  1472. "_anchorPoint": {
  1473. "__type__": "cc.Vec2",
  1474. "x": 0.5,
  1475. "y": 0.5
  1476. },
  1477. "_trs": {
  1478. "__type__": "TypedArray",
  1479. "ctor": "Float64Array",
  1480. "array": [
  1481. 0,
  1482. -81.038,
  1483. 0,
  1484. 0,
  1485. 0,
  1486. 0,
  1487. 1,
  1488. 1,
  1489. 1,
  1490. 1
  1491. ]
  1492. },
  1493. "_eulerAngles": {
  1494. "__type__": "cc.Vec3",
  1495. "x": 0,
  1496. "y": 0,
  1497. "z": 0
  1498. },
  1499. "_skewX": 0,
  1500. "_skewY": 0,
  1501. "_is3DNode": false,
  1502. "_groupIndex": 0,
  1503. "groupIndex": 0,
  1504. "_id": "b5ngFq0thCX6Se+HP4nBdJ"
  1505. },
  1506. {
  1507. "__type__": "cc.Sprite",
  1508. "_name": "",
  1509. "_objFlags": 0,
  1510. "node": {
  1511. "__id__": 32
  1512. },
  1513. "_enabled": true,
  1514. "_materials": [
  1515. {
  1516. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  1517. }
  1518. ],
  1519. "_srcBlendFactor": 770,
  1520. "_dstBlendFactor": 771,
  1521. "_spriteFrame": {
  1522. "__uuid__": "9c0d6818-4a9a-4aac-81c6-5368add6de5c"
  1523. },
  1524. "_type": 0,
  1525. "_sizeMode": 1,
  1526. "_fillType": 0,
  1527. "_fillCenter": {
  1528. "__type__": "cc.Vec2",
  1529. "x": 0,
  1530. "y": 0
  1531. },
  1532. "_fillStart": 0,
  1533. "_fillRange": 0,
  1534. "_isTrimmedMode": true,
  1535. "_atlas": null,
  1536. "_id": "6cB1yIGZtI0bxM60KD1ZMR"
  1537. },
  1538. {
  1539. "__type__": "cc.Canvas",
  1540. "_name": "",
  1541. "_objFlags": 0,
  1542. "node": {
  1543. "__id__": 2
  1544. },
  1545. "_enabled": true,
  1546. "_designResolution": {
  1547. "__type__": "cc.Size",
  1548. "width": 750,
  1549. "height": 1624
  1550. },
  1551. "_fitWidth": false,
  1552. "_fitHeight": true,
  1553. "_id": "b42DrKIf9Hr6FInPlWMROO"
  1554. },
  1555. {
  1556. "__type__": "cc.Widget",
  1557. "_name": "",
  1558. "_objFlags": 0,
  1559. "node": {
  1560. "__id__": 2
  1561. },
  1562. "_enabled": true,
  1563. "alignMode": 1,
  1564. "_target": null,
  1565. "_alignFlags": 45,
  1566. "_left": 0,
  1567. "_right": 0,
  1568. "_top": 0,
  1569. "_bottom": 0,
  1570. "_verticalCenter": 0,
  1571. "_horizontalCenter": 0,
  1572. "_isAbsLeft": true,
  1573. "_isAbsRight": true,
  1574. "_isAbsTop": true,
  1575. "_isAbsBottom": true,
  1576. "_isAbsHorizontalCenter": true,
  1577. "_isAbsVerticalCenter": true,
  1578. "_originalWidth": 0,
  1579. "_originalHeight": 0,
  1580. "_id": "99gg41LT1KhocyDpwWNiT6"
  1581. },
  1582. {
  1583. "__type__": "572dd3BwulMAorbseYM96UQ",
  1584. "_name": "",
  1585. "_objFlags": 0,
  1586. "node": {
  1587. "__id__": 2
  1588. },
  1589. "_enabled": true,
  1590. "StartGameNode": {
  1591. "__id__": 6
  1592. },
  1593. "progress": {
  1594. "__id__": 31
  1595. },
  1596. "launchDesc": {
  1597. "__id__": 28
  1598. },
  1599. "Login": {
  1600. "__id__": 32
  1601. },
  1602. "_id": "b7X2d+N8ZKlI48AJ3H5ftz"
  1603. }
  1604. ]