GameRules.prefab 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176
  1. [
  2. {
  3. "__type__": "cc.Prefab",
  4. "_name": "GameRules",
  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": "GameRules",
  17. "_objFlags": 0,
  18. "__editorExtras__": {},
  19. "_parent": null,
  20. "_children": [
  21. {
  22. "__id__": 2
  23. },
  24. {
  25. "__id__": 10
  26. },
  27. {
  28. "__id__": 16
  29. },
  30. {
  31. "__id__": 22
  32. },
  33. {
  34. "__id__": 30
  35. },
  36. {
  37. "__id__": 36
  38. },
  39. {
  40. "__id__": 42
  41. }
  42. ],
  43. "_active": true,
  44. "_components": [
  45. {
  46. "__id__": 48
  47. },
  48. {
  49. "__id__": 50
  50. }
  51. ],
  52. "_prefab": {
  53. "__id__": 52
  54. },
  55. "_lpos": {
  56. "__type__": "cc.Vec3",
  57. "x": 0,
  58. "y": 0,
  59. "z": 0
  60. },
  61. "_lrot": {
  62. "__type__": "cc.Quat",
  63. "x": 0,
  64. "y": 0,
  65. "z": 0,
  66. "w": 1
  67. },
  68. "_lscale": {
  69. "__type__": "cc.Vec3",
  70. "x": 1,
  71. "y": 1,
  72. "z": 1
  73. },
  74. "_mobility": 0,
  75. "_layer": 33554432,
  76. "_euler": {
  77. "__type__": "cc.Vec3",
  78. "x": 0,
  79. "y": 0,
  80. "z": 0
  81. },
  82. "_id": ""
  83. },
  84. {
  85. "__type__": "cc.Node",
  86. "_name": "Mask",
  87. "_objFlags": 0,
  88. "__editorExtras__": {},
  89. "_parent": {
  90. "__id__": 1
  91. },
  92. "_children": [],
  93. "_active": true,
  94. "_components": [
  95. {
  96. "__id__": 3
  97. },
  98. {
  99. "__id__": 5
  100. },
  101. {
  102. "__id__": 7
  103. }
  104. ],
  105. "_prefab": {
  106. "__id__": 9
  107. },
  108. "_lpos": {
  109. "__type__": "cc.Vec3",
  110. "x": 0,
  111. "y": 0,
  112. "z": 0
  113. },
  114. "_lrot": {
  115. "__type__": "cc.Quat",
  116. "x": 0,
  117. "y": 0,
  118. "z": 0,
  119. "w": 1
  120. },
  121. "_lscale": {
  122. "__type__": "cc.Vec3",
  123. "x": 1,
  124. "y": 1,
  125. "z": 1
  126. },
  127. "_mobility": 0,
  128. "_layer": 33554432,
  129. "_euler": {
  130. "__type__": "cc.Vec3",
  131. "x": 0,
  132. "y": 0,
  133. "z": 0
  134. },
  135. "_id": ""
  136. },
  137. {
  138. "__type__": "cc.UITransform",
  139. "_name": "",
  140. "_objFlags": 0,
  141. "__editorExtras__": {},
  142. "node": {
  143. "__id__": 2
  144. },
  145. "_enabled": true,
  146. "__prefab": {
  147. "__id__": 4
  148. },
  149. "_contentSize": {
  150. "__type__": "cc.Size",
  151. "width": 750,
  152. "height": 1634
  153. },
  154. "_anchorPoint": {
  155. "__type__": "cc.Vec2",
  156. "x": 0.5,
  157. "y": 0.5
  158. },
  159. "_id": ""
  160. },
  161. {
  162. "__type__": "cc.CompPrefabInfo",
  163. "fileId": "9cpiCg3rVPWLBbZmL12+Wl"
  164. },
  165. {
  166. "__type__": "cc.Sprite",
  167. "_name": "",
  168. "_objFlags": 0,
  169. "__editorExtras__": {},
  170. "node": {
  171. "__id__": 2
  172. },
  173. "_enabled": true,
  174. "__prefab": {
  175. "__id__": 6
  176. },
  177. "_customMaterial": null,
  178. "_srcBlendFactor": 2,
  179. "_dstBlendFactor": 4,
  180. "_color": {
  181. "__type__": "cc.Color",
  182. "r": 255,
  183. "g": 255,
  184. "b": 255,
  185. "a": 255
  186. },
  187. "_spriteFrame": null,
  188. "_type": 0,
  189. "_fillType": 0,
  190. "_sizeMode": 1,
  191. "_fillCenter": {
  192. "__type__": "cc.Vec2",
  193. "x": 0,
  194. "y": 0
  195. },
  196. "_fillStart": 0,
  197. "_fillRange": 0,
  198. "_isTrimmedMode": true,
  199. "_useGrayscale": false,
  200. "_atlas": null,
  201. "_id": ""
  202. },
  203. {
  204. "__type__": "cc.CompPrefabInfo",
  205. "fileId": "5bWvLsGWVIyJ/ok1kQOews"
  206. },
  207. {
  208. "__type__": "cc.BlockInputEvents",
  209. "_name": "",
  210. "_objFlags": 0,
  211. "__editorExtras__": {},
  212. "node": {
  213. "__id__": 2
  214. },
  215. "_enabled": true,
  216. "__prefab": {
  217. "__id__": 8
  218. },
  219. "_id": ""
  220. },
  221. {
  222. "__type__": "cc.CompPrefabInfo",
  223. "fileId": "64P8Mx+tpBGJ7ylYNJ/8et"
  224. },
  225. {
  226. "__type__": "cc.PrefabInfo",
  227. "root": {
  228. "__id__": 1
  229. },
  230. "asset": {
  231. "__id__": 0
  232. },
  233. "fileId": "e4pSsuJo1Ns43qVfISvSvr",
  234. "instance": null,
  235. "targetOverrides": null,
  236. "nestedPrefabInstanceRoots": null
  237. },
  238. {
  239. "__type__": "cc.Node",
  240. "_name": "Bg",
  241. "_objFlags": 0,
  242. "__editorExtras__": {},
  243. "_parent": {
  244. "__id__": 1
  245. },
  246. "_children": [],
  247. "_active": true,
  248. "_components": [
  249. {
  250. "__id__": 11
  251. },
  252. {
  253. "__id__": 13
  254. }
  255. ],
  256. "_prefab": {
  257. "__id__": 15
  258. },
  259. "_lpos": {
  260. "__type__": "cc.Vec3",
  261. "x": 0,
  262. "y": 0,
  263. "z": 0
  264. },
  265. "_lrot": {
  266. "__type__": "cc.Quat",
  267. "x": 0,
  268. "y": 0,
  269. "z": 0,
  270. "w": 1
  271. },
  272. "_lscale": {
  273. "__type__": "cc.Vec3",
  274. "x": 1,
  275. "y": 1,
  276. "z": 1
  277. },
  278. "_mobility": 0,
  279. "_layer": 33554432,
  280. "_euler": {
  281. "__type__": "cc.Vec3",
  282. "x": 0,
  283. "y": 0,
  284. "z": 0
  285. },
  286. "_id": ""
  287. },
  288. {
  289. "__type__": "cc.UITransform",
  290. "_name": "",
  291. "_objFlags": 0,
  292. "__editorExtras__": {},
  293. "node": {
  294. "__id__": 10
  295. },
  296. "_enabled": true,
  297. "__prefab": {
  298. "__id__": 12
  299. },
  300. "_contentSize": {
  301. "__type__": "cc.Size",
  302. "width": 637,
  303. "height": 669
  304. },
  305. "_anchorPoint": {
  306. "__type__": "cc.Vec2",
  307. "x": 0.5,
  308. "y": 0.5
  309. },
  310. "_id": ""
  311. },
  312. {
  313. "__type__": "cc.CompPrefabInfo",
  314. "fileId": "003z2F3JdJubXX8nTXt4nn"
  315. },
  316. {
  317. "__type__": "cc.Sprite",
  318. "_name": "",
  319. "_objFlags": 0,
  320. "__editorExtras__": {},
  321. "node": {
  322. "__id__": 10
  323. },
  324. "_enabled": true,
  325. "__prefab": {
  326. "__id__": 14
  327. },
  328. "_customMaterial": null,
  329. "_srcBlendFactor": 2,
  330. "_dstBlendFactor": 4,
  331. "_color": {
  332. "__type__": "cc.Color",
  333. "r": 255,
  334. "g": 255,
  335. "b": 255,
  336. "a": 255
  337. },
  338. "_spriteFrame": {
  339. "__uuid__": "65a2f348-4db6-4940-8e4d-df27ed3b3e41@f9941",
  340. "__expectedType__": "cc.SpriteFrame"
  341. },
  342. "_type": 0,
  343. "_fillType": 0,
  344. "_sizeMode": 1,
  345. "_fillCenter": {
  346. "__type__": "cc.Vec2",
  347. "x": 0,
  348. "y": 0
  349. },
  350. "_fillStart": 0,
  351. "_fillRange": 0,
  352. "_isTrimmedMode": true,
  353. "_useGrayscale": false,
  354. "_atlas": null,
  355. "_id": ""
  356. },
  357. {
  358. "__type__": "cc.CompPrefabInfo",
  359. "fileId": "93AGSIERtF+JdN9HV3ysoi"
  360. },
  361. {
  362. "__type__": "cc.PrefabInfo",
  363. "root": {
  364. "__id__": 1
  365. },
  366. "asset": {
  367. "__id__": 0
  368. },
  369. "fileId": "8bsxS8lbZOgJOUsZ0cFFwl",
  370. "instance": null,
  371. "targetOverrides": null,
  372. "nestedPrefabInstanceRoots": null
  373. },
  374. {
  375. "__type__": "cc.Node",
  376. "_name": "Title",
  377. "_objFlags": 0,
  378. "__editorExtras__": {},
  379. "_parent": {
  380. "__id__": 1
  381. },
  382. "_children": [],
  383. "_active": true,
  384. "_components": [
  385. {
  386. "__id__": 17
  387. },
  388. {
  389. "__id__": 19
  390. }
  391. ],
  392. "_prefab": {
  393. "__id__": 21
  394. },
  395. "_lpos": {
  396. "__type__": "cc.Vec3",
  397. "x": 0,
  398. "y": 265,
  399. "z": 0
  400. },
  401. "_lrot": {
  402. "__type__": "cc.Quat",
  403. "x": 0,
  404. "y": 0,
  405. "z": 0,
  406. "w": 1
  407. },
  408. "_lscale": {
  409. "__type__": "cc.Vec3",
  410. "x": 1,
  411. "y": 1,
  412. "z": 1
  413. },
  414. "_mobility": 0,
  415. "_layer": 33554432,
  416. "_euler": {
  417. "__type__": "cc.Vec3",
  418. "x": 0,
  419. "y": 0,
  420. "z": 0
  421. },
  422. "_id": ""
  423. },
  424. {
  425. "__type__": "cc.UITransform",
  426. "_name": "",
  427. "_objFlags": 0,
  428. "__editorExtras__": {},
  429. "node": {
  430. "__id__": 16
  431. },
  432. "_enabled": true,
  433. "__prefab": {
  434. "__id__": 18
  435. },
  436. "_contentSize": {
  437. "__type__": "cc.Size",
  438. "width": 262,
  439. "height": 59
  440. },
  441. "_anchorPoint": {
  442. "__type__": "cc.Vec2",
  443. "x": 0.5,
  444. "y": 0.5
  445. },
  446. "_id": ""
  447. },
  448. {
  449. "__type__": "cc.CompPrefabInfo",
  450. "fileId": "22SBCsyiBH/pym6/b7Huut"
  451. },
  452. {
  453. "__type__": "cc.Sprite",
  454. "_name": "",
  455. "_objFlags": 0,
  456. "__editorExtras__": {},
  457. "node": {
  458. "__id__": 16
  459. },
  460. "_enabled": true,
  461. "__prefab": {
  462. "__id__": 20
  463. },
  464. "_customMaterial": null,
  465. "_srcBlendFactor": 2,
  466. "_dstBlendFactor": 4,
  467. "_color": {
  468. "__type__": "cc.Color",
  469. "r": 255,
  470. "g": 255,
  471. "b": 255,
  472. "a": 255
  473. },
  474. "_spriteFrame": {
  475. "__uuid__": "f0e4c38d-0fa3-4a71-b003-10b17ce31f06@f9941",
  476. "__expectedType__": "cc.SpriteFrame"
  477. },
  478. "_type": 0,
  479. "_fillType": 0,
  480. "_sizeMode": 1,
  481. "_fillCenter": {
  482. "__type__": "cc.Vec2",
  483. "x": 0,
  484. "y": 0
  485. },
  486. "_fillStart": 0,
  487. "_fillRange": 0,
  488. "_isTrimmedMode": true,
  489. "_useGrayscale": false,
  490. "_atlas": null,
  491. "_id": ""
  492. },
  493. {
  494. "__type__": "cc.CompPrefabInfo",
  495. "fileId": "c0EoZY90RByo1WMnJDOODX"
  496. },
  497. {
  498. "__type__": "cc.PrefabInfo",
  499. "root": {
  500. "__id__": 1
  501. },
  502. "asset": {
  503. "__id__": 0
  504. },
  505. "fileId": "41QjsAn6NByI2IySyS2VZB",
  506. "instance": null,
  507. "targetOverrides": null,
  508. "nestedPrefabInstanceRoots": null
  509. },
  510. {
  511. "__type__": "cc.Node",
  512. "_name": "Close_Btn",
  513. "_objFlags": 0,
  514. "__editorExtras__": {},
  515. "_parent": {
  516. "__id__": 1
  517. },
  518. "_children": [],
  519. "_active": true,
  520. "_components": [
  521. {
  522. "__id__": 23
  523. },
  524. {
  525. "__id__": 25
  526. },
  527. {
  528. "__id__": 27
  529. }
  530. ],
  531. "_prefab": {
  532. "__id__": 29
  533. },
  534. "_lpos": {
  535. "__type__": "cc.Vec3",
  536. "x": 240,
  537. "y": 265,
  538. "z": 0
  539. },
  540. "_lrot": {
  541. "__type__": "cc.Quat",
  542. "x": 0,
  543. "y": 0,
  544. "z": 0,
  545. "w": 1
  546. },
  547. "_lscale": {
  548. "__type__": "cc.Vec3",
  549. "x": 1,
  550. "y": 1,
  551. "z": 1
  552. },
  553. "_mobility": 0,
  554. "_layer": 33554432,
  555. "_euler": {
  556. "__type__": "cc.Vec3",
  557. "x": 0,
  558. "y": 0,
  559. "z": 0
  560. },
  561. "_id": ""
  562. },
  563. {
  564. "__type__": "cc.UITransform",
  565. "_name": "",
  566. "_objFlags": 0,
  567. "__editorExtras__": {},
  568. "node": {
  569. "__id__": 22
  570. },
  571. "_enabled": true,
  572. "__prefab": {
  573. "__id__": 24
  574. },
  575. "_contentSize": {
  576. "__type__": "cc.Size",
  577. "width": 95,
  578. "height": 95
  579. },
  580. "_anchorPoint": {
  581. "__type__": "cc.Vec2",
  582. "x": 0.5,
  583. "y": 0.5
  584. },
  585. "_id": ""
  586. },
  587. {
  588. "__type__": "cc.CompPrefabInfo",
  589. "fileId": "b9a6r/Ii9DjpAbbCbaFDJK"
  590. },
  591. {
  592. "__type__": "cc.Sprite",
  593. "_name": "",
  594. "_objFlags": 0,
  595. "__editorExtras__": {},
  596. "node": {
  597. "__id__": 22
  598. },
  599. "_enabled": true,
  600. "__prefab": {
  601. "__id__": 26
  602. },
  603. "_customMaterial": null,
  604. "_srcBlendFactor": 2,
  605. "_dstBlendFactor": 4,
  606. "_color": {
  607. "__type__": "cc.Color",
  608. "r": 255,
  609. "g": 255,
  610. "b": 255,
  611. "a": 255
  612. },
  613. "_spriteFrame": {
  614. "__uuid__": "4c83ffba-7dd6-4bbc-a7a5-b94e4c050ead@f9941",
  615. "__expectedType__": "cc.SpriteFrame"
  616. },
  617. "_type": 1,
  618. "_fillType": 0,
  619. "_sizeMode": 0,
  620. "_fillCenter": {
  621. "__type__": "cc.Vec2",
  622. "x": 0,
  623. "y": 0
  624. },
  625. "_fillStart": 0,
  626. "_fillRange": 0,
  627. "_isTrimmedMode": true,
  628. "_useGrayscale": false,
  629. "_atlas": null,
  630. "_id": ""
  631. },
  632. {
  633. "__type__": "cc.CompPrefabInfo",
  634. "fileId": "bfpVK3K/tJcrCplz+o8yu5"
  635. },
  636. {
  637. "__type__": "cc.Button",
  638. "_name": "",
  639. "_objFlags": 0,
  640. "__editorExtras__": {},
  641. "node": {
  642. "__id__": 22
  643. },
  644. "_enabled": true,
  645. "__prefab": {
  646. "__id__": 28
  647. },
  648. "clickEvents": [],
  649. "_interactable": true,
  650. "_transition": 3,
  651. "_normalColor": {
  652. "__type__": "cc.Color",
  653. "r": 214,
  654. "g": 214,
  655. "b": 214,
  656. "a": 255
  657. },
  658. "_hoverColor": {
  659. "__type__": "cc.Color",
  660. "r": 211,
  661. "g": 211,
  662. "b": 211,
  663. "a": 255
  664. },
  665. "_pressedColor": {
  666. "__type__": "cc.Color",
  667. "r": 255,
  668. "g": 255,
  669. "b": 255,
  670. "a": 255
  671. },
  672. "_disabledColor": {
  673. "__type__": "cc.Color",
  674. "r": 124,
  675. "g": 124,
  676. "b": 124,
  677. "a": 255
  678. },
  679. "_normalSprite": null,
  680. "_hoverSprite": null,
  681. "_pressedSprite": null,
  682. "_disabledSprite": null,
  683. "_duration": 0.1,
  684. "_zoomScale": 1.2,
  685. "_target": {
  686. "__id__": 22
  687. },
  688. "_id": ""
  689. },
  690. {
  691. "__type__": "cc.CompPrefabInfo",
  692. "fileId": "0dQjmkexFIZYq0mjA8KO6e"
  693. },
  694. {
  695. "__type__": "cc.PrefabInfo",
  696. "root": {
  697. "__id__": 1
  698. },
  699. "asset": {
  700. "__id__": 0
  701. },
  702. "fileId": "f5uqdj6WNIy66Y2axPThn6",
  703. "instance": null,
  704. "targetOverrides": null,
  705. "nestedPrefabInstanceRoots": null
  706. },
  707. {
  708. "__type__": "cc.Node",
  709. "_name": "DividingLine",
  710. "_objFlags": 0,
  711. "__editorExtras__": {},
  712. "_parent": {
  713. "__id__": 1
  714. },
  715. "_children": [],
  716. "_active": true,
  717. "_components": [
  718. {
  719. "__id__": 31
  720. },
  721. {
  722. "__id__": 33
  723. }
  724. ],
  725. "_prefab": {
  726. "__id__": 35
  727. },
  728. "_lpos": {
  729. "__type__": "cc.Vec3",
  730. "x": -38.71300000000002,
  731. "y": -35.589000000000055,
  732. "z": 0
  733. },
  734. "_lrot": {
  735. "__type__": "cc.Quat",
  736. "x": 0,
  737. "y": 0,
  738. "z": 0,
  739. "w": 1
  740. },
  741. "_lscale": {
  742. "__type__": "cc.Vec3",
  743. "x": 1,
  744. "y": 1,
  745. "z": 1
  746. },
  747. "_mobility": 0,
  748. "_layer": 33554432,
  749. "_euler": {
  750. "__type__": "cc.Vec3",
  751. "x": 0,
  752. "y": 0,
  753. "z": 0
  754. },
  755. "_id": ""
  756. },
  757. {
  758. "__type__": "cc.UITransform",
  759. "_name": "",
  760. "_objFlags": 0,
  761. "__editorExtras__": {},
  762. "node": {
  763. "__id__": 30
  764. },
  765. "_enabled": true,
  766. "__prefab": {
  767. "__id__": 32
  768. },
  769. "_contentSize": {
  770. "__type__": "cc.Size",
  771. "width": 2,
  772. "height": 281
  773. },
  774. "_anchorPoint": {
  775. "__type__": "cc.Vec2",
  776. "x": 0.5,
  777. "y": 0.5
  778. },
  779. "_id": ""
  780. },
  781. {
  782. "__type__": "cc.CompPrefabInfo",
  783. "fileId": "31nagtIzJCkoxbpu4lsxF+"
  784. },
  785. {
  786. "__type__": "cc.Sprite",
  787. "_name": "",
  788. "_objFlags": 0,
  789. "__editorExtras__": {},
  790. "node": {
  791. "__id__": 30
  792. },
  793. "_enabled": true,
  794. "__prefab": {
  795. "__id__": 34
  796. },
  797. "_customMaterial": null,
  798. "_srcBlendFactor": 2,
  799. "_dstBlendFactor": 4,
  800. "_color": {
  801. "__type__": "cc.Color",
  802. "r": 255,
  803. "g": 255,
  804. "b": 255,
  805. "a": 255
  806. },
  807. "_spriteFrame": {
  808. "__uuid__": "bbf01d90-1bf3-4d04-abec-583a18c6c9fd@f9941",
  809. "__expectedType__": "cc.SpriteFrame"
  810. },
  811. "_type": 0,
  812. "_fillType": 0,
  813. "_sizeMode": 1,
  814. "_fillCenter": {
  815. "__type__": "cc.Vec2",
  816. "x": 0,
  817. "y": 0
  818. },
  819. "_fillStart": 0,
  820. "_fillRange": 0,
  821. "_isTrimmedMode": true,
  822. "_useGrayscale": false,
  823. "_atlas": null,
  824. "_id": ""
  825. },
  826. {
  827. "__type__": "cc.CompPrefabInfo",
  828. "fileId": "e4Gw5vnRdJKZCa/UogaGms"
  829. },
  830. {
  831. "__type__": "cc.PrefabInfo",
  832. "root": {
  833. "__id__": 1
  834. },
  835. "asset": {
  836. "__id__": 0
  837. },
  838. "fileId": "1eSW6oWNtPDJAqJ3J7maR4",
  839. "instance": null,
  840. "targetOverrides": null,
  841. "nestedPrefabInstanceRoots": null
  842. },
  843. {
  844. "__type__": "cc.Node",
  845. "_name": "Txt_1",
  846. "_objFlags": 0,
  847. "__editorExtras__": {},
  848. "_parent": {
  849. "__id__": 1
  850. },
  851. "_children": [],
  852. "_active": true,
  853. "_components": [
  854. {
  855. "__id__": 37
  856. },
  857. {
  858. "__id__": 39
  859. }
  860. ],
  861. "_prefab": {
  862. "__id__": 41
  863. },
  864. "_lpos": {
  865. "__type__": "cc.Vec3",
  866. "x": 0,
  867. "y": -17.791000000000054,
  868. "z": 0
  869. },
  870. "_lrot": {
  871. "__type__": "cc.Quat",
  872. "x": 0,
  873. "y": 0,
  874. "z": 0,
  875. "w": 1
  876. },
  877. "_lscale": {
  878. "__type__": "cc.Vec3",
  879. "x": 1,
  880. "y": 1,
  881. "z": 1
  882. },
  883. "_mobility": 0,
  884. "_layer": 33554432,
  885. "_euler": {
  886. "__type__": "cc.Vec3",
  887. "x": 0,
  888. "y": 0,
  889. "z": 0
  890. },
  891. "_id": ""
  892. },
  893. {
  894. "__type__": "cc.UITransform",
  895. "_name": "",
  896. "_objFlags": 0,
  897. "__editorExtras__": {},
  898. "node": {
  899. "__id__": 36
  900. },
  901. "_enabled": true,
  902. "__prefab": {
  903. "__id__": 38
  904. },
  905. "_contentSize": {
  906. "__type__": "cc.Size",
  907. "width": 527,
  908. "height": 363
  909. },
  910. "_anchorPoint": {
  911. "__type__": "cc.Vec2",
  912. "x": 0.5,
  913. "y": 0.5
  914. },
  915. "_id": ""
  916. },
  917. {
  918. "__type__": "cc.CompPrefabInfo",
  919. "fileId": "c4K8FMa39CsJbb+xnrRJ+e"
  920. },
  921. {
  922. "__type__": "cc.Sprite",
  923. "_name": "",
  924. "_objFlags": 0,
  925. "__editorExtras__": {},
  926. "node": {
  927. "__id__": 36
  928. },
  929. "_enabled": true,
  930. "__prefab": {
  931. "__id__": 40
  932. },
  933. "_customMaterial": null,
  934. "_srcBlendFactor": 2,
  935. "_dstBlendFactor": 4,
  936. "_color": {
  937. "__type__": "cc.Color",
  938. "r": 255,
  939. "g": 255,
  940. "b": 255,
  941. "a": 255
  942. },
  943. "_spriteFrame": {
  944. "__uuid__": "50061c52-2f5a-42a9-800d-d0137d80d9dd@f9941",
  945. "__expectedType__": "cc.SpriteFrame"
  946. },
  947. "_type": 0,
  948. "_fillType": 0,
  949. "_sizeMode": 1,
  950. "_fillCenter": {
  951. "__type__": "cc.Vec2",
  952. "x": 0,
  953. "y": 0
  954. },
  955. "_fillStart": 0,
  956. "_fillRange": 0,
  957. "_isTrimmedMode": true,
  958. "_useGrayscale": false,
  959. "_atlas": null,
  960. "_id": ""
  961. },
  962. {
  963. "__type__": "cc.CompPrefabInfo",
  964. "fileId": "d5p+A1X7JOYIrySFx5Qcfg"
  965. },
  966. {
  967. "__type__": "cc.PrefabInfo",
  968. "root": {
  969. "__id__": 1
  970. },
  971. "asset": {
  972. "__id__": 0
  973. },
  974. "fileId": "1aNLj7SOtP1pvx/W6qS60t",
  975. "instance": null,
  976. "targetOverrides": null,
  977. "nestedPrefabInstanceRoots": null
  978. },
  979. {
  980. "__type__": "cc.Node",
  981. "_name": "Txt_2",
  982. "_objFlags": 0,
  983. "__editorExtras__": {},
  984. "_parent": {
  985. "__id__": 1
  986. },
  987. "_children": [],
  988. "_active": true,
  989. "_components": [
  990. {
  991. "__id__": 43
  992. },
  993. {
  994. "__id__": 45
  995. }
  996. ],
  997. "_prefab": {
  998. "__id__": 47
  999. },
  1000. "_lpos": {
  1001. "__type__": "cc.Vec3",
  1002. "x": 0,
  1003. "y": -245.55899999999997,
  1004. "z": 0
  1005. },
  1006. "_lrot": {
  1007. "__type__": "cc.Quat",
  1008. "x": 0,
  1009. "y": 0,
  1010. "z": 0,
  1011. "w": 1
  1012. },
  1013. "_lscale": {
  1014. "__type__": "cc.Vec3",
  1015. "x": 1,
  1016. "y": 1,
  1017. "z": 1
  1018. },
  1019. "_mobility": 0,
  1020. "_layer": 33554432,
  1021. "_euler": {
  1022. "__type__": "cc.Vec3",
  1023. "x": 0,
  1024. "y": 0,
  1025. "z": 0
  1026. },
  1027. "_id": ""
  1028. },
  1029. {
  1030. "__type__": "cc.UITransform",
  1031. "_name": "",
  1032. "_objFlags": 0,
  1033. "__editorExtras__": {},
  1034. "node": {
  1035. "__id__": 42
  1036. },
  1037. "_enabled": true,
  1038. "__prefab": {
  1039. "__id__": 44
  1040. },
  1041. "_contentSize": {
  1042. "__type__": "cc.Size",
  1043. "width": 476,
  1044. "height": 34
  1045. },
  1046. "_anchorPoint": {
  1047. "__type__": "cc.Vec2",
  1048. "x": 0.5,
  1049. "y": 0.5
  1050. },
  1051. "_id": ""
  1052. },
  1053. {
  1054. "__type__": "cc.CompPrefabInfo",
  1055. "fileId": "69a3WDX2dNdblozghXAqFA"
  1056. },
  1057. {
  1058. "__type__": "cc.Sprite",
  1059. "_name": "",
  1060. "_objFlags": 0,
  1061. "__editorExtras__": {},
  1062. "node": {
  1063. "__id__": 42
  1064. },
  1065. "_enabled": true,
  1066. "__prefab": {
  1067. "__id__": 46
  1068. },
  1069. "_customMaterial": null,
  1070. "_srcBlendFactor": 2,
  1071. "_dstBlendFactor": 4,
  1072. "_color": {
  1073. "__type__": "cc.Color",
  1074. "r": 255,
  1075. "g": 255,
  1076. "b": 255,
  1077. "a": 255
  1078. },
  1079. "_spriteFrame": {
  1080. "__uuid__": "9589e76c-9bba-45b1-8b61-e18402ca814b@f9941",
  1081. "__expectedType__": "cc.SpriteFrame"
  1082. },
  1083. "_type": 0,
  1084. "_fillType": 0,
  1085. "_sizeMode": 1,
  1086. "_fillCenter": {
  1087. "__type__": "cc.Vec2",
  1088. "x": 0,
  1089. "y": 0
  1090. },
  1091. "_fillStart": 0,
  1092. "_fillRange": 0,
  1093. "_isTrimmedMode": true,
  1094. "_useGrayscale": false,
  1095. "_atlas": null,
  1096. "_id": ""
  1097. },
  1098. {
  1099. "__type__": "cc.CompPrefabInfo",
  1100. "fileId": "a8NM738r1OyZsaYeHGdXKR"
  1101. },
  1102. {
  1103. "__type__": "cc.PrefabInfo",
  1104. "root": {
  1105. "__id__": 1
  1106. },
  1107. "asset": {
  1108. "__id__": 0
  1109. },
  1110. "fileId": "57IVqTEKxJnIWXqnrtgb9A",
  1111. "instance": null,
  1112. "targetOverrides": null,
  1113. "nestedPrefabInstanceRoots": null
  1114. },
  1115. {
  1116. "__type__": "cc.UITransform",
  1117. "_name": "",
  1118. "_objFlags": 0,
  1119. "__editorExtras__": {},
  1120. "node": {
  1121. "__id__": 1
  1122. },
  1123. "_enabled": true,
  1124. "__prefab": {
  1125. "__id__": 49
  1126. },
  1127. "_contentSize": {
  1128. "__type__": "cc.Size",
  1129. "width": 100,
  1130. "height": 100
  1131. },
  1132. "_anchorPoint": {
  1133. "__type__": "cc.Vec2",
  1134. "x": 0.5,
  1135. "y": 0.5
  1136. },
  1137. "_id": ""
  1138. },
  1139. {
  1140. "__type__": "cc.CompPrefabInfo",
  1141. "fileId": "32TadnD3lMTY9xHeI861cg"
  1142. },
  1143. {
  1144. "__type__": "e612co2N2pF65ZUh56KD86z",
  1145. "_name": "",
  1146. "_objFlags": 0,
  1147. "__editorExtras__": {},
  1148. "node": {
  1149. "__id__": 1
  1150. },
  1151. "_enabled": true,
  1152. "__prefab": {
  1153. "__id__": 51
  1154. },
  1155. "Close_Btn": {
  1156. "__id__": 27
  1157. },
  1158. "_id": ""
  1159. },
  1160. {
  1161. "__type__": "cc.CompPrefabInfo",
  1162. "fileId": "c1C/o7D4VKgZjswo9uL3rh"
  1163. },
  1164. {
  1165. "__type__": "cc.PrefabInfo",
  1166. "root": {
  1167. "__id__": 1
  1168. },
  1169. "asset": {
  1170. "__id__": 0
  1171. },
  1172. "fileId": "6fNpalPCVBI7dUBOWkOIiB",
  1173. "instance": null,
  1174. "targetOverrides": null
  1175. }
  1176. ]