Flag.prefab 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944
  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": "Flag",
  17. "_objFlags": 0,
  18. "_parent": null,
  19. "_children": [
  20. {
  21. "__id__": 2
  22. },
  23. {
  24. "__id__": 5
  25. },
  26. {
  27. "__id__": 8
  28. },
  29. {
  30. "__id__": 19
  31. }
  32. ],
  33. "_active": true,
  34. "_components": [
  35. {
  36. "__id__": 22
  37. },
  38. {
  39. "__id__": 24
  40. }
  41. ],
  42. "_prefab": {
  43. "__id__": 25
  44. },
  45. "_opacity": 255,
  46. "_color": {
  47. "__type__": "cc.Color",
  48. "r": 255,
  49. "g": 255,
  50. "b": 255,
  51. "a": 255
  52. },
  53. "_contentSize": {
  54. "__type__": "cc.Size",
  55. "width": 300,
  56. "height": 200
  57. },
  58. "_anchorPoint": {
  59. "__type__": "cc.Vec2",
  60. "x": 0.5,
  61. "y": 0.5
  62. },
  63. "_trs": {
  64. "__type__": "TypedArray",
  65. "ctor": "Float64Array",
  66. "array": [
  67. 0,
  68. 0,
  69. 0,
  70. 0,
  71. 0,
  72. 0,
  73. 1,
  74. 1,
  75. 1,
  76. 1
  77. ]
  78. },
  79. "_eulerAngles": {
  80. "__type__": "cc.Vec3",
  81. "x": 0,
  82. "y": 0,
  83. "z": 0
  84. },
  85. "_skewX": 0,
  86. "_skewY": 0,
  87. "_is3DNode": false,
  88. "_groupIndex": 0,
  89. "groupIndex": 0,
  90. "_id": ""
  91. },
  92. {
  93. "__type__": "cc.Node",
  94. "_name": "Stroke",
  95. "_objFlags": 0,
  96. "_parent": {
  97. "__id__": 1
  98. },
  99. "_children": [],
  100. "_active": false,
  101. "_components": [
  102. {
  103. "__id__": 3
  104. }
  105. ],
  106. "_prefab": {
  107. "__id__": 4
  108. },
  109. "_opacity": 255,
  110. "_color": {
  111. "__type__": "cc.Color",
  112. "r": 2,
  113. "g": 83,
  114. "b": 165,
  115. "a": 255
  116. },
  117. "_contentSize": {
  118. "__type__": "cc.Size",
  119. "width": 310,
  120. "height": 210
  121. },
  122. "_anchorPoint": {
  123. "__type__": "cc.Vec2",
  124. "x": 0.5,
  125. "y": 0.5
  126. },
  127. "_trs": {
  128. "__type__": "TypedArray",
  129. "ctor": "Float64Array",
  130. "array": [
  131. 0,
  132. 0,
  133. 0,
  134. 0,
  135. 0,
  136. 0,
  137. 1,
  138. 1,
  139. 1,
  140. 1
  141. ]
  142. },
  143. "_eulerAngles": {
  144. "__type__": "cc.Vec3",
  145. "x": 0,
  146. "y": 0,
  147. "z": 0
  148. },
  149. "_skewX": 0,
  150. "_skewY": 0,
  151. "_is3DNode": false,
  152. "_groupIndex": 0,
  153. "groupIndex": 0,
  154. "_id": ""
  155. },
  156. {
  157. "__type__": "cc.Sprite",
  158. "_name": "",
  159. "_objFlags": 0,
  160. "node": {
  161. "__id__": 2
  162. },
  163. "_enabled": true,
  164. "_materials": [
  165. {
  166. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  167. }
  168. ],
  169. "_srcBlendFactor": 770,
  170. "_dstBlendFactor": 771,
  171. "_spriteFrame": {
  172. "__uuid__": "a23235d1-15db-4b95-8439-a2e005bfff91"
  173. },
  174. "_type": 0,
  175. "_sizeMode": 0,
  176. "_fillType": 0,
  177. "_fillCenter": {
  178. "__type__": "cc.Vec2",
  179. "x": 0,
  180. "y": 0
  181. },
  182. "_fillStart": 0,
  183. "_fillRange": 0,
  184. "_isTrimmedMode": true,
  185. "_atlas": null,
  186. "_id": ""
  187. },
  188. {
  189. "__type__": "cc.PrefabInfo",
  190. "root": {
  191. "__id__": 1
  192. },
  193. "asset": {
  194. "__uuid__": "4a7f50f2-57e1-41c5-afb2-2fac7737d386"
  195. },
  196. "fileId": "54vqVt+M5GubiZ5kq0s06l",
  197. "sync": false
  198. },
  199. {
  200. "__type__": "cc.Node",
  201. "_name": "Sprite",
  202. "_objFlags": 0,
  203. "_parent": {
  204. "__id__": 1
  205. },
  206. "_children": [],
  207. "_active": true,
  208. "_components": [
  209. {
  210. "__id__": 6
  211. }
  212. ],
  213. "_prefab": {
  214. "__id__": 7
  215. },
  216. "_opacity": 255,
  217. "_color": {
  218. "__type__": "cc.Color",
  219. "r": 255,
  220. "g": 255,
  221. "b": 255,
  222. "a": 255
  223. },
  224. "_contentSize": {
  225. "__type__": "cc.Size",
  226. "width": 300,
  227. "height": 200
  228. },
  229. "_anchorPoint": {
  230. "__type__": "cc.Vec2",
  231. "x": 0.5,
  232. "y": 0.5
  233. },
  234. "_trs": {
  235. "__type__": "TypedArray",
  236. "ctor": "Float64Array",
  237. "array": [
  238. 0,
  239. 0,
  240. 0,
  241. 0,
  242. 0,
  243. 0,
  244. 1,
  245. 1,
  246. 1,
  247. 1
  248. ]
  249. },
  250. "_eulerAngles": {
  251. "__type__": "cc.Vec3",
  252. "x": 0,
  253. "y": 0,
  254. "z": 0
  255. },
  256. "_skewX": 0,
  257. "_skewY": 0,
  258. "_is3DNode": false,
  259. "_groupIndex": 0,
  260. "groupIndex": 0,
  261. "_id": ""
  262. },
  263. {
  264. "__type__": "cc.Sprite",
  265. "_name": "",
  266. "_objFlags": 0,
  267. "node": {
  268. "__id__": 5
  269. },
  270. "_enabled": true,
  271. "_materials": [
  272. {
  273. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  274. }
  275. ],
  276. "_srcBlendFactor": 770,
  277. "_dstBlendFactor": 771,
  278. "_spriteFrame": null,
  279. "_type": 0,
  280. "_sizeMode": 0,
  281. "_fillType": 0,
  282. "_fillCenter": {
  283. "__type__": "cc.Vec2",
  284. "x": 0,
  285. "y": 0
  286. },
  287. "_fillStart": 0,
  288. "_fillRange": 0,
  289. "_isTrimmedMode": true,
  290. "_atlas": null,
  291. "_id": ""
  292. },
  293. {
  294. "__type__": "cc.PrefabInfo",
  295. "root": {
  296. "__id__": 1
  297. },
  298. "asset": {
  299. "__uuid__": "4a7f50f2-57e1-41c5-afb2-2fac7737d386"
  300. },
  301. "fileId": "fczjJaZrxE+qW3NnvFkJ08",
  302. "sync": false
  303. },
  304. {
  305. "__type__": "cc.Node",
  306. "_name": "Confirm",
  307. "_objFlags": 0,
  308. "_parent": {
  309. "__id__": 1
  310. },
  311. "_children": [
  312. {
  313. "__id__": 9
  314. }
  315. ],
  316. "_active": false,
  317. "_components": [
  318. {
  319. "__id__": 16
  320. }
  321. ],
  322. "_prefab": {
  323. "__id__": 18
  324. },
  325. "_opacity": 255,
  326. "_color": {
  327. "__type__": "cc.Color",
  328. "r": 255,
  329. "g": 255,
  330. "b": 255,
  331. "a": 255
  332. },
  333. "_contentSize": {
  334. "__type__": "cc.Size",
  335. "width": 100,
  336. "height": 40
  337. },
  338. "_anchorPoint": {
  339. "__type__": "cc.Vec2",
  340. "x": 0.5,
  341. "y": 0.5
  342. },
  343. "_trs": {
  344. "__type__": "TypedArray",
  345. "ctor": "Float64Array",
  346. "array": [
  347. 0,
  348. -55,
  349. 0,
  350. 0,
  351. 0,
  352. 0,
  353. 1,
  354. 1,
  355. 1,
  356. 1
  357. ]
  358. },
  359. "_eulerAngles": {
  360. "__type__": "cc.Vec3",
  361. "x": 0,
  362. "y": 0,
  363. "z": 0
  364. },
  365. "_skewX": 0,
  366. "_skewY": 0,
  367. "_is3DNode": false,
  368. "_groupIndex": 0,
  369. "groupIndex": 0,
  370. "_id": ""
  371. },
  372. {
  373. "__type__": "cc.Node",
  374. "_name": "Background",
  375. "_objFlags": 512,
  376. "_parent": {
  377. "__id__": 8
  378. },
  379. "_children": [
  380. {
  381. "__id__": 10
  382. }
  383. ],
  384. "_active": true,
  385. "_components": [
  386. {
  387. "__id__": 13
  388. },
  389. {
  390. "__id__": 14
  391. }
  392. ],
  393. "_prefab": {
  394. "__id__": 15
  395. },
  396. "_opacity": 255,
  397. "_color": {
  398. "__type__": "cc.Color",
  399. "r": 255,
  400. "g": 255,
  401. "b": 255,
  402. "a": 255
  403. },
  404. "_contentSize": {
  405. "__type__": "cc.Size",
  406. "width": 100,
  407. "height": 40
  408. },
  409. "_anchorPoint": {
  410. "__type__": "cc.Vec2",
  411. "x": 0.5,
  412. "y": 0.5
  413. },
  414. "_trs": {
  415. "__type__": "TypedArray",
  416. "ctor": "Float64Array",
  417. "array": [
  418. 0,
  419. 0,
  420. 0,
  421. 0,
  422. 0,
  423. 0,
  424. 1,
  425. 1,
  426. 1,
  427. 1
  428. ]
  429. },
  430. "_eulerAngles": {
  431. "__type__": "cc.Vec3",
  432. "x": 0,
  433. "y": 0,
  434. "z": 0
  435. },
  436. "_skewX": 0,
  437. "_skewY": 0,
  438. "_is3DNode": false,
  439. "_groupIndex": 0,
  440. "groupIndex": 0,
  441. "_id": ""
  442. },
  443. {
  444. "__type__": "cc.Node",
  445. "_name": "Label",
  446. "_objFlags": 512,
  447. "_parent": {
  448. "__id__": 9
  449. },
  450. "_children": [],
  451. "_active": true,
  452. "_components": [
  453. {
  454. "__id__": 11
  455. }
  456. ],
  457. "_prefab": {
  458. "__id__": 12
  459. },
  460. "_opacity": 255,
  461. "_color": {
  462. "__type__": "cc.Color",
  463. "r": 0,
  464. "g": 0,
  465. "b": 0,
  466. "a": 255
  467. },
  468. "_contentSize": {
  469. "__type__": "cc.Size",
  470. "width": 100,
  471. "height": 40
  472. },
  473. "_anchorPoint": {
  474. "__type__": "cc.Vec2",
  475. "x": 0.5,
  476. "y": 0.5
  477. },
  478. "_trs": {
  479. "__type__": "TypedArray",
  480. "ctor": "Float64Array",
  481. "array": [
  482. 0,
  483. 0,
  484. 0,
  485. 0,
  486. 0,
  487. 0,
  488. 1,
  489. 1,
  490. 1,
  491. 1
  492. ]
  493. },
  494. "_eulerAngles": {
  495. "__type__": "cc.Vec3",
  496. "x": 0,
  497. "y": 0,
  498. "z": 0
  499. },
  500. "_skewX": 0,
  501. "_skewY": 0,
  502. "_is3DNode": false,
  503. "_groupIndex": 0,
  504. "groupIndex": 0,
  505. "_id": ""
  506. },
  507. {
  508. "__type__": "cc.Label",
  509. "_name": "",
  510. "_objFlags": 0,
  511. "node": {
  512. "__id__": 10
  513. },
  514. "_enabled": true,
  515. "_materials": [
  516. {
  517. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  518. }
  519. ],
  520. "_srcBlendFactor": 770,
  521. "_dstBlendFactor": 771,
  522. "_useOriginalSize": false,
  523. "_string": "确定",
  524. "_N$string": "确定",
  525. "_fontSize": 20,
  526. "_lineHeight": 40,
  527. "_enableWrapText": false,
  528. "_N$file": null,
  529. "_isSystemFontUsed": true,
  530. "_spacingX": 0,
  531. "_batchAsBitmap": false,
  532. "_styleFlags": 0,
  533. "_underlineHeight": 0,
  534. "_N$horizontalAlign": 1,
  535. "_N$verticalAlign": 1,
  536. "_N$fontFamily": "Arial",
  537. "_N$overflow": 1,
  538. "_N$cacheMode": 1,
  539. "_id": ""
  540. },
  541. {
  542. "__type__": "cc.PrefabInfo",
  543. "root": {
  544. "__id__": 1
  545. },
  546. "asset": {
  547. "__uuid__": "4a7f50f2-57e1-41c5-afb2-2fac7737d386"
  548. },
  549. "fileId": "3aB/P2mppNs79PmQz0ol1B",
  550. "sync": false
  551. },
  552. {
  553. "__type__": "cc.Sprite",
  554. "_name": "",
  555. "_objFlags": 0,
  556. "node": {
  557. "__id__": 9
  558. },
  559. "_enabled": true,
  560. "_materials": [
  561. {
  562. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  563. }
  564. ],
  565. "_srcBlendFactor": 770,
  566. "_dstBlendFactor": 771,
  567. "_spriteFrame": {
  568. "__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952"
  569. },
  570. "_type": 1,
  571. "_sizeMode": 0,
  572. "_fillType": 0,
  573. "_fillCenter": {
  574. "__type__": "cc.Vec2",
  575. "x": 0,
  576. "y": 0
  577. },
  578. "_fillStart": 0,
  579. "_fillRange": 0,
  580. "_isTrimmedMode": true,
  581. "_atlas": null,
  582. "_id": ""
  583. },
  584. {
  585. "__type__": "cc.Widget",
  586. "_name": "",
  587. "_objFlags": 0,
  588. "node": {
  589. "__id__": 9
  590. },
  591. "_enabled": true,
  592. "alignMode": 0,
  593. "_target": null,
  594. "_alignFlags": 45,
  595. "_left": 0,
  596. "_right": 0,
  597. "_top": 0,
  598. "_bottom": 0,
  599. "_verticalCenter": 0,
  600. "_horizontalCenter": 0,
  601. "_isAbsLeft": true,
  602. "_isAbsRight": true,
  603. "_isAbsTop": true,
  604. "_isAbsBottom": true,
  605. "_isAbsHorizontalCenter": true,
  606. "_isAbsVerticalCenter": true,
  607. "_originalWidth": 100,
  608. "_originalHeight": 40,
  609. "_id": ""
  610. },
  611. {
  612. "__type__": "cc.PrefabInfo",
  613. "root": {
  614. "__id__": 1
  615. },
  616. "asset": {
  617. "__uuid__": "4a7f50f2-57e1-41c5-afb2-2fac7737d386"
  618. },
  619. "fileId": "36ps8XyKdBkovbOULn0TGn",
  620. "sync": false
  621. },
  622. {
  623. "__type__": "cc.Button",
  624. "_name": "",
  625. "_objFlags": 0,
  626. "node": {
  627. "__id__": 8
  628. },
  629. "_enabled": true,
  630. "_normalMaterial": null,
  631. "_grayMaterial": null,
  632. "duration": 0.1,
  633. "zoomScale": 1.2,
  634. "clickEvents": [
  635. {
  636. "__id__": 17
  637. }
  638. ],
  639. "_N$interactable": true,
  640. "_N$enableAutoGrayEffect": false,
  641. "_N$transition": 2,
  642. "transition": 2,
  643. "_N$normalColor": {
  644. "__type__": "cc.Color",
  645. "r": 230,
  646. "g": 230,
  647. "b": 230,
  648. "a": 255
  649. },
  650. "_N$pressedColor": {
  651. "__type__": "cc.Color",
  652. "r": 200,
  653. "g": 200,
  654. "b": 200,
  655. "a": 255
  656. },
  657. "pressedColor": {
  658. "__type__": "cc.Color",
  659. "r": 200,
  660. "g": 200,
  661. "b": 200,
  662. "a": 255
  663. },
  664. "_N$hoverColor": {
  665. "__type__": "cc.Color",
  666. "r": 255,
  667. "g": 255,
  668. "b": 255,
  669. "a": 255
  670. },
  671. "hoverColor": {
  672. "__type__": "cc.Color",
  673. "r": 255,
  674. "g": 255,
  675. "b": 255,
  676. "a": 255
  677. },
  678. "_N$disabledColor": {
  679. "__type__": "cc.Color",
  680. "r": 120,
  681. "g": 120,
  682. "b": 120,
  683. "a": 200
  684. },
  685. "_N$normalSprite": {
  686. "__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952"
  687. },
  688. "_N$pressedSprite": {
  689. "__uuid__": "e9ec654c-97a2-4787-9325-e6a10375219a"
  690. },
  691. "pressedSprite": {
  692. "__uuid__": "e9ec654c-97a2-4787-9325-e6a10375219a"
  693. },
  694. "_N$hoverSprite": {
  695. "__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952"
  696. },
  697. "hoverSprite": {
  698. "__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952"
  699. },
  700. "_N$disabledSprite": {
  701. "__uuid__": "29158224-f8dd-4661-a796-1ffab537140e"
  702. },
  703. "_N$target": {
  704. "__id__": 9
  705. },
  706. "_id": ""
  707. },
  708. {
  709. "__type__": "cc.ClickEvent",
  710. "target": {
  711. "__id__": 1
  712. },
  713. "component": "",
  714. "_componentId": "797aalHqB9PkKgkK4GNRcnY",
  715. "handler": "confirm",
  716. "customEventData": ""
  717. },
  718. {
  719. "__type__": "cc.PrefabInfo",
  720. "root": {
  721. "__id__": 1
  722. },
  723. "asset": {
  724. "__uuid__": "4a7f50f2-57e1-41c5-afb2-2fac7737d386"
  725. },
  726. "fileId": "a9J7OME41Jh4Wi0wm+JN0H",
  727. "sync": false
  728. },
  729. {
  730. "__type__": "cc.Node",
  731. "_name": "Name",
  732. "_objFlags": 0,
  733. "_parent": {
  734. "__id__": 1
  735. },
  736. "_children": [],
  737. "_active": true,
  738. "_components": [
  739. {
  740. "__id__": 20
  741. }
  742. ],
  743. "_prefab": {
  744. "__id__": 21
  745. },
  746. "_opacity": 255,
  747. "_color": {
  748. "__type__": "cc.Color",
  749. "r": 255,
  750. "g": 255,
  751. "b": 255,
  752. "a": 255
  753. },
  754. "_contentSize": {
  755. "__type__": "cc.Size",
  756. "width": 250,
  757. "height": 40
  758. },
  759. "_anchorPoint": {
  760. "__type__": "cc.Vec2",
  761. "x": 0.5,
  762. "y": 0.5
  763. },
  764. "_trs": {
  765. "__type__": "TypedArray",
  766. "ctor": "Float64Array",
  767. "array": [
  768. 0,
  769. -52,
  770. 0,
  771. 0,
  772. 0,
  773. 0,
  774. 1,
  775. 1,
  776. 1,
  777. 1
  778. ]
  779. },
  780. "_eulerAngles": {
  781. "__type__": "cc.Vec3",
  782. "x": 0,
  783. "y": 0,
  784. "z": 0
  785. },
  786. "_skewX": 0,
  787. "_skewY": 0,
  788. "_is3DNode": false,
  789. "_groupIndex": 0,
  790. "groupIndex": 0,
  791. "_id": ""
  792. },
  793. {
  794. "__type__": "cc.Label",
  795. "_name": "",
  796. "_objFlags": 0,
  797. "node": {
  798. "__id__": 19
  799. },
  800. "_enabled": true,
  801. "_materials": [
  802. {
  803. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  804. }
  805. ],
  806. "_srcBlendFactor": 770,
  807. "_dstBlendFactor": 771,
  808. "_useOriginalSize": false,
  809. "_string": "",
  810. "_N$string": "",
  811. "_fontSize": 20,
  812. "_lineHeight": 20,
  813. "_enableWrapText": true,
  814. "_N$file": null,
  815. "_isSystemFontUsed": true,
  816. "_spacingX": 0,
  817. "_batchAsBitmap": false,
  818. "_styleFlags": 0,
  819. "_underlineHeight": 0,
  820. "_N$horizontalAlign": 1,
  821. "_N$verticalAlign": 1,
  822. "_N$fontFamily": "Arial",
  823. "_N$overflow": 1,
  824. "_N$cacheMode": 0,
  825. "_id": ""
  826. },
  827. {
  828. "__type__": "cc.PrefabInfo",
  829. "root": {
  830. "__id__": 1
  831. },
  832. "asset": {
  833. "__uuid__": "4a7f50f2-57e1-41c5-afb2-2fac7737d386"
  834. },
  835. "fileId": "c8MyAkakBKQLhA9pwndQCs",
  836. "sync": false
  837. },
  838. {
  839. "__type__": "cc.Button",
  840. "_name": "",
  841. "_objFlags": 0,
  842. "node": {
  843. "__id__": 1
  844. },
  845. "_enabled": true,
  846. "_normalMaterial": null,
  847. "_grayMaterial": null,
  848. "duration": 0.1,
  849. "zoomScale": 1.2,
  850. "clickEvents": [
  851. {
  852. "__id__": 23
  853. }
  854. ],
  855. "_N$interactable": true,
  856. "_N$enableAutoGrayEffect": false,
  857. "_N$transition": 0,
  858. "transition": 0,
  859. "_N$normalColor": {
  860. "__type__": "cc.Color",
  861. "r": 255,
  862. "g": 255,
  863. "b": 255,
  864. "a": 255
  865. },
  866. "_N$pressedColor": {
  867. "__type__": "cc.Color",
  868. "r": 211,
  869. "g": 211,
  870. "b": 211,
  871. "a": 255
  872. },
  873. "pressedColor": {
  874. "__type__": "cc.Color",
  875. "r": 211,
  876. "g": 211,
  877. "b": 211,
  878. "a": 255
  879. },
  880. "_N$hoverColor": {
  881. "__type__": "cc.Color",
  882. "r": 255,
  883. "g": 255,
  884. "b": 255,
  885. "a": 255
  886. },
  887. "hoverColor": {
  888. "__type__": "cc.Color",
  889. "r": 255,
  890. "g": 255,
  891. "b": 255,
  892. "a": 255
  893. },
  894. "_N$disabledColor": {
  895. "__type__": "cc.Color",
  896. "r": 124,
  897. "g": 124,
  898. "b": 124,
  899. "a": 255
  900. },
  901. "_N$normalSprite": null,
  902. "_N$pressedSprite": null,
  903. "pressedSprite": null,
  904. "_N$hoverSprite": null,
  905. "hoverSprite": null,
  906. "_N$disabledSprite": null,
  907. "_N$target": {
  908. "__id__": 1
  909. },
  910. "_id": ""
  911. },
  912. {
  913. "__type__": "cc.ClickEvent",
  914. "target": {
  915. "__id__": 1
  916. },
  917. "component": "",
  918. "_componentId": "797aalHqB9PkKgkK4GNRcnY",
  919. "handler": "selectFlag",
  920. "customEventData": ""
  921. },
  922. {
  923. "__type__": "797aalHqB9PkKgkK4GNRcnY",
  924. "_name": "",
  925. "_objFlags": 0,
  926. "node": {
  927. "__id__": 1
  928. },
  929. "_enabled": true,
  930. "tag": -1,
  931. "_id": ""
  932. },
  933. {
  934. "__type__": "cc.PrefabInfo",
  935. "root": {
  936. "__id__": 1
  937. },
  938. "asset": {
  939. "__uuid__": "4a7f50f2-57e1-41c5-afb2-2fac7737d386"
  940. },
  941. "fileId": "79bxCQIr9DBYgp7QAw/ivG",
  942. "sync": false
  943. }
  944. ]