FindItem.prefab 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886
  1. [
  2. {
  3. "__type__": "cc.Prefab",
  4. "_name": "FindItem",
  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": "FindItem",
  17. "_objFlags": 0,
  18. "__editorExtras__": {},
  19. "_parent": null,
  20. "_children": [
  21. {
  22. "__id__": 2
  23. },
  24. {
  25. "__id__": 6
  26. },
  27. {
  28. "__id__": 23
  29. },
  30. {
  31. "__id__": 29
  32. }
  33. ],
  34. "_active": true,
  35. "_components": [
  36. {
  37. "__id__": 35
  38. },
  39. {
  40. "__id__": 37
  41. }
  42. ],
  43. "_prefab": {
  44. "__id__": 39
  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. "_mobility": 0,
  66. "_layer": 33554432,
  67. "_euler": {
  68. "__type__": "cc.Vec3",
  69. "x": 0,
  70. "y": 0,
  71. "z": 0
  72. },
  73. "_id": ""
  74. },
  75. {
  76. "__type__": "cc.Node",
  77. "_name": "spine",
  78. "_objFlags": 0,
  79. "__editorExtras__": {},
  80. "_parent": {
  81. "__id__": 1
  82. },
  83. "_children": [],
  84. "_active": true,
  85. "_components": [
  86. {
  87. "__id__": 3
  88. }
  89. ],
  90. "_prefab": {
  91. "__id__": 5
  92. },
  93. "_lpos": {
  94. "__type__": "cc.Vec3",
  95. "x": 0,
  96. "y": 0,
  97. "z": 0
  98. },
  99. "_lrot": {
  100. "__type__": "cc.Quat",
  101. "x": 0,
  102. "y": 0,
  103. "z": 0,
  104. "w": 1
  105. },
  106. "_lscale": {
  107. "__type__": "cc.Vec3",
  108. "x": 1,
  109. "y": 1,
  110. "z": 1
  111. },
  112. "_mobility": 0,
  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. "__editorExtras__": {},
  127. "node": {
  128. "__id__": 2
  129. },
  130. "_enabled": true,
  131. "__prefab": {
  132. "__id__": 4
  133. },
  134. "_contentSize": {
  135. "__type__": "cc.Size",
  136. "width": 100,
  137. "height": 100
  138. },
  139. "_anchorPoint": {
  140. "__type__": "cc.Vec2",
  141. "x": 0.5,
  142. "y": 0.5
  143. },
  144. "_id": ""
  145. },
  146. {
  147. "__type__": "cc.CompPrefabInfo",
  148. "fileId": "3b60FrQKtFZIxS2IgiNMj7"
  149. },
  150. {
  151. "__type__": "cc.PrefabInfo",
  152. "root": {
  153. "__id__": 1
  154. },
  155. "asset": {
  156. "__id__": 0
  157. },
  158. "fileId": "b0W50KuBJNA6kDXJkQtMXO",
  159. "instance": null,
  160. "targetOverrides": null,
  161. "nestedPrefabInstanceRoots": null
  162. },
  163. {
  164. "__type__": "cc.Node",
  165. "_name": "Slider",
  166. "_objFlags": 0,
  167. "__editorExtras__": {},
  168. "_parent": {
  169. "__id__": 1
  170. },
  171. "_children": [
  172. {
  173. "__id__": 7
  174. }
  175. ],
  176. "_active": true,
  177. "_components": [
  178. {
  179. "__id__": 15
  180. },
  181. {
  182. "__id__": 17
  183. },
  184. {
  185. "__id__": 19
  186. }
  187. ],
  188. "_prefab": {
  189. "__id__": 22
  190. },
  191. "_lpos": {
  192. "__type__": "cc.Vec3",
  193. "x": 155.537,
  194. "y": 0,
  195. "z": 0
  196. },
  197. "_lrot": {
  198. "__type__": "cc.Quat",
  199. "x": 0,
  200. "y": 0,
  201. "z": 0.7071067811865475,
  202. "w": 0.7071067811865476
  203. },
  204. "_lscale": {
  205. "__type__": "cc.Vec3",
  206. "x": 1,
  207. "y": 1,
  208. "z": 1
  209. },
  210. "_mobility": 0,
  211. "_layer": 33554432,
  212. "_euler": {
  213. "__type__": "cc.Vec3",
  214. "x": 0,
  215. "y": 0,
  216. "z": 90
  217. },
  218. "_id": ""
  219. },
  220. {
  221. "__type__": "cc.Node",
  222. "_name": "Handle",
  223. "_objFlags": 0,
  224. "__editorExtras__": {},
  225. "_parent": {
  226. "__id__": 6
  227. },
  228. "_children": [],
  229. "_active": true,
  230. "_components": [
  231. {
  232. "__id__": 8
  233. },
  234. {
  235. "__id__": 10
  236. },
  237. {
  238. "__id__": 12
  239. }
  240. ],
  241. "_prefab": {
  242. "__id__": 14
  243. },
  244. "_lpos": {
  245. "__type__": "cc.Vec3",
  246. "x": -150,
  247. "y": 0,
  248. "z": 0
  249. },
  250. "_lrot": {
  251. "__type__": "cc.Quat",
  252. "x": 0,
  253. "y": 0,
  254. "z": 0,
  255. "w": 1
  256. },
  257. "_lscale": {
  258. "__type__": "cc.Vec3",
  259. "x": 1,
  260. "y": 1,
  261. "z": 1
  262. },
  263. "_mobility": 0,
  264. "_layer": 33554432,
  265. "_euler": {
  266. "__type__": "cc.Vec3",
  267. "x": 0,
  268. "y": 0,
  269. "z": 0
  270. },
  271. "_id": ""
  272. },
  273. {
  274. "__type__": "cc.UITransform",
  275. "_name": "",
  276. "_objFlags": 0,
  277. "__editorExtras__": {},
  278. "node": {
  279. "__id__": 7
  280. },
  281. "_enabled": true,
  282. "__prefab": {
  283. "__id__": 9
  284. },
  285. "_contentSize": {
  286. "__type__": "cc.Size",
  287. "width": 32,
  288. "height": 32
  289. },
  290. "_anchorPoint": {
  291. "__type__": "cc.Vec2",
  292. "x": 0.5,
  293. "y": 0.5
  294. },
  295. "_id": ""
  296. },
  297. {
  298. "__type__": "cc.CompPrefabInfo",
  299. "fileId": "2fvDQMSi9IHKzEgK/oCbmW"
  300. },
  301. {
  302. "__type__": "cc.Sprite",
  303. "_name": "",
  304. "_objFlags": 0,
  305. "__editorExtras__": {},
  306. "node": {
  307. "__id__": 7
  308. },
  309. "_enabled": true,
  310. "__prefab": {
  311. "__id__": 11
  312. },
  313. "_customMaterial": null,
  314. "_srcBlendFactor": 2,
  315. "_dstBlendFactor": 4,
  316. "_color": {
  317. "__type__": "cc.Color",
  318. "r": 255,
  319. "g": 255,
  320. "b": 255,
  321. "a": 255
  322. },
  323. "_spriteFrame": {
  324. "__uuid__": "f12a23c4-b924-4322-a260-3d982428f1e8@f9941",
  325. "__expectedType__": "cc.SpriteFrame"
  326. },
  327. "_type": 0,
  328. "_fillType": 0,
  329. "_sizeMode": 0,
  330. "_fillCenter": {
  331. "__type__": "cc.Vec2",
  332. "x": 0,
  333. "y": 0
  334. },
  335. "_fillStart": 0,
  336. "_fillRange": 0,
  337. "_isTrimmedMode": true,
  338. "_useGrayscale": false,
  339. "_atlas": null,
  340. "_id": ""
  341. },
  342. {
  343. "__type__": "cc.CompPrefabInfo",
  344. "fileId": "0b9V1e7E1AbLBTPbhbOfNh"
  345. },
  346. {
  347. "__type__": "cc.Button",
  348. "_name": "",
  349. "_objFlags": 0,
  350. "__editorExtras__": {},
  351. "node": {
  352. "__id__": 7
  353. },
  354. "_enabled": true,
  355. "__prefab": {
  356. "__id__": 13
  357. },
  358. "clickEvents": [],
  359. "_interactable": true,
  360. "_transition": 0,
  361. "_normalColor": {
  362. "__type__": "cc.Color",
  363. "r": 214,
  364. "g": 214,
  365. "b": 214,
  366. "a": 255
  367. },
  368. "_hoverColor": {
  369. "__type__": "cc.Color",
  370. "r": 211,
  371. "g": 211,
  372. "b": 211,
  373. "a": 255
  374. },
  375. "_pressedColor": {
  376. "__type__": "cc.Color",
  377. "r": 255,
  378. "g": 255,
  379. "b": 255,
  380. "a": 255
  381. },
  382. "_disabledColor": {
  383. "__type__": "cc.Color",
  384. "r": 124,
  385. "g": 124,
  386. "b": 124,
  387. "a": 255
  388. },
  389. "_normalSprite": {
  390. "__uuid__": "f12a23c4-b924-4322-a260-3d982428f1e8@f9941",
  391. "__expectedType__": "cc.SpriteFrame"
  392. },
  393. "_hoverSprite": null,
  394. "_pressedSprite": null,
  395. "_disabledSprite": null,
  396. "_duration": 0.1,
  397. "_zoomScale": 1.2,
  398. "_target": {
  399. "__id__": 7
  400. },
  401. "_id": ""
  402. },
  403. {
  404. "__type__": "cc.CompPrefabInfo",
  405. "fileId": "70dIbdSMRNBJi3qM4DtJk5"
  406. },
  407. {
  408. "__type__": "cc.PrefabInfo",
  409. "root": {
  410. "__id__": 1
  411. },
  412. "asset": {
  413. "__id__": 0
  414. },
  415. "fileId": "6fPGtUlrpKppxi8fNjAHr+",
  416. "instance": null,
  417. "targetOverrides": null,
  418. "nestedPrefabInstanceRoots": null
  419. },
  420. {
  421. "__type__": "cc.UITransform",
  422. "_name": "",
  423. "_objFlags": 0,
  424. "__editorExtras__": {},
  425. "node": {
  426. "__id__": 6
  427. },
  428. "_enabled": true,
  429. "__prefab": {
  430. "__id__": 16
  431. },
  432. "_contentSize": {
  433. "__type__": "cc.Size",
  434. "width": 300,
  435. "height": 20
  436. },
  437. "_anchorPoint": {
  438. "__type__": "cc.Vec2",
  439. "x": 0.5,
  440. "y": 0.5
  441. },
  442. "_id": ""
  443. },
  444. {
  445. "__type__": "cc.CompPrefabInfo",
  446. "fileId": "50KeljM3RND653GQDwKovJ"
  447. },
  448. {
  449. "__type__": "cc.Sprite",
  450. "_name": "",
  451. "_objFlags": 0,
  452. "__editorExtras__": {},
  453. "node": {
  454. "__id__": 6
  455. },
  456. "_enabled": true,
  457. "__prefab": {
  458. "__id__": 18
  459. },
  460. "_customMaterial": null,
  461. "_srcBlendFactor": 2,
  462. "_dstBlendFactor": 4,
  463. "_color": {
  464. "__type__": "cc.Color",
  465. "r": 255,
  466. "g": 255,
  467. "b": 255,
  468. "a": 255
  469. },
  470. "_spriteFrame": {
  471. "__uuid__": "28765e2f-040a-4c65-8e8c-f9d0bb79d863@f9941",
  472. "__expectedType__": "cc.SpriteFrame"
  473. },
  474. "_type": 1,
  475. "_fillType": 0,
  476. "_sizeMode": 0,
  477. "_fillCenter": {
  478. "__type__": "cc.Vec2",
  479. "x": 0,
  480. "y": 0
  481. },
  482. "_fillStart": 0,
  483. "_fillRange": 0,
  484. "_isTrimmedMode": true,
  485. "_useGrayscale": false,
  486. "_atlas": null,
  487. "_id": ""
  488. },
  489. {
  490. "__type__": "cc.CompPrefabInfo",
  491. "fileId": "2exh5bYlxL6YeVf12W6YjV"
  492. },
  493. {
  494. "__type__": "cc.Slider",
  495. "_name": "",
  496. "_objFlags": 0,
  497. "__editorExtras__": {},
  498. "node": {
  499. "__id__": 6
  500. },
  501. "_enabled": true,
  502. "__prefab": {
  503. "__id__": 20
  504. },
  505. "slideEvents": [
  506. {
  507. "__id__": 21
  508. }
  509. ],
  510. "_handle": {
  511. "__id__": 10
  512. },
  513. "_direction": 0,
  514. "_progress": 0,
  515. "_id": ""
  516. },
  517. {
  518. "__type__": "cc.CompPrefabInfo",
  519. "fileId": "314L4HliBGg6jdRNm6xnHq"
  520. },
  521. {
  522. "__type__": "cc.ClickEvent",
  523. "target": {
  524. "__id__": 1
  525. },
  526. "component": "",
  527. "_componentId": "7c76b6qfHxKx6okGvvTwHxQ",
  528. "handler": "onScaleSliderChanged",
  529. "customEventData": ""
  530. },
  531. {
  532. "__type__": "cc.PrefabInfo",
  533. "root": {
  534. "__id__": 1
  535. },
  536. "asset": {
  537. "__id__": 0
  538. },
  539. "fileId": "f7YTyGiP1JMreguOyv4iby",
  540. "instance": null,
  541. "targetOverrides": null,
  542. "nestedPrefabInstanceRoots": null
  543. },
  544. {
  545. "__type__": "cc.Node",
  546. "_name": "FoundFrame",
  547. "_objFlags": 0,
  548. "__editorExtras__": {},
  549. "_parent": {
  550. "__id__": 1
  551. },
  552. "_children": [],
  553. "_active": true,
  554. "_components": [
  555. {
  556. "__id__": 24
  557. },
  558. {
  559. "__id__": 26
  560. }
  561. ],
  562. "_prefab": {
  563. "__id__": 28
  564. },
  565. "_lpos": {
  566. "__type__": "cc.Vec3",
  567. "x": 0,
  568. "y": 0,
  569. "z": 0
  570. },
  571. "_lrot": {
  572. "__type__": "cc.Quat",
  573. "x": 0,
  574. "y": 0,
  575. "z": 0,
  576. "w": 1
  577. },
  578. "_lscale": {
  579. "__type__": "cc.Vec3",
  580. "x": 1,
  581. "y": 1,
  582. "z": 1
  583. },
  584. "_mobility": 0,
  585. "_layer": 33554432,
  586. "_euler": {
  587. "__type__": "cc.Vec3",
  588. "x": 0,
  589. "y": 0,
  590. "z": 0
  591. },
  592. "_id": ""
  593. },
  594. {
  595. "__type__": "cc.UITransform",
  596. "_name": "",
  597. "_objFlags": 0,
  598. "__editorExtras__": {},
  599. "node": {
  600. "__id__": 23
  601. },
  602. "_enabled": true,
  603. "__prefab": {
  604. "__id__": 25
  605. },
  606. "_contentSize": {
  607. "__type__": "cc.Size",
  608. "width": 62,
  609. "height": 62
  610. },
  611. "_anchorPoint": {
  612. "__type__": "cc.Vec2",
  613. "x": 0.5,
  614. "y": 0.5
  615. },
  616. "_id": ""
  617. },
  618. {
  619. "__type__": "cc.CompPrefabInfo",
  620. "fileId": "48RxIfMaxDmaesTVxqzVZy"
  621. },
  622. {
  623. "__type__": "cc.Sprite",
  624. "_name": "",
  625. "_objFlags": 0,
  626. "__editorExtras__": {},
  627. "node": {
  628. "__id__": 23
  629. },
  630. "_enabled": true,
  631. "__prefab": {
  632. "__id__": 27
  633. },
  634. "_customMaterial": null,
  635. "_srcBlendFactor": 2,
  636. "_dstBlendFactor": 4,
  637. "_color": {
  638. "__type__": "cc.Color",
  639. "r": 255,
  640. "g": 0,
  641. "b": 0,
  642. "a": 255
  643. },
  644. "_spriteFrame": {
  645. "__uuid__": "b0ec82fe-f7c8-4a7b-8139-2979af07d506@f9941",
  646. "__expectedType__": "cc.SpriteFrame"
  647. },
  648. "_type": 0,
  649. "_fillType": 0,
  650. "_sizeMode": 1,
  651. "_fillCenter": {
  652. "__type__": "cc.Vec2",
  653. "x": 0,
  654. "y": 0
  655. },
  656. "_fillStart": 0,
  657. "_fillRange": 0,
  658. "_isTrimmedMode": true,
  659. "_useGrayscale": false,
  660. "_atlas": null,
  661. "_id": ""
  662. },
  663. {
  664. "__type__": "cc.CompPrefabInfo",
  665. "fileId": "24geEpD6NGKpMKpPRWN2jG"
  666. },
  667. {
  668. "__type__": "cc.PrefabInfo",
  669. "root": {
  670. "__id__": 1
  671. },
  672. "asset": {
  673. "__id__": 0
  674. },
  675. "fileId": "5fARlLM6FDQZpfXcuay4jB",
  676. "instance": null,
  677. "targetOverrides": null,
  678. "nestedPrefabInstanceRoots": null
  679. },
  680. {
  681. "__type__": "cc.Node",
  682. "_name": "HintFrame",
  683. "_objFlags": 0,
  684. "__editorExtras__": {},
  685. "_parent": {
  686. "__id__": 1
  687. },
  688. "_children": [],
  689. "_active": true,
  690. "_components": [
  691. {
  692. "__id__": 30
  693. },
  694. {
  695. "__id__": 32
  696. }
  697. ],
  698. "_prefab": {
  699. "__id__": 34
  700. },
  701. "_lpos": {
  702. "__type__": "cc.Vec3",
  703. "x": 0,
  704. "y": 0,
  705. "z": 0
  706. },
  707. "_lrot": {
  708. "__type__": "cc.Quat",
  709. "x": 0,
  710. "y": 0,
  711. "z": 0,
  712. "w": 1
  713. },
  714. "_lscale": {
  715. "__type__": "cc.Vec3",
  716. "x": 1,
  717. "y": 1,
  718. "z": 1
  719. },
  720. "_mobility": 0,
  721. "_layer": 33554432,
  722. "_euler": {
  723. "__type__": "cc.Vec3",
  724. "x": 0,
  725. "y": 0,
  726. "z": 0
  727. },
  728. "_id": ""
  729. },
  730. {
  731. "__type__": "cc.UITransform",
  732. "_name": "",
  733. "_objFlags": 0,
  734. "__editorExtras__": {},
  735. "node": {
  736. "__id__": 29
  737. },
  738. "_enabled": true,
  739. "__prefab": {
  740. "__id__": 31
  741. },
  742. "_contentSize": {
  743. "__type__": "cc.Size",
  744. "width": 62,
  745. "height": 62
  746. },
  747. "_anchorPoint": {
  748. "__type__": "cc.Vec2",
  749. "x": 0.5,
  750. "y": 0.5
  751. },
  752. "_id": ""
  753. },
  754. {
  755. "__type__": "cc.CompPrefabInfo",
  756. "fileId": "b1nO+c2q1KXJeHLVDd2YU3"
  757. },
  758. {
  759. "__type__": "cc.Sprite",
  760. "_name": "",
  761. "_objFlags": 0,
  762. "__editorExtras__": {},
  763. "node": {
  764. "__id__": 29
  765. },
  766. "_enabled": true,
  767. "__prefab": {
  768. "__id__": 33
  769. },
  770. "_customMaterial": null,
  771. "_srcBlendFactor": 2,
  772. "_dstBlendFactor": 4,
  773. "_color": {
  774. "__type__": "cc.Color",
  775. "r": 0,
  776. "g": 20,
  777. "b": 253,
  778. "a": 255
  779. },
  780. "_spriteFrame": {
  781. "__uuid__": "b0ec82fe-f7c8-4a7b-8139-2979af07d506@f9941",
  782. "__expectedType__": "cc.SpriteFrame"
  783. },
  784. "_type": 0,
  785. "_fillType": 0,
  786. "_sizeMode": 1,
  787. "_fillCenter": {
  788. "__type__": "cc.Vec2",
  789. "x": 0,
  790. "y": 0
  791. },
  792. "_fillStart": 0,
  793. "_fillRange": 0,
  794. "_isTrimmedMode": true,
  795. "_useGrayscale": false,
  796. "_atlas": null,
  797. "_id": ""
  798. },
  799. {
  800. "__type__": "cc.CompPrefabInfo",
  801. "fileId": "28fn84R7lIn4Tc/KdQ30NU"
  802. },
  803. {
  804. "__type__": "cc.PrefabInfo",
  805. "root": {
  806. "__id__": 1
  807. },
  808. "asset": {
  809. "__id__": 0
  810. },
  811. "fileId": "109FT3QNtKfIbvBJIWqxFh",
  812. "instance": null,
  813. "targetOverrides": null,
  814. "nestedPrefabInstanceRoots": null
  815. },
  816. {
  817. "__type__": "cc.UITransform",
  818. "_name": "",
  819. "_objFlags": 0,
  820. "__editorExtras__": {},
  821. "node": {
  822. "__id__": 1
  823. },
  824. "_enabled": true,
  825. "__prefab": {
  826. "__id__": 36
  827. },
  828. "_contentSize": {
  829. "__type__": "cc.Size",
  830. "width": 100,
  831. "height": 100
  832. },
  833. "_anchorPoint": {
  834. "__type__": "cc.Vec2",
  835. "x": 0.5,
  836. "y": 0.5
  837. },
  838. "_id": ""
  839. },
  840. {
  841. "__type__": "cc.CompPrefabInfo",
  842. "fileId": "89zYywp71PvZ8NeO7uPh3K"
  843. },
  844. {
  845. "__type__": "7c76b6qfHxKx6okGvvTwHxQ",
  846. "_name": "",
  847. "_objFlags": 0,
  848. "__editorExtras__": {},
  849. "node": {
  850. "__id__": 1
  851. },
  852. "_enabled": true,
  853. "__prefab": {
  854. "__id__": 38
  855. },
  856. "spineNode": {
  857. "__id__": 2
  858. },
  859. "scaleSlider": {
  860. "__id__": 19
  861. },
  862. "redFrame": {
  863. "__id__": 23
  864. },
  865. "blueFrame": {
  866. "__id__": 29
  867. },
  868. "_id": ""
  869. },
  870. {
  871. "__type__": "cc.CompPrefabInfo",
  872. "fileId": "cfWF7yg9VMyLyoO4SpMbsq"
  873. },
  874. {
  875. "__type__": "cc.PrefabInfo",
  876. "root": {
  877. "__id__": 1
  878. },
  879. "asset": {
  880. "__id__": 0
  881. },
  882. "fileId": "b16w6hUbBBkJrJrZ/uKbvT",
  883. "instance": null,
  884. "targetOverrides": []
  885. }
  886. ]