guide.prefab 9.4 KB

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