mytest.fire 25 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469
  1. [
  2. {
  3. "__type__": "cc.SceneAsset",
  4. "_name": "",
  5. "_objFlags": 0,
  6. "_native": "",
  7. "scene": {
  8. "__id__": 1
  9. }
  10. },
  11. {
  12. "__type__": "cc.Scene",
  13. "_objFlags": 0,
  14. "_parent": null,
  15. "_children": [
  16. {
  17. "__id__": 2
  18. },
  19. {
  20. "__id__": 39
  21. }
  22. ],
  23. "_active": false,
  24. "_level": 0,
  25. "_components": [],
  26. "_prefab": null,
  27. "_opacity": 255,
  28. "_color": {
  29. "__type__": "cc.Color",
  30. "r": 255,
  31. "g": 255,
  32. "b": 255,
  33. "a": 255
  34. },
  35. "_contentSize": {
  36. "__type__": "cc.Size",
  37. "width": 0,
  38. "height": 0
  39. },
  40. "_anchorPoint": {
  41. "__type__": "cc.Vec2",
  42. "x": 0,
  43. "y": 0
  44. },
  45. "_scale": {
  46. "__type__": "cc.Vec3",
  47. "x": 0.35087890625,
  48. "y": 0.35087890625,
  49. "z": 1
  50. },
  51. "_quat": {
  52. "__type__": "cc.Quat",
  53. "x": 0,
  54. "y": 0,
  55. "z": 0,
  56. "w": 1
  57. },
  58. "_zIndex": 0,
  59. "groupIndex": 0,
  60. "autoReleaseAssets": false,
  61. "_id": "7408e38b-b34c-4cca-9f9f-0df8c30f117c"
  62. },
  63. {
  64. "__type__": "cc.Node",
  65. "_name": "Canvas",
  66. "_objFlags": 0,
  67. "_parent": {
  68. "__id__": 1
  69. },
  70. "_children": [
  71. {
  72. "__id__": 3
  73. },
  74. {
  75. "__id__": 5
  76. }
  77. ],
  78. "_active": true,
  79. "_level": 1,
  80. "_components": [
  81. {
  82. "__id__": 38
  83. }
  84. ],
  85. "_prefab": null,
  86. "_opacity": 255,
  87. "_color": {
  88. "__type__": "cc.Color",
  89. "r": 255,
  90. "g": 255,
  91. "b": 255,
  92. "a": 255
  93. },
  94. "_contentSize": {
  95. "__type__": "cc.Size",
  96. "width": 720,
  97. "height": 1280
  98. },
  99. "_anchorPoint": {
  100. "__type__": "cc.Vec2",
  101. "x": 0.5,
  102. "y": 0.5
  103. },
  104. "_position": {
  105. "__type__": "cc.Vec3",
  106. "x": 360,
  107. "y": 640,
  108. "z": 0
  109. },
  110. "_scale": {
  111. "__type__": "cc.Vec3",
  112. "x": 1,
  113. "y": 1,
  114. "z": 1
  115. },
  116. "_rotationX": 0,
  117. "_rotationY": 0,
  118. "_quat": {
  119. "__type__": "cc.Quat",
  120. "x": 0,
  121. "y": 0,
  122. "z": 0,
  123. "w": 1
  124. },
  125. "_skewX": 0,
  126. "_skewY": 0,
  127. "_zIndex": 0,
  128. "groupIndex": 0,
  129. "_id": "aeeiIkXQFDSqEhlEP4CnPZ"
  130. },
  131. {
  132. "__type__": "cc.Node",
  133. "_name": "Main Camera",
  134. "_objFlags": 0,
  135. "_parent": {
  136. "__id__": 2
  137. },
  138. "_children": [],
  139. "_active": true,
  140. "_level": 1,
  141. "_components": [
  142. {
  143. "__id__": 4
  144. }
  145. ],
  146. "_prefab": null,
  147. "_opacity": 255,
  148. "_color": {
  149. "__type__": "cc.Color",
  150. "r": 255,
  151. "g": 255,
  152. "b": 255,
  153. "a": 255
  154. },
  155. "_contentSize": {
  156. "__type__": "cc.Size",
  157. "width": 0,
  158. "height": 0
  159. },
  160. "_anchorPoint": {
  161. "__type__": "cc.Vec2",
  162. "x": 0.5,
  163. "y": 0.5
  164. },
  165. "_position": {
  166. "__type__": "cc.Vec3",
  167. "x": 0,
  168. "y": 0,
  169. "z": 0
  170. },
  171. "_scale": {
  172. "__type__": "cc.Vec3",
  173. "x": 1,
  174. "y": 1,
  175. "z": 1
  176. },
  177. "_rotationX": 0,
  178. "_rotationY": 0,
  179. "_quat": {
  180. "__type__": "cc.Quat",
  181. "x": 0,
  182. "y": 0,
  183. "z": 0,
  184. "w": 1
  185. },
  186. "_skewX": 0,
  187. "_skewY": 0,
  188. "_zIndex": 0,
  189. "groupIndex": 0,
  190. "_id": "bcH2X0cd5DIYQymsDQTv8k"
  191. },
  192. {
  193. "__type__": "cc.Camera",
  194. "_name": "",
  195. "_objFlags": 0,
  196. "node": {
  197. "__id__": 3
  198. },
  199. "_enabled": true,
  200. "_cullingMask": 4294967295,
  201. "_clearFlags": 7,
  202. "_backgroundColor": {
  203. "__type__": "cc.Color",
  204. "r": 0,
  205. "g": 0,
  206. "b": 0,
  207. "a": 255
  208. },
  209. "_depth": -1,
  210. "_zoomRatio": 1,
  211. "_targetTexture": null,
  212. "_id": "b7w1V+pjZJ1K0b1bD52tKj"
  213. },
  214. {
  215. "__type__": "cc.Node",
  216. "_name": "new",
  217. "_objFlags": 0,
  218. "_parent": {
  219. "__id__": 2
  220. },
  221. "_children": [
  222. {
  223. "__id__": 6
  224. },
  225. {
  226. "__id__": 9
  227. },
  228. {
  229. "__id__": 20
  230. },
  231. {
  232. "__id__": 31
  233. },
  234. {
  235. "__id__": 34
  236. }
  237. ],
  238. "_active": true,
  239. "_level": 2,
  240. "_components": [],
  241. "_prefab": {
  242. "__id__": 37
  243. },
  244. "_opacity": 255,
  245. "_color": {
  246. "__type__": "cc.Color",
  247. "r": 255,
  248. "g": 255,
  249. "b": 255,
  250. "a": 255
  251. },
  252. "_contentSize": {
  253. "__type__": "cc.Size",
  254. "width": 0,
  255. "height": 0
  256. },
  257. "_anchorPoint": {
  258. "__type__": "cc.Vec2",
  259. "x": 0.5,
  260. "y": 0.5
  261. },
  262. "_position": {
  263. "__type__": "cc.Vec3",
  264. "x": 0,
  265. "y": 0,
  266. "z": 0
  267. },
  268. "_scale": {
  269. "__type__": "cc.Vec3",
  270. "x": 1,
  271. "y": 1,
  272. "z": 1
  273. },
  274. "_rotationX": 0,
  275. "_rotationY": 0,
  276. "_quat": {
  277. "__type__": "cc.Quat",
  278. "x": 0,
  279. "y": 0,
  280. "z": 0,
  281. "w": 1
  282. },
  283. "_skewX": 0,
  284. "_skewY": 0,
  285. "_zIndex": 0,
  286. "groupIndex": 0,
  287. "_id": "05CW3prrtMILc0aL217WeZ"
  288. },
  289. {
  290. "__type__": "cc.Node",
  291. "_name": "示例1",
  292. "_objFlags": 0,
  293. "_parent": {
  294. "__id__": 5
  295. },
  296. "_children": [],
  297. "_active": true,
  298. "_level": 3,
  299. "_components": [
  300. {
  301. "__id__": 7
  302. }
  303. ],
  304. "_prefab": {
  305. "__id__": 8
  306. },
  307. "_opacity": 36.974999999999994,
  308. "_color": {
  309. "__type__": "cc.Color",
  310. "r": 255,
  311. "g": 255,
  312. "b": 255,
  313. "a": 255
  314. },
  315. "_contentSize": {
  316. "__type__": "cc.Size",
  317. "width": 720,
  318. "height": 1280
  319. },
  320. "_anchorPoint": {
  321. "__type__": "cc.Vec2",
  322. "x": 0.5,
  323. "y": 0.5
  324. },
  325. "_position": {
  326. "__type__": "cc.Vec3",
  327. "x": 0,
  328. "y": 0,
  329. "z": 0
  330. },
  331. "_scale": {
  332. "__type__": "cc.Vec3",
  333. "x": 1,
  334. "y": 1,
  335. "z": 1
  336. },
  337. "_rotationX": 0,
  338. "_rotationY": 0,
  339. "_quat": {
  340. "__type__": "cc.Quat",
  341. "x": 0,
  342. "y": 0,
  343. "z": 0,
  344. "w": 1
  345. },
  346. "_skewX": 0,
  347. "_skewY": 0,
  348. "_zIndex": 0,
  349. "groupIndex": 0,
  350. "_id": "9e7WJF4udDYYL7i6ld7clC"
  351. },
  352. {
  353. "__type__": "cc.Sprite",
  354. "_name": "",
  355. "_objFlags": 0,
  356. "node": {
  357. "__id__": 6
  358. },
  359. "_enabled": true,
  360. "_srcBlendFactor": 770,
  361. "_dstBlendFactor": 771,
  362. "_spriteFrame": {
  363. "__uuid__": "9fc7694d-db52-427c-b2c7-503966f29a46"
  364. },
  365. "_type": 0,
  366. "_sizeMode": 0,
  367. "_fillType": 0,
  368. "_fillCenter": {
  369. "__type__": "cc.Vec2",
  370. "x": 0,
  371. "y": 0
  372. },
  373. "_fillStart": 0,
  374. "_fillRange": 0,
  375. "_isTrimmedMode": true,
  376. "_state": 0,
  377. "_atlas": null,
  378. "_id": "8dYCZJj1pNuq7qERvbFbcQ"
  379. },
  380. {
  381. "__type__": "cc.PrefabInfo",
  382. "root": {
  383. "__id__": 5
  384. },
  385. "asset": {
  386. "__uuid__": "ea8f7153-8154-4f4a-acbd-97ef33b94809"
  387. },
  388. "fileId": "bb7R0WczdNB7HRyG1EzTy3",
  389. "sync": false
  390. },
  391. {
  392. "__type__": "cc.Node",
  393. "_name": "Allows",
  394. "_objFlags": 0,
  395. "_parent": {
  396. "__id__": 5
  397. },
  398. "_children": [
  399. {
  400. "__id__": 10
  401. },
  402. {
  403. "__id__": 13
  404. },
  405. {
  406. "__id__": 16
  407. }
  408. ],
  409. "_active": false,
  410. "_level": 3,
  411. "_components": [],
  412. "_prefab": {
  413. "__id__": 19
  414. },
  415. "_opacity": 255,
  416. "_color": {
  417. "__type__": "cc.Color",
  418. "r": 255,
  419. "g": 255,
  420. "b": 255,
  421. "a": 255
  422. },
  423. "_contentSize": {
  424. "__type__": "cc.Size",
  425. "width": 0,
  426. "height": 0
  427. },
  428. "_anchorPoint": {
  429. "__type__": "cc.Vec2",
  430. "x": 0.5,
  431. "y": 0.5
  432. },
  433. "_position": {
  434. "__type__": "cc.Vec3",
  435. "x": 0,
  436. "y": 0,
  437. "z": 0
  438. },
  439. "_scale": {
  440. "__type__": "cc.Vec3",
  441. "x": 1,
  442. "y": 1,
  443. "z": 1
  444. },
  445. "_rotationX": 0,
  446. "_rotationY": 0,
  447. "_quat": {
  448. "__type__": "cc.Quat",
  449. "x": 0,
  450. "y": 0,
  451. "z": 0,
  452. "w": 1
  453. },
  454. "_skewX": 0,
  455. "_skewY": 0,
  456. "_zIndex": 0,
  457. "groupIndex": 0,
  458. "_id": "8dQjZjlupO4r2l0oQSY4Hh"
  459. },
  460. {
  461. "__type__": "cc.Node",
  462. "_name": "Allow",
  463. "_objFlags": 0,
  464. "_parent": {
  465. "__id__": 9
  466. },
  467. "_children": [],
  468. "_active": true,
  469. "_level": 4,
  470. "_components": [
  471. {
  472. "__id__": 11
  473. }
  474. ],
  475. "_prefab": {
  476. "__id__": 12
  477. },
  478. "_opacity": 255,
  479. "_color": {
  480. "__type__": "cc.Color",
  481. "r": 255,
  482. "g": 255,
  483. "b": 255,
  484. "a": 255
  485. },
  486. "_contentSize": {
  487. "__type__": "cc.Size",
  488. "width": 178,
  489. "height": 161
  490. },
  491. "_anchorPoint": {
  492. "__type__": "cc.Vec2",
  493. "x": 0.5,
  494. "y": 0.5
  495. },
  496. "_position": {
  497. "__type__": "cc.Vec3",
  498. "x": -205,
  499. "y": -96,
  500. "z": 0
  501. },
  502. "_scale": {
  503. "__type__": "cc.Vec3",
  504. "x": 1,
  505. "y": 1,
  506. "z": 1
  507. },
  508. "_rotationX": 0,
  509. "_rotationY": 0,
  510. "_quat": {
  511. "__type__": "cc.Quat",
  512. "x": 0,
  513. "y": 0,
  514. "z": 0,
  515. "w": 1
  516. },
  517. "_skewX": 0,
  518. "_skewY": 0,
  519. "_zIndex": 0,
  520. "groupIndex": 0,
  521. "_id": "c6LmO4xklCPZ1yJW1/DWuD"
  522. },
  523. {
  524. "__type__": "cc.Sprite",
  525. "_name": "",
  526. "_objFlags": 0,
  527. "node": {
  528. "__id__": 10
  529. },
  530. "_enabled": true,
  531. "_srcBlendFactor": 770,
  532. "_dstBlendFactor": 771,
  533. "_spriteFrame": {
  534. "__uuid__": "a2f5fefb-53e4-49a7-80bc-d1af997ae96e"
  535. },
  536. "_type": 0,
  537. "_sizeMode": 1,
  538. "_fillType": 0,
  539. "_fillCenter": {
  540. "__type__": "cc.Vec2",
  541. "x": 0,
  542. "y": 0
  543. },
  544. "_fillStart": 0,
  545. "_fillRange": 0,
  546. "_isTrimmedMode": true,
  547. "_state": 0,
  548. "_atlas": null,
  549. "_id": "42fnBk0HNHRobDojIo5w+1"
  550. },
  551. {
  552. "__type__": "cc.PrefabInfo",
  553. "root": {
  554. "__id__": 5
  555. },
  556. "asset": {
  557. "__uuid__": "ea8f7153-8154-4f4a-acbd-97ef33b94809"
  558. },
  559. "fileId": "82EdtzXwdMWJj/QOowjfcf",
  560. "sync": false
  561. },
  562. {
  563. "__type__": "cc.Node",
  564. "_name": "Allow",
  565. "_objFlags": 0,
  566. "_parent": {
  567. "__id__": 9
  568. },
  569. "_children": [],
  570. "_active": true,
  571. "_level": 4,
  572. "_components": [
  573. {
  574. "__id__": 14
  575. }
  576. ],
  577. "_prefab": {
  578. "__id__": 15
  579. },
  580. "_opacity": 255,
  581. "_color": {
  582. "__type__": "cc.Color",
  583. "r": 255,
  584. "g": 255,
  585. "b": 255,
  586. "a": 255
  587. },
  588. "_contentSize": {
  589. "__type__": "cc.Size",
  590. "width": 178,
  591. "height": 161
  592. },
  593. "_anchorPoint": {
  594. "__type__": "cc.Vec2",
  595. "x": 0.5,
  596. "y": 0.5
  597. },
  598. "_position": {
  599. "__type__": "cc.Vec3",
  600. "x": -18,
  601. "y": 39,
  602. "z": 0
  603. },
  604. "_scale": {
  605. "__type__": "cc.Vec3",
  606. "x": 1,
  607. "y": 1,
  608. "z": 1
  609. },
  610. "_rotationX": 0,
  611. "_rotationY": 0,
  612. "_quat": {
  613. "__type__": "cc.Quat",
  614. "x": 0,
  615. "y": 0,
  616. "z": 0,
  617. "w": 1
  618. },
  619. "_skewX": 0,
  620. "_skewY": 0,
  621. "_zIndex": 0,
  622. "groupIndex": 0,
  623. "_id": "46d5cI0t9DvZiY8TgK/xnb"
  624. },
  625. {
  626. "__type__": "cc.Sprite",
  627. "_name": "",
  628. "_objFlags": 0,
  629. "node": {
  630. "__id__": 13
  631. },
  632. "_enabled": true,
  633. "_srcBlendFactor": 770,
  634. "_dstBlendFactor": 771,
  635. "_spriteFrame": {
  636. "__uuid__": "a2f5fefb-53e4-49a7-80bc-d1af997ae96e"
  637. },
  638. "_type": 0,
  639. "_sizeMode": 1,
  640. "_fillType": 0,
  641. "_fillCenter": {
  642. "__type__": "cc.Vec2",
  643. "x": 0,
  644. "y": 0
  645. },
  646. "_fillStart": 0,
  647. "_fillRange": 0,
  648. "_isTrimmedMode": true,
  649. "_state": 0,
  650. "_atlas": null,
  651. "_id": "f2DGu9d1tICoAu28mTBQ+J"
  652. },
  653. {
  654. "__type__": "cc.PrefabInfo",
  655. "root": {
  656. "__id__": 5
  657. },
  658. "asset": {
  659. "__uuid__": "ea8f7153-8154-4f4a-acbd-97ef33b94809"
  660. },
  661. "fileId": "c3wnZvDidPT40pBDnGoKEr",
  662. "sync": false
  663. },
  664. {
  665. "__type__": "cc.Node",
  666. "_name": "Allow",
  667. "_objFlags": 0,
  668. "_parent": {
  669. "__id__": 9
  670. },
  671. "_children": [],
  672. "_active": true,
  673. "_level": 4,
  674. "_components": [
  675. {
  676. "__id__": 17
  677. }
  678. ],
  679. "_prefab": {
  680. "__id__": 18
  681. },
  682. "_opacity": 255,
  683. "_color": {
  684. "__type__": "cc.Color",
  685. "r": 255,
  686. "g": 255,
  687. "b": 255,
  688. "a": 255
  689. },
  690. "_contentSize": {
  691. "__type__": "cc.Size",
  692. "width": 178,
  693. "height": 161
  694. },
  695. "_anchorPoint": {
  696. "__type__": "cc.Vec2",
  697. "x": 0.5,
  698. "y": 0.5
  699. },
  700. "_position": {
  701. "__type__": "cc.Vec3",
  702. "x": 157,
  703. "y": -145,
  704. "z": 0
  705. },
  706. "_scale": {
  707. "__type__": "cc.Vec3",
  708. "x": 1,
  709. "y": 1,
  710. "z": 1
  711. },
  712. "_rotationX": 0,
  713. "_rotationY": 0,
  714. "_quat": {
  715. "__type__": "cc.Quat",
  716. "x": 0,
  717. "y": 0,
  718. "z": 0,
  719. "w": 1
  720. },
  721. "_skewX": 0,
  722. "_skewY": 0,
  723. "_zIndex": 0,
  724. "groupIndex": 0,
  725. "_id": "27eMtimZFNfrCqeu5WCyd0"
  726. },
  727. {
  728. "__type__": "cc.Sprite",
  729. "_name": "",
  730. "_objFlags": 0,
  731. "node": {
  732. "__id__": 16
  733. },
  734. "_enabled": true,
  735. "_srcBlendFactor": 770,
  736. "_dstBlendFactor": 771,
  737. "_spriteFrame": {
  738. "__uuid__": "a2f5fefb-53e4-49a7-80bc-d1af997ae96e"
  739. },
  740. "_type": 0,
  741. "_sizeMode": 1,
  742. "_fillType": 0,
  743. "_fillCenter": {
  744. "__type__": "cc.Vec2",
  745. "x": 0,
  746. "y": 0
  747. },
  748. "_fillStart": 0,
  749. "_fillRange": 0,
  750. "_isTrimmedMode": true,
  751. "_state": 0,
  752. "_atlas": null,
  753. "_id": "61qcLi+MJHwJctHcT25pF8"
  754. },
  755. {
  756. "__type__": "cc.PrefabInfo",
  757. "root": {
  758. "__id__": 5
  759. },
  760. "asset": {
  761. "__uuid__": "ea8f7153-8154-4f4a-acbd-97ef33b94809"
  762. },
  763. "fileId": "daHTWMTsdMeb6fM4Mx9wPY",
  764. "sync": false
  765. },
  766. {
  767. "__type__": "cc.PrefabInfo",
  768. "root": {
  769. "__id__": 5
  770. },
  771. "asset": {
  772. "__uuid__": "ea8f7153-8154-4f4a-acbd-97ef33b94809"
  773. },
  774. "fileId": "c97n96jBBHXqrCKlkHVCwt",
  775. "sync": false
  776. },
  777. {
  778. "__type__": "cc.Node",
  779. "_name": "Forbiddens",
  780. "_objFlags": 0,
  781. "_parent": {
  782. "__id__": 5
  783. },
  784. "_children": [
  785. {
  786. "__id__": 21
  787. },
  788. {
  789. "__id__": 24
  790. },
  791. {
  792. "__id__": 27
  793. }
  794. ],
  795. "_active": false,
  796. "_level": 3,
  797. "_components": [],
  798. "_prefab": {
  799. "__id__": 30
  800. },
  801. "_opacity": 255,
  802. "_color": {
  803. "__type__": "cc.Color",
  804. "r": 255,
  805. "g": 255,
  806. "b": 255,
  807. "a": 255
  808. },
  809. "_contentSize": {
  810. "__type__": "cc.Size",
  811. "width": 0,
  812. "height": 0
  813. },
  814. "_anchorPoint": {
  815. "__type__": "cc.Vec2",
  816. "x": 0.5,
  817. "y": 0.5
  818. },
  819. "_position": {
  820. "__type__": "cc.Vec3",
  821. "x": 0,
  822. "y": 0,
  823. "z": 0
  824. },
  825. "_scale": {
  826. "__type__": "cc.Vec3",
  827. "x": 1,
  828. "y": 1,
  829. "z": 1
  830. },
  831. "_rotationX": 0,
  832. "_rotationY": 0,
  833. "_quat": {
  834. "__type__": "cc.Quat",
  835. "x": 0,
  836. "y": 0,
  837. "z": 0,
  838. "w": 1
  839. },
  840. "_skewX": 0,
  841. "_skewY": 0,
  842. "_zIndex": 0,
  843. "groupIndex": 0,
  844. "_id": "f7+5U4yoVBMaDZb0f+cx41"
  845. },
  846. {
  847. "__type__": "cc.Node",
  848. "_name": "Forbidden",
  849. "_objFlags": 0,
  850. "_parent": {
  851. "__id__": 20
  852. },
  853. "_children": [],
  854. "_active": true,
  855. "_level": 4,
  856. "_components": [
  857. {
  858. "__id__": 22
  859. }
  860. ],
  861. "_prefab": {
  862. "__id__": 23
  863. },
  864. "_opacity": 255,
  865. "_color": {
  866. "__type__": "cc.Color",
  867. "r": 255,
  868. "g": 255,
  869. "b": 255,
  870. "a": 255
  871. },
  872. "_contentSize": {
  873. "__type__": "cc.Size",
  874. "width": 166,
  875. "height": 91
  876. },
  877. "_anchorPoint": {
  878. "__type__": "cc.Vec2",
  879. "x": 0.5,
  880. "y": 0.5
  881. },
  882. "_position": {
  883. "__type__": "cc.Vec3",
  884. "x": -168,
  885. "y": 148,
  886. "z": 0
  887. },
  888. "_scale": {
  889. "__type__": "cc.Vec3",
  890. "x": 1,
  891. "y": 1,
  892. "z": 1
  893. },
  894. "_rotationX": 0,
  895. "_rotationY": 0,
  896. "_quat": {
  897. "__type__": "cc.Quat",
  898. "x": 0,
  899. "y": 0,
  900. "z": 0,
  901. "w": 1
  902. },
  903. "_skewX": 0,
  904. "_skewY": 0,
  905. "_zIndex": 0,
  906. "groupIndex": 0,
  907. "_id": "88h4ZoO2BJ07eBztFrin1l"
  908. },
  909. {
  910. "__type__": "cc.Sprite",
  911. "_name": "",
  912. "_objFlags": 0,
  913. "node": {
  914. "__id__": 21
  915. },
  916. "_enabled": true,
  917. "_srcBlendFactor": 770,
  918. "_dstBlendFactor": 771,
  919. "_spriteFrame": {
  920. "__uuid__": "6e70e08a-ef5d-475e-a35c-f5442d509258"
  921. },
  922. "_type": 0,
  923. "_sizeMode": 1,
  924. "_fillType": 0,
  925. "_fillCenter": {
  926. "__type__": "cc.Vec2",
  927. "x": 0,
  928. "y": 0
  929. },
  930. "_fillStart": 0,
  931. "_fillRange": 0,
  932. "_isTrimmedMode": true,
  933. "_state": 0,
  934. "_atlas": null,
  935. "_id": "abKXVv3lBP6poSLqg5Sbsf"
  936. },
  937. {
  938. "__type__": "cc.PrefabInfo",
  939. "root": {
  940. "__id__": 5
  941. },
  942. "asset": {
  943. "__uuid__": "ea8f7153-8154-4f4a-acbd-97ef33b94809"
  944. },
  945. "fileId": "82tLIpeFZAtrDTsZ0cclmY",
  946. "sync": false
  947. },
  948. {
  949. "__type__": "cc.Node",
  950. "_name": "Forbidden",
  951. "_objFlags": 0,
  952. "_parent": {
  953. "__id__": 20
  954. },
  955. "_children": [],
  956. "_active": true,
  957. "_level": 4,
  958. "_components": [
  959. {
  960. "__id__": 25
  961. }
  962. ],
  963. "_prefab": {
  964. "__id__": 26
  965. },
  966. "_opacity": 255,
  967. "_color": {
  968. "__type__": "cc.Color",
  969. "r": 255,
  970. "g": 255,
  971. "b": 255,
  972. "a": 255
  973. },
  974. "_contentSize": {
  975. "__type__": "cc.Size",
  976. "width": 166,
  977. "height": 91
  978. },
  979. "_anchorPoint": {
  980. "__type__": "cc.Vec2",
  981. "x": 0.5,
  982. "y": 0.5
  983. },
  984. "_position": {
  985. "__type__": "cc.Vec3",
  986. "x": -9,
  987. "y": 270,
  988. "z": 0
  989. },
  990. "_scale": {
  991. "__type__": "cc.Vec3",
  992. "x": 1,
  993. "y": 1,
  994. "z": 1
  995. },
  996. "_rotationX": 0,
  997. "_rotationY": 0,
  998. "_quat": {
  999. "__type__": "cc.Quat",
  1000. "x": 0,
  1001. "y": 0,
  1002. "z": 0,
  1003. "w": 1
  1004. },
  1005. "_skewX": 0,
  1006. "_skewY": 0,
  1007. "_zIndex": 0,
  1008. "groupIndex": 0,
  1009. "_id": "d74yux2HlEja4ZtzEgQxzU"
  1010. },
  1011. {
  1012. "__type__": "cc.Sprite",
  1013. "_name": "",
  1014. "_objFlags": 0,
  1015. "node": {
  1016. "__id__": 24
  1017. },
  1018. "_enabled": true,
  1019. "_srcBlendFactor": 770,
  1020. "_dstBlendFactor": 771,
  1021. "_spriteFrame": {
  1022. "__uuid__": "6e70e08a-ef5d-475e-a35c-f5442d509258"
  1023. },
  1024. "_type": 0,
  1025. "_sizeMode": 1,
  1026. "_fillType": 0,
  1027. "_fillCenter": {
  1028. "__type__": "cc.Vec2",
  1029. "x": 0,
  1030. "y": 0
  1031. },
  1032. "_fillStart": 0,
  1033. "_fillRange": 0,
  1034. "_isTrimmedMode": true,
  1035. "_state": 0,
  1036. "_atlas": null,
  1037. "_id": "c4VskTp7JCD5Doa3BWLXJQ"
  1038. },
  1039. {
  1040. "__type__": "cc.PrefabInfo",
  1041. "root": {
  1042. "__id__": 5
  1043. },
  1044. "asset": {
  1045. "__uuid__": "ea8f7153-8154-4f4a-acbd-97ef33b94809"
  1046. },
  1047. "fileId": "21XIZqPuJAqbnue+RG0M+W",
  1048. "sync": false
  1049. },
  1050. {
  1051. "__type__": "cc.Node",
  1052. "_name": "Forbidden",
  1053. "_objFlags": 0,
  1054. "_parent": {
  1055. "__id__": 20
  1056. },
  1057. "_children": [],
  1058. "_active": true,
  1059. "_level": 4,
  1060. "_components": [
  1061. {
  1062. "__id__": 28
  1063. }
  1064. ],
  1065. "_prefab": {
  1066. "__id__": 29
  1067. },
  1068. "_opacity": 255,
  1069. "_color": {
  1070. "__type__": "cc.Color",
  1071. "r": 255,
  1072. "g": 255,
  1073. "b": 255,
  1074. "a": 255
  1075. },
  1076. "_contentSize": {
  1077. "__type__": "cc.Size",
  1078. "width": 166,
  1079. "height": 91
  1080. },
  1081. "_anchorPoint": {
  1082. "__type__": "cc.Vec2",
  1083. "x": 0.5,
  1084. "y": 0.5
  1085. },
  1086. "_position": {
  1087. "__type__": "cc.Vec3",
  1088. "x": 125,
  1089. "y": 100,
  1090. "z": 0
  1091. },
  1092. "_scale": {
  1093. "__type__": "cc.Vec3",
  1094. "x": 1,
  1095. "y": 1,
  1096. "z": 1
  1097. },
  1098. "_rotationX": 0,
  1099. "_rotationY": 0,
  1100. "_quat": {
  1101. "__type__": "cc.Quat",
  1102. "x": 0,
  1103. "y": 0,
  1104. "z": 0,
  1105. "w": 1
  1106. },
  1107. "_skewX": 0,
  1108. "_skewY": 0,
  1109. "_zIndex": 0,
  1110. "groupIndex": 0,
  1111. "_id": "a4R0KzXwVAaJaRfYFiFtjW"
  1112. },
  1113. {
  1114. "__type__": "cc.Sprite",
  1115. "_name": "",
  1116. "_objFlags": 0,
  1117. "node": {
  1118. "__id__": 27
  1119. },
  1120. "_enabled": true,
  1121. "_srcBlendFactor": 770,
  1122. "_dstBlendFactor": 771,
  1123. "_spriteFrame": {
  1124. "__uuid__": "6e70e08a-ef5d-475e-a35c-f5442d509258"
  1125. },
  1126. "_type": 0,
  1127. "_sizeMode": 1,
  1128. "_fillType": 0,
  1129. "_fillCenter": {
  1130. "__type__": "cc.Vec2",
  1131. "x": 0,
  1132. "y": 0
  1133. },
  1134. "_fillStart": 0,
  1135. "_fillRange": 0,
  1136. "_isTrimmedMode": true,
  1137. "_state": 0,
  1138. "_atlas": null,
  1139. "_id": "47TjCoFslC04DhRF8xIY0F"
  1140. },
  1141. {
  1142. "__type__": "cc.PrefabInfo",
  1143. "root": {
  1144. "__id__": 5
  1145. },
  1146. "asset": {
  1147. "__uuid__": "ea8f7153-8154-4f4a-acbd-97ef33b94809"
  1148. },
  1149. "fileId": "9dowT2fZ5HEIdxht8gHUJH",
  1150. "sync": false
  1151. },
  1152. {
  1153. "__type__": "cc.PrefabInfo",
  1154. "root": {
  1155. "__id__": 5
  1156. },
  1157. "asset": {
  1158. "__uuid__": "ea8f7153-8154-4f4a-acbd-97ef33b94809"
  1159. },
  1160. "fileId": "55HQLqoJ1NLpnhs3vc6Jhq",
  1161. "sync": false
  1162. },
  1163. {
  1164. "__type__": "cc.Node",
  1165. "_name": "RivalTip",
  1166. "_objFlags": 0,
  1167. "_parent": {
  1168. "__id__": 5
  1169. },
  1170. "_children": [],
  1171. "_active": false,
  1172. "_level": 3,
  1173. "_components": [
  1174. {
  1175. "__id__": 32
  1176. }
  1177. ],
  1178. "_prefab": {
  1179. "__id__": 33
  1180. },
  1181. "_opacity": 255,
  1182. "_color": {
  1183. "__type__": "cc.Color",
  1184. "r": 255,
  1185. "g": 255,
  1186. "b": 255,
  1187. "a": 255
  1188. },
  1189. "_contentSize": {
  1190. "__type__": "cc.Size",
  1191. "width": 437,
  1192. "height": 256
  1193. },
  1194. "_anchorPoint": {
  1195. "__type__": "cc.Vec2",
  1196. "x": 0.5,
  1197. "y": 0.5
  1198. },
  1199. "_position": {
  1200. "__type__": "cc.Vec3",
  1201. "x": 107,
  1202. "y": -168,
  1203. "z": 0
  1204. },
  1205. "_scale": {
  1206. "__type__": "cc.Vec3",
  1207. "x": 1,
  1208. "y": 1,
  1209. "z": 1
  1210. },
  1211. "_rotationX": 0,
  1212. "_rotationY": 0,
  1213. "_quat": {
  1214. "__type__": "cc.Quat",
  1215. "x": 0,
  1216. "y": 0,
  1217. "z": 0,
  1218. "w": 1
  1219. },
  1220. "_skewX": 0,
  1221. "_skewY": 0,
  1222. "_zIndex": 0,
  1223. "groupIndex": 0,
  1224. "_id": "7eTIikY0FErJvFikQySEpY"
  1225. },
  1226. {
  1227. "__type__": "cc.Sprite",
  1228. "_name": "",
  1229. "_objFlags": 0,
  1230. "node": {
  1231. "__id__": 31
  1232. },
  1233. "_enabled": true,
  1234. "_srcBlendFactor": 770,
  1235. "_dstBlendFactor": 771,
  1236. "_spriteFrame": {
  1237. "__uuid__": "c3b1beba-85e5-4cae-83b3-8bd990ab09ca"
  1238. },
  1239. "_type": 0,
  1240. "_sizeMode": 1,
  1241. "_fillType": 0,
  1242. "_fillCenter": {
  1243. "__type__": "cc.Vec2",
  1244. "x": 0,
  1245. "y": 0
  1246. },
  1247. "_fillStart": 0,
  1248. "_fillRange": 0,
  1249. "_isTrimmedMode": true,
  1250. "_state": 0,
  1251. "_atlas": null,
  1252. "_id": "38uExgE+xD4oRnTD4a9/KS"
  1253. },
  1254. {
  1255. "__type__": "cc.PrefabInfo",
  1256. "root": {
  1257. "__id__": 5
  1258. },
  1259. "asset": {
  1260. "__uuid__": "ea8f7153-8154-4f4a-acbd-97ef33b94809"
  1261. },
  1262. "fileId": "d86V1AwUNIOKldyM8UcrCX",
  1263. "sync": false
  1264. },
  1265. {
  1266. "__type__": "cc.Node",
  1267. "_name": "SelfTip",
  1268. "_objFlags": 0,
  1269. "_parent": {
  1270. "__id__": 5
  1271. },
  1272. "_children": [],
  1273. "_active": false,
  1274. "_level": 3,
  1275. "_components": [
  1276. {
  1277. "__id__": 35
  1278. }
  1279. ],
  1280. "_prefab": {
  1281. "__id__": 36
  1282. },
  1283. "_opacity": 255,
  1284. "_color": {
  1285. "__type__": "cc.Color",
  1286. "r": 255,
  1287. "g": 255,
  1288. "b": 255,
  1289. "a": 255
  1290. },
  1291. "_contentSize": {
  1292. "__type__": "cc.Size",
  1293. "width": 437,
  1294. "height": 256
  1295. },
  1296. "_anchorPoint": {
  1297. "__type__": "cc.Vec2",
  1298. "x": 0.5,
  1299. "y": 0.5
  1300. },
  1301. "_position": {
  1302. "__type__": "cc.Vec3",
  1303. "x": 112,
  1304. "y": 290,
  1305. "z": 0
  1306. },
  1307. "_scale": {
  1308. "__type__": "cc.Vec3",
  1309. "x": 1,
  1310. "y": 1,
  1311. "z": 1
  1312. },
  1313. "_rotationX": 0,
  1314. "_rotationY": 0,
  1315. "_quat": {
  1316. "__type__": "cc.Quat",
  1317. "x": 0,
  1318. "y": 0,
  1319. "z": 0,
  1320. "w": 1
  1321. },
  1322. "_skewX": 0,
  1323. "_skewY": 0,
  1324. "_zIndex": 0,
  1325. "groupIndex": 0,
  1326. "_id": "70Ogdnuy5OK5wq7SQyvcZI"
  1327. },
  1328. {
  1329. "__type__": "cc.Sprite",
  1330. "_name": "",
  1331. "_objFlags": 0,
  1332. "node": {
  1333. "__id__": 34
  1334. },
  1335. "_enabled": true,
  1336. "_srcBlendFactor": 770,
  1337. "_dstBlendFactor": 771,
  1338. "_spriteFrame": {
  1339. "__uuid__": "15ccce30-025e-4dcc-b143-765d36bc7517"
  1340. },
  1341. "_type": 0,
  1342. "_sizeMode": 1,
  1343. "_fillType": 0,
  1344. "_fillCenter": {
  1345. "__type__": "cc.Vec2",
  1346. "x": 0,
  1347. "y": 0
  1348. },
  1349. "_fillStart": 0,
  1350. "_fillRange": 0,
  1351. "_isTrimmedMode": true,
  1352. "_state": 0,
  1353. "_atlas": null,
  1354. "_id": "a5Q3AOnhpPwI8yU1/wyAB2"
  1355. },
  1356. {
  1357. "__type__": "cc.PrefabInfo",
  1358. "root": {
  1359. "__id__": 5
  1360. },
  1361. "asset": {
  1362. "__uuid__": "ea8f7153-8154-4f4a-acbd-97ef33b94809"
  1363. },
  1364. "fileId": "f9vzIOJIxJbI9JRRoMA/Jj",
  1365. "sync": false
  1366. },
  1367. {
  1368. "__type__": "cc.PrefabInfo",
  1369. "root": {
  1370. "__id__": 5
  1371. },
  1372. "asset": {
  1373. "__uuid__": "ea8f7153-8154-4f4a-acbd-97ef33b94809"
  1374. },
  1375. "fileId": "57eDyTcOtNkq9vdZ6ZsymH",
  1376. "sync": false
  1377. },
  1378. {
  1379. "__type__": "cc.Canvas",
  1380. "_name": "",
  1381. "_objFlags": 0,
  1382. "node": {
  1383. "__id__": 2
  1384. },
  1385. "_enabled": true,
  1386. "_designResolution": {
  1387. "__type__": "cc.Size",
  1388. "width": 720,
  1389. "height": 1280
  1390. },
  1391. "_fitWidth": false,
  1392. "_fitHeight": false,
  1393. "_id": "1bxJWKAnBLLbqjSeDUZ67E"
  1394. },
  1395. {
  1396. "__type__": "cc.Node",
  1397. "_name": "main",
  1398. "_objFlags": 0,
  1399. "_parent": {
  1400. "__id__": 1
  1401. },
  1402. "_children": [],
  1403. "_active": true,
  1404. "_level": 1,
  1405. "_components": [
  1406. {
  1407. "__id__": 40
  1408. }
  1409. ],
  1410. "_prefab": null,
  1411. "_opacity": 255,
  1412. "_color": {
  1413. "__type__": "cc.Color",
  1414. "r": 255,
  1415. "g": 255,
  1416. "b": 255,
  1417. "a": 255
  1418. },
  1419. "_contentSize": {
  1420. "__type__": "cc.Size",
  1421. "width": 0,
  1422. "height": 0
  1423. },
  1424. "_anchorPoint": {
  1425. "__type__": "cc.Vec2",
  1426. "x": 0.5,
  1427. "y": 0.5
  1428. },
  1429. "_position": {
  1430. "__type__": "cc.Vec3",
  1431. "x": 0,
  1432. "y": 0,
  1433. "z": 0
  1434. },
  1435. "_scale": {
  1436. "__type__": "cc.Vec3",
  1437. "x": 1,
  1438. "y": 1,
  1439. "z": 1
  1440. },
  1441. "_rotationX": 0,
  1442. "_rotationY": 0,
  1443. "_quat": {
  1444. "__type__": "cc.Quat",
  1445. "x": 0,
  1446. "y": 0,
  1447. "z": 0,
  1448. "w": 1
  1449. },
  1450. "_skewX": 0,
  1451. "_skewY": 0,
  1452. "_zIndex": 0,
  1453. "groupIndex": 0,
  1454. "_id": "88SUvcTcdPY5SEgF9UAJ2X"
  1455. },
  1456. {
  1457. "__type__": "75d1a73vgVM55HhEDhTbGvO",
  1458. "_name": "",
  1459. "_objFlags": 0,
  1460. "node": {
  1461. "__id__": 39
  1462. },
  1463. "_enabled": true,
  1464. "new_layout": {
  1465. "__id__": 5
  1466. },
  1467. "_id": "0aB1PaPPdI+odwFLZ9+ANZ"
  1468. }
  1469. ]