UEGridMap.prefab 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626
  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": "UEGridMap",
  17. "_objFlags": 0,
  18. "_parent": null,
  19. "_children": [
  20. {
  21. "__id__": 2
  22. }
  23. ],
  24. "_active": true,
  25. "_components": [
  26. {
  27. "__id__": 15
  28. },
  29. {
  30. "__id__": 16
  31. }
  32. ],
  33. "_prefab": {
  34. "__id__": 17
  35. },
  36. "_opacity": 255,
  37. "_color": {
  38. "__type__": "cc.Color",
  39. "r": 255,
  40. "g": 255,
  41. "b": 255,
  42. "a": 255
  43. },
  44. "_contentSize": {
  45. "__type__": "cc.Size",
  46. "width": 750,
  47. "height": 1334
  48. },
  49. "_anchorPoint": {
  50. "__type__": "cc.Vec2",
  51. "x": 0.5,
  52. "y": 0.5
  53. },
  54. "_trs": {
  55. "__type__": "TypedArray",
  56. "ctor": "Float64Array",
  57. "array": [
  58. 375,
  59. 667,
  60. 0,
  61. 0,
  62. 0,
  63. 0,
  64. 1,
  65. 1,
  66. 1,
  67. 1
  68. ]
  69. },
  70. "_eulerAngles": {
  71. "__type__": "cc.Vec3",
  72. "x": 0,
  73. "y": 0,
  74. "z": 0
  75. },
  76. "_skewX": 0,
  77. "_skewY": 0,
  78. "_is3DNode": false,
  79. "_groupIndex": 0,
  80. "groupIndex": 0,
  81. "_id": ""
  82. },
  83. {
  84. "__type__": "cc.Node",
  85. "_name": "gridCenter",
  86. "_objFlags": 0,
  87. "_parent": {
  88. "__id__": 1
  89. },
  90. "_children": [
  91. {
  92. "__id__": 3
  93. }
  94. ],
  95. "_active": true,
  96. "_components": [
  97. {
  98. "__id__": 13
  99. }
  100. ],
  101. "_prefab": {
  102. "__id__": 14
  103. },
  104. "_opacity": 255,
  105. "_color": {
  106. "__type__": "cc.Color",
  107. "r": 255,
  108. "g": 255,
  109. "b": 255,
  110. "a": 255
  111. },
  112. "_contentSize": {
  113. "__type__": "cc.Size",
  114. "width": 700,
  115. "height": 800
  116. },
  117. "_anchorPoint": {
  118. "__type__": "cc.Vec2",
  119. "x": 0.5,
  120. "y": 0.5
  121. },
  122. "_trs": {
  123. "__type__": "TypedArray",
  124. "ctor": "Float64Array",
  125. "array": [
  126. 0,
  127. 0,
  128. 0,
  129. 0,
  130. 0,
  131. 0,
  132. 1,
  133. 1,
  134. 1,
  135. 1
  136. ]
  137. },
  138. "_eulerAngles": {
  139. "__type__": "cc.Vec3",
  140. "x": 0,
  141. "y": 0,
  142. "z": 0
  143. },
  144. "_skewX": 0,
  145. "_skewY": 0,
  146. "_is3DNode": false,
  147. "_groupIndex": 0,
  148. "groupIndex": 0,
  149. "_id": ""
  150. },
  151. {
  152. "__type__": "cc.Node",
  153. "_name": "gridLayer",
  154. "_objFlags": 0,
  155. "_parent": {
  156. "__id__": 2
  157. },
  158. "_children": [
  159. {
  160. "__id__": 4
  161. },
  162. {
  163. "__id__": 6
  164. },
  165. {
  166. "__id__": 8
  167. },
  168. {
  169. "__id__": 10
  170. }
  171. ],
  172. "_active": true,
  173. "_components": [],
  174. "_prefab": {
  175. "__id__": 12
  176. },
  177. "_opacity": 255,
  178. "_color": {
  179. "__type__": "cc.Color",
  180. "r": 255,
  181. "g": 255,
  182. "b": 255,
  183. "a": 255
  184. },
  185. "_contentSize": {
  186. "__type__": "cc.Size",
  187. "width": 700,
  188. "height": 800
  189. },
  190. "_anchorPoint": {
  191. "__type__": "cc.Vec2",
  192. "x": 0.5,
  193. "y": 0.5
  194. },
  195. "_trs": {
  196. "__type__": "TypedArray",
  197. "ctor": "Float64Array",
  198. "array": [
  199. 0,
  200. 0,
  201. 0,
  202. 0,
  203. 0,
  204. 0,
  205. 1,
  206. 1,
  207. 1,
  208. 1
  209. ]
  210. },
  211. "_eulerAngles": {
  212. "__type__": "cc.Vec3",
  213. "x": 0,
  214. "y": 0,
  215. "z": 0
  216. },
  217. "_skewX": 0,
  218. "_skewY": 0,
  219. "_is3DNode": false,
  220. "_groupIndex": 0,
  221. "groupIndex": 0,
  222. "_id": ""
  223. },
  224. {
  225. "__type__": "cc.Node",
  226. "_name": "cellLayer",
  227. "_objFlags": 0,
  228. "_parent": {
  229. "__id__": 3
  230. },
  231. "_children": [],
  232. "_active": true,
  233. "_components": [],
  234. "_prefab": {
  235. "__id__": 5
  236. },
  237. "_opacity": 255,
  238. "_color": {
  239. "__type__": "cc.Color",
  240. "r": 255,
  241. "g": 255,
  242. "b": 255,
  243. "a": 255
  244. },
  245. "_contentSize": {
  246. "__type__": "cc.Size",
  247. "width": 0,
  248. "height": 0
  249. },
  250. "_anchorPoint": {
  251. "__type__": "cc.Vec2",
  252. "x": 0.5,
  253. "y": 0.5
  254. },
  255. "_trs": {
  256. "__type__": "TypedArray",
  257. "ctor": "Float64Array",
  258. "array": [
  259. 0,
  260. 0,
  261. 0,
  262. 0,
  263. 0,
  264. 0,
  265. 1,
  266. 1,
  267. 1,
  268. 1
  269. ]
  270. },
  271. "_eulerAngles": {
  272. "__type__": "cc.Vec3",
  273. "x": 0,
  274. "y": 0,
  275. "z": 0
  276. },
  277. "_skewX": 0,
  278. "_skewY": 0,
  279. "_is3DNode": false,
  280. "_groupIndex": 0,
  281. "groupIndex": 0,
  282. "_id": ""
  283. },
  284. {
  285. "__type__": "cc.PrefabInfo",
  286. "root": {
  287. "__id__": 1
  288. },
  289. "asset": {
  290. "__id__": 0
  291. },
  292. "fileId": "ad9IeXlSBHZ4DxDFzmXfd1",
  293. "sync": false
  294. },
  295. {
  296. "__type__": "cc.Node",
  297. "_name": "cubeLayer",
  298. "_objFlags": 0,
  299. "_parent": {
  300. "__id__": 3
  301. },
  302. "_children": [],
  303. "_active": true,
  304. "_components": [],
  305. "_prefab": {
  306. "__id__": 7
  307. },
  308. "_opacity": 255,
  309. "_color": {
  310. "__type__": "cc.Color",
  311. "r": 255,
  312. "g": 255,
  313. "b": 255,
  314. "a": 255
  315. },
  316. "_contentSize": {
  317. "__type__": "cc.Size",
  318. "width": 0,
  319. "height": 0
  320. },
  321. "_anchorPoint": {
  322. "__type__": "cc.Vec2",
  323. "x": 0.5,
  324. "y": 0.5
  325. },
  326. "_trs": {
  327. "__type__": "TypedArray",
  328. "ctor": "Float64Array",
  329. "array": [
  330. 0,
  331. 0,
  332. 0,
  333. 0,
  334. 0,
  335. 0,
  336. 1,
  337. 1,
  338. 1,
  339. 1
  340. ]
  341. },
  342. "_eulerAngles": {
  343. "__type__": "cc.Vec3",
  344. "x": 0,
  345. "y": 0,
  346. "z": 0
  347. },
  348. "_skewX": 0,
  349. "_skewY": 0,
  350. "_is3DNode": false,
  351. "_groupIndex": 0,
  352. "groupIndex": 0,
  353. "_id": ""
  354. },
  355. {
  356. "__type__": "cc.PrefabInfo",
  357. "root": {
  358. "__id__": 1
  359. },
  360. "asset": {
  361. "__id__": 0
  362. },
  363. "fileId": "f3/GOaLpdN17ZCARShAevp",
  364. "sync": false
  365. },
  366. {
  367. "__type__": "cc.Node",
  368. "_name": "tipLayer",
  369. "_objFlags": 0,
  370. "_parent": {
  371. "__id__": 3
  372. },
  373. "_children": [],
  374. "_active": true,
  375. "_components": [],
  376. "_prefab": {
  377. "__id__": 9
  378. },
  379. "_opacity": 255,
  380. "_color": {
  381. "__type__": "cc.Color",
  382. "r": 255,
  383. "g": 255,
  384. "b": 255,
  385. "a": 255
  386. },
  387. "_contentSize": {
  388. "__type__": "cc.Size",
  389. "width": 0,
  390. "height": 0
  391. },
  392. "_anchorPoint": {
  393. "__type__": "cc.Vec2",
  394. "x": 0.5,
  395. "y": 0.5
  396. },
  397. "_trs": {
  398. "__type__": "TypedArray",
  399. "ctor": "Float64Array",
  400. "array": [
  401. 0,
  402. 0,
  403. 0,
  404. 0,
  405. 0,
  406. 0,
  407. 1,
  408. 1,
  409. 1,
  410. 1
  411. ]
  412. },
  413. "_eulerAngles": {
  414. "__type__": "cc.Vec3",
  415. "x": 0,
  416. "y": 0,
  417. "z": 0
  418. },
  419. "_skewX": 0,
  420. "_skewY": 0,
  421. "_is3DNode": false,
  422. "_groupIndex": 0,
  423. "groupIndex": 0,
  424. "_id": ""
  425. },
  426. {
  427. "__type__": "cc.PrefabInfo",
  428. "root": {
  429. "__id__": 1
  430. },
  431. "asset": {
  432. "__id__": 0
  433. },
  434. "fileId": "aeIFqSeCxL7aEYRr/CvawA",
  435. "sync": false
  436. },
  437. {
  438. "__type__": "cc.Node",
  439. "_name": "effectLayer",
  440. "_objFlags": 0,
  441. "_parent": {
  442. "__id__": 3
  443. },
  444. "_children": [],
  445. "_active": true,
  446. "_components": [],
  447. "_prefab": {
  448. "__id__": 11
  449. },
  450. "_opacity": 255,
  451. "_color": {
  452. "__type__": "cc.Color",
  453. "r": 255,
  454. "g": 255,
  455. "b": 255,
  456. "a": 255
  457. },
  458. "_contentSize": {
  459. "__type__": "cc.Size",
  460. "width": 0,
  461. "height": 0
  462. },
  463. "_anchorPoint": {
  464. "__type__": "cc.Vec2",
  465. "x": 0.5,
  466. "y": 0.5
  467. },
  468. "_trs": {
  469. "__type__": "TypedArray",
  470. "ctor": "Float64Array",
  471. "array": [
  472. 0,
  473. 0,
  474. 0,
  475. 0,
  476. 0,
  477. 0,
  478. 1,
  479. 1,
  480. 1,
  481. 1
  482. ]
  483. },
  484. "_eulerAngles": {
  485. "__type__": "cc.Vec3",
  486. "x": 0,
  487. "y": 0,
  488. "z": 0
  489. },
  490. "_skewX": 0,
  491. "_skewY": 0,
  492. "_is3DNode": false,
  493. "_groupIndex": 0,
  494. "groupIndex": 0,
  495. "_id": ""
  496. },
  497. {
  498. "__type__": "cc.PrefabInfo",
  499. "root": {
  500. "__id__": 1
  501. },
  502. "asset": {
  503. "__id__": 0
  504. },
  505. "fileId": "5a/JfZ6k1AwbjLs4y1/sBh",
  506. "sync": false
  507. },
  508. {
  509. "__type__": "cc.PrefabInfo",
  510. "root": {
  511. "__id__": 1
  512. },
  513. "asset": {
  514. "__id__": 0
  515. },
  516. "fileId": "fcCp2p9fNNbqXqXmtlq4LG",
  517. "sync": false
  518. },
  519. {
  520. "__type__": "cc.Widget",
  521. "_name": "",
  522. "_objFlags": 0,
  523. "node": {
  524. "__id__": 2
  525. },
  526. "_enabled": true,
  527. "alignMode": 1,
  528. "_target": null,
  529. "_alignFlags": 40,
  530. "_left": 25,
  531. "_right": 25,
  532. "_top": 667,
  533. "_bottom": 667,
  534. "_verticalCenter": 0,
  535. "_horizontalCenter": 0,
  536. "_isAbsLeft": true,
  537. "_isAbsRight": true,
  538. "_isAbsTop": true,
  539. "_isAbsBottom": true,
  540. "_isAbsHorizontalCenter": true,
  541. "_isAbsVerticalCenter": true,
  542. "_originalWidth": 0,
  543. "_originalHeight": 0,
  544. "_id": ""
  545. },
  546. {
  547. "__type__": "cc.PrefabInfo",
  548. "root": {
  549. "__id__": 1
  550. },
  551. "asset": {
  552. "__id__": 0
  553. },
  554. "fileId": "bb9uD0iftLdrGQSDQVVTa2",
  555. "sync": false
  556. },
  557. {
  558. "__type__": "cc.Widget",
  559. "_name": "",
  560. "_objFlags": 0,
  561. "node": {
  562. "__id__": 1
  563. },
  564. "_enabled": true,
  565. "alignMode": 1,
  566. "_target": null,
  567. "_alignFlags": 45,
  568. "_left": 0,
  569. "_right": 0,
  570. "_top": 0,
  571. "_bottom": 0,
  572. "_verticalCenter": 0,
  573. "_horizontalCenter": 0,
  574. "_isAbsLeft": true,
  575. "_isAbsRight": true,
  576. "_isAbsTop": true,
  577. "_isAbsBottom": true,
  578. "_isAbsHorizontalCenter": true,
  579. "_isAbsVerticalCenter": true,
  580. "_originalWidth": 0,
  581. "_originalHeight": 0,
  582. "_id": ""
  583. },
  584. {
  585. "__type__": "78cfdkqgqNFlIqiHBHo6HRn",
  586. "_name": "",
  587. "_objFlags": 0,
  588. "node": {
  589. "__id__": 1
  590. },
  591. "_enabled": true,
  592. "cellPrefab": {
  593. "__uuid__": "b8920836-86d2-466d-951c-df24fe0d55c0"
  594. },
  595. "cubePrefab": {
  596. "__uuid__": "b1448898-31aa-41e2-82e6-34d02a326bd0"
  597. },
  598. "gridLayer": {
  599. "__id__": 3
  600. },
  601. "cellLayer": {
  602. "__id__": 4
  603. },
  604. "cubeLayer": {
  605. "__id__": 6
  606. },
  607. "tipLayer": {
  608. "__id__": 8
  609. },
  610. "effectLayer": {
  611. "__id__": 10
  612. },
  613. "_id": ""
  614. },
  615. {
  616. "__type__": "cc.PrefabInfo",
  617. "root": {
  618. "__id__": 1
  619. },
  620. "asset": {
  621. "__id__": 0
  622. },
  623. "fileId": "",
  624. "sync": false
  625. }
  626. ]