show_question_select_item.prefab 24 KB

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