UITimeOut.prefab 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386
  1. [
  2. {
  3. "__type__": "cc.Prefab",
  4. "_name": "UITimeOut",
  5. "_objFlags": 0,
  6. "__editorExtras__": {},
  7. "_native": "",
  8. "data": {
  9. "__id__": 1
  10. },
  11. "optimizationPolicy": 0,
  12. "persistent": false
  13. },
  14. {
  15. "__type__": "cc.Node",
  16. "_name": "UITimeOut",
  17. "_objFlags": 0,
  18. "__editorExtras__": {},
  19. "_parent": null,
  20. "_children": [
  21. {
  22. "__id__": 2
  23. },
  24. {
  25. "__id__": 8
  26. },
  27. {
  28. "__id__": 19
  29. },
  30. {
  31. "__id__": 30
  32. },
  33. {
  34. "__id__": 36
  35. },
  36. {
  37. "__id__": 42
  38. },
  39. {
  40. "__id__": 48
  41. }
  42. ],
  43. "_active": true,
  44. "_components": [
  45. {
  46. "__id__": 54
  47. },
  48. {
  49. "__id__": 56
  50. },
  51. {
  52. "__id__": 58
  53. }
  54. ],
  55. "_prefab": {
  56. "__id__": 60
  57. },
  58. "_lpos": {
  59. "__type__": "cc.Vec3",
  60. "x": 0,
  61. "y": 50,
  62. "z": 0
  63. },
  64. "_lrot": {
  65. "__type__": "cc.Quat",
  66. "x": 0,
  67. "y": 0,
  68. "z": 0,
  69. "w": 1
  70. },
  71. "_lscale": {
  72. "__type__": "cc.Vec3",
  73. "x": 1,
  74. "y": 1,
  75. "z": 1
  76. },
  77. "_mobility": 0,
  78. "_layer": 33554432,
  79. "_euler": {
  80. "__type__": "cc.Vec3",
  81. "x": 0,
  82. "y": 0,
  83. "z": 0
  84. },
  85. "_id": ""
  86. },
  87. {
  88. "__type__": "cc.Node",
  89. "_name": "dk_sjdl",
  90. "_objFlags": 0,
  91. "__editorExtras__": {},
  92. "_parent": {
  93. "__id__": 1
  94. },
  95. "_children": [],
  96. "_active": true,
  97. "_components": [
  98. {
  99. "__id__": 3
  100. },
  101. {
  102. "__id__": 5
  103. }
  104. ],
  105. "_prefab": {
  106. "__id__": 7
  107. },
  108. "_lpos": {
  109. "__type__": "cc.Vec3",
  110. "x": 0,
  111. "y": 0,
  112. "z": 0
  113. },
  114. "_lrot": {
  115. "__type__": "cc.Quat",
  116. "x": 0,
  117. "y": 0,
  118. "z": 0,
  119. "w": 1
  120. },
  121. "_lscale": {
  122. "__type__": "cc.Vec3",
  123. "x": 1,
  124. "y": 1,
  125. "z": 1
  126. },
  127. "_mobility": 0,
  128. "_layer": 33554432,
  129. "_euler": {
  130. "__type__": "cc.Vec3",
  131. "x": 0,
  132. "y": 0,
  133. "z": 0
  134. },
  135. "_id": ""
  136. },
  137. {
  138. "__type__": "cc.UITransform",
  139. "_name": "",
  140. "_objFlags": 0,
  141. "__editorExtras__": {},
  142. "node": {
  143. "__id__": 2
  144. },
  145. "_enabled": true,
  146. "__prefab": {
  147. "__id__": 4
  148. },
  149. "_contentSize": {
  150. "__type__": "cc.Size",
  151. "width": 547,
  152. "height": 678
  153. },
  154. "_anchorPoint": {
  155. "__type__": "cc.Vec2",
  156. "x": 0.5,
  157. "y": 0.5
  158. },
  159. "_id": ""
  160. },
  161. {
  162. "__type__": "cc.CompPrefabInfo",
  163. "fileId": "28TiqC30dK9aNifwn2e2Rh"
  164. },
  165. {
  166. "__type__": "cc.Sprite",
  167. "_name": "",
  168. "_objFlags": 0,
  169. "__editorExtras__": {},
  170. "node": {
  171. "__id__": 2
  172. },
  173. "_enabled": true,
  174. "__prefab": {
  175. "__id__": 6
  176. },
  177. "_customMaterial": null,
  178. "_srcBlendFactor": 2,
  179. "_dstBlendFactor": 4,
  180. "_color": {
  181. "__type__": "cc.Color",
  182. "r": 255,
  183. "g": 255,
  184. "b": 255,
  185. "a": 255
  186. },
  187. "_spriteFrame": {
  188. "__uuid__": "b5fa2b41-cb7b-4bc0-8e37-57df12ffb9bd@f9941",
  189. "__expectedType__": "cc.SpriteFrame"
  190. },
  191. "_type": 1,
  192. "_fillType": 0,
  193. "_sizeMode": 2,
  194. "_fillCenter": {
  195. "__type__": "cc.Vec2",
  196. "x": 0,
  197. "y": 0
  198. },
  199. "_fillStart": 0,
  200. "_fillRange": 0,
  201. "_isTrimmedMode": true,
  202. "_useGrayscale": false,
  203. "_atlas": null,
  204. "_id": ""
  205. },
  206. {
  207. "__type__": "cc.CompPrefabInfo",
  208. "fileId": "f9OIcjjLJNW79Cc/6VlTX/"
  209. },
  210. {
  211. "__type__": "cc.PrefabInfo",
  212. "root": {
  213. "__id__": 1
  214. },
  215. "asset": {
  216. "__id__": 0
  217. },
  218. "fileId": "f6FfvPNTBOrLX7AbgO6Aqw",
  219. "instance": null,
  220. "targetOverrides": null,
  221. "nestedPrefabInstanceRoots": null
  222. },
  223. {
  224. "__type__": "cc.Node",
  225. "_name": "BtnClose",
  226. "_objFlags": 0,
  227. "__editorExtras__": {},
  228. "_parent": {
  229. "__id__": 1
  230. },
  231. "_children": [],
  232. "_active": true,
  233. "_components": [
  234. {
  235. "__id__": 9
  236. },
  237. {
  238. "__id__": 11
  239. },
  240. {
  241. "__id__": 13
  242. },
  243. {
  244. "__id__": 16
  245. }
  246. ],
  247. "_prefab": {
  248. "__id__": 18
  249. },
  250. "_lpos": {
  251. "__type__": "cc.Vec3",
  252. "x": 240,
  253. "y": 290,
  254. "z": 0
  255. },
  256. "_lrot": {
  257. "__type__": "cc.Quat",
  258. "x": 0,
  259. "y": 0,
  260. "z": 0,
  261. "w": 1
  262. },
  263. "_lscale": {
  264. "__type__": "cc.Vec3",
  265. "x": 1,
  266. "y": 1,
  267. "z": 1
  268. },
  269. "_mobility": 0,
  270. "_layer": 33554432,
  271. "_euler": {
  272. "__type__": "cc.Vec3",
  273. "x": 0,
  274. "y": 0,
  275. "z": 0
  276. },
  277. "_id": ""
  278. },
  279. {
  280. "__type__": "cc.UITransform",
  281. "_name": "",
  282. "_objFlags": 0,
  283. "__editorExtras__": {},
  284. "node": {
  285. "__id__": 8
  286. },
  287. "_enabled": true,
  288. "__prefab": {
  289. "__id__": 10
  290. },
  291. "_contentSize": {
  292. "__type__": "cc.Size",
  293. "width": 101,
  294. "height": 98
  295. },
  296. "_anchorPoint": {
  297. "__type__": "cc.Vec2",
  298. "x": 0.5,
  299. "y": 0.5
  300. },
  301. "_id": ""
  302. },
  303. {
  304. "__type__": "cc.CompPrefabInfo",
  305. "fileId": "17wR6HUHJPf4xxXZlDnlwA"
  306. },
  307. {
  308. "__type__": "cc.Sprite",
  309. "_name": "",
  310. "_objFlags": 0,
  311. "__editorExtras__": {},
  312. "node": {
  313. "__id__": 8
  314. },
  315. "_enabled": true,
  316. "__prefab": {
  317. "__id__": 12
  318. },
  319. "_customMaterial": null,
  320. "_srcBlendFactor": 2,
  321. "_dstBlendFactor": 4,
  322. "_color": {
  323. "__type__": "cc.Color",
  324. "r": 255,
  325. "g": 255,
  326. "b": 255,
  327. "a": 255
  328. },
  329. "_spriteFrame": {
  330. "__uuid__": "f4b0ede7-ea0f-48fe-b9cd-65860970b2b2@f9941",
  331. "__expectedType__": "cc.SpriteFrame"
  332. },
  333. "_type": 1,
  334. "_fillType": 0,
  335. "_sizeMode": 2,
  336. "_fillCenter": {
  337. "__type__": "cc.Vec2",
  338. "x": 0,
  339. "y": 0
  340. },
  341. "_fillStart": 0,
  342. "_fillRange": 0,
  343. "_isTrimmedMode": true,
  344. "_useGrayscale": false,
  345. "_atlas": null,
  346. "_id": ""
  347. },
  348. {
  349. "__type__": "cc.CompPrefabInfo",
  350. "fileId": "94dg97eApP3JnqpjSrdwLE"
  351. },
  352. {
  353. "__type__": "cc.Button",
  354. "_name": "",
  355. "_objFlags": 0,
  356. "__editorExtras__": {},
  357. "node": {
  358. "__id__": 8
  359. },
  360. "_enabled": true,
  361. "__prefab": {
  362. "__id__": 14
  363. },
  364. "clickEvents": [
  365. {
  366. "__id__": 15
  367. }
  368. ],
  369. "_interactable": true,
  370. "_transition": 3,
  371. "_normalColor": {
  372. "__type__": "cc.Color",
  373. "r": 214,
  374. "g": 214,
  375. "b": 214,
  376. "a": 255
  377. },
  378. "_hoverColor": {
  379. "__type__": "cc.Color",
  380. "r": 211,
  381. "g": 211,
  382. "b": 211,
  383. "a": 255
  384. },
  385. "_pressedColor": {
  386. "__type__": "cc.Color",
  387. "r": 255,
  388. "g": 255,
  389. "b": 255,
  390. "a": 255
  391. },
  392. "_disabledColor": {
  393. "__type__": "cc.Color",
  394. "r": 124,
  395. "g": 124,
  396. "b": 124,
  397. "a": 255
  398. },
  399. "_normalSprite": null,
  400. "_hoverSprite": null,
  401. "_pressedSprite": null,
  402. "_disabledSprite": null,
  403. "_duration": 0.1,
  404. "_zoomScale": 1.1,
  405. "_target": {
  406. "__id__": 8
  407. },
  408. "_id": ""
  409. },
  410. {
  411. "__type__": "cc.CompPrefabInfo",
  412. "fileId": "7fomPrpU9MIYDJXZe8S8rC"
  413. },
  414. {
  415. "__type__": "cc.ClickEvent",
  416. "target": {
  417. "__id__": 1
  418. },
  419. "component": "",
  420. "_componentId": "519a2XuJHhPCIqfzNnvXoyr",
  421. "handler": "onBtnCloseClick",
  422. "customEventData": ""
  423. },
  424. {
  425. "__type__": "e858boYmuRNtaUbAZS8rSGo",
  426. "_name": "",
  427. "_objFlags": 0,
  428. "__editorExtras__": {},
  429. "node": {
  430. "__id__": 8
  431. },
  432. "_enabled": true,
  433. "__prefab": {
  434. "__id__": 17
  435. },
  436. "safeTime": 0.5,
  437. "zoomScale": 1.1,
  438. "clickSfx": "btnClick",
  439. "openUI": "",
  440. "closeUI": "",
  441. "_id": ""
  442. },
  443. {
  444. "__type__": "cc.CompPrefabInfo",
  445. "fileId": "05MFlL8DxKQoXy6cARyCwl"
  446. },
  447. {
  448. "__type__": "cc.PrefabInfo",
  449. "root": {
  450. "__id__": 1
  451. },
  452. "asset": {
  453. "__id__": 0
  454. },
  455. "fileId": "8fOTmxiCpIIrYlIyzGGk5V",
  456. "instance": null,
  457. "targetOverrides": null,
  458. "nestedPrefabInstanceRoots": null
  459. },
  460. {
  461. "__type__": "cc.Node",
  462. "_name": "BtnYes",
  463. "_objFlags": 0,
  464. "__editorExtras__": {},
  465. "_parent": {
  466. "__id__": 1
  467. },
  468. "_children": [],
  469. "_active": true,
  470. "_components": [
  471. {
  472. "__id__": 20
  473. },
  474. {
  475. "__id__": 22
  476. },
  477. {
  478. "__id__": 24
  479. },
  480. {
  481. "__id__": 27
  482. }
  483. ],
  484. "_prefab": {
  485. "__id__": 29
  486. },
  487. "_lpos": {
  488. "__type__": "cc.Vec3",
  489. "x": 0,
  490. "y": -183.239,
  491. "z": 0
  492. },
  493. "_lrot": {
  494. "__type__": "cc.Quat",
  495. "x": 0,
  496. "y": 0,
  497. "z": 0,
  498. "w": 1
  499. },
  500. "_lscale": {
  501. "__type__": "cc.Vec3",
  502. "x": 1,
  503. "y": 1,
  504. "z": 1
  505. },
  506. "_mobility": 0,
  507. "_layer": 33554432,
  508. "_euler": {
  509. "__type__": "cc.Vec3",
  510. "x": 0,
  511. "y": 0,
  512. "z": 0
  513. },
  514. "_id": ""
  515. },
  516. {
  517. "__type__": "cc.UITransform",
  518. "_name": "",
  519. "_objFlags": 0,
  520. "__editorExtras__": {},
  521. "node": {
  522. "__id__": 19
  523. },
  524. "_enabled": true,
  525. "__prefab": {
  526. "__id__": 21
  527. },
  528. "_contentSize": {
  529. "__type__": "cc.Size",
  530. "width": 223,
  531. "height": 90
  532. },
  533. "_anchorPoint": {
  534. "__type__": "cc.Vec2",
  535. "x": 0.5,
  536. "y": 0.5
  537. },
  538. "_id": ""
  539. },
  540. {
  541. "__type__": "cc.CompPrefabInfo",
  542. "fileId": "a11CEGLEZG/6DY8XkCWdNc"
  543. },
  544. {
  545. "__type__": "cc.Sprite",
  546. "_name": "",
  547. "_objFlags": 0,
  548. "__editorExtras__": {},
  549. "node": {
  550. "__id__": 19
  551. },
  552. "_enabled": true,
  553. "__prefab": {
  554. "__id__": 23
  555. },
  556. "_customMaterial": null,
  557. "_srcBlendFactor": 2,
  558. "_dstBlendFactor": 4,
  559. "_color": {
  560. "__type__": "cc.Color",
  561. "r": 255,
  562. "g": 255,
  563. "b": 255,
  564. "a": 255
  565. },
  566. "_spriteFrame": {
  567. "__uuid__": "70452eb5-f8c1-4107-a03e-96dead8b330d@f9941",
  568. "__expectedType__": "cc.SpriteFrame"
  569. },
  570. "_type": 1,
  571. "_fillType": 0,
  572. "_sizeMode": 2,
  573. "_fillCenter": {
  574. "__type__": "cc.Vec2",
  575. "x": 0,
  576. "y": 0
  577. },
  578. "_fillStart": 0,
  579. "_fillRange": 0,
  580. "_isTrimmedMode": true,
  581. "_useGrayscale": false,
  582. "_atlas": null,
  583. "_id": ""
  584. },
  585. {
  586. "__type__": "cc.CompPrefabInfo",
  587. "fileId": "04QLzMrypDGLaxRl0lighO"
  588. },
  589. {
  590. "__type__": "cc.Button",
  591. "_name": "",
  592. "_objFlags": 0,
  593. "__editorExtras__": {},
  594. "node": {
  595. "__id__": 19
  596. },
  597. "_enabled": true,
  598. "__prefab": {
  599. "__id__": 25
  600. },
  601. "clickEvents": [
  602. {
  603. "__id__": 26
  604. }
  605. ],
  606. "_interactable": true,
  607. "_transition": 3,
  608. "_normalColor": {
  609. "__type__": "cc.Color",
  610. "r": 255,
  611. "g": 255,
  612. "b": 255,
  613. "a": 255
  614. },
  615. "_hoverColor": {
  616. "__type__": "cc.Color",
  617. "r": 211,
  618. "g": 211,
  619. "b": 211,
  620. "a": 255
  621. },
  622. "_pressedColor": {
  623. "__type__": "cc.Color",
  624. "r": 255,
  625. "g": 255,
  626. "b": 255,
  627. "a": 255
  628. },
  629. "_disabledColor": {
  630. "__type__": "cc.Color",
  631. "r": 124,
  632. "g": 124,
  633. "b": 124,
  634. "a": 255
  635. },
  636. "_normalSprite": null,
  637. "_hoverSprite": null,
  638. "_pressedSprite": null,
  639. "_disabledSprite": null,
  640. "_duration": 0.1,
  641. "_zoomScale": 1.1,
  642. "_target": null,
  643. "_id": ""
  644. },
  645. {
  646. "__type__": "cc.CompPrefabInfo",
  647. "fileId": "54mn7nqDFAHYI1c9j1lUm+"
  648. },
  649. {
  650. "__type__": "cc.ClickEvent",
  651. "target": {
  652. "__id__": 1
  653. },
  654. "component": "",
  655. "_componentId": "519a2XuJHhPCIqfzNnvXoyr",
  656. "handler": "onBtnYesClick",
  657. "customEventData": ""
  658. },
  659. {
  660. "__type__": "e858boYmuRNtaUbAZS8rSGo",
  661. "_name": "",
  662. "_objFlags": 0,
  663. "__editorExtras__": {},
  664. "node": {
  665. "__id__": 19
  666. },
  667. "_enabled": true,
  668. "__prefab": {
  669. "__id__": 28
  670. },
  671. "safeTime": 0.5,
  672. "zoomScale": 1.1,
  673. "clickSfx": "btnClick",
  674. "openUI": "",
  675. "closeUI": "",
  676. "_id": ""
  677. },
  678. {
  679. "__type__": "cc.CompPrefabInfo",
  680. "fileId": "72pOb3x+FIRaCAXETh9zsZ"
  681. },
  682. {
  683. "__type__": "cc.PrefabInfo",
  684. "root": {
  685. "__id__": 1
  686. },
  687. "asset": {
  688. "__id__": 0
  689. },
  690. "fileId": "7e0y+MN7JO/6YnuaBPDUGU",
  691. "instance": null,
  692. "targetOverrides": null,
  693. "nestedPrefabInstanceRoots": null
  694. },
  695. {
  696. "__type__": "cc.Node",
  697. "_name": "Guang",
  698. "_objFlags": 0,
  699. "__editorExtras__": {},
  700. "_parent": {
  701. "__id__": 1
  702. },
  703. "_children": [],
  704. "_active": true,
  705. "_components": [
  706. {
  707. "__id__": 31
  708. },
  709. {
  710. "__id__": 33
  711. }
  712. ],
  713. "_prefab": {
  714. "__id__": 35
  715. },
  716. "_lpos": {
  717. "__type__": "cc.Vec3",
  718. "x": 0,
  719. "y": 60.039,
  720. "z": 0
  721. },
  722. "_lrot": {
  723. "__type__": "cc.Quat",
  724. "x": 0,
  725. "y": 0,
  726. "z": 0,
  727. "w": 1
  728. },
  729. "_lscale": {
  730. "__type__": "cc.Vec3",
  731. "x": 1,
  732. "y": 1,
  733. "z": 1
  734. },
  735. "_mobility": 0,
  736. "_layer": 33554432,
  737. "_euler": {
  738. "__type__": "cc.Vec3",
  739. "x": 0,
  740. "y": 0,
  741. "z": 0
  742. },
  743. "_id": ""
  744. },
  745. {
  746. "__type__": "cc.UITransform",
  747. "_name": "",
  748. "_objFlags": 0,
  749. "__editorExtras__": {},
  750. "node": {
  751. "__id__": 30
  752. },
  753. "_enabled": true,
  754. "__prefab": {
  755. "__id__": 32
  756. },
  757. "_contentSize": {
  758. "__type__": "cc.Size",
  759. "width": 326,
  760. "height": 277
  761. },
  762. "_anchorPoint": {
  763. "__type__": "cc.Vec2",
  764. "x": 0.5,
  765. "y": 0.5
  766. },
  767. "_id": ""
  768. },
  769. {
  770. "__type__": "cc.CompPrefabInfo",
  771. "fileId": "664zJfzLJPv6s6CxpjoSR+"
  772. },
  773. {
  774. "__type__": "cc.Sprite",
  775. "_name": "",
  776. "_objFlags": 0,
  777. "__editorExtras__": {},
  778. "node": {
  779. "__id__": 30
  780. },
  781. "_enabled": true,
  782. "__prefab": {
  783. "__id__": 34
  784. },
  785. "_customMaterial": null,
  786. "_srcBlendFactor": 2,
  787. "_dstBlendFactor": 4,
  788. "_color": {
  789. "__type__": "cc.Color",
  790. "r": 255,
  791. "g": 255,
  792. "b": 255,
  793. "a": 255
  794. },
  795. "_spriteFrame": {
  796. "__uuid__": "8e13f1ea-0b6b-42e6-9355-da411b69dd22@f9941",
  797. "__expectedType__": "cc.SpriteFrame"
  798. },
  799. "_type": 0,
  800. "_fillType": 0,
  801. "_sizeMode": 1,
  802. "_fillCenter": {
  803. "__type__": "cc.Vec2",
  804. "x": 0,
  805. "y": 0
  806. },
  807. "_fillStart": 0,
  808. "_fillRange": 0,
  809. "_isTrimmedMode": true,
  810. "_useGrayscale": false,
  811. "_atlas": null,
  812. "_id": ""
  813. },
  814. {
  815. "__type__": "cc.CompPrefabInfo",
  816. "fileId": "e5wrY9RtZNSaZsJ8qke2lI"
  817. },
  818. {
  819. "__type__": "cc.PrefabInfo",
  820. "root": {
  821. "__id__": 1
  822. },
  823. "asset": {
  824. "__id__": 0
  825. },
  826. "fileId": "92SMWRdFFH2ZLt0Jn4LAbp",
  827. "instance": null,
  828. "targetOverrides": null,
  829. "nestedPrefabInstanceRoots": null
  830. },
  831. {
  832. "__type__": "cc.Node",
  833. "_name": "Sprite",
  834. "_objFlags": 0,
  835. "__editorExtras__": {},
  836. "_parent": {
  837. "__id__": 1
  838. },
  839. "_children": [],
  840. "_active": true,
  841. "_components": [
  842. {
  843. "__id__": 37
  844. },
  845. {
  846. "__id__": 39
  847. }
  848. ],
  849. "_prefab": {
  850. "__id__": 41
  851. },
  852. "_lpos": {
  853. "__type__": "cc.Vec3",
  854. "x": 0,
  855. "y": 82.201,
  856. "z": 0
  857. },
  858. "_lrot": {
  859. "__type__": "cc.Quat",
  860. "x": 0,
  861. "y": 0,
  862. "z": 0,
  863. "w": 1
  864. },
  865. "_lscale": {
  866. "__type__": "cc.Vec3",
  867. "x": 1,
  868. "y": 1,
  869. "z": 1
  870. },
  871. "_mobility": 0,
  872. "_layer": 33554432,
  873. "_euler": {
  874. "__type__": "cc.Vec3",
  875. "x": 0,
  876. "y": 0,
  877. "z": 0
  878. },
  879. "_id": ""
  880. },
  881. {
  882. "__type__": "cc.UITransform",
  883. "_name": "",
  884. "_objFlags": 0,
  885. "__editorExtras__": {},
  886. "node": {
  887. "__id__": 36
  888. },
  889. "_enabled": true,
  890. "__prefab": {
  891. "__id__": 38
  892. },
  893. "_contentSize": {
  894. "__type__": "cc.Size",
  895. "width": 188,
  896. "height": 179
  897. },
  898. "_anchorPoint": {
  899. "__type__": "cc.Vec2",
  900. "x": 0.5,
  901. "y": 0.5
  902. },
  903. "_id": ""
  904. },
  905. {
  906. "__type__": "cc.CompPrefabInfo",
  907. "fileId": "084oYtTO1N/7EXiNS8q/yX"
  908. },
  909. {
  910. "__type__": "cc.Sprite",
  911. "_name": "",
  912. "_objFlags": 0,
  913. "__editorExtras__": {},
  914. "node": {
  915. "__id__": 36
  916. },
  917. "_enabled": true,
  918. "__prefab": {
  919. "__id__": 40
  920. },
  921. "_customMaterial": null,
  922. "_srcBlendFactor": 2,
  923. "_dstBlendFactor": 4,
  924. "_color": {
  925. "__type__": "cc.Color",
  926. "r": 255,
  927. "g": 255,
  928. "b": 255,
  929. "a": 255
  930. },
  931. "_spriteFrame": {
  932. "__uuid__": "8c6432e3-8948-4f0d-b334-0e1174866830@f9941",
  933. "__expectedType__": "cc.SpriteFrame"
  934. },
  935. "_type": 0,
  936. "_fillType": 0,
  937. "_sizeMode": 2,
  938. "_fillCenter": {
  939. "__type__": "cc.Vec2",
  940. "x": 0,
  941. "y": 0
  942. },
  943. "_fillStart": 0,
  944. "_fillRange": 0,
  945. "_isTrimmedMode": true,
  946. "_useGrayscale": false,
  947. "_atlas": null,
  948. "_id": ""
  949. },
  950. {
  951. "__type__": "cc.CompPrefabInfo",
  952. "fileId": "ecvMVvMfBDNa8AvPc/b3kr"
  953. },
  954. {
  955. "__type__": "cc.PrefabInfo",
  956. "root": {
  957. "__id__": 1
  958. },
  959. "asset": {
  960. "__id__": 0
  961. },
  962. "fileId": "4aEmjT2g1KGYmHqs5l2wpI",
  963. "instance": null,
  964. "targetOverrides": null,
  965. "nestedPrefabInstanceRoots": null
  966. },
  967. {
  968. "__type__": "cc.Node",
  969. "_name": "Label",
  970. "_objFlags": 0,
  971. "__editorExtras__": {},
  972. "_parent": {
  973. "__id__": 1
  974. },
  975. "_children": [],
  976. "_active": true,
  977. "_components": [
  978. {
  979. "__id__": 43
  980. },
  981. {
  982. "__id__": 45
  983. }
  984. ],
  985. "_prefab": {
  986. "__id__": 47
  987. },
  988. "_lpos": {
  989. "__type__": "cc.Vec3",
  990. "x": 0,
  991. "y": -45,
  992. "z": 0
  993. },
  994. "_lrot": {
  995. "__type__": "cc.Quat",
  996. "x": 0,
  997. "y": 0,
  998. "z": 0,
  999. "w": 1
  1000. },
  1001. "_lscale": {
  1002. "__type__": "cc.Vec3",
  1003. "x": 1,
  1004. "y": 1,
  1005. "z": 1
  1006. },
  1007. "_mobility": 0,
  1008. "_layer": 33554432,
  1009. "_euler": {
  1010. "__type__": "cc.Vec3",
  1011. "x": 0,
  1012. "y": 0,
  1013. "z": 0
  1014. },
  1015. "_id": ""
  1016. },
  1017. {
  1018. "__type__": "cc.UITransform",
  1019. "_name": "",
  1020. "_objFlags": 0,
  1021. "__editorExtras__": {},
  1022. "node": {
  1023. "__id__": 42
  1024. },
  1025. "_enabled": true,
  1026. "__prefab": {
  1027. "__id__": 44
  1028. },
  1029. "_contentSize": {
  1030. "__type__": "cc.Size",
  1031. "width": 363.69091796875,
  1032. "height": 52.1
  1033. },
  1034. "_anchorPoint": {
  1035. "__type__": "cc.Vec2",
  1036. "x": 0.5,
  1037. "y": 0.5
  1038. },
  1039. "_id": ""
  1040. },
  1041. {
  1042. "__type__": "cc.CompPrefabInfo",
  1043. "fileId": "89oD7CKPFKZqsCh4TjExV0"
  1044. },
  1045. {
  1046. "__type__": "cc.Label",
  1047. "_name": "",
  1048. "_objFlags": 0,
  1049. "__editorExtras__": {},
  1050. "node": {
  1051. "__id__": 42
  1052. },
  1053. "_enabled": true,
  1054. "__prefab": {
  1055. "__id__": 46
  1056. },
  1057. "_customMaterial": null,
  1058. "_srcBlendFactor": 2,
  1059. "_dstBlendFactor": 4,
  1060. "_color": {
  1061. "__type__": "cc.Color",
  1062. "r": 247,
  1063. "g": 238,
  1064. "b": 211,
  1065. "a": 255
  1066. },
  1067. "_string": "Get 60s of game time",
  1068. "_horizontalAlign": 1,
  1069. "_verticalAlign": 1,
  1070. "_actualFontSize": 35,
  1071. "_fontSize": 35,
  1072. "_fontFamily": "Arial",
  1073. "_lineHeight": 35,
  1074. "_overflow": 0,
  1075. "_enableWrapText": true,
  1076. "_font": {
  1077. "__uuid__": "b396e0a4-493d-4c5b-af06-66ba37f8dc1e",
  1078. "__expectedType__": "cc.TTFFont"
  1079. },
  1080. "_isSystemFontUsed": false,
  1081. "_spacingX": 0,
  1082. "_isItalic": false,
  1083. "_isBold": true,
  1084. "_isUnderline": false,
  1085. "_underlineHeight": 2,
  1086. "_cacheMode": 0,
  1087. "_enableOutline": true,
  1088. "_outlineColor": {
  1089. "__type__": "cc.Color",
  1090. "r": 109,
  1091. "g": 128,
  1092. "b": 87,
  1093. "a": 255
  1094. },
  1095. "_outlineWidth": 4,
  1096. "_enableShadow": false,
  1097. "_shadowColor": {
  1098. "__type__": "cc.Color",
  1099. "r": 0,
  1100. "g": 0,
  1101. "b": 0,
  1102. "a": 255
  1103. },
  1104. "_shadowOffset": {
  1105. "__type__": "cc.Vec2",
  1106. "x": 2,
  1107. "y": 2
  1108. },
  1109. "_shadowBlur": 2,
  1110. "_id": ""
  1111. },
  1112. {
  1113. "__type__": "cc.CompPrefabInfo",
  1114. "fileId": "9dDZj/BPFBlJGKjPfadk1f"
  1115. },
  1116. {
  1117. "__type__": "cc.PrefabInfo",
  1118. "root": {
  1119. "__id__": 1
  1120. },
  1121. "asset": {
  1122. "__id__": 0
  1123. },
  1124. "fileId": "a5/1wS9V9DZrnDdHoJBwGX",
  1125. "instance": null,
  1126. "targetOverrides": null,
  1127. "nestedPrefabInstanceRoots": null
  1128. },
  1129. {
  1130. "__type__": "cc.Node",
  1131. "_name": "Title",
  1132. "_objFlags": 0,
  1133. "__editorExtras__": {},
  1134. "_parent": {
  1135. "__id__": 1
  1136. },
  1137. "_children": [],
  1138. "_active": true,
  1139. "_components": [
  1140. {
  1141. "__id__": 49
  1142. },
  1143. {
  1144. "__id__": 51
  1145. }
  1146. ],
  1147. "_prefab": {
  1148. "__id__": 53
  1149. },
  1150. "_lpos": {
  1151. "__type__": "cc.Vec3",
  1152. "x": 0,
  1153. "y": 265.574,
  1154. "z": 0
  1155. },
  1156. "_lrot": {
  1157. "__type__": "cc.Quat",
  1158. "x": 0,
  1159. "y": 0,
  1160. "z": 0,
  1161. "w": 1
  1162. },
  1163. "_lscale": {
  1164. "__type__": "cc.Vec3",
  1165. "x": 1,
  1166. "y": 1,
  1167. "z": 1
  1168. },
  1169. "_mobility": 0,
  1170. "_layer": 33554432,
  1171. "_euler": {
  1172. "__type__": "cc.Vec3",
  1173. "x": 0,
  1174. "y": 0,
  1175. "z": 0
  1176. },
  1177. "_id": ""
  1178. },
  1179. {
  1180. "__type__": "cc.UITransform",
  1181. "_name": "",
  1182. "_objFlags": 0,
  1183. "__editorExtras__": {},
  1184. "node": {
  1185. "__id__": 48
  1186. },
  1187. "_enabled": true,
  1188. "__prefab": {
  1189. "__id__": 50
  1190. },
  1191. "_contentSize": {
  1192. "__type__": "cc.Size",
  1193. "width": 226.78271484375,
  1194. "height": 68.7
  1195. },
  1196. "_anchorPoint": {
  1197. "__type__": "cc.Vec2",
  1198. "x": 0.5,
  1199. "y": 0.5
  1200. },
  1201. "_id": ""
  1202. },
  1203. {
  1204. "__type__": "cc.CompPrefabInfo",
  1205. "fileId": "30j5ytAsBKLYW4rxmPw/FZ"
  1206. },
  1207. {
  1208. "__type__": "cc.Label",
  1209. "_name": "",
  1210. "_objFlags": 0,
  1211. "__editorExtras__": {},
  1212. "node": {
  1213. "__id__": 48
  1214. },
  1215. "_enabled": true,
  1216. "__prefab": {
  1217. "__id__": 52
  1218. },
  1219. "_customMaterial": null,
  1220. "_srcBlendFactor": 2,
  1221. "_dstBlendFactor": 4,
  1222. "_color": {
  1223. "__type__": "cc.Color",
  1224. "r": 110,
  1225. "g": 110,
  1226. "b": 103,
  1227. "a": 255
  1228. },
  1229. "_string": "Time is up",
  1230. "_horizontalAlign": 1,
  1231. "_verticalAlign": 1,
  1232. "_actualFontSize": 45,
  1233. "_fontSize": 45,
  1234. "_fontFamily": "Arial",
  1235. "_lineHeight": 45,
  1236. "_overflow": 0,
  1237. "_enableWrapText": true,
  1238. "_font": {
  1239. "__uuid__": "b396e0a4-493d-4c5b-af06-66ba37f8dc1e",
  1240. "__expectedType__": "cc.TTFFont"
  1241. },
  1242. "_isSystemFontUsed": false,
  1243. "_spacingX": 0,
  1244. "_isItalic": false,
  1245. "_isBold": true,
  1246. "_isUnderline": false,
  1247. "_underlineHeight": 2,
  1248. "_cacheMode": 1,
  1249. "_enableOutline": true,
  1250. "_outlineColor": {
  1251. "__type__": "cc.Color",
  1252. "r": 255,
  1253. "g": 255,
  1254. "b": 255,
  1255. "a": 255
  1256. },
  1257. "_outlineWidth": 6,
  1258. "_enableShadow": false,
  1259. "_shadowColor": {
  1260. "__type__": "cc.Color",
  1261. "r": 0,
  1262. "g": 0,
  1263. "b": 0,
  1264. "a": 255
  1265. },
  1266. "_shadowOffset": {
  1267. "__type__": "cc.Vec2",
  1268. "x": 2,
  1269. "y": 2
  1270. },
  1271. "_shadowBlur": 2,
  1272. "_id": ""
  1273. },
  1274. {
  1275. "__type__": "cc.CompPrefabInfo",
  1276. "fileId": "5c3O1bADlH34rrCDY8s3tD"
  1277. },
  1278. {
  1279. "__type__": "cc.PrefabInfo",
  1280. "root": {
  1281. "__id__": 1
  1282. },
  1283. "asset": {
  1284. "__id__": 0
  1285. },
  1286. "fileId": "89oNgPrbtMb5Z2WIz6P/gS",
  1287. "instance": null,
  1288. "targetOverrides": null,
  1289. "nestedPrefabInstanceRoots": null
  1290. },
  1291. {
  1292. "__type__": "cc.UITransform",
  1293. "_name": "",
  1294. "_objFlags": 0,
  1295. "__editorExtras__": {},
  1296. "node": {
  1297. "__id__": 1
  1298. },
  1299. "_enabled": true,
  1300. "__prefab": {
  1301. "__id__": 55
  1302. },
  1303. "_contentSize": {
  1304. "__type__": "cc.Size",
  1305. "width": 0,
  1306. "height": 0
  1307. },
  1308. "_anchorPoint": {
  1309. "__type__": "cc.Vec2",
  1310. "x": 0.5,
  1311. "y": 0.5
  1312. },
  1313. "_id": ""
  1314. },
  1315. {
  1316. "__type__": "cc.CompPrefabInfo",
  1317. "fileId": "32vTxHxAZHV4OwCR5rCmYQ"
  1318. },
  1319. {
  1320. "__type__": "cc.Widget",
  1321. "_name": "",
  1322. "_objFlags": 0,
  1323. "__editorExtras__": {},
  1324. "node": {
  1325. "__id__": 1
  1326. },
  1327. "_enabled": true,
  1328. "__prefab": {
  1329. "__id__": 57
  1330. },
  1331. "_alignFlags": 18,
  1332. "_target": null,
  1333. "_left": 0,
  1334. "_right": 0,
  1335. "_top": 0,
  1336. "_bottom": 0,
  1337. "_horizontalCenter": 0,
  1338. "_verticalCenter": 50,
  1339. "_isAbsLeft": true,
  1340. "_isAbsRight": true,
  1341. "_isAbsTop": true,
  1342. "_isAbsBottom": true,
  1343. "_isAbsHorizontalCenter": true,
  1344. "_isAbsVerticalCenter": true,
  1345. "_originalWidth": 0,
  1346. "_originalHeight": 0,
  1347. "_alignMode": 2,
  1348. "_lockFlags": 0,
  1349. "_id": ""
  1350. },
  1351. {
  1352. "__type__": "cc.CompPrefabInfo",
  1353. "fileId": "2fyr4MWWJOsb2aqboqBTFO"
  1354. },
  1355. {
  1356. "__type__": "519a2XuJHhPCIqfzNnvXoyr",
  1357. "_name": "",
  1358. "_objFlags": 0,
  1359. "__editorExtras__": {},
  1360. "node": {
  1361. "__id__": 1
  1362. },
  1363. "_enabled": true,
  1364. "__prefab": {
  1365. "__id__": 59
  1366. },
  1367. "uiType": 1,
  1368. "_id": ""
  1369. },
  1370. {
  1371. "__type__": "cc.CompPrefabInfo",
  1372. "fileId": "24SF+O0ehGl6NSMLQfu6Kw"
  1373. },
  1374. {
  1375. "__type__": "cc.PrefabInfo",
  1376. "root": {
  1377. "__id__": 1
  1378. },
  1379. "asset": {
  1380. "__id__": 0
  1381. },
  1382. "fileId": "3eQhDwIONLcJOofVXsMGoe",
  1383. "instance": null,
  1384. "targetOverrides": null
  1385. }
  1386. ]