window.prefab 23 KB

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