dialogView.prefab 25 KB

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