createguild.prefab 21 KB

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