prefab_alert_frame_has_title.prefab 26 KB

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