StepOverUI.prefab 21 KB

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