room_demo.prefab 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973
  1. [
  2. {
  3. "__type__": "cc.Prefab",
  4. "_name": "",
  5. "_objFlags": 0,
  6. "_rawFiles": null,
  7. "data": {
  8. "__id__": 1
  9. }
  10. },
  11. {
  12. "__type__": "cc.Node",
  13. "_name": "room_demo",
  14. "_objFlags": 0,
  15. "_parent": null,
  16. "_children": [
  17. {
  18. "__id__": 2
  19. },
  20. {
  21. "__id__": 5
  22. },
  23. {
  24. "__id__": 8
  25. },
  26. {
  27. "__id__": 11
  28. },
  29. {
  30. "__id__": 14
  31. },
  32. {
  33. "__id__": 17
  34. },
  35. {
  36. "__id__": 20
  37. },
  38. {
  39. "__id__": 23
  40. },
  41. {
  42. "__id__": 26
  43. }
  44. ],
  45. "_tag": -1,
  46. "_active": true,
  47. "_components": [
  48. {
  49. "__id__": 29
  50. },
  51. {
  52. "__id__": 30
  53. }
  54. ],
  55. "_prefab": {
  56. "__id__": 31
  57. },
  58. "_id": "",
  59. "_opacity": 255,
  60. "_color": {
  61. "__type__": "cc.Color",
  62. "r": 255,
  63. "g": 255,
  64. "b": 255,
  65. "a": 255
  66. },
  67. "_cascadeOpacityEnabled": true,
  68. "_anchorPoint": {
  69. "__type__": "cc.Vec2",
  70. "x": 0.5,
  71. "y": 0.39
  72. },
  73. "_contentSize": {
  74. "__type__": "cc.Size",
  75. "width": 401,
  76. "height": 305.5
  77. },
  78. "_rotationX": 0,
  79. "_rotationY": 0,
  80. "_scaleX": 1,
  81. "_scaleY": 1,
  82. "_position": {
  83. "__type__": "cc.Vec2",
  84. "x": 0,
  85. "y": 0
  86. },
  87. "_skewX": 0,
  88. "_skewY": 0,
  89. "_localZOrder": 0,
  90. "_globalZOrder": 0,
  91. "_opacityModifyRGB": false,
  92. "groupIndex": 0
  93. },
  94. {
  95. "__type__": "cc.Node",
  96. "_name": "地板",
  97. "_objFlags": 0,
  98. "_parent": {
  99. "__id__": 1
  100. },
  101. "_children": [],
  102. "_tag": -1,
  103. "_active": true,
  104. "_components": [
  105. {
  106. "__id__": 3
  107. }
  108. ],
  109. "_prefab": {
  110. "__id__": 4
  111. },
  112. "_id": "",
  113. "_opacity": 255,
  114. "_color": {
  115. "__type__": "cc.Color",
  116. "r": 255,
  117. "g": 255,
  118. "b": 255,
  119. "a": 255
  120. },
  121. "_cascadeOpacityEnabled": true,
  122. "_anchorPoint": {
  123. "__type__": "cc.Vec2",
  124. "x": 0.5,
  125. "y": 0.5
  126. },
  127. "_contentSize": {
  128. "__type__": "cc.Size",
  129. "width": 401,
  130. "height": 236
  131. },
  132. "_rotationX": 0,
  133. "_rotationY": 0,
  134. "_scaleX": 1,
  135. "_scaleY": 1,
  136. "_position": {
  137. "__type__": "cc.Vec2",
  138. "x": 0,
  139. "y": 0
  140. },
  141. "_skewX": 0,
  142. "_skewY": 0,
  143. "_localZOrder": 0,
  144. "_globalZOrder": 0,
  145. "_opacityModifyRGB": false,
  146. "groupIndex": 0
  147. },
  148. {
  149. "__type__": "cc.Sprite",
  150. "_name": "",
  151. "_objFlags": 0,
  152. "node": {
  153. "__id__": 2
  154. },
  155. "_enabled": true,
  156. "_spriteFrame": {
  157. "__uuid__": "c8057c68-9ce0-466b-b732-89d7bc982de1"
  158. },
  159. "_type": 0,
  160. "_sizeMode": 1,
  161. "_fillType": 0,
  162. "_fillCenter": {
  163. "__type__": "cc.Vec2",
  164. "x": 0,
  165. "y": 0
  166. },
  167. "_fillStart": 0,
  168. "_fillRange": 0,
  169. "_isTrimmedMode": true,
  170. "_srcBlendFactor": 770,
  171. "_dstBlendFactor": 771,
  172. "_atlas": null
  173. },
  174. {
  175. "__type__": "cc.PrefabInfo",
  176. "root": {
  177. "__id__": 1
  178. },
  179. "asset": {
  180. "__id__": 0
  181. },
  182. "fileId": "15TIlOU5hJpoDHfpcKJ0Nn",
  183. "sync": false
  184. },
  185. {
  186. "__type__": "cc.Node",
  187. "_name": "底1",
  188. "_objFlags": 0,
  189. "_parent": {
  190. "__id__": 1
  191. },
  192. "_children": [],
  193. "_tag": -1,
  194. "_active": true,
  195. "_components": [
  196. {
  197. "__id__": 6
  198. }
  199. ],
  200. "_prefab": {
  201. "__id__": 7
  202. },
  203. "_id": "",
  204. "_opacity": 255,
  205. "_color": {
  206. "__type__": "cc.Color",
  207. "r": 255,
  208. "g": 255,
  209. "b": 255,
  210. "a": 255
  211. },
  212. "_cascadeOpacityEnabled": true,
  213. "_anchorPoint": {
  214. "__type__": "cc.Vec2",
  215. "x": 0.5,
  216. "y": 0.5
  217. },
  218. "_contentSize": {
  219. "__type__": "cc.Size",
  220. "width": 227,
  221. "height": 175
  222. },
  223. "_rotationX": 0,
  224. "_rotationY": 0,
  225. "_scaleX": 1,
  226. "_scaleY": 1,
  227. "_position": {
  228. "__type__": "cc.Vec2",
  229. "x": 72.4,
  230. "y": 63.2
  231. },
  232. "_skewX": 0,
  233. "_skewY": 0,
  234. "_localZOrder": 0,
  235. "_globalZOrder": 0,
  236. "_opacityModifyRGB": false,
  237. "groupIndex": 0
  238. },
  239. {
  240. "__type__": "cc.Sprite",
  241. "_name": "",
  242. "_objFlags": 0,
  243. "node": {
  244. "__id__": 5
  245. },
  246. "_enabled": true,
  247. "_spriteFrame": {
  248. "__uuid__": "d53b68bb-86be-4cbe-85aa-e4760d808e0a"
  249. },
  250. "_type": 0,
  251. "_sizeMode": 1,
  252. "_fillType": 0,
  253. "_fillCenter": {
  254. "__type__": "cc.Vec2",
  255. "x": 0,
  256. "y": 0
  257. },
  258. "_fillStart": 0,
  259. "_fillRange": 0,
  260. "_isTrimmedMode": true,
  261. "_srcBlendFactor": 770,
  262. "_dstBlendFactor": 771,
  263. "_atlas": null
  264. },
  265. {
  266. "__type__": "cc.PrefabInfo",
  267. "root": {
  268. "__id__": 1
  269. },
  270. "asset": {
  271. "__id__": 0
  272. },
  273. "fileId": "afcNf4C+hN/bwpqBLoZGR0",
  274. "sync": false
  275. },
  276. {
  277. "__type__": "cc.Node",
  278. "_name": "柱1",
  279. "_objFlags": 0,
  280. "_parent": {
  281. "__id__": 1
  282. },
  283. "_children": [],
  284. "_tag": -1,
  285. "_active": true,
  286. "_components": [
  287. {
  288. "__id__": 9
  289. }
  290. ],
  291. "_prefab": {
  292. "__id__": 10
  293. },
  294. "_id": "",
  295. "_opacity": 255,
  296. "_color": {
  297. "__type__": "cc.Color",
  298. "r": 255,
  299. "g": 255,
  300. "b": 255,
  301. "a": 255
  302. },
  303. "_cascadeOpacityEnabled": true,
  304. "_anchorPoint": {
  305. "__type__": "cc.Vec2",
  306. "x": 0.5,
  307. "y": 0
  308. },
  309. "_contentSize": {
  310. "__type__": "cc.Size",
  311. "width": 18,
  312. "height": 48
  313. },
  314. "_rotationX": 0,
  315. "_rotationY": 0,
  316. "_scaleX": 1,
  317. "_scaleY": 1,
  318. "_position": {
  319. "__type__": "cc.Vec2",
  320. "x": 83,
  321. "y": -25
  322. },
  323. "_skewX": 0,
  324. "_skewY": 0,
  325. "_localZOrder": 0,
  326. "_globalZOrder": 0,
  327. "_opacityModifyRGB": false,
  328. "groupIndex": 0
  329. },
  330. {
  331. "__type__": "cc.Sprite",
  332. "_name": "",
  333. "_objFlags": 0,
  334. "node": {
  335. "__id__": 8
  336. },
  337. "_enabled": true,
  338. "_spriteFrame": {
  339. "__uuid__": "d745d10a-0afd-4d9f-b266-e165385ff98b"
  340. },
  341. "_type": 0,
  342. "_sizeMode": 1,
  343. "_fillType": 0,
  344. "_fillCenter": {
  345. "__type__": "cc.Vec2",
  346. "x": 0,
  347. "y": 0
  348. },
  349. "_fillStart": 0,
  350. "_fillRange": 0,
  351. "_isTrimmedMode": true,
  352. "_srcBlendFactor": 770,
  353. "_dstBlendFactor": 771,
  354. "_atlas": null
  355. },
  356. {
  357. "__type__": "cc.PrefabInfo",
  358. "root": {
  359. "__id__": 1
  360. },
  361. "asset": {
  362. "__id__": 0
  363. },
  364. "fileId": "6cZPD8SidMbpnY9q5aPeiV",
  365. "sync": false
  366. },
  367. {
  368. "__type__": "cc.Node",
  369. "_name": "柱2",
  370. "_objFlags": 0,
  371. "_parent": {
  372. "__id__": 1
  373. },
  374. "_children": [],
  375. "_tag": -1,
  376. "_active": true,
  377. "_components": [
  378. {
  379. "__id__": 12
  380. }
  381. ],
  382. "_prefab": {
  383. "__id__": 13
  384. },
  385. "_id": "",
  386. "_opacity": 255,
  387. "_color": {
  388. "__type__": "cc.Color",
  389. "r": 255,
  390. "g": 255,
  391. "b": 255,
  392. "a": 255
  393. },
  394. "_cascadeOpacityEnabled": true,
  395. "_anchorPoint": {
  396. "__type__": "cc.Vec2",
  397. "x": 0.5,
  398. "y": 0.5
  399. },
  400. "_contentSize": {
  401. "__type__": "cc.Size",
  402. "width": 18,
  403. "height": 48
  404. },
  405. "_rotationX": 0,
  406. "_rotationY": 0,
  407. "_scaleX": 1,
  408. "_scaleY": 1,
  409. "_position": {
  410. "__type__": "cc.Vec2",
  411. "x": 29.9,
  412. "y": 10
  413. },
  414. "_skewX": 0,
  415. "_skewY": 0,
  416. "_localZOrder": 0,
  417. "_globalZOrder": 0,
  418. "_opacityModifyRGB": false,
  419. "groupIndex": 0
  420. },
  421. {
  422. "__type__": "cc.Sprite",
  423. "_name": "",
  424. "_objFlags": 0,
  425. "node": {
  426. "__id__": 11
  427. },
  428. "_enabled": true,
  429. "_spriteFrame": {
  430. "__uuid__": "d745d10a-0afd-4d9f-b266-e165385ff98b"
  431. },
  432. "_type": 0,
  433. "_sizeMode": 1,
  434. "_fillType": 0,
  435. "_fillCenter": {
  436. "__type__": "cc.Vec2",
  437. "x": 0,
  438. "y": 0
  439. },
  440. "_fillStart": 0,
  441. "_fillRange": 0,
  442. "_isTrimmedMode": true,
  443. "_srcBlendFactor": 770,
  444. "_dstBlendFactor": 771,
  445. "_atlas": null
  446. },
  447. {
  448. "__type__": "cc.PrefabInfo",
  449. "root": {
  450. "__id__": 1
  451. },
  452. "asset": {
  453. "__id__": 0
  454. },
  455. "fileId": "3eNFMbOCtCtLC5evnWDhCX",
  456. "sync": false
  457. },
  458. {
  459. "__type__": "cc.Node",
  460. "_name": "柱3",
  461. "_objFlags": 0,
  462. "_parent": {
  463. "__id__": 1
  464. },
  465. "_children": [],
  466. "_tag": -1,
  467. "_active": true,
  468. "_components": [
  469. {
  470. "__id__": 15
  471. }
  472. ],
  473. "_prefab": {
  474. "__id__": 16
  475. },
  476. "_id": "",
  477. "_opacity": 255,
  478. "_color": {
  479. "__type__": "cc.Color",
  480. "r": 255,
  481. "g": 255,
  482. "b": 255,
  483. "a": 255
  484. },
  485. "_cascadeOpacityEnabled": true,
  486. "_anchorPoint": {
  487. "__type__": "cc.Vec2",
  488. "x": 0.5,
  489. "y": 0.5
  490. },
  491. "_contentSize": {
  492. "__type__": "cc.Size",
  493. "width": 18,
  494. "height": 48
  495. },
  496. "_rotationX": 0,
  497. "_rotationY": 0,
  498. "_scaleX": 1,
  499. "_scaleY": 1,
  500. "_position": {
  501. "__type__": "cc.Vec2",
  502. "x": -15.3,
  503. "y": 35.2
  504. },
  505. "_skewX": 0,
  506. "_skewY": 0,
  507. "_localZOrder": 0,
  508. "_globalZOrder": 0,
  509. "_opacityModifyRGB": false,
  510. "groupIndex": 0
  511. },
  512. {
  513. "__type__": "cc.Sprite",
  514. "_name": "",
  515. "_objFlags": 0,
  516. "node": {
  517. "__id__": 14
  518. },
  519. "_enabled": true,
  520. "_spriteFrame": {
  521. "__uuid__": "d745d10a-0afd-4d9f-b266-e165385ff98b"
  522. },
  523. "_type": 0,
  524. "_sizeMode": 1,
  525. "_fillType": 0,
  526. "_fillCenter": {
  527. "__type__": "cc.Vec2",
  528. "x": 0,
  529. "y": 0
  530. },
  531. "_fillStart": 0,
  532. "_fillRange": 0,
  533. "_isTrimmedMode": true,
  534. "_srcBlendFactor": 770,
  535. "_dstBlendFactor": 771,
  536. "_atlas": null
  537. },
  538. {
  539. "__type__": "cc.PrefabInfo",
  540. "root": {
  541. "__id__": 1
  542. },
  543. "asset": {
  544. "__id__": 0
  545. },
  546. "fileId": "57msjzEp5I/5yjy6kXIfcR",
  547. "sync": false
  548. },
  549. {
  550. "__type__": "cc.Node",
  551. "_name": "柱4",
  552. "_objFlags": 0,
  553. "_parent": {
  554. "__id__": 1
  555. },
  556. "_children": [],
  557. "_tag": -1,
  558. "_active": true,
  559. "_components": [
  560. {
  561. "__id__": 18
  562. }
  563. ],
  564. "_prefab": {
  565. "__id__": 19
  566. },
  567. "_id": "",
  568. "_opacity": 255,
  569. "_color": {
  570. "__type__": "cc.Color",
  571. "r": 255,
  572. "g": 255,
  573. "b": 255,
  574. "a": 255
  575. },
  576. "_cascadeOpacityEnabled": true,
  577. "_anchorPoint": {
  578. "__type__": "cc.Vec2",
  579. "x": 0.5,
  580. "y": 0
  581. },
  582. "_contentSize": {
  583. "__type__": "cc.Size",
  584. "width": 18,
  585. "height": 48
  586. },
  587. "_rotationX": 0,
  588. "_rotationY": 0,
  589. "_scaleX": 1,
  590. "_scaleY": 1,
  591. "_position": {
  592. "__type__": "cc.Vec2",
  593. "x": -32.8,
  594. "y": 33.8
  595. },
  596. "_skewX": 0,
  597. "_skewY": 0,
  598. "_localZOrder": 0,
  599. "_globalZOrder": 0,
  600. "_opacityModifyRGB": false,
  601. "groupIndex": 0
  602. },
  603. {
  604. "__type__": "cc.Sprite",
  605. "_name": "",
  606. "_objFlags": 0,
  607. "node": {
  608. "__id__": 17
  609. },
  610. "_enabled": true,
  611. "_spriteFrame": {
  612. "__uuid__": "d745d10a-0afd-4d9f-b266-e165385ff98b"
  613. },
  614. "_type": 0,
  615. "_sizeMode": 1,
  616. "_fillType": 0,
  617. "_fillCenter": {
  618. "__type__": "cc.Vec2",
  619. "x": 0,
  620. "y": 0
  621. },
  622. "_fillStart": 0,
  623. "_fillRange": 0,
  624. "_isTrimmedMode": true,
  625. "_srcBlendFactor": 770,
  626. "_dstBlendFactor": 771,
  627. "_atlas": null
  628. },
  629. {
  630. "__type__": "cc.PrefabInfo",
  631. "root": {
  632. "__id__": 1
  633. },
  634. "asset": {
  635. "__id__": 0
  636. },
  637. "fileId": "d5F+XKDUdKA5WK29Bqx9Mj",
  638. "sync": false
  639. },
  640. {
  641. "__type__": "cc.Node",
  642. "_name": "底3",
  643. "_objFlags": 0,
  644. "_parent": {
  645. "__id__": 1
  646. },
  647. "_children": [],
  648. "_tag": -1,
  649. "_active": true,
  650. "_components": [
  651. {
  652. "__id__": 21
  653. }
  654. ],
  655. "_prefab": {
  656. "__id__": 22
  657. },
  658. "_id": "",
  659. "_opacity": 255,
  660. "_color": {
  661. "__type__": "cc.Color",
  662. "r": 255,
  663. "g": 255,
  664. "b": 255,
  665. "a": 255
  666. },
  667. "_cascadeOpacityEnabled": true,
  668. "_anchorPoint": {
  669. "__type__": "cc.Vec2",
  670. "x": 0.5,
  671. "y": 0.5
  672. },
  673. "_contentSize": {
  674. "__type__": "cc.Size",
  675. "width": 233,
  676. "height": 154
  677. },
  678. "_rotationX": 0,
  679. "_rotationY": 0,
  680. "_scaleX": 1,
  681. "_scaleY": 1,
  682. "_position": {
  683. "__type__": "cc.Vec2",
  684. "x": 69.4,
  685. "y": 89.2
  686. },
  687. "_skewX": 0,
  688. "_skewY": 0,
  689. "_localZOrder": 0,
  690. "_globalZOrder": 0,
  691. "_opacityModifyRGB": false,
  692. "groupIndex": 0
  693. },
  694. {
  695. "__type__": "cc.Sprite",
  696. "_name": "",
  697. "_objFlags": 0,
  698. "node": {
  699. "__id__": 20
  700. },
  701. "_enabled": true,
  702. "_spriteFrame": {
  703. "__uuid__": "b6e4a48b-e23f-4ac1-aa92-6b6ef525680b"
  704. },
  705. "_type": 0,
  706. "_sizeMode": 1,
  707. "_fillType": 0,
  708. "_fillCenter": {
  709. "__type__": "cc.Vec2",
  710. "x": 0,
  711. "y": 0
  712. },
  713. "_fillStart": 0,
  714. "_fillRange": 0,
  715. "_isTrimmedMode": true,
  716. "_srcBlendFactor": 770,
  717. "_dstBlendFactor": 771,
  718. "_atlas": null
  719. },
  720. {
  721. "__type__": "cc.PrefabInfo",
  722. "root": {
  723. "__id__": 1
  724. },
  725. "asset": {
  726. "__id__": 0
  727. },
  728. "fileId": "a5hZgkn7JNBYV1A/ZCdbAg",
  729. "sync": false
  730. },
  731. {
  732. "__type__": "cc.Node",
  733. "_name": "底4",
  734. "_objFlags": 0,
  735. "_parent": {
  736. "__id__": 1
  737. },
  738. "_children": [],
  739. "_tag": -1,
  740. "_active": true,
  741. "_components": [
  742. {
  743. "__id__": 24
  744. }
  745. ],
  746. "_prefab": {
  747. "__id__": 25
  748. },
  749. "_id": "",
  750. "_opacity": 255,
  751. "_color": {
  752. "__type__": "cc.Color",
  753. "r": 255,
  754. "g": 255,
  755. "b": 255,
  756. "a": 255
  757. },
  758. "_cascadeOpacityEnabled": true,
  759. "_anchorPoint": {
  760. "__type__": "cc.Vec2",
  761. "x": 0.5,
  762. "y": 0.5
  763. },
  764. "_contentSize": {
  765. "__type__": "cc.Size",
  766. "width": 216,
  767. "height": 146
  768. },
  769. "_rotationX": 0,
  770. "_rotationY": 0,
  771. "_scaleX": 1,
  772. "_scaleY": 1,
  773. "_position": {
  774. "__type__": "cc.Vec2",
  775. "x": 79.2,
  776. "y": 114.5
  777. },
  778. "_skewX": 0,
  779. "_skewY": 0,
  780. "_localZOrder": 0,
  781. "_globalZOrder": 0,
  782. "_opacityModifyRGB": false,
  783. "groupIndex": 0
  784. },
  785. {
  786. "__type__": "cc.Sprite",
  787. "_name": "",
  788. "_objFlags": 0,
  789. "node": {
  790. "__id__": 23
  791. },
  792. "_enabled": true,
  793. "_spriteFrame": {
  794. "__uuid__": "87612759-5d5d-4894-bb00-906e25a16c15"
  795. },
  796. "_type": 0,
  797. "_sizeMode": 1,
  798. "_fillType": 0,
  799. "_fillCenter": {
  800. "__type__": "cc.Vec2",
  801. "x": 0,
  802. "y": 0
  803. },
  804. "_fillStart": 0,
  805. "_fillRange": 0,
  806. "_isTrimmedMode": true,
  807. "_srcBlendFactor": 770,
  808. "_dstBlendFactor": 771,
  809. "_atlas": null
  810. },
  811. {
  812. "__type__": "cc.PrefabInfo",
  813. "root": {
  814. "__id__": 1
  815. },
  816. "asset": {
  817. "__id__": 0
  818. },
  819. "fileId": "40GUcd+IxJZKi4FglSwb/4",
  820. "sync": false
  821. },
  822. {
  823. "__type__": "cc.Node",
  824. "_name": "底5",
  825. "_objFlags": 0,
  826. "_parent": {
  827. "__id__": 1
  828. },
  829. "_children": [],
  830. "_tag": -1,
  831. "_active": true,
  832. "_components": [
  833. {
  834. "__id__": 27
  835. }
  836. ],
  837. "_prefab": {
  838. "__id__": 28
  839. },
  840. "_id": "",
  841. "_opacity": 255,
  842. "_color": {
  843. "__type__": "cc.Color",
  844. "r": 255,
  845. "g": 255,
  846. "b": 255,
  847. "a": 255
  848. },
  849. "_cascadeOpacityEnabled": true,
  850. "_anchorPoint": {
  851. "__type__": "cc.Vec2",
  852. "x": 0.5,
  853. "y": 0.5
  854. },
  855. "_contentSize": {
  856. "__type__": "cc.Size",
  857. "width": 69,
  858. "height": 92
  859. },
  860. "_rotationX": 0,
  861. "_rotationY": 0,
  862. "_scaleX": 1,
  863. "_scaleY": 1,
  864. "_position": {
  865. "__type__": "cc.Vec2",
  866. "x": 37,
  867. "y": 101
  868. },
  869. "_skewX": 0,
  870. "_skewY": 0,
  871. "_localZOrder": 0,
  872. "_globalZOrder": 0,
  873. "_opacityModifyRGB": false,
  874. "groupIndex": 0
  875. },
  876. {
  877. "__type__": "cc.Sprite",
  878. "_name": "",
  879. "_objFlags": 0,
  880. "node": {
  881. "__id__": 26
  882. },
  883. "_enabled": true,
  884. "_spriteFrame": {
  885. "__uuid__": "b18b23f7-5e75-464a-a8e6-9fa30ced3706"
  886. },
  887. "_type": 0,
  888. "_sizeMode": 1,
  889. "_fillType": 0,
  890. "_fillCenter": {
  891. "__type__": "cc.Vec2",
  892. "x": 0,
  893. "y": 0
  894. },
  895. "_fillStart": 0,
  896. "_fillRange": 0,
  897. "_isTrimmedMode": true,
  898. "_srcBlendFactor": 770,
  899. "_dstBlendFactor": 771,
  900. "_atlas": null
  901. },
  902. {
  903. "__type__": "cc.PrefabInfo",
  904. "root": {
  905. "__id__": 1
  906. },
  907. "asset": {
  908. "__id__": 0
  909. },
  910. "fileId": "6bRYFWzyBAAKbMR0JgY7XY",
  911. "sync": false
  912. },
  913. {
  914. "__type__": "cc.Animation",
  915. "_name": "",
  916. "_objFlags": 0,
  917. "node": {
  918. "__id__": 1
  919. },
  920. "_enabled": true,
  921. "_defaultClip": {
  922. "__uuid__": "09926d11-13d8-4945-9de3-de8b6a673e04"
  923. },
  924. "_clips": [
  925. {
  926. "__uuid__": "09926d11-13d8-4945-9de3-de8b6a673e04"
  927. }
  928. ],
  929. "playOnLoad": false
  930. },
  931. {
  932. "__type__": "cc.Layout",
  933. "_name": "",
  934. "_objFlags": 0,
  935. "node": {
  936. "__id__": 1
  937. },
  938. "_enabled": true,
  939. "_layoutSize": {
  940. "__type__": "cc.Size",
  941. "width": 401,
  942. "height": 305.5
  943. },
  944. "_resize": 1,
  945. "_N$layoutType": 0,
  946. "_N$padding": 0,
  947. "_N$cellSize": {
  948. "__type__": "cc.Size",
  949. "width": 40,
  950. "height": 40
  951. },
  952. "_N$startAxis": 0,
  953. "_N$paddingLeft": 0,
  954. "_N$paddingRight": 0,
  955. "_N$paddingTop": 0,
  956. "_N$paddingBottom": 0,
  957. "_N$spacingX": 0,
  958. "_N$spacingY": 0,
  959. "_N$verticalDirection": 1,
  960. "_N$horizontalDirection": 0
  961. },
  962. {
  963. "__type__": "cc.PrefabInfo",
  964. "root": {
  965. "__id__": 1
  966. },
  967. "asset": {
  968. "__id__": 0
  969. },
  970. "fileId": "f2GaqJYDpND4ozAUkJ8syn",
  971. "sync": false
  972. }
  973. ]