Register.fire 22 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262
  1. [
  2. {
  3. "__type__": "cc.SceneAsset",
  4. "_name": "",
  5. "_objFlags": 0,
  6. "_native": "",
  7. "scene": {
  8. "__id__": 1
  9. }
  10. },
  11. {
  12. "__type__": "cc.Scene",
  13. "_objFlags": 0,
  14. "_parent": null,
  15. "_children": [
  16. {
  17. "__id__": 2
  18. }
  19. ],
  20. "_active": true,
  21. "_components": [],
  22. "_prefab": null,
  23. "_opacity": 255,
  24. "_color": {
  25. "__type__": "cc.Color",
  26. "r": 255,
  27. "g": 255,
  28. "b": 255,
  29. "a": 255
  30. },
  31. "_contentSize": {
  32. "__type__": "cc.Size",
  33. "width": 0,
  34. "height": 0
  35. },
  36. "_anchorPoint": {
  37. "__type__": "cc.Vec2",
  38. "x": 0,
  39. "y": 0
  40. },
  41. "_trs": {
  42. "__type__": "TypedArray",
  43. "ctor": "Float64Array",
  44. "array": [
  45. 0,
  46. 0,
  47. 0,
  48. 0,
  49. 0,
  50. 0,
  51. 1,
  52. 1,
  53. 1,
  54. 1
  55. ]
  56. },
  57. "_is3DNode": true,
  58. "_groupIndex": 0,
  59. "groupIndex": 0,
  60. "autoReleaseAssets": false,
  61. "_id": "1a01cc6a-956a-4c06-b649-3f8e53dbdbdb"
  62. },
  63. {
  64. "__type__": "cc.Node",
  65. "_name": "Canvas",
  66. "_objFlags": 0,
  67. "_parent": {
  68. "__id__": 1
  69. },
  70. "_children": [
  71. {
  72. "__id__": 3
  73. },
  74. {
  75. "__id__": 5
  76. },
  77. {
  78. "__id__": 7
  79. },
  80. {
  81. "__id__": 19
  82. }
  83. ],
  84. "_active": true,
  85. "_components": [
  86. {
  87. "__id__": 27
  88. },
  89. {
  90. "__id__": 28
  91. },
  92. {
  93. "__id__": 29
  94. }
  95. ],
  96. "_prefab": null,
  97. "_opacity": 255,
  98. "_color": {
  99. "__type__": "cc.Color",
  100. "r": 255,
  101. "g": 255,
  102. "b": 255,
  103. "a": 255
  104. },
  105. "_contentSize": {
  106. "__type__": "cc.Size",
  107. "width": 720,
  108. "height": 1280
  109. },
  110. "_anchorPoint": {
  111. "__type__": "cc.Vec2",
  112. "x": 0.5,
  113. "y": 0.5
  114. },
  115. "_trs": {
  116. "__type__": "TypedArray",
  117. "ctor": "Float64Array",
  118. "array": [
  119. 360,
  120. 640,
  121. 0,
  122. 0,
  123. 0,
  124. 0,
  125. 1,
  126. 1,
  127. 1,
  128. 1
  129. ]
  130. },
  131. "_eulerAngles": {
  132. "__type__": "cc.Vec3",
  133. "x": 0,
  134. "y": 0,
  135. "z": 0
  136. },
  137. "_skewX": 0,
  138. "_skewY": 0,
  139. "_is3DNode": false,
  140. "_groupIndex": 0,
  141. "groupIndex": 0,
  142. "_id": "a5esZu+45LA5mBpvttspPD"
  143. },
  144. {
  145. "__type__": "cc.Node",
  146. "_name": "Main Camera",
  147. "_objFlags": 0,
  148. "_parent": {
  149. "__id__": 2
  150. },
  151. "_children": [],
  152. "_active": true,
  153. "_components": [
  154. {
  155. "__id__": 4
  156. }
  157. ],
  158. "_prefab": null,
  159. "_opacity": 255,
  160. "_color": {
  161. "__type__": "cc.Color",
  162. "r": 255,
  163. "g": 255,
  164. "b": 255,
  165. "a": 255
  166. },
  167. "_contentSize": {
  168. "__type__": "cc.Size",
  169. "width": 960,
  170. "height": 640
  171. },
  172. "_anchorPoint": {
  173. "__type__": "cc.Vec2",
  174. "x": 0.5,
  175. "y": 0.5
  176. },
  177. "_trs": {
  178. "__type__": "TypedArray",
  179. "ctor": "Float64Array",
  180. "array": [
  181. 0,
  182. 0,
  183. 1108.5125168440816,
  184. 0,
  185. 0,
  186. 0,
  187. 1,
  188. 1,
  189. 1,
  190. 1
  191. ]
  192. },
  193. "_eulerAngles": {
  194. "__type__": "cc.Vec3",
  195. "x": 0,
  196. "y": 0,
  197. "z": 0
  198. },
  199. "_skewX": 0,
  200. "_skewY": 0,
  201. "_is3DNode": false,
  202. "_groupIndex": 0,
  203. "groupIndex": 0,
  204. "_id": "e1WoFrQ79G7r4ZuQE3HlNb"
  205. },
  206. {
  207. "__type__": "cc.Camera",
  208. "_name": "",
  209. "_objFlags": 0,
  210. "node": {
  211. "__id__": 3
  212. },
  213. "_enabled": true,
  214. "_cullingMask": 4294967295,
  215. "_clearFlags": 7,
  216. "_backgroundColor": {
  217. "__type__": "cc.Color",
  218. "r": 0,
  219. "g": 0,
  220. "b": 0,
  221. "a": 255
  222. },
  223. "_depth": -1,
  224. "_zoomRatio": 1,
  225. "_targetTexture": null,
  226. "_fov": 60,
  227. "_orthoSize": 10,
  228. "_nearClip": 1,
  229. "_farClip": 4096,
  230. "_ortho": true,
  231. "_rect": {
  232. "__type__": "cc.Rect",
  233. "x": 0,
  234. "y": 0,
  235. "width": 1,
  236. "height": 1
  237. },
  238. "_renderStages": 1,
  239. "_alignWithScreen": true,
  240. "_id": "81GN3uXINKVLeW4+iKSlim"
  241. },
  242. {
  243. "__type__": "cc.Node",
  244. "_name": "Label",
  245. "_objFlags": 0,
  246. "_parent": {
  247. "__id__": 2
  248. },
  249. "_children": [],
  250. "_active": true,
  251. "_components": [
  252. {
  253. "__id__": 6
  254. }
  255. ],
  256. "_prefab": null,
  257. "_opacity": 255,
  258. "_color": {
  259. "__type__": "cc.Color",
  260. "r": 255,
  261. "g": 255,
  262. "b": 255,
  263. "a": 255
  264. },
  265. "_contentSize": {
  266. "__type__": "cc.Size",
  267. "width": 160,
  268. "height": 50.4
  269. },
  270. "_anchorPoint": {
  271. "__type__": "cc.Vec2",
  272. "x": 0.5,
  273. "y": 0.5
  274. },
  275. "_trs": {
  276. "__type__": "TypedArray",
  277. "ctor": "Float64Array",
  278. "array": [
  279. 0,
  280. 0,
  281. 0,
  282. 0,
  283. 0,
  284. 0,
  285. 1,
  286. 1,
  287. 1,
  288. 1
  289. ]
  290. },
  291. "_eulerAngles": {
  292. "__type__": "cc.Vec3",
  293. "x": 0,
  294. "y": 0,
  295. "z": 0
  296. },
  297. "_skewX": 0,
  298. "_skewY": 0,
  299. "_is3DNode": false,
  300. "_groupIndex": 0,
  301. "groupIndex": 0,
  302. "_id": "dc6OwoIZtCiK80ZWvU7AEH"
  303. },
  304. {
  305. "__type__": "cc.Label",
  306. "_name": "",
  307. "_objFlags": 0,
  308. "node": {
  309. "__id__": 5
  310. },
  311. "_enabled": true,
  312. "_materials": [
  313. {
  314. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  315. }
  316. ],
  317. "_srcBlendFactor": 770,
  318. "_dstBlendFactor": 771,
  319. "_string": "输入名字",
  320. "_N$string": "输入名字",
  321. "_fontSize": 40,
  322. "_lineHeight": 40,
  323. "_enableWrapText": true,
  324. "_N$file": null,
  325. "_isSystemFontUsed": true,
  326. "_spacingX": 0,
  327. "_batchAsBitmap": false,
  328. "_styleFlags": 0,
  329. "_underlineHeight": 0,
  330. "_N$horizontalAlign": 1,
  331. "_N$verticalAlign": 1,
  332. "_N$fontFamily": "Arial",
  333. "_N$overflow": 0,
  334. "_N$cacheMode": 0,
  335. "_id": "f28ICCewFEiZ5VjkZmeeEN"
  336. },
  337. {
  338. "__type__": "cc.Node",
  339. "_name": "EditBox",
  340. "_objFlags": 0,
  341. "_parent": {
  342. "__id__": 2
  343. },
  344. "_children": [
  345. {
  346. "__id__": 8
  347. },
  348. {
  349. "__id__": 11
  350. },
  351. {
  352. "__id__": 14
  353. }
  354. ],
  355. "_active": true,
  356. "_components": [
  357. {
  358. "__id__": 17
  359. }
  360. ],
  361. "_prefab": null,
  362. "_opacity": 255,
  363. "_color": {
  364. "__type__": "cc.Color",
  365. "r": 255,
  366. "g": 255,
  367. "b": 255,
  368. "a": 255
  369. },
  370. "_contentSize": {
  371. "__type__": "cc.Size",
  372. "width": 160,
  373. "height": 40
  374. },
  375. "_anchorPoint": {
  376. "__type__": "cc.Vec2",
  377. "x": 0.5,
  378. "y": 0.5
  379. },
  380. "_trs": {
  381. "__type__": "TypedArray",
  382. "ctor": "Float64Array",
  383. "array": [
  384. 0,
  385. -74.071,
  386. 0,
  387. 0,
  388. 0,
  389. 0,
  390. 1,
  391. 1,
  392. 1,
  393. 1
  394. ]
  395. },
  396. "_eulerAngles": {
  397. "__type__": "cc.Vec3",
  398. "x": 0,
  399. "y": 0,
  400. "z": 0
  401. },
  402. "_skewX": 0,
  403. "_skewY": 0,
  404. "_is3DNode": false,
  405. "_groupIndex": 0,
  406. "groupIndex": 0,
  407. "_id": "71+HluFjFPMoPkDGcZoSKZ"
  408. },
  409. {
  410. "__type__": "cc.Node",
  411. "_name": "BACKGROUND_SPRITE",
  412. "_objFlags": 512,
  413. "_parent": {
  414. "__id__": 7
  415. },
  416. "_children": [],
  417. "_active": true,
  418. "_components": [
  419. {
  420. "__id__": 9
  421. },
  422. {
  423. "__id__": 10
  424. }
  425. ],
  426. "_prefab": null,
  427. "_opacity": 255,
  428. "_color": {
  429. "__type__": "cc.Color",
  430. "r": 255,
  431. "g": 255,
  432. "b": 255,
  433. "a": 255
  434. },
  435. "_contentSize": {
  436. "__type__": "cc.Size",
  437. "width": 160,
  438. "height": 40
  439. },
  440. "_anchorPoint": {
  441. "__type__": "cc.Vec2",
  442. "x": 0.5,
  443. "y": 0.5
  444. },
  445. "_trs": {
  446. "__type__": "TypedArray",
  447. "ctor": "Float64Array",
  448. "array": [
  449. 0,
  450. 0,
  451. 0,
  452. 0,
  453. 0,
  454. 0,
  455. 1,
  456. 1,
  457. 1,
  458. 1
  459. ]
  460. },
  461. "_eulerAngles": {
  462. "__type__": "cc.Vec3",
  463. "x": 0,
  464. "y": 0,
  465. "z": 0
  466. },
  467. "_skewX": 0,
  468. "_skewY": 0,
  469. "_is3DNode": false,
  470. "_groupIndex": 0,
  471. "groupIndex": 0,
  472. "_id": "2bFDd5hAZAcony3OIIANry"
  473. },
  474. {
  475. "__type__": "cc.Sprite",
  476. "_name": "",
  477. "_objFlags": 0,
  478. "node": {
  479. "__id__": 8
  480. },
  481. "_enabled": true,
  482. "_materials": [
  483. {
  484. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  485. }
  486. ],
  487. "_srcBlendFactor": 770,
  488. "_dstBlendFactor": 771,
  489. "_spriteFrame": {
  490. "__uuid__": "ff0e91c7-55c6-4086-a39f-cb6e457b8c3b"
  491. },
  492. "_type": 1,
  493. "_sizeMode": 0,
  494. "_fillType": 0,
  495. "_fillCenter": {
  496. "__type__": "cc.Vec2",
  497. "x": 0,
  498. "y": 0
  499. },
  500. "_fillStart": 0,
  501. "_fillRange": 0,
  502. "_isTrimmedMode": true,
  503. "_atlas": null,
  504. "_id": "14WCbaOShO5byE5FW/DLYq"
  505. },
  506. {
  507. "__type__": "cc.Widget",
  508. "_name": "",
  509. "_objFlags": 0,
  510. "node": {
  511. "__id__": 8
  512. },
  513. "_enabled": true,
  514. "alignMode": 0,
  515. "_target": null,
  516. "_alignFlags": 45,
  517. "_left": 0,
  518. "_right": 0,
  519. "_top": 0,
  520. "_bottom": 0,
  521. "_verticalCenter": 0,
  522. "_horizontalCenter": 0,
  523. "_isAbsLeft": true,
  524. "_isAbsRight": true,
  525. "_isAbsTop": true,
  526. "_isAbsBottom": true,
  527. "_isAbsHorizontalCenter": true,
  528. "_isAbsVerticalCenter": true,
  529. "_originalWidth": 160,
  530. "_originalHeight": 40,
  531. "_id": "0b3NqZtuxMN4jVYNGAic1U"
  532. },
  533. {
  534. "__type__": "cc.Node",
  535. "_name": "TEXT_LABEL",
  536. "_objFlags": 512,
  537. "_parent": {
  538. "__id__": 7
  539. },
  540. "_children": [],
  541. "_active": false,
  542. "_components": [
  543. {
  544. "__id__": 12
  545. },
  546. {
  547. "__id__": 13
  548. }
  549. ],
  550. "_prefab": null,
  551. "_opacity": 255,
  552. "_color": {
  553. "__type__": "cc.Color",
  554. "r": 255,
  555. "g": 255,
  556. "b": 255,
  557. "a": 255
  558. },
  559. "_contentSize": {
  560. "__type__": "cc.Size",
  561. "width": 158,
  562. "height": 40
  563. },
  564. "_anchorPoint": {
  565. "__type__": "cc.Vec2",
  566. "x": 0,
  567. "y": 1
  568. },
  569. "_trs": {
  570. "__type__": "TypedArray",
  571. "ctor": "Float64Array",
  572. "array": [
  573. -78,
  574. 20,
  575. 0,
  576. 0,
  577. 0,
  578. 0,
  579. 1,
  580. 1,
  581. 1,
  582. 1
  583. ]
  584. },
  585. "_eulerAngles": {
  586. "__type__": "cc.Vec3",
  587. "x": 0,
  588. "y": 0,
  589. "z": 0
  590. },
  591. "_skewX": 0,
  592. "_skewY": 0,
  593. "_is3DNode": false,
  594. "_groupIndex": 0,
  595. "groupIndex": 0,
  596. "_id": "f7e1GjZbhPgZyRKFJB6/eS"
  597. },
  598. {
  599. "__type__": "cc.Label",
  600. "_name": "",
  601. "_objFlags": 0,
  602. "node": {
  603. "__id__": 11
  604. },
  605. "_enabled": true,
  606. "_materials": [],
  607. "_srcBlendFactor": 770,
  608. "_dstBlendFactor": 771,
  609. "_string": "",
  610. "_N$string": "",
  611. "_fontSize": 20,
  612. "_lineHeight": 25,
  613. "_enableWrapText": false,
  614. "_N$file": null,
  615. "_isSystemFontUsed": true,
  616. "_spacingX": 0,
  617. "_batchAsBitmap": false,
  618. "_styleFlags": 0,
  619. "_underlineHeight": 0,
  620. "_N$horizontalAlign": 0,
  621. "_N$verticalAlign": 1,
  622. "_N$fontFamily": "Arial",
  623. "_N$overflow": 1,
  624. "_N$cacheMode": 0,
  625. "_id": "72qNnGJtRB+Im10drQPeqn"
  626. },
  627. {
  628. "__type__": "cc.Widget",
  629. "_name": "",
  630. "_objFlags": 0,
  631. "node": {
  632. "__id__": 11
  633. },
  634. "_enabled": true,
  635. "alignMode": 0,
  636. "_target": null,
  637. "_alignFlags": 45,
  638. "_left": 2,
  639. "_right": 0,
  640. "_top": 0,
  641. "_bottom": 0,
  642. "_verticalCenter": 0,
  643. "_horizontalCenter": 0,
  644. "_isAbsLeft": true,
  645. "_isAbsRight": true,
  646. "_isAbsTop": true,
  647. "_isAbsBottom": true,
  648. "_isAbsHorizontalCenter": true,
  649. "_isAbsVerticalCenter": true,
  650. "_originalWidth": 158,
  651. "_originalHeight": 40,
  652. "_id": "76IWbvCi1PTqJYyikb3Lsl"
  653. },
  654. {
  655. "__type__": "cc.Node",
  656. "_name": "PLACEHOLDER_LABEL",
  657. "_objFlags": 512,
  658. "_parent": {
  659. "__id__": 7
  660. },
  661. "_children": [],
  662. "_active": true,
  663. "_components": [
  664. {
  665. "__id__": 15
  666. },
  667. {
  668. "__id__": 16
  669. }
  670. ],
  671. "_prefab": null,
  672. "_opacity": 255,
  673. "_color": {
  674. "__type__": "cc.Color",
  675. "r": 187,
  676. "g": 187,
  677. "b": 187,
  678. "a": 255
  679. },
  680. "_contentSize": {
  681. "__type__": "cc.Size",
  682. "width": 158,
  683. "height": 40
  684. },
  685. "_anchorPoint": {
  686. "__type__": "cc.Vec2",
  687. "x": 0,
  688. "y": 1
  689. },
  690. "_trs": {
  691. "__type__": "TypedArray",
  692. "ctor": "Float64Array",
  693. "array": [
  694. -78,
  695. 20,
  696. 0,
  697. 0,
  698. 0,
  699. 0,
  700. 1,
  701. 1,
  702. 1,
  703. 1
  704. ]
  705. },
  706. "_eulerAngles": {
  707. "__type__": "cc.Vec3",
  708. "x": 0,
  709. "y": 0,
  710. "z": 0
  711. },
  712. "_skewX": 0,
  713. "_skewY": 0,
  714. "_is3DNode": false,
  715. "_groupIndex": 0,
  716. "groupIndex": 0,
  717. "_id": "27fA0NmTxG6KH75c5OlMCc"
  718. },
  719. {
  720. "__type__": "cc.Label",
  721. "_name": "",
  722. "_objFlags": 0,
  723. "node": {
  724. "__id__": 14
  725. },
  726. "_enabled": true,
  727. "_materials": [
  728. {
  729. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  730. }
  731. ],
  732. "_srcBlendFactor": 770,
  733. "_dstBlendFactor": 771,
  734. "_string": "Enter text here...",
  735. "_N$string": "Enter text here...",
  736. "_fontSize": 20,
  737. "_lineHeight": 25,
  738. "_enableWrapText": false,
  739. "_N$file": null,
  740. "_isSystemFontUsed": true,
  741. "_spacingX": 0,
  742. "_batchAsBitmap": false,
  743. "_styleFlags": 0,
  744. "_underlineHeight": 0,
  745. "_N$horizontalAlign": 0,
  746. "_N$verticalAlign": 1,
  747. "_N$fontFamily": "Arial",
  748. "_N$overflow": 1,
  749. "_N$cacheMode": 0,
  750. "_id": "ddMwUbkjxHZJMg1I2QMeZh"
  751. },
  752. {
  753. "__type__": "cc.Widget",
  754. "_name": "",
  755. "_objFlags": 0,
  756. "node": {
  757. "__id__": 14
  758. },
  759. "_enabled": true,
  760. "alignMode": 0,
  761. "_target": null,
  762. "_alignFlags": 45,
  763. "_left": 2,
  764. "_right": 0,
  765. "_top": 0,
  766. "_bottom": 0,
  767. "_verticalCenter": 0,
  768. "_horizontalCenter": 0,
  769. "_isAbsLeft": true,
  770. "_isAbsRight": true,
  771. "_isAbsTop": true,
  772. "_isAbsBottom": true,
  773. "_isAbsHorizontalCenter": true,
  774. "_isAbsVerticalCenter": true,
  775. "_originalWidth": 158,
  776. "_originalHeight": 40,
  777. "_id": "dfIpiWBOFMg42nzDem5sYf"
  778. },
  779. {
  780. "__type__": "cc.EditBox",
  781. "_name": "",
  782. "_objFlags": 0,
  783. "node": {
  784. "__id__": 7
  785. },
  786. "_enabled": true,
  787. "_string": "",
  788. "returnType": 0,
  789. "maxLength": 8,
  790. "_tabIndex": 0,
  791. "editingDidBegan": [],
  792. "textChanged": [
  793. {
  794. "__id__": 18
  795. }
  796. ],
  797. "editingDidEnded": [],
  798. "editingReturn": [],
  799. "_N$textLabel": {
  800. "__id__": 12
  801. },
  802. "_N$placeholderLabel": {
  803. "__id__": 15
  804. },
  805. "_N$background": {
  806. "__id__": 9
  807. },
  808. "_N$inputFlag": 5,
  809. "_N$inputMode": 6,
  810. "_N$stayOnTop": false,
  811. "_id": "cfnosk5AdGI4H0GLst0jW/"
  812. },
  813. {
  814. "__type__": "cc.ClickEvent",
  815. "target": {
  816. "__id__": 2
  817. },
  818. "component": "",
  819. "_componentId": "f96cazw7JJNIb6lqUokGkKB",
  820. "handler": "onTextChanged",
  821. "customEventData": ""
  822. },
  823. {
  824. "__type__": "cc.Node",
  825. "_name": "Button",
  826. "_objFlags": 0,
  827. "_parent": {
  828. "__id__": 2
  829. },
  830. "_children": [
  831. {
  832. "__id__": 20
  833. }
  834. ],
  835. "_active": true,
  836. "_components": [
  837. {
  838. "__id__": 25
  839. }
  840. ],
  841. "_prefab": null,
  842. "_opacity": 255,
  843. "_color": {
  844. "__type__": "cc.Color",
  845. "r": 255,
  846. "g": 255,
  847. "b": 255,
  848. "a": 255
  849. },
  850. "_contentSize": {
  851. "__type__": "cc.Size",
  852. "width": 100,
  853. "height": 40
  854. },
  855. "_anchorPoint": {
  856. "__type__": "cc.Vec2",
  857. "x": 0.5,
  858. "y": 0.5
  859. },
  860. "_trs": {
  861. "__type__": "TypedArray",
  862. "ctor": "Float64Array",
  863. "array": [
  864. 0,
  865. -178.643,
  866. 0,
  867. 0,
  868. 0,
  869. 0,
  870. 1,
  871. 1,
  872. 1,
  873. 1
  874. ]
  875. },
  876. "_eulerAngles": {
  877. "__type__": "cc.Vec3",
  878. "x": 0,
  879. "y": 0,
  880. "z": 0
  881. },
  882. "_skewX": 0,
  883. "_skewY": 0,
  884. "_is3DNode": false,
  885. "_groupIndex": 0,
  886. "groupIndex": 0,
  887. "_id": "e7ZvpAppRHp5MX5gfvNKu3"
  888. },
  889. {
  890. "__type__": "cc.Node",
  891. "_name": "Background",
  892. "_objFlags": 512,
  893. "_parent": {
  894. "__id__": 19
  895. },
  896. "_children": [
  897. {
  898. "__id__": 21
  899. }
  900. ],
  901. "_active": true,
  902. "_components": [
  903. {
  904. "__id__": 23
  905. },
  906. {
  907. "__id__": 24
  908. }
  909. ],
  910. "_prefab": null,
  911. "_opacity": 255,
  912. "_color": {
  913. "__type__": "cc.Color",
  914. "r": 255,
  915. "g": 255,
  916. "b": 255,
  917. "a": 255
  918. },
  919. "_contentSize": {
  920. "__type__": "cc.Size",
  921. "width": 100,
  922. "height": 40
  923. },
  924. "_anchorPoint": {
  925. "__type__": "cc.Vec2",
  926. "x": 0.5,
  927. "y": 0.5
  928. },
  929. "_trs": {
  930. "__type__": "TypedArray",
  931. "ctor": "Float64Array",
  932. "array": [
  933. 0,
  934. 0,
  935. 0,
  936. 0,
  937. 0,
  938. 0,
  939. 1,
  940. 1,
  941. 1,
  942. 1
  943. ]
  944. },
  945. "_eulerAngles": {
  946. "__type__": "cc.Vec3",
  947. "x": 0,
  948. "y": 0,
  949. "z": 0
  950. },
  951. "_skewX": 0,
  952. "_skewY": 0,
  953. "_is3DNode": false,
  954. "_groupIndex": 0,
  955. "groupIndex": 0,
  956. "_id": "7bvEvD25BH7LyyeGP5Qvs7"
  957. },
  958. {
  959. "__type__": "cc.Node",
  960. "_name": "Label",
  961. "_objFlags": 512,
  962. "_parent": {
  963. "__id__": 20
  964. },
  965. "_children": [],
  966. "_active": true,
  967. "_components": [
  968. {
  969. "__id__": 22
  970. }
  971. ],
  972. "_prefab": null,
  973. "_opacity": 255,
  974. "_color": {
  975. "__type__": "cc.Color",
  976. "r": 0,
  977. "g": 0,
  978. "b": 0,
  979. "a": 255
  980. },
  981. "_contentSize": {
  982. "__type__": "cc.Size",
  983. "width": 100,
  984. "height": 40
  985. },
  986. "_anchorPoint": {
  987. "__type__": "cc.Vec2",
  988. "x": 0.5,
  989. "y": 0.5
  990. },
  991. "_trs": {
  992. "__type__": "TypedArray",
  993. "ctor": "Float64Array",
  994. "array": [
  995. 0,
  996. 0,
  997. 0,
  998. 0,
  999. 0,
  1000. 0,
  1001. 1,
  1002. 1,
  1003. 1,
  1004. 1
  1005. ]
  1006. },
  1007. "_eulerAngles": {
  1008. "__type__": "cc.Vec3",
  1009. "x": 0,
  1010. "y": 0,
  1011. "z": 0
  1012. },
  1013. "_skewX": 0,
  1014. "_skewY": 0,
  1015. "_is3DNode": false,
  1016. "_groupIndex": 0,
  1017. "groupIndex": 0,
  1018. "_id": "be8I3INIlBUpYAzvPB4Fa+"
  1019. },
  1020. {
  1021. "__type__": "cc.Label",
  1022. "_name": "",
  1023. "_objFlags": 0,
  1024. "node": {
  1025. "__id__": 21
  1026. },
  1027. "_enabled": true,
  1028. "_materials": [
  1029. {
  1030. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  1031. }
  1032. ],
  1033. "_srcBlendFactor": 770,
  1034. "_dstBlendFactor": 771,
  1035. "_string": "登录",
  1036. "_N$string": "登录",
  1037. "_fontSize": 20,
  1038. "_lineHeight": 40,
  1039. "_enableWrapText": false,
  1040. "_N$file": null,
  1041. "_isSystemFontUsed": true,
  1042. "_spacingX": 0,
  1043. "_batchAsBitmap": false,
  1044. "_styleFlags": 0,
  1045. "_underlineHeight": 0,
  1046. "_N$horizontalAlign": 1,
  1047. "_N$verticalAlign": 1,
  1048. "_N$fontFamily": "Arial",
  1049. "_N$overflow": 1,
  1050. "_N$cacheMode": 1,
  1051. "_id": "d5WlHNrWlPwqWbpgITNsM7"
  1052. },
  1053. {
  1054. "__type__": "cc.Sprite",
  1055. "_name": "",
  1056. "_objFlags": 0,
  1057. "node": {
  1058. "__id__": 20
  1059. },
  1060. "_enabled": true,
  1061. "_materials": [
  1062. {
  1063. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  1064. }
  1065. ],
  1066. "_srcBlendFactor": 770,
  1067. "_dstBlendFactor": 771,
  1068. "_spriteFrame": {
  1069. "__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952"
  1070. },
  1071. "_type": 1,
  1072. "_sizeMode": 0,
  1073. "_fillType": 0,
  1074. "_fillCenter": {
  1075. "__type__": "cc.Vec2",
  1076. "x": 0,
  1077. "y": 0
  1078. },
  1079. "_fillStart": 0,
  1080. "_fillRange": 0,
  1081. "_isTrimmedMode": true,
  1082. "_atlas": null,
  1083. "_id": "abgAGMMtJPPLYwj5PntGek"
  1084. },
  1085. {
  1086. "__type__": "cc.Widget",
  1087. "_name": "",
  1088. "_objFlags": 0,
  1089. "node": {
  1090. "__id__": 20
  1091. },
  1092. "_enabled": true,
  1093. "alignMode": 0,
  1094. "_target": null,
  1095. "_alignFlags": 45,
  1096. "_left": 0,
  1097. "_right": 0,
  1098. "_top": 0,
  1099. "_bottom": 0,
  1100. "_verticalCenter": 0,
  1101. "_horizontalCenter": 0,
  1102. "_isAbsLeft": true,
  1103. "_isAbsRight": true,
  1104. "_isAbsTop": true,
  1105. "_isAbsBottom": true,
  1106. "_isAbsHorizontalCenter": true,
  1107. "_isAbsVerticalCenter": true,
  1108. "_originalWidth": 100,
  1109. "_originalHeight": 40,
  1110. "_id": "6dspiKlYJBSK9Gg0HkXX6g"
  1111. },
  1112. {
  1113. "__type__": "cc.Button",
  1114. "_name": "",
  1115. "_objFlags": 0,
  1116. "node": {
  1117. "__id__": 19
  1118. },
  1119. "_enabled": true,
  1120. "_normalMaterial": null,
  1121. "_grayMaterial": null,
  1122. "duration": 0.1,
  1123. "zoomScale": 1.2,
  1124. "clickEvents": [
  1125. {
  1126. "__id__": 26
  1127. }
  1128. ],
  1129. "_N$interactable": true,
  1130. "_N$enableAutoGrayEffect": false,
  1131. "_N$transition": 2,
  1132. "transition": 2,
  1133. "_N$normalColor": {
  1134. "__type__": "cc.Color",
  1135. "r": 230,
  1136. "g": 230,
  1137. "b": 230,
  1138. "a": 255
  1139. },
  1140. "_N$pressedColor": {
  1141. "__type__": "cc.Color",
  1142. "r": 200,
  1143. "g": 200,
  1144. "b": 200,
  1145. "a": 255
  1146. },
  1147. "pressedColor": {
  1148. "__type__": "cc.Color",
  1149. "r": 200,
  1150. "g": 200,
  1151. "b": 200,
  1152. "a": 255
  1153. },
  1154. "_N$hoverColor": {
  1155. "__type__": "cc.Color",
  1156. "r": 255,
  1157. "g": 255,
  1158. "b": 255,
  1159. "a": 255
  1160. },
  1161. "hoverColor": {
  1162. "__type__": "cc.Color",
  1163. "r": 255,
  1164. "g": 255,
  1165. "b": 255,
  1166. "a": 255
  1167. },
  1168. "_N$disabledColor": {
  1169. "__type__": "cc.Color",
  1170. "r": 120,
  1171. "g": 120,
  1172. "b": 120,
  1173. "a": 200
  1174. },
  1175. "_N$normalSprite": {
  1176. "__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952"
  1177. },
  1178. "_N$pressedSprite": {
  1179. "__uuid__": "e9ec654c-97a2-4787-9325-e6a10375219a"
  1180. },
  1181. "pressedSprite": {
  1182. "__uuid__": "e9ec654c-97a2-4787-9325-e6a10375219a"
  1183. },
  1184. "_N$hoverSprite": {
  1185. "__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952"
  1186. },
  1187. "hoverSprite": {
  1188. "__uuid__": "f0048c10-f03e-4c97-b9d3-3506e1d58952"
  1189. },
  1190. "_N$disabledSprite": {
  1191. "__uuid__": "29158224-f8dd-4661-a796-1ffab537140e"
  1192. },
  1193. "_N$target": {
  1194. "__id__": 20
  1195. },
  1196. "_id": "17Pw/npYdKgpItsq/rVJbI"
  1197. },
  1198. {
  1199. "__type__": "cc.ClickEvent",
  1200. "target": {
  1201. "__id__": 2
  1202. },
  1203. "component": "",
  1204. "_componentId": "f96cazw7JJNIb6lqUokGkKB",
  1205. "handler": "nextScene",
  1206. "customEventData": ""
  1207. },
  1208. {
  1209. "__type__": "cc.Canvas",
  1210. "_name": "",
  1211. "_objFlags": 0,
  1212. "node": {
  1213. "__id__": 2
  1214. },
  1215. "_enabled": true,
  1216. "_designResolution": {
  1217. "__type__": "cc.Size",
  1218. "width": 720,
  1219. "height": 1280
  1220. },
  1221. "_fitWidth": false,
  1222. "_fitHeight": true,
  1223. "_id": "59Cd0ovbdF4byw5sbjJDx7"
  1224. },
  1225. {
  1226. "__type__": "cc.Widget",
  1227. "_name": "",
  1228. "_objFlags": 0,
  1229. "node": {
  1230. "__id__": 2
  1231. },
  1232. "_enabled": true,
  1233. "alignMode": 1,
  1234. "_target": null,
  1235. "_alignFlags": 45,
  1236. "_left": 0,
  1237. "_right": 0,
  1238. "_top": 0,
  1239. "_bottom": 0,
  1240. "_verticalCenter": 0,
  1241. "_horizontalCenter": 0,
  1242. "_isAbsLeft": true,
  1243. "_isAbsRight": true,
  1244. "_isAbsTop": true,
  1245. "_isAbsBottom": true,
  1246. "_isAbsHorizontalCenter": true,
  1247. "_isAbsVerticalCenter": true,
  1248. "_originalWidth": 0,
  1249. "_originalHeight": 0,
  1250. "_id": "29zXboiXFBKoIV4PQ2liTe"
  1251. },
  1252. {
  1253. "__type__": "f96cazw7JJNIb6lqUokGkKB",
  1254. "_name": "",
  1255. "_objFlags": 0,
  1256. "node": {
  1257. "__id__": 2
  1258. },
  1259. "_enabled": true,
  1260. "_id": "708amJe15G94DEgvIMn8zZ"
  1261. }
  1262. ]