WarnTipPanel.prefab 23 KB

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