guide.prefab 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535
  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. "_prefab": {
  34. "__id__": 16
  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. 0,
  59. 0,
  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": "显示区域",
  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__": 10
  99. }
  100. ],
  101. "_prefab": {
  102. "__id__": 11
  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": 200,
  115. "height": 200
  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": "点击区域",
  154. "_objFlags": 0,
  155. "_parent": {
  156. "__id__": 2
  157. },
  158. "_children": [
  159. {
  160. "__id__": 4
  161. }
  162. ],
  163. "_active": true,
  164. "_components": [
  165. {
  166. "__id__": 8
  167. }
  168. ],
  169. "_prefab": {
  170. "__id__": 9
  171. },
  172. "_opacity": 255,
  173. "_color": {
  174. "__type__": "cc.Color",
  175. "r": 255,
  176. "g": 255,
  177. "b": 255,
  178. "a": 255
  179. },
  180. "_contentSize": {
  181. "__type__": "cc.Size",
  182. "width": 200,
  183. "height": 200
  184. },
  185. "_anchorPoint": {
  186. "__type__": "cc.Vec2",
  187. "x": 0.5,
  188. "y": 0.5
  189. },
  190. "_trs": {
  191. "__type__": "TypedArray",
  192. "ctor": "Float64Array",
  193. "array": [
  194. 0,
  195. 0,
  196. 0,
  197. 0,
  198. 0,
  199. 0,
  200. 1,
  201. 1,
  202. 1,
  203. 1
  204. ]
  205. },
  206. "_eulerAngles": {
  207. "__type__": "cc.Vec3",
  208. "x": 0,
  209. "y": 0,
  210. "z": 0
  211. },
  212. "_skewX": 0,
  213. "_skewY": 0,
  214. "_is3DNode": false,
  215. "_groupIndex": 0,
  216. "groupIndex": 0,
  217. "_id": ""
  218. },
  219. {
  220. "__type__": "cc.Node",
  221. "_name": "背景",
  222. "_objFlags": 0,
  223. "_parent": {
  224. "__id__": 3
  225. },
  226. "_children": [],
  227. "_active": true,
  228. "_components": [
  229. {
  230. "__id__": 5
  231. },
  232. {
  233. "__id__": 6
  234. }
  235. ],
  236. "_prefab": {
  237. "__id__": 7
  238. },
  239. "_opacity": 120,
  240. "_color": {
  241. "__type__": "cc.Color",
  242. "r": 0,
  243. "g": 0,
  244. "b": 0,
  245. "a": 255
  246. },
  247. "_contentSize": {
  248. "__type__": "cc.Size",
  249. "width": 750,
  250. "height": 1334.0000000000005
  251. },
  252. "_anchorPoint": {
  253. "__type__": "cc.Vec2",
  254. "x": 0.5,
  255. "y": 0.5
  256. },
  257. "_trs": {
  258. "__type__": "TypedArray",
  259. "ctor": "Float64Array",
  260. "array": [
  261. 0,
  262. 0,
  263. 0,
  264. 0,
  265. 0,
  266. 0,
  267. 1,
  268. 1,
  269. 1,
  270. 1
  271. ]
  272. },
  273. "_eulerAngles": {
  274. "__type__": "cc.Vec3",
  275. "x": 0,
  276. "y": 0,
  277. "z": 0
  278. },
  279. "_skewX": 0,
  280. "_skewY": 0,
  281. "_is3DNode": false,
  282. "_groupIndex": 0,
  283. "groupIndex": 0,
  284. "_id": ""
  285. },
  286. {
  287. "__type__": "cc.Sprite",
  288. "_name": "",
  289. "_objFlags": 0,
  290. "node": {
  291. "__id__": 4
  292. },
  293. "_enabled": true,
  294. "_materials": [
  295. {
  296. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  297. }
  298. ],
  299. "_srcBlendFactor": 770,
  300. "_dstBlendFactor": 771,
  301. "_spriteFrame": {
  302. "__uuid__": "a23235d1-15db-4b95-8439-a2e005bfff91"
  303. },
  304. "_type": 0,
  305. "_sizeMode": 0,
  306. "_fillType": 0,
  307. "_fillCenter": {
  308. "__type__": "cc.Vec2",
  309. "x": 0,
  310. "y": 0
  311. },
  312. "_fillStart": 0,
  313. "_fillRange": 0,
  314. "_isTrimmedMode": true,
  315. "_atlas": null,
  316. "_id": ""
  317. },
  318. {
  319. "__type__": "cc.Widget",
  320. "_name": "",
  321. "_objFlags": 0,
  322. "node": {
  323. "__id__": 4
  324. },
  325. "_enabled": true,
  326. "alignMode": 1,
  327. "_target": {
  328. "__id__": 1
  329. },
  330. "_alignFlags": 45,
  331. "_left": 0,
  332. "_right": 0,
  333. "_top": -2.2737367544323206e-13,
  334. "_bottom": -2.2737367544323206e-13,
  335. "_verticalCenter": 0,
  336. "_horizontalCenter": 0,
  337. "_isAbsLeft": true,
  338. "_isAbsRight": true,
  339. "_isAbsTop": true,
  340. "_isAbsBottom": true,
  341. "_isAbsHorizontalCenter": true,
  342. "_isAbsVerticalCenter": true,
  343. "_originalWidth": 750,
  344. "_originalHeight": 1334,
  345. "_id": ""
  346. },
  347. {
  348. "__type__": "cc.PrefabInfo",
  349. "root": {
  350. "__id__": 1
  351. },
  352. "asset": {
  353. "__uuid__": "5f53c125-7a14-4ca0-986a-0e0d2d665268"
  354. },
  355. "fileId": "754SPbB1hNiYs77Q05nGQ/",
  356. "sync": false
  357. },
  358. {
  359. "__type__": "cc.Mask",
  360. "_name": "",
  361. "_objFlags": 0,
  362. "node": {
  363. "__id__": 3
  364. },
  365. "_enabled": false,
  366. "_materials": [
  367. {
  368. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  369. }
  370. ],
  371. "_spriteFrame": null,
  372. "_type": 0,
  373. "_segments": 64,
  374. "_N$alphaThreshold": 0.1,
  375. "_N$inverted": true,
  376. "_id": ""
  377. },
  378. {
  379. "__type__": "cc.PrefabInfo",
  380. "root": {
  381. "__id__": 1
  382. },
  383. "asset": {
  384. "__uuid__": "5f53c125-7a14-4ca0-986a-0e0d2d665268"
  385. },
  386. "fileId": "20o3KHyBJBb59Tg77KA/TD",
  387. "sync": false
  388. },
  389. {
  390. "__type__": "cc.Mask",
  391. "_name": "",
  392. "_objFlags": 0,
  393. "node": {
  394. "__id__": 2
  395. },
  396. "_enabled": true,
  397. "_materials": [
  398. {
  399. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  400. }
  401. ],
  402. "_spriteFrame": null,
  403. "_type": 0,
  404. "_segments": 64,
  405. "_N$alphaThreshold": 0.1,
  406. "_N$inverted": true,
  407. "_id": ""
  408. },
  409. {
  410. "__type__": "cc.PrefabInfo",
  411. "root": {
  412. "__id__": 1
  413. },
  414. "asset": {
  415. "__uuid__": "5f53c125-7a14-4ca0-986a-0e0d2d665268"
  416. },
  417. "fileId": "af2wWWnb1LsrA0wok8WpNl",
  418. "sync": false
  419. },
  420. {
  421. "__type__": "cc.Node",
  422. "_name": "block",
  423. "_objFlags": 0,
  424. "_parent": {
  425. "__id__": 1
  426. },
  427. "_children": [],
  428. "_active": true,
  429. "_components": [
  430. {
  431. "__id__": 13
  432. }
  433. ],
  434. "_prefab": {
  435. "__id__": 14
  436. },
  437. "_opacity": 255,
  438. "_color": {
  439. "__type__": "cc.Color",
  440. "r": 255,
  441. "g": 255,
  442. "b": 255,
  443. "a": 255
  444. },
  445. "_contentSize": {
  446. "__type__": "cc.Size",
  447. "width": 750,
  448. "height": 1334
  449. },
  450. "_anchorPoint": {
  451. "__type__": "cc.Vec2",
  452. "x": 0.5,
  453. "y": 0.5
  454. },
  455. "_trs": {
  456. "__type__": "TypedArray",
  457. "ctor": "Float64Array",
  458. "array": [
  459. 0,
  460. 0,
  461. 0,
  462. 0,
  463. 0,
  464. 0,
  465. 1,
  466. 1,
  467. 1,
  468. 1
  469. ]
  470. },
  471. "_eulerAngles": {
  472. "__type__": "cc.Vec3",
  473. "x": 0,
  474. "y": 0,
  475. "z": 0
  476. },
  477. "_skewX": 0,
  478. "_skewY": 0,
  479. "_is3DNode": false,
  480. "_groupIndex": 0,
  481. "groupIndex": 0,
  482. "_id": ""
  483. },
  484. {
  485. "__type__": "cc.BlockInputEvents",
  486. "_name": "",
  487. "_objFlags": 0,
  488. "node": {
  489. "__id__": 12
  490. },
  491. "_enabled": true,
  492. "_id": ""
  493. },
  494. {
  495. "__type__": "cc.PrefabInfo",
  496. "root": {
  497. "__id__": 1
  498. },
  499. "asset": {
  500. "__uuid__": "5f53c125-7a14-4ca0-986a-0e0d2d665268"
  501. },
  502. "fileId": "f7UFOYdFFDHpdFu3DllFXp",
  503. "sync": false
  504. },
  505. {
  506. "__type__": "cc77atmGeBM4bPWFiQFl7H6",
  507. "_name": "",
  508. "_objFlags": 0,
  509. "node": {
  510. "__id__": 1
  511. },
  512. "_enabled": true,
  513. "node_display": {
  514. "__id__": 2
  515. },
  516. "node_click": {
  517. "__id__": 3
  518. },
  519. "node_block": {
  520. "__id__": 12
  521. },
  522. "_id": ""
  523. },
  524. {
  525. "__type__": "cc.PrefabInfo",
  526. "root": {
  527. "__id__": 1
  528. },
  529. "asset": {
  530. "__uuid__": "5f53c125-7a14-4ca0-986a-0e0d2d665268"
  531. },
  532. "fileId": "",
  533. "sync": false
  534. }
  535. ]