NetDetaileNode.prefab 18 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027
  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": "NetDetaileNode",
  17. "_objFlags": 0,
  18. "_parent": null,
  19. "_children": [
  20. {
  21. "__id__": 2
  22. },
  23. {
  24. "__id__": 6
  25. },
  26. {
  27. "__id__": 10
  28. }
  29. ],
  30. "_active": true,
  31. "_components": [
  32. {
  33. "__id__": 28
  34. }
  35. ],
  36. "_prefab": {
  37. "__id__": 29
  38. },
  39. "_opacity": 255,
  40. "_color": {
  41. "__type__": "cc.Color",
  42. "r": 255,
  43. "g": 255,
  44. "b": 255,
  45. "a": 255
  46. },
  47. "_contentSize": {
  48. "__type__": "cc.Size",
  49. "width": 0,
  50. "height": 0
  51. },
  52. "_anchorPoint": {
  53. "__type__": "cc.Vec2",
  54. "x": 0.5,
  55. "y": 0.5
  56. },
  57. "_trs": {
  58. "__type__": "TypedArray",
  59. "ctor": "Float64Array",
  60. "array": [
  61. 0,
  62. 0,
  63. 0,
  64. 0,
  65. 0,
  66. 0,
  67. 1,
  68. 1,
  69. 1,
  70. 1
  71. ]
  72. },
  73. "_eulerAngles": {
  74. "__type__": "cc.Vec3",
  75. "x": 0,
  76. "y": 0,
  77. "z": 0
  78. },
  79. "_skewX": 0,
  80. "_skewY": 0,
  81. "_is3DNode": false,
  82. "_groupIndex": 0,
  83. "groupIndex": 0,
  84. "_id": ""
  85. },
  86. {
  87. "__type__": "cc.Node",
  88. "_name": "bg",
  89. "_objFlags": 0,
  90. "_parent": {
  91. "__id__": 1
  92. },
  93. "_children": [],
  94. "_active": true,
  95. "_components": [
  96. {
  97. "__id__": 3
  98. },
  99. {
  100. "__id__": 4
  101. }
  102. ],
  103. "_prefab": {
  104. "__id__": 5
  105. },
  106. "_opacity": 100,
  107. "_color": {
  108. "__type__": "cc.Color",
  109. "r": 0,
  110. "g": 0,
  111. "b": 0,
  112. "a": 255
  113. },
  114. "_contentSize": {
  115. "__type__": "cc.Size",
  116. "width": 750,
  117. "height": 2000
  118. },
  119. "_anchorPoint": {
  120. "__type__": "cc.Vec2",
  121. "x": 0.5,
  122. "y": 0.5
  123. },
  124. "_trs": {
  125. "__type__": "TypedArray",
  126. "ctor": "Float64Array",
  127. "array": [
  128. 0,
  129. 0,
  130. 0,
  131. 0,
  132. 0,
  133. 0,
  134. 1,
  135. 1,
  136. 1,
  137. 1
  138. ]
  139. },
  140. "_eulerAngles": {
  141. "__type__": "cc.Vec3",
  142. "x": 0,
  143. "y": 0,
  144. "z": 0
  145. },
  146. "_skewX": 0,
  147. "_skewY": 0,
  148. "_is3DNode": false,
  149. "_groupIndex": 0,
  150. "groupIndex": 0,
  151. "_id": ""
  152. },
  153. {
  154. "__type__": "cc.Sprite",
  155. "_name": "",
  156. "_objFlags": 0,
  157. "node": {
  158. "__id__": 2
  159. },
  160. "_enabled": true,
  161. "_materials": [
  162. {
  163. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  164. }
  165. ],
  166. "_srcBlendFactor": 770,
  167. "_dstBlendFactor": 771,
  168. "_spriteFrame": {
  169. "__uuid__": "a23235d1-15db-4b95-8439-a2e005bfff91"
  170. },
  171. "_type": 0,
  172. "_sizeMode": 0,
  173. "_fillType": 0,
  174. "_fillCenter": {
  175. "__type__": "cc.Vec2",
  176. "x": 0,
  177. "y": 0
  178. },
  179. "_fillStart": 0,
  180. "_fillRange": 0,
  181. "_isTrimmedMode": true,
  182. "_atlas": null,
  183. "_id": ""
  184. },
  185. {
  186. "__type__": "cc.BlockInputEvents",
  187. "_name": "",
  188. "_objFlags": 0,
  189. "node": {
  190. "__id__": 2
  191. },
  192. "_enabled": true,
  193. "_id": ""
  194. },
  195. {
  196. "__type__": "cc.PrefabInfo",
  197. "root": {
  198. "__id__": 1
  199. },
  200. "asset": {
  201. "__uuid__": "d2a73e48-581b-45a8-95c2-24a2d9866289"
  202. },
  203. "fileId": "13rp+E4wlC55kp9atjojDj",
  204. "sync": false
  205. },
  206. {
  207. "__type__": "cc.Node",
  208. "_name": "loading",
  209. "_objFlags": 0,
  210. "_parent": {
  211. "__id__": 1
  212. },
  213. "_children": [],
  214. "_active": true,
  215. "_components": [
  216. {
  217. "__id__": 7
  218. },
  219. {
  220. "__id__": 8
  221. }
  222. ],
  223. "_prefab": {
  224. "__id__": 9
  225. },
  226. "_opacity": 255,
  227. "_color": {
  228. "__type__": "cc.Color",
  229. "r": 255,
  230. "g": 255,
  231. "b": 255,
  232. "a": 255
  233. },
  234. "_contentSize": {
  235. "__type__": "cc.Size",
  236. "width": 96,
  237. "height": 96
  238. },
  239. "_anchorPoint": {
  240. "__type__": "cc.Vec2",
  241. "x": 0.5,
  242. "y": 0.5
  243. },
  244. "_trs": {
  245. "__type__": "TypedArray",
  246. "ctor": "Float64Array",
  247. "array": [
  248. 0,
  249. 0,
  250. 0,
  251. 0,
  252. 0,
  253. 0,
  254. 1,
  255. 1,
  256. 1,
  257. 1
  258. ]
  259. },
  260. "_eulerAngles": {
  261. "__type__": "cc.Vec3",
  262. "x": 0,
  263. "y": 0,
  264. "z": 0
  265. },
  266. "_skewX": 0,
  267. "_skewY": 0,
  268. "_is3DNode": false,
  269. "_groupIndex": 0,
  270. "groupIndex": 0,
  271. "_id": ""
  272. },
  273. {
  274. "__type__": "cc.Sprite",
  275. "_name": "",
  276. "_objFlags": 0,
  277. "node": {
  278. "__id__": 6
  279. },
  280. "_enabled": true,
  281. "_materials": [
  282. {
  283. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  284. }
  285. ],
  286. "_srcBlendFactor": 770,
  287. "_dstBlendFactor": 771,
  288. "_spriteFrame": {
  289. "__uuid__": "06673e5b-db2a-4c62-b07e-a90ccc25dc86"
  290. },
  291. "_type": 0,
  292. "_sizeMode": 1,
  293. "_fillType": 0,
  294. "_fillCenter": {
  295. "__type__": "cc.Vec2",
  296. "x": 0,
  297. "y": 0
  298. },
  299. "_fillStart": 0,
  300. "_fillRange": 0,
  301. "_isTrimmedMode": true,
  302. "_atlas": null,
  303. "_id": ""
  304. },
  305. {
  306. "__type__": "cc.Animation",
  307. "_name": "",
  308. "_objFlags": 0,
  309. "node": {
  310. "__id__": 6
  311. },
  312. "_enabled": true,
  313. "_defaultClip": {
  314. "__uuid__": "6441224f-9da4-4288-a428-2bbf8773479c"
  315. },
  316. "_clips": [
  317. {
  318. "__uuid__": "6441224f-9da4-4288-a428-2bbf8773479c"
  319. }
  320. ],
  321. "playOnLoad": true,
  322. "_id": ""
  323. },
  324. {
  325. "__type__": "cc.PrefabInfo",
  326. "root": {
  327. "__id__": 1
  328. },
  329. "asset": {
  330. "__uuid__": "d2a73e48-581b-45a8-95c2-24a2d9866289"
  331. },
  332. "fileId": "90XgM/8MRMF5reRhpLnPKM",
  333. "sync": false
  334. },
  335. {
  336. "__type__": "cc.Node",
  337. "_name": "NetCtrl",
  338. "_objFlags": 0,
  339. "_parent": {
  340. "__id__": 1
  341. },
  342. "_children": [
  343. {
  344. "__id__": 11
  345. },
  346. {
  347. "__id__": 14
  348. },
  349. {
  350. "__id__": 17
  351. }
  352. ],
  353. "_active": true,
  354. "_components": [
  355. {
  356. "__id__": 26
  357. }
  358. ],
  359. "_prefab": {
  360. "__id__": 27
  361. },
  362. "_opacity": 255,
  363. "_color": {
  364. "__type__": "cc.Color",
  365. "r": 255,
  366. "g": 255,
  367. "b": 255,
  368. "a": 255
  369. },
  370. "_contentSize": {
  371. "__type__": "cc.Size",
  372. "width": 592,
  373. "height": 748
  374. },
  375. "_anchorPoint": {
  376. "__type__": "cc.Vec2",
  377. "x": 0.5,
  378. "y": 0.5
  379. },
  380. "_trs": {
  381. "__type__": "TypedArray",
  382. "ctor": "Float64Array",
  383. "array": [
  384. 0,
  385. 0,
  386. 0,
  387. 0,
  388. 0,
  389. 0,
  390. 1,
  391. 1,
  392. 1,
  393. 1
  394. ]
  395. },
  396. "_eulerAngles": {
  397. "__type__": "cc.Vec3",
  398. "x": 0,
  399. "y": 0,
  400. "z": 0
  401. },
  402. "_skewX": 0,
  403. "_skewY": 0,
  404. "_is3DNode": false,
  405. "_groupIndex": 0,
  406. "groupIndex": 0,
  407. "_id": ""
  408. },
  409. {
  410. "__type__": "cc.Node",
  411. "_name": "des1",
  412. "_objFlags": 0,
  413. "_parent": {
  414. "__id__": 10
  415. },
  416. "_children": [],
  417. "_active": true,
  418. "_components": [
  419. {
  420. "__id__": 12
  421. }
  422. ],
  423. "_prefab": {
  424. "__id__": 13
  425. },
  426. "_opacity": 255,
  427. "_color": {
  428. "__type__": "cc.Color",
  429. "r": 105,
  430. "g": 31,
  431. "b": 31,
  432. "a": 255
  433. },
  434. "_contentSize": {
  435. "__type__": "cc.Size",
  436. "width": 160,
  437. "height": 50.4
  438. },
  439. "_anchorPoint": {
  440. "__type__": "cc.Vec2",
  441. "x": 0.5,
  442. "y": 0.5
  443. },
  444. "_trs": {
  445. "__type__": "TypedArray",
  446. "ctor": "Float64Array",
  447. "array": [
  448. 0,
  449. 97.652,
  450. 0,
  451. 0,
  452. 0,
  453. 0,
  454. 1,
  455. 1,
  456. 1,
  457. 1
  458. ]
  459. },
  460. "_eulerAngles": {
  461. "__type__": "cc.Vec3",
  462. "x": 0,
  463. "y": 0,
  464. "z": 0
  465. },
  466. "_skewX": 0,
  467. "_skewY": 0,
  468. "_is3DNode": false,
  469. "_groupIndex": 0,
  470. "groupIndex": 0,
  471. "_id": ""
  472. },
  473. {
  474. "__type__": "cc.Label",
  475. "_name": "",
  476. "_objFlags": 0,
  477. "node": {
  478. "__id__": 11
  479. },
  480. "_enabled": true,
  481. "_materials": [
  482. {
  483. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  484. }
  485. ],
  486. "_useOriginalSize": false,
  487. "_string": "连接超时",
  488. "_N$string": "连接超时",
  489. "_fontSize": 40,
  490. "_lineHeight": 40,
  491. "_enableWrapText": true,
  492. "_N$file": null,
  493. "_isSystemFontUsed": true,
  494. "_spacingX": 0,
  495. "_batchAsBitmap": false,
  496. "_styleFlags": 0,
  497. "_underlineHeight": 0,
  498. "_N$horizontalAlign": 1,
  499. "_N$verticalAlign": 1,
  500. "_N$fontFamily": "Arial",
  501. "_N$overflow": 0,
  502. "_N$cacheMode": 0,
  503. "_id": ""
  504. },
  505. {
  506. "__type__": "cc.PrefabInfo",
  507. "root": {
  508. "__id__": 1
  509. },
  510. "asset": {
  511. "__uuid__": "d2a73e48-581b-45a8-95c2-24a2d9866289"
  512. },
  513. "fileId": "ee/JX7kqBAEaEsiPoXkRuU",
  514. "sync": false
  515. },
  516. {
  517. "__type__": "cc.Node",
  518. "_name": "des2",
  519. "_objFlags": 0,
  520. "_parent": {
  521. "__id__": 10
  522. },
  523. "_children": [],
  524. "_active": false,
  525. "_components": [
  526. {
  527. "__id__": 15
  528. }
  529. ],
  530. "_prefab": {
  531. "__id__": 16
  532. },
  533. "_opacity": 255,
  534. "_color": {
  535. "__type__": "cc.Color",
  536. "r": 108,
  537. "g": 33,
  538. "b": 33,
  539. "a": 255
  540. },
  541. "_contentSize": {
  542. "__type__": "cc.Size",
  543. "width": 400,
  544. "height": 50.4
  545. },
  546. "_anchorPoint": {
  547. "__type__": "cc.Vec2",
  548. "x": 0.5,
  549. "y": 0.5
  550. },
  551. "_trs": {
  552. "__type__": "TypedArray",
  553. "ctor": "Float64Array",
  554. "array": [
  555. 0,
  556. 102.838,
  557. 0,
  558. 0,
  559. 0,
  560. 0,
  561. 1,
  562. 1,
  563. 1,
  564. 1
  565. ]
  566. },
  567. "_eulerAngles": {
  568. "__type__": "cc.Vec3",
  569. "x": 0,
  570. "y": 0,
  571. "z": 0
  572. },
  573. "_skewX": 0,
  574. "_skewY": 0,
  575. "_is3DNode": false,
  576. "_groupIndex": 0,
  577. "groupIndex": 0,
  578. "_id": ""
  579. },
  580. {
  581. "__type__": "cc.Label",
  582. "_name": "",
  583. "_objFlags": 0,
  584. "node": {
  585. "__id__": 14
  586. },
  587. "_enabled": true,
  588. "_materials": [
  589. {
  590. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  591. }
  592. ],
  593. "_useOriginalSize": false,
  594. "_string": "网络错误,请稍后重试",
  595. "_N$string": "网络错误,请稍后重试",
  596. "_fontSize": 40,
  597. "_lineHeight": 40,
  598. "_enableWrapText": true,
  599. "_N$file": null,
  600. "_isSystemFontUsed": true,
  601. "_spacingX": 0,
  602. "_batchAsBitmap": false,
  603. "_styleFlags": 0,
  604. "_underlineHeight": 0,
  605. "_N$horizontalAlign": 1,
  606. "_N$verticalAlign": 1,
  607. "_N$fontFamily": "Arial",
  608. "_N$overflow": 0,
  609. "_N$cacheMode": 0,
  610. "_id": ""
  611. },
  612. {
  613. "__type__": "cc.PrefabInfo",
  614. "root": {
  615. "__id__": 1
  616. },
  617. "asset": {
  618. "__uuid__": "d2a73e48-581b-45a8-95c2-24a2d9866289"
  619. },
  620. "fileId": "f5tv8YZ6ZEI4X2QuqLMQHM",
  621. "sync": false
  622. },
  623. {
  624. "__type__": "cc.Node",
  625. "_name": "jiasu_btn",
  626. "_objFlags": 0,
  627. "_parent": {
  628. "__id__": 10
  629. },
  630. "_children": [
  631. {
  632. "__id__": 18
  633. }
  634. ],
  635. "_active": true,
  636. "_components": [
  637. {
  638. "__id__": 22
  639. },
  640. {
  641. "__id__": 23
  642. }
  643. ],
  644. "_prefab": {
  645. "__id__": 25
  646. },
  647. "_opacity": 255,
  648. "_color": {
  649. "__type__": "cc.Color",
  650. "r": 255,
  651. "g": 255,
  652. "b": 255,
  653. "a": 255
  654. },
  655. "_contentSize": {
  656. "__type__": "cc.Size",
  657. "width": 294,
  658. "height": 98
  659. },
  660. "_anchorPoint": {
  661. "__type__": "cc.Vec2",
  662. "x": 0.5,
  663. "y": 0.5
  664. },
  665. "_trs": {
  666. "__type__": "TypedArray",
  667. "ctor": "Float64Array",
  668. "array": [
  669. 0,
  670. -113.428,
  671. 0,
  672. 0,
  673. 0,
  674. 0,
  675. 1,
  676. 1,
  677. 1,
  678. 1
  679. ]
  680. },
  681. "_eulerAngles": {
  682. "__type__": "cc.Vec3",
  683. "x": 0,
  684. "y": 0,
  685. "z": 0
  686. },
  687. "_skewX": 0,
  688. "_skewY": 0,
  689. "_is3DNode": false,
  690. "_groupIndex": 0,
  691. "groupIndex": 0,
  692. "_id": ""
  693. },
  694. {
  695. "__type__": "cc.Node",
  696. "_name": "New Label",
  697. "_objFlags": 0,
  698. "_parent": {
  699. "__id__": 17
  700. },
  701. "_children": [],
  702. "_active": true,
  703. "_components": [
  704. {
  705. "__id__": 19
  706. },
  707. {
  708. "__id__": 20
  709. }
  710. ],
  711. "_prefab": {
  712. "__id__": 21
  713. },
  714. "_opacity": 255,
  715. "_color": {
  716. "__type__": "cc.Color",
  717. "r": 255,
  718. "g": 255,
  719. "b": 255,
  720. "a": 255
  721. },
  722. "_contentSize": {
  723. "__type__": "cc.Size",
  724. "width": 83,
  725. "height": 53.4
  726. },
  727. "_anchorPoint": {
  728. "__type__": "cc.Vec2",
  729. "x": 0.5,
  730. "y": 0.5
  731. },
  732. "_trs": {
  733. "__type__": "TypedArray",
  734. "ctor": "Float64Array",
  735. "array": [
  736. 0,
  737. 5,
  738. 0,
  739. 0,
  740. 0,
  741. 0,
  742. 1,
  743. 1,
  744. 1,
  745. 1
  746. ]
  747. },
  748. "_eulerAngles": {
  749. "__type__": "cc.Vec3",
  750. "x": 0,
  751. "y": 0,
  752. "z": 0
  753. },
  754. "_skewX": 0,
  755. "_skewY": 0,
  756. "_is3DNode": false,
  757. "_groupIndex": 0,
  758. "groupIndex": 0,
  759. "_id": ""
  760. },
  761. {
  762. "__type__": "cc.Label",
  763. "_name": "",
  764. "_objFlags": 0,
  765. "node": {
  766. "__id__": 18
  767. },
  768. "_enabled": true,
  769. "_materials": [
  770. {
  771. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  772. }
  773. ],
  774. "_useOriginalSize": false,
  775. "_string": "确定",
  776. "_N$string": "确定",
  777. "_fontSize": 40,
  778. "_lineHeight": 40,
  779. "_enableWrapText": true,
  780. "_N$file": null,
  781. "_isSystemFontUsed": true,
  782. "_spacingX": 0,
  783. "_batchAsBitmap": false,
  784. "_styleFlags": 1,
  785. "_underlineHeight": 0,
  786. "_N$horizontalAlign": 1,
  787. "_N$verticalAlign": 1,
  788. "_N$fontFamily": "Arial",
  789. "_N$overflow": 0,
  790. "_N$cacheMode": 0,
  791. "_id": ""
  792. },
  793. {
  794. "__type__": "cc.LabelOutline",
  795. "_name": "",
  796. "_objFlags": 0,
  797. "node": {
  798. "__id__": 18
  799. },
  800. "_enabled": true,
  801. "_color": {
  802. "__type__": "cc.Color",
  803. "r": 157,
  804. "g": 104,
  805. "b": 0,
  806. "a": 255
  807. },
  808. "_width": 1.5,
  809. "_id": ""
  810. },
  811. {
  812. "__type__": "cc.PrefabInfo",
  813. "root": {
  814. "__id__": 1
  815. },
  816. "asset": {
  817. "__uuid__": "d2a73e48-581b-45a8-95c2-24a2d9866289"
  818. },
  819. "fileId": "c40LJlYXpG8IuljSF8S4L+",
  820. "sync": false
  821. },
  822. {
  823. "__type__": "cc.Sprite",
  824. "_name": "",
  825. "_objFlags": 0,
  826. "node": {
  827. "__id__": 17
  828. },
  829. "_enabled": true,
  830. "_materials": [
  831. {
  832. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  833. }
  834. ],
  835. "_srcBlendFactor": 770,
  836. "_dstBlendFactor": 771,
  837. "_spriteFrame": {
  838. "__uuid__": "949fe4b0-57e1-4f82-9fac-d9e2bb2c41d1"
  839. },
  840. "_type": 0,
  841. "_sizeMode": 0,
  842. "_fillType": 0,
  843. "_fillCenter": {
  844. "__type__": "cc.Vec2",
  845. "x": 0,
  846. "y": 0
  847. },
  848. "_fillStart": 0,
  849. "_fillRange": 0,
  850. "_isTrimmedMode": true,
  851. "_atlas": null,
  852. "_id": ""
  853. },
  854. {
  855. "__type__": "cc.Button",
  856. "_name": "",
  857. "_objFlags": 0,
  858. "node": {
  859. "__id__": 17
  860. },
  861. "_enabled": true,
  862. "_normalMaterial": {
  863. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  864. },
  865. "_grayMaterial": null,
  866. "duration": 0.1,
  867. "zoomScale": 1.2,
  868. "clickEvents": [
  869. {
  870. "__id__": 24
  871. }
  872. ],
  873. "_N$interactable": true,
  874. "_N$enableAutoGrayEffect": false,
  875. "_N$transition": 3,
  876. "transition": 3,
  877. "_N$normalColor": {
  878. "__type__": "cc.Color",
  879. "r": 255,
  880. "g": 255,
  881. "b": 255,
  882. "a": 255
  883. },
  884. "_N$pressedColor": {
  885. "__type__": "cc.Color",
  886. "r": 211,
  887. "g": 211,
  888. "b": 211,
  889. "a": 255
  890. },
  891. "pressedColor": {
  892. "__type__": "cc.Color",
  893. "r": 211,
  894. "g": 211,
  895. "b": 211,
  896. "a": 255
  897. },
  898. "_N$hoverColor": {
  899. "__type__": "cc.Color",
  900. "r": 255,
  901. "g": 255,
  902. "b": 255,
  903. "a": 255
  904. },
  905. "hoverColor": {
  906. "__type__": "cc.Color",
  907. "r": 255,
  908. "g": 255,
  909. "b": 255,
  910. "a": 255
  911. },
  912. "_N$disabledColor": {
  913. "__type__": "cc.Color",
  914. "r": 124,
  915. "g": 124,
  916. "b": 124,
  917. "a": 255
  918. },
  919. "_N$normalSprite": null,
  920. "_N$pressedSprite": null,
  921. "pressedSprite": null,
  922. "_N$hoverSprite": null,
  923. "hoverSprite": null,
  924. "_N$disabledSprite": null,
  925. "_N$target": {
  926. "__id__": 17
  927. },
  928. "_id": ""
  929. },
  930. {
  931. "__type__": "cc.ClickEvent",
  932. "target": {
  933. "__id__": 1
  934. },
  935. "component": "",
  936. "_componentId": "5971d9JkGREA4EpzKldQua7",
  937. "handler": "Click_SureBtn",
  938. "customEventData": ""
  939. },
  940. {
  941. "__type__": "cc.PrefabInfo",
  942. "root": {
  943. "__id__": 1
  944. },
  945. "asset": {
  946. "__uuid__": "d2a73e48-581b-45a8-95c2-24a2d9866289"
  947. },
  948. "fileId": "6d2KlbUy5OA6g5i1wBSc5X",
  949. "sync": false
  950. },
  951. {
  952. "__type__": "cc.Sprite",
  953. "_name": "",
  954. "_objFlags": 0,
  955. "node": {
  956. "__id__": 10
  957. },
  958. "_enabled": true,
  959. "_materials": [
  960. {
  961. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  962. }
  963. ],
  964. "_srcBlendFactor": 770,
  965. "_dstBlendFactor": 771,
  966. "_spriteFrame": {
  967. "__uuid__": "c3764b6f-ea22-4c3a-a9b1-fb0c25494170"
  968. },
  969. "_type": 1,
  970. "_sizeMode": 1,
  971. "_fillType": 0,
  972. "_fillCenter": {
  973. "__type__": "cc.Vec2",
  974. "x": 0,
  975. "y": 0
  976. },
  977. "_fillStart": 0,
  978. "_fillRange": 0,
  979. "_isTrimmedMode": true,
  980. "_atlas": null,
  981. "_id": ""
  982. },
  983. {
  984. "__type__": "cc.PrefabInfo",
  985. "root": {
  986. "__id__": 1
  987. },
  988. "asset": {
  989. "__uuid__": "d2a73e48-581b-45a8-95c2-24a2d9866289"
  990. },
  991. "fileId": "fa/YK+hqtN27D/k+S94WEO",
  992. "sync": false
  993. },
  994. {
  995. "__type__": "5971d9JkGREA4EpzKldQua7",
  996. "_name": "",
  997. "_objFlags": 0,
  998. "node": {
  999. "__id__": 1
  1000. },
  1001. "_enabled": true,
  1002. "loadNode": {
  1003. "__id__": 6
  1004. },
  1005. "netNode": {
  1006. "__id__": 10
  1007. },
  1008. "node_outtime": {
  1009. "__id__": 11
  1010. },
  1011. "node_neterror": {
  1012. "__id__": 14
  1013. },
  1014. "_id": ""
  1015. },
  1016. {
  1017. "__type__": "cc.PrefabInfo",
  1018. "root": {
  1019. "__id__": 1
  1020. },
  1021. "asset": {
  1022. "__uuid__": "d2a73e48-581b-45a8-95c2-24a2d9866289"
  1023. },
  1024. "fileId": "65cqlvtIRAAJZumyUmJR0H",
  1025. "sync": false
  1026. }
  1027. ]