dialog_view.prefab 24 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351
  1. [
  2. {
  3. "__type__": "cc.Prefab",
  4. "_name": "dialog_view",
  5. "_objFlags": 0,
  6. "__editorExtras__": {},
  7. "_native": "",
  8. "data": {
  9. "__id__": 1
  10. },
  11. "optimizationPolicy": 0,
  12. "persistent": false
  13. },
  14. {
  15. "__type__": "cc.Node",
  16. "_name": "dialog_view",
  17. "_objFlags": 0,
  18. "__editorExtras__": {},
  19. "_parent": null,
  20. "_children": [
  21. {
  22. "__id__": 2
  23. },
  24. {
  25. "__id__": 12
  26. }
  27. ],
  28. "_active": true,
  29. "_components": [
  30. {
  31. "__id__": 52
  32. },
  33. {
  34. "__id__": 54
  35. },
  36. {
  37. "__id__": 56
  38. }
  39. ],
  40. "_prefab": {
  41. "__id__": 58
  42. },
  43. "_lpos": {
  44. "__type__": "cc.Vec3",
  45. "x": 0,
  46. "y": 0,
  47. "z": 0
  48. },
  49. "_lrot": {
  50. "__type__": "cc.Quat",
  51. "x": 0,
  52. "y": 0,
  53. "z": 0,
  54. "w": 1
  55. },
  56. "_lscale": {
  57. "__type__": "cc.Vec3",
  58. "x": 1,
  59. "y": 1,
  60. "z": 1
  61. },
  62. "_mobility": 0,
  63. "_layer": 33554432,
  64. "_euler": {
  65. "__type__": "cc.Vec3",
  66. "x": 0,
  67. "y": 0,
  68. "z": 0
  69. },
  70. "_id": ""
  71. },
  72. {
  73. "__type__": "cc.Node",
  74. "_name": "bg",
  75. "_objFlags": 0,
  76. "__editorExtras__": {},
  77. "_parent": {
  78. "__id__": 1
  79. },
  80. "_children": [],
  81. "_active": true,
  82. "_components": [
  83. {
  84. "__id__": 3
  85. },
  86. {
  87. "__id__": 5
  88. },
  89. {
  90. "__id__": 7
  91. },
  92. {
  93. "__id__": 9
  94. }
  95. ],
  96. "_prefab": {
  97. "__id__": 11
  98. },
  99. "_lpos": {
  100. "__type__": "cc.Vec3",
  101. "x": 0,
  102. "y": 0,
  103. "z": 0
  104. },
  105. "_lrot": {
  106. "__type__": "cc.Quat",
  107. "x": 0,
  108. "y": 0,
  109. "z": 0,
  110. "w": 1
  111. },
  112. "_lscale": {
  113. "__type__": "cc.Vec3",
  114. "x": 1,
  115. "y": 1,
  116. "z": 1
  117. },
  118. "_mobility": 0,
  119. "_layer": 33554432,
  120. "_euler": {
  121. "__type__": "cc.Vec3",
  122. "x": 0,
  123. "y": 0,
  124. "z": 0
  125. },
  126. "_id": ""
  127. },
  128. {
  129. "__type__": "cc.UITransform",
  130. "_name": "",
  131. "_objFlags": 0,
  132. "__editorExtras__": {},
  133. "node": {
  134. "__id__": 2
  135. },
  136. "_enabled": true,
  137. "__prefab": {
  138. "__id__": 4
  139. },
  140. "_contentSize": {
  141. "__type__": "cc.Size",
  142. "width": 1920,
  143. "height": 1920
  144. },
  145. "_anchorPoint": {
  146. "__type__": "cc.Vec2",
  147. "x": 0.5,
  148. "y": 0.5
  149. },
  150. "_id": ""
  151. },
  152. {
  153. "__type__": "cc.CompPrefabInfo",
  154. "fileId": "c9oOiI02lC0rjuR8y6k1ZX"
  155. },
  156. {
  157. "__type__": "cc.Sprite",
  158. "_name": "",
  159. "_objFlags": 0,
  160. "__editorExtras__": {},
  161. "node": {
  162. "__id__": 2
  163. },
  164. "_enabled": true,
  165. "__prefab": {
  166. "__id__": 6
  167. },
  168. "_customMaterial": null,
  169. "_srcBlendFactor": 2,
  170. "_dstBlendFactor": 4,
  171. "_color": {
  172. "__type__": "cc.Color",
  173. "r": 0,
  174. "g": 0,
  175. "b": 0,
  176. "a": 100
  177. },
  178. "_spriteFrame": {
  179. "__uuid__": "7d8f9b89-4fd1-4c9f-a3ab-38ec7cded7ca@f9941",
  180. "__expectedType__": "cc.SpriteFrame"
  181. },
  182. "_type": 0,
  183. "_fillType": 0,
  184. "_sizeMode": 0,
  185. "_fillCenter": {
  186. "__type__": "cc.Vec2",
  187. "x": 0,
  188. "y": 0
  189. },
  190. "_fillStart": 0,
  191. "_fillRange": 0,
  192. "_isTrimmedMode": true,
  193. "_useGrayscale": false,
  194. "_atlas": null,
  195. "_id": ""
  196. },
  197. {
  198. "__type__": "cc.CompPrefabInfo",
  199. "fileId": "dcrwsjykdC9rVVHSau6TKM"
  200. },
  201. {
  202. "__type__": "cc.Widget",
  203. "_name": "",
  204. "_objFlags": 0,
  205. "__editorExtras__": {},
  206. "node": {
  207. "__id__": 2
  208. },
  209. "_enabled": true,
  210. "__prefab": {
  211. "__id__": 8
  212. },
  213. "_alignFlags": 45,
  214. "_target": null,
  215. "_left": 0,
  216. "_right": 0,
  217. "_top": 0,
  218. "_bottom": 0,
  219. "_horizontalCenter": 0,
  220. "_verticalCenter": 0,
  221. "_isAbsLeft": true,
  222. "_isAbsRight": true,
  223. "_isAbsTop": true,
  224. "_isAbsBottom": true,
  225. "_isAbsHorizontalCenter": true,
  226. "_isAbsVerticalCenter": true,
  227. "_originalWidth": 100,
  228. "_originalHeight": 100,
  229. "_alignMode": 2,
  230. "_lockFlags": 0,
  231. "_id": ""
  232. },
  233. {
  234. "__type__": "cc.CompPrefabInfo",
  235. "fileId": "a8p4fQPQBMZYWicDPH6/bF"
  236. },
  237. {
  238. "__type__": "cc.BlockInputEvents",
  239. "_name": "",
  240. "_objFlags": 0,
  241. "__editorExtras__": {},
  242. "node": {
  243. "__id__": 2
  244. },
  245. "_enabled": true,
  246. "__prefab": {
  247. "__id__": 10
  248. },
  249. "_id": ""
  250. },
  251. {
  252. "__type__": "cc.CompPrefabInfo",
  253. "fileId": "8bJtnu/UNDh6lewq4usxmJ"
  254. },
  255. {
  256. "__type__": "cc.PrefabInfo",
  257. "root": {
  258. "__id__": 1
  259. },
  260. "asset": {
  261. "__id__": 0
  262. },
  263. "fileId": "887r9WRPRG7JiWpLrdtx8H",
  264. "instance": null,
  265. "targetOverrides": null,
  266. "nestedPrefabInstanceRoots": null
  267. },
  268. {
  269. "__type__": "cc.Node",
  270. "_name": "db",
  271. "_objFlags": 0,
  272. "__editorExtras__": {},
  273. "_parent": {
  274. "__id__": 1
  275. },
  276. "_children": [
  277. {
  278. "__id__": 13
  279. },
  280. {
  281. "__id__": 27
  282. },
  283. {
  284. "__id__": 41
  285. }
  286. ],
  287. "_active": true,
  288. "_components": [
  289. {
  290. "__id__": 47
  291. },
  292. {
  293. "__id__": 49
  294. }
  295. ],
  296. "_prefab": {
  297. "__id__": 51
  298. },
  299. "_lpos": {
  300. "__type__": "cc.Vec3",
  301. "x": 0,
  302. "y": 0,
  303. "z": 0
  304. },
  305. "_lrot": {
  306. "__type__": "cc.Quat",
  307. "x": 0,
  308. "y": 0,
  309. "z": 0,
  310. "w": 1
  311. },
  312. "_lscale": {
  313. "__type__": "cc.Vec3",
  314. "x": 1,
  315. "y": 1,
  316. "z": 1
  317. },
  318. "_mobility": 0,
  319. "_layer": 33554432,
  320. "_euler": {
  321. "__type__": "cc.Vec3",
  322. "x": 0,
  323. "y": 0,
  324. "z": 0
  325. },
  326. "_id": ""
  327. },
  328. {
  329. "__type__": "cc.Node",
  330. "_name": "btn_sure",
  331. "_objFlags": 0,
  332. "__editorExtras__": {},
  333. "_parent": {
  334. "__id__": 12
  335. },
  336. "_children": [
  337. {
  338. "__id__": 14
  339. }
  340. ],
  341. "_active": true,
  342. "_components": [
  343. {
  344. "__id__": 20
  345. },
  346. {
  347. "__id__": 22
  348. },
  349. {
  350. "__id__": 24
  351. }
  352. ],
  353. "_prefab": {
  354. "__id__": 26
  355. },
  356. "_lpos": {
  357. "__type__": "cc.Vec3",
  358. "x": -200,
  359. "y": -130,
  360. "z": 0
  361. },
  362. "_lrot": {
  363. "__type__": "cc.Quat",
  364. "x": 0,
  365. "y": 0,
  366. "z": 0,
  367. "w": 1
  368. },
  369. "_lscale": {
  370. "__type__": "cc.Vec3",
  371. "x": 1,
  372. "y": 1,
  373. "z": 1
  374. },
  375. "_mobility": 0,
  376. "_layer": 33554432,
  377. "_euler": {
  378. "__type__": "cc.Vec3",
  379. "x": 0,
  380. "y": 0,
  381. "z": 0
  382. },
  383. "_id": ""
  384. },
  385. {
  386. "__type__": "cc.Node",
  387. "_name": "Label",
  388. "_objFlags": 512,
  389. "__editorExtras__": {},
  390. "_parent": {
  391. "__id__": 13
  392. },
  393. "_children": [],
  394. "_active": true,
  395. "_components": [
  396. {
  397. "__id__": 15
  398. },
  399. {
  400. "__id__": 17
  401. }
  402. ],
  403. "_prefab": {
  404. "__id__": 19
  405. },
  406. "_lpos": {
  407. "__type__": "cc.Vec3",
  408. "x": 0,
  409. "y": 0,
  410. "z": 0
  411. },
  412. "_lrot": {
  413. "__type__": "cc.Quat",
  414. "x": 0,
  415. "y": 0,
  416. "z": 0,
  417. "w": 1
  418. },
  419. "_lscale": {
  420. "__type__": "cc.Vec3",
  421. "x": 1,
  422. "y": 1,
  423. "z": 1
  424. },
  425. "_mobility": 0,
  426. "_layer": 33554432,
  427. "_euler": {
  428. "__type__": "cc.Vec3",
  429. "x": 0,
  430. "y": 0,
  431. "z": 0
  432. },
  433. "_id": ""
  434. },
  435. {
  436. "__type__": "cc.UITransform",
  437. "_name": "",
  438. "_objFlags": 0,
  439. "__editorExtras__": {},
  440. "node": {
  441. "__id__": 14
  442. },
  443. "_enabled": true,
  444. "__prefab": {
  445. "__id__": 16
  446. },
  447. "_contentSize": {
  448. "__type__": "cc.Size",
  449. "width": 80,
  450. "height": 50.4
  451. },
  452. "_anchorPoint": {
  453. "__type__": "cc.Vec2",
  454. "x": 0.5,
  455. "y": 0.5
  456. },
  457. "_id": ""
  458. },
  459. {
  460. "__type__": "cc.CompPrefabInfo",
  461. "fileId": "dcelLmgLJHl7RG5egmGPtU"
  462. },
  463. {
  464. "__type__": "cc.Label",
  465. "_name": "",
  466. "_objFlags": 0,
  467. "__editorExtras__": {},
  468. "node": {
  469. "__id__": 14
  470. },
  471. "_enabled": true,
  472. "__prefab": {
  473. "__id__": 18
  474. },
  475. "_customMaterial": null,
  476. "_srcBlendFactor": 2,
  477. "_dstBlendFactor": 4,
  478. "_color": {
  479. "__type__": "cc.Color",
  480. "r": 0,
  481. "g": 0,
  482. "b": 0,
  483. "a": 255
  484. },
  485. "_string": "确定",
  486. "_horizontalAlign": 1,
  487. "_verticalAlign": 1,
  488. "_actualFontSize": 40,
  489. "_fontSize": 40,
  490. "_fontFamily": "Arial",
  491. "_lineHeight": 40,
  492. "_overflow": 0,
  493. "_enableWrapText": false,
  494. "_font": null,
  495. "_isSystemFontUsed": true,
  496. "_spacingX": 0,
  497. "_isItalic": false,
  498. "_isBold": true,
  499. "_isUnderline": false,
  500. "_underlineHeight": 2,
  501. "_cacheMode": 0,
  502. "_id": ""
  503. },
  504. {
  505. "__type__": "cc.CompPrefabInfo",
  506. "fileId": "15h/sHDY1EFaU+9GNk9tQL"
  507. },
  508. {
  509. "__type__": "cc.PrefabInfo",
  510. "root": {
  511. "__id__": 1
  512. },
  513. "asset": {
  514. "__id__": 0
  515. },
  516. "fileId": "c4br/kA/1Og6WT3n1VmJ0W",
  517. "instance": null,
  518. "targetOverrides": null,
  519. "nestedPrefabInstanceRoots": null
  520. },
  521. {
  522. "__type__": "cc.UITransform",
  523. "_name": "",
  524. "_objFlags": 0,
  525. "__editorExtras__": {},
  526. "node": {
  527. "__id__": 13
  528. },
  529. "_enabled": true,
  530. "__prefab": {
  531. "__id__": 21
  532. },
  533. "_contentSize": {
  534. "__type__": "cc.Size",
  535. "width": 200,
  536. "height": 80
  537. },
  538. "_anchorPoint": {
  539. "__type__": "cc.Vec2",
  540. "x": 0.5,
  541. "y": 0.5
  542. },
  543. "_id": ""
  544. },
  545. {
  546. "__type__": "cc.CompPrefabInfo",
  547. "fileId": "35RlgONSZOa7tXVOSZl9vj"
  548. },
  549. {
  550. "__type__": "cc.Sprite",
  551. "_name": "",
  552. "_objFlags": 0,
  553. "__editorExtras__": {},
  554. "node": {
  555. "__id__": 13
  556. },
  557. "_enabled": true,
  558. "__prefab": {
  559. "__id__": 23
  560. },
  561. "_customMaterial": null,
  562. "_srcBlendFactor": 2,
  563. "_dstBlendFactor": 4,
  564. "_color": {
  565. "__type__": "cc.Color",
  566. "r": 255,
  567. "g": 255,
  568. "b": 255,
  569. "a": 255
  570. },
  571. "_spriteFrame": {
  572. "__uuid__": "20835ba4-6145-4fbc-a58a-051ce700aa3e@f9941",
  573. "__expectedType__": "cc.SpriteFrame"
  574. },
  575. "_type": 1,
  576. "_fillType": 0,
  577. "_sizeMode": 0,
  578. "_fillCenter": {
  579. "__type__": "cc.Vec2",
  580. "x": 0,
  581. "y": 0
  582. },
  583. "_fillStart": 0,
  584. "_fillRange": 0,
  585. "_isTrimmedMode": true,
  586. "_useGrayscale": false,
  587. "_atlas": null,
  588. "_id": ""
  589. },
  590. {
  591. "__type__": "cc.CompPrefabInfo",
  592. "fileId": "53ISyV6p5OMLYp5xXO/VCR"
  593. },
  594. {
  595. "__type__": "cc.Button",
  596. "_name": "",
  597. "_objFlags": 0,
  598. "__editorExtras__": {},
  599. "node": {
  600. "__id__": 13
  601. },
  602. "_enabled": true,
  603. "__prefab": {
  604. "__id__": 25
  605. },
  606. "clickEvents": [],
  607. "_interactable": true,
  608. "_transition": 3,
  609. "_normalColor": {
  610. "__type__": "cc.Color",
  611. "r": 214,
  612. "g": 214,
  613. "b": 214,
  614. "a": 255
  615. },
  616. "_hoverColor": {
  617. "__type__": "cc.Color",
  618. "r": 211,
  619. "g": 211,
  620. "b": 211,
  621. "a": 255
  622. },
  623. "_pressedColor": {
  624. "__type__": "cc.Color",
  625. "r": 255,
  626. "g": 255,
  627. "b": 255,
  628. "a": 255
  629. },
  630. "_disabledColor": {
  631. "__type__": "cc.Color",
  632. "r": 124,
  633. "g": 124,
  634. "b": 124,
  635. "a": 255
  636. },
  637. "_normalSprite": {
  638. "__uuid__": "20835ba4-6145-4fbc-a58a-051ce700aa3e@f9941",
  639. "__expectedType__": "cc.SpriteFrame"
  640. },
  641. "_hoverSprite": {
  642. "__uuid__": "20835ba4-6145-4fbc-a58a-051ce700aa3e@f9941",
  643. "__expectedType__": "cc.SpriteFrame"
  644. },
  645. "_pressedSprite": {
  646. "__uuid__": "544e49d6-3f05-4fa8-9a9e-091f98fc2ce8@f9941",
  647. "__expectedType__": "cc.SpriteFrame"
  648. },
  649. "_disabledSprite": {
  650. "__uuid__": "951249e0-9f16-456d-8b85-a6ca954da16b@f9941",
  651. "__expectedType__": "cc.SpriteFrame"
  652. },
  653. "_duration": 0.1,
  654. "_zoomScale": 1.2,
  655. "_target": {
  656. "__id__": 13
  657. },
  658. "_id": ""
  659. },
  660. {
  661. "__type__": "cc.CompPrefabInfo",
  662. "fileId": "81vzT8H+VOZ7q8b3m1TfHb"
  663. },
  664. {
  665. "__type__": "cc.PrefabInfo",
  666. "root": {
  667. "__id__": 1
  668. },
  669. "asset": {
  670. "__id__": 0
  671. },
  672. "fileId": "81Np40ozpHF4ynvUPdRqrV",
  673. "instance": null,
  674. "targetOverrides": null,
  675. "nestedPrefabInstanceRoots": null
  676. },
  677. {
  678. "__type__": "cc.Node",
  679. "_name": "btn_cancel",
  680. "_objFlags": 0,
  681. "__editorExtras__": {},
  682. "_parent": {
  683. "__id__": 12
  684. },
  685. "_children": [
  686. {
  687. "__id__": 28
  688. }
  689. ],
  690. "_active": true,
  691. "_components": [
  692. {
  693. "__id__": 34
  694. },
  695. {
  696. "__id__": 36
  697. },
  698. {
  699. "__id__": 38
  700. }
  701. ],
  702. "_prefab": {
  703. "__id__": 40
  704. },
  705. "_lpos": {
  706. "__type__": "cc.Vec3",
  707. "x": 200,
  708. "y": -130,
  709. "z": 0
  710. },
  711. "_lrot": {
  712. "__type__": "cc.Quat",
  713. "x": 0,
  714. "y": 0,
  715. "z": 0,
  716. "w": 1
  717. },
  718. "_lscale": {
  719. "__type__": "cc.Vec3",
  720. "x": 1,
  721. "y": 1,
  722. "z": 1
  723. },
  724. "_mobility": 0,
  725. "_layer": 33554432,
  726. "_euler": {
  727. "__type__": "cc.Vec3",
  728. "x": 0,
  729. "y": 0,
  730. "z": 0
  731. },
  732. "_id": ""
  733. },
  734. {
  735. "__type__": "cc.Node",
  736. "_name": "Label",
  737. "_objFlags": 512,
  738. "__editorExtras__": {},
  739. "_parent": {
  740. "__id__": 27
  741. },
  742. "_children": [],
  743. "_active": true,
  744. "_components": [
  745. {
  746. "__id__": 29
  747. },
  748. {
  749. "__id__": 31
  750. }
  751. ],
  752. "_prefab": {
  753. "__id__": 33
  754. },
  755. "_lpos": {
  756. "__type__": "cc.Vec3",
  757. "x": 0,
  758. "y": 0,
  759. "z": 0
  760. },
  761. "_lrot": {
  762. "__type__": "cc.Quat",
  763. "x": 0,
  764. "y": 0,
  765. "z": 0,
  766. "w": 1
  767. },
  768. "_lscale": {
  769. "__type__": "cc.Vec3",
  770. "x": 1,
  771. "y": 1,
  772. "z": 1
  773. },
  774. "_mobility": 0,
  775. "_layer": 33554432,
  776. "_euler": {
  777. "__type__": "cc.Vec3",
  778. "x": 0,
  779. "y": 0,
  780. "z": 0
  781. },
  782. "_id": ""
  783. },
  784. {
  785. "__type__": "cc.UITransform",
  786. "_name": "",
  787. "_objFlags": 0,
  788. "__editorExtras__": {},
  789. "node": {
  790. "__id__": 28
  791. },
  792. "_enabled": true,
  793. "__prefab": {
  794. "__id__": 30
  795. },
  796. "_contentSize": {
  797. "__type__": "cc.Size",
  798. "width": 80,
  799. "height": 50.4
  800. },
  801. "_anchorPoint": {
  802. "__type__": "cc.Vec2",
  803. "x": 0.5,
  804. "y": 0.5
  805. },
  806. "_id": ""
  807. },
  808. {
  809. "__type__": "cc.CompPrefabInfo",
  810. "fileId": "55RwS+DFVHR5a1cn6RqQQl"
  811. },
  812. {
  813. "__type__": "cc.Label",
  814. "_name": "",
  815. "_objFlags": 0,
  816. "__editorExtras__": {},
  817. "node": {
  818. "__id__": 28
  819. },
  820. "_enabled": true,
  821. "__prefab": {
  822. "__id__": 32
  823. },
  824. "_customMaterial": null,
  825. "_srcBlendFactor": 2,
  826. "_dstBlendFactor": 4,
  827. "_color": {
  828. "__type__": "cc.Color",
  829. "r": 0,
  830. "g": 0,
  831. "b": 0,
  832. "a": 255
  833. },
  834. "_string": "取消",
  835. "_horizontalAlign": 1,
  836. "_verticalAlign": 1,
  837. "_actualFontSize": 40,
  838. "_fontSize": 40,
  839. "_fontFamily": "Arial",
  840. "_lineHeight": 40,
  841. "_overflow": 0,
  842. "_enableWrapText": false,
  843. "_font": null,
  844. "_isSystemFontUsed": true,
  845. "_spacingX": 0,
  846. "_isItalic": false,
  847. "_isBold": true,
  848. "_isUnderline": false,
  849. "_underlineHeight": 2,
  850. "_cacheMode": 0,
  851. "_id": ""
  852. },
  853. {
  854. "__type__": "cc.CompPrefabInfo",
  855. "fileId": "8fRbZwZShIR4ck+CD5e+5D"
  856. },
  857. {
  858. "__type__": "cc.PrefabInfo",
  859. "root": {
  860. "__id__": 1
  861. },
  862. "asset": {
  863. "__id__": 0
  864. },
  865. "fileId": "17qrB4f8tBYbXoRe3IXV91",
  866. "instance": null,
  867. "targetOverrides": null,
  868. "nestedPrefabInstanceRoots": null
  869. },
  870. {
  871. "__type__": "cc.UITransform",
  872. "_name": "",
  873. "_objFlags": 0,
  874. "__editorExtras__": {},
  875. "node": {
  876. "__id__": 27
  877. },
  878. "_enabled": true,
  879. "__prefab": {
  880. "__id__": 35
  881. },
  882. "_contentSize": {
  883. "__type__": "cc.Size",
  884. "width": 200,
  885. "height": 80
  886. },
  887. "_anchorPoint": {
  888. "__type__": "cc.Vec2",
  889. "x": 0.5,
  890. "y": 0.5
  891. },
  892. "_id": ""
  893. },
  894. {
  895. "__type__": "cc.CompPrefabInfo",
  896. "fileId": "e7VtBbR3pDB7yc0kxVDECq"
  897. },
  898. {
  899. "__type__": "cc.Sprite",
  900. "_name": "",
  901. "_objFlags": 0,
  902. "__editorExtras__": {},
  903. "node": {
  904. "__id__": 27
  905. },
  906. "_enabled": true,
  907. "__prefab": {
  908. "__id__": 37
  909. },
  910. "_customMaterial": null,
  911. "_srcBlendFactor": 2,
  912. "_dstBlendFactor": 4,
  913. "_color": {
  914. "__type__": "cc.Color",
  915. "r": 255,
  916. "g": 255,
  917. "b": 255,
  918. "a": 255
  919. },
  920. "_spriteFrame": {
  921. "__uuid__": "20835ba4-6145-4fbc-a58a-051ce700aa3e@f9941",
  922. "__expectedType__": "cc.SpriteFrame"
  923. },
  924. "_type": 1,
  925. "_fillType": 0,
  926. "_sizeMode": 0,
  927. "_fillCenter": {
  928. "__type__": "cc.Vec2",
  929. "x": 0,
  930. "y": 0
  931. },
  932. "_fillStart": 0,
  933. "_fillRange": 0,
  934. "_isTrimmedMode": true,
  935. "_useGrayscale": false,
  936. "_atlas": null,
  937. "_id": ""
  938. },
  939. {
  940. "__type__": "cc.CompPrefabInfo",
  941. "fileId": "edqv8+xfFHrJuUARhZMkCD"
  942. },
  943. {
  944. "__type__": "cc.Button",
  945. "_name": "",
  946. "_objFlags": 0,
  947. "__editorExtras__": {},
  948. "node": {
  949. "__id__": 27
  950. },
  951. "_enabled": true,
  952. "__prefab": {
  953. "__id__": 39
  954. },
  955. "clickEvents": [],
  956. "_interactable": true,
  957. "_transition": 3,
  958. "_normalColor": {
  959. "__type__": "cc.Color",
  960. "r": 214,
  961. "g": 214,
  962. "b": 214,
  963. "a": 255
  964. },
  965. "_hoverColor": {
  966. "__type__": "cc.Color",
  967. "r": 211,
  968. "g": 211,
  969. "b": 211,
  970. "a": 255
  971. },
  972. "_pressedColor": {
  973. "__type__": "cc.Color",
  974. "r": 255,
  975. "g": 255,
  976. "b": 255,
  977. "a": 255
  978. },
  979. "_disabledColor": {
  980. "__type__": "cc.Color",
  981. "r": 124,
  982. "g": 124,
  983. "b": 124,
  984. "a": 255
  985. },
  986. "_normalSprite": {
  987. "__uuid__": "20835ba4-6145-4fbc-a58a-051ce700aa3e@f9941",
  988. "__expectedType__": "cc.SpriteFrame"
  989. },
  990. "_hoverSprite": {
  991. "__uuid__": "20835ba4-6145-4fbc-a58a-051ce700aa3e@f9941",
  992. "__expectedType__": "cc.SpriteFrame"
  993. },
  994. "_pressedSprite": {
  995. "__uuid__": "544e49d6-3f05-4fa8-9a9e-091f98fc2ce8@f9941",
  996. "__expectedType__": "cc.SpriteFrame"
  997. },
  998. "_disabledSprite": {
  999. "__uuid__": "951249e0-9f16-456d-8b85-a6ca954da16b@f9941",
  1000. "__expectedType__": "cc.SpriteFrame"
  1001. },
  1002. "_duration": 0.1,
  1003. "_zoomScale": 1.2,
  1004. "_target": {
  1005. "__id__": 27
  1006. },
  1007. "_id": ""
  1008. },
  1009. {
  1010. "__type__": "cc.CompPrefabInfo",
  1011. "fileId": "ecKKY4sJJD1onIke0a/FBJ"
  1012. },
  1013. {
  1014. "__type__": "cc.PrefabInfo",
  1015. "root": {
  1016. "__id__": 1
  1017. },
  1018. "asset": {
  1019. "__id__": 0
  1020. },
  1021. "fileId": "abZr5TVH1KMJaqn9SswOnj",
  1022. "instance": null,
  1023. "targetOverrides": null,
  1024. "nestedPrefabInstanceRoots": null
  1025. },
  1026. {
  1027. "__type__": "cc.Node",
  1028. "_name": "title",
  1029. "_objFlags": 0,
  1030. "__editorExtras__": {},
  1031. "_parent": {
  1032. "__id__": 12
  1033. },
  1034. "_children": [],
  1035. "_active": true,
  1036. "_components": [
  1037. {
  1038. "__id__": 42
  1039. },
  1040. {
  1041. "__id__": 44
  1042. }
  1043. ],
  1044. "_prefab": {
  1045. "__id__": 46
  1046. },
  1047. "_lpos": {
  1048. "__type__": "cc.Vec3",
  1049. "x": 0,
  1050. "y": 61.657,
  1051. "z": 0
  1052. },
  1053. "_lrot": {
  1054. "__type__": "cc.Quat",
  1055. "x": 0,
  1056. "y": 0,
  1057. "z": 0,
  1058. "w": 1
  1059. },
  1060. "_lscale": {
  1061. "__type__": "cc.Vec3",
  1062. "x": 1,
  1063. "y": 1,
  1064. "z": 1
  1065. },
  1066. "_mobility": 0,
  1067. "_layer": 33554432,
  1068. "_euler": {
  1069. "__type__": "cc.Vec3",
  1070. "x": 0,
  1071. "y": 0,
  1072. "z": 0
  1073. },
  1074. "_id": ""
  1075. },
  1076. {
  1077. "__type__": "cc.UITransform",
  1078. "_name": "",
  1079. "_objFlags": 0,
  1080. "__editorExtras__": {},
  1081. "node": {
  1082. "__id__": 41
  1083. },
  1084. "_enabled": true,
  1085. "__prefab": {
  1086. "__id__": 43
  1087. },
  1088. "_contentSize": {
  1089. "__type__": "cc.Size",
  1090. "width": 700,
  1091. "height": 220
  1092. },
  1093. "_anchorPoint": {
  1094. "__type__": "cc.Vec2",
  1095. "x": 0.5,
  1096. "y": 0.5
  1097. },
  1098. "_id": ""
  1099. },
  1100. {
  1101. "__type__": "cc.CompPrefabInfo",
  1102. "fileId": "10Jkz0mNlJ/aJD4SPhsDl0"
  1103. },
  1104. {
  1105. "__type__": "cc.Label",
  1106. "_name": "",
  1107. "_objFlags": 0,
  1108. "__editorExtras__": {},
  1109. "node": {
  1110. "__id__": 41
  1111. },
  1112. "_enabled": true,
  1113. "__prefab": {
  1114. "__id__": 45
  1115. },
  1116. "_customMaterial": null,
  1117. "_srcBlendFactor": 2,
  1118. "_dstBlendFactor": 4,
  1119. "_color": {
  1120. "__type__": "cc.Color",
  1121. "r": 0,
  1122. "g": 0,
  1123. "b": 0,
  1124. "a": 255
  1125. },
  1126. "_string": "确定删除?",
  1127. "_horizontalAlign": 1,
  1128. "_verticalAlign": 1,
  1129. "_actualFontSize": 41,
  1130. "_fontSize": 40,
  1131. "_fontFamily": "Arial",
  1132. "_lineHeight": 45,
  1133. "_overflow": 2,
  1134. "_enableWrapText": true,
  1135. "_font": null,
  1136. "_isSystemFontUsed": true,
  1137. "_spacingX": 0,
  1138. "_isItalic": false,
  1139. "_isBold": true,
  1140. "_isUnderline": false,
  1141. "_underlineHeight": 2,
  1142. "_cacheMode": 0,
  1143. "_id": ""
  1144. },
  1145. {
  1146. "__type__": "cc.CompPrefabInfo",
  1147. "fileId": "07FYqPemVNAZtYsIUt4u9f"
  1148. },
  1149. {
  1150. "__type__": "cc.PrefabInfo",
  1151. "root": {
  1152. "__id__": 1
  1153. },
  1154. "asset": {
  1155. "__id__": 0
  1156. },
  1157. "fileId": "1a9CRZgchHZYUeohYo07zt",
  1158. "instance": null,
  1159. "targetOverrides": null,
  1160. "nestedPrefabInstanceRoots": null
  1161. },
  1162. {
  1163. "__type__": "cc.UITransform",
  1164. "_name": "",
  1165. "_objFlags": 0,
  1166. "__editorExtras__": {},
  1167. "node": {
  1168. "__id__": 12
  1169. },
  1170. "_enabled": true,
  1171. "__prefab": {
  1172. "__id__": 48
  1173. },
  1174. "_contentSize": {
  1175. "__type__": "cc.Size",
  1176. "width": 800,
  1177. "height": 400
  1178. },
  1179. "_anchorPoint": {
  1180. "__type__": "cc.Vec2",
  1181. "x": 0.5,
  1182. "y": 0.5
  1183. },
  1184. "_id": ""
  1185. },
  1186. {
  1187. "__type__": "cc.CompPrefabInfo",
  1188. "fileId": "7f6bUgsZlFXYOU0aT6r1DP"
  1189. },
  1190. {
  1191. "__type__": "cc.Sprite",
  1192. "_name": "",
  1193. "_objFlags": 0,
  1194. "__editorExtras__": {},
  1195. "node": {
  1196. "__id__": 12
  1197. },
  1198. "_enabled": true,
  1199. "__prefab": {
  1200. "__id__": 50
  1201. },
  1202. "_customMaterial": null,
  1203. "_srcBlendFactor": 2,
  1204. "_dstBlendFactor": 4,
  1205. "_color": {
  1206. "__type__": "cc.Color",
  1207. "r": 255,
  1208. "g": 255,
  1209. "b": 255,
  1210. "a": 255
  1211. },
  1212. "_spriteFrame": {
  1213. "__uuid__": "7d8f9b89-4fd1-4c9f-a3ab-38ec7cded7ca@f9941",
  1214. "__expectedType__": "cc.SpriteFrame"
  1215. },
  1216. "_type": 0,
  1217. "_fillType": 0,
  1218. "_sizeMode": 0,
  1219. "_fillCenter": {
  1220. "__type__": "cc.Vec2",
  1221. "x": 0,
  1222. "y": 0
  1223. },
  1224. "_fillStart": 0,
  1225. "_fillRange": 0,
  1226. "_isTrimmedMode": true,
  1227. "_useGrayscale": false,
  1228. "_atlas": null,
  1229. "_id": ""
  1230. },
  1231. {
  1232. "__type__": "cc.CompPrefabInfo",
  1233. "fileId": "cewVSv4RZNf7fuaReEECPh"
  1234. },
  1235. {
  1236. "__type__": "cc.PrefabInfo",
  1237. "root": {
  1238. "__id__": 1
  1239. },
  1240. "asset": {
  1241. "__id__": 0
  1242. },
  1243. "fileId": "e7wSk752xLlq4loLd5AI+f",
  1244. "instance": null,
  1245. "targetOverrides": null,
  1246. "nestedPrefabInstanceRoots": null
  1247. },
  1248. {
  1249. "__type__": "cc.UITransform",
  1250. "_name": "",
  1251. "_objFlags": 0,
  1252. "__editorExtras__": {},
  1253. "node": {
  1254. "__id__": 1
  1255. },
  1256. "_enabled": true,
  1257. "__prefab": {
  1258. "__id__": 53
  1259. },
  1260. "_contentSize": {
  1261. "__type__": "cc.Size",
  1262. "width": 1920,
  1263. "height": 1920
  1264. },
  1265. "_anchorPoint": {
  1266. "__type__": "cc.Vec2",
  1267. "x": 0.5,
  1268. "y": 0.5
  1269. },
  1270. "_id": ""
  1271. },
  1272. {
  1273. "__type__": "cc.CompPrefabInfo",
  1274. "fileId": "18o0GIJ0dCdo5WCyM5ax1I"
  1275. },
  1276. {
  1277. "__type__": "cc.Widget",
  1278. "_name": "",
  1279. "_objFlags": 0,
  1280. "__editorExtras__": {},
  1281. "node": {
  1282. "__id__": 1
  1283. },
  1284. "_enabled": true,
  1285. "__prefab": {
  1286. "__id__": 55
  1287. },
  1288. "_alignFlags": 45,
  1289. "_target": null,
  1290. "_left": 0,
  1291. "_right": 0,
  1292. "_top": 0,
  1293. "_bottom": 0,
  1294. "_horizontalCenter": 0,
  1295. "_verticalCenter": 0,
  1296. "_isAbsLeft": true,
  1297. "_isAbsRight": true,
  1298. "_isAbsTop": true,
  1299. "_isAbsBottom": true,
  1300. "_isAbsHorizontalCenter": true,
  1301. "_isAbsVerticalCenter": true,
  1302. "_originalWidth": 100,
  1303. "_originalHeight": 100,
  1304. "_alignMode": 2,
  1305. "_lockFlags": 0,
  1306. "_id": ""
  1307. },
  1308. {
  1309. "__type__": "cc.CompPrefabInfo",
  1310. "fileId": "9ajrAfRA9Iv7RDwomdZgaO"
  1311. },
  1312. {
  1313. "__type__": "59e4ev6HiRMto6ug5PTJcey",
  1314. "_name": "",
  1315. "_objFlags": 0,
  1316. "__editorExtras__": {},
  1317. "node": {
  1318. "__id__": 1
  1319. },
  1320. "_enabled": true,
  1321. "__prefab": {
  1322. "__id__": 57
  1323. },
  1324. "btn_sure": {
  1325. "__id__": 13
  1326. },
  1327. "btn_cancel": {
  1328. "__id__": 27
  1329. },
  1330. "lab_title": {
  1331. "__id__": 41
  1332. },
  1333. "_id": ""
  1334. },
  1335. {
  1336. "__type__": "cc.CompPrefabInfo",
  1337. "fileId": "83M30y5lZEKptn0KEr31Ee"
  1338. },
  1339. {
  1340. "__type__": "cc.PrefabInfo",
  1341. "root": {
  1342. "__id__": 1
  1343. },
  1344. "asset": {
  1345. "__id__": 0
  1346. },
  1347. "fileId": "a9U3KSABRPB6uW0BpV0TKb",
  1348. "instance": null,
  1349. "targetOverrides": null
  1350. }
  1351. ]