event_item.prefab 25 KB

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