Commit bf159242 authored by Tt's avatar Tt

重命名

parent 317d574e
......@@ -3,7 +3,7 @@
// pg.event.emit('npc_voice_play_voice_end')
import pg from "../../scene/pg_sn05_night";
import pg from "../../scene/pg_sn14_dds";
const { ccclass, property } = cc._decorator;
......@@ -100,3 +100,4 @@ export default class LayerBack extends cc.Component {
......@@ -11,7 +11,7 @@
"height": 117,
"platformSettings": {},
"subMetas": {
"back_sn05_night": {
"back_sn14_dds": {
"ver": "1.0.4",
"uuid": "92327074-92fd-4d4a-a8aa-32f7ed514ab1",
"rawTextureUuid": "d3006e79-2315-4059-8aee-8e7a4d56121f",
......
......@@ -11,7 +11,7 @@
"height": 70,
"platformSettings": {},
"subMetas": {
"pic_icon_tiger1_sn05_night": {
"pic_icon_tiger1_sn14_dds": {
"ver": "1.0.4",
"uuid": "008bbd55-b1e7-4e82-bf54-f6cf40ebb738",
"rawTextureUuid": "593366d0-c41f-40dd-8cfa-72e2fbdb78b8",
......
......@@ -11,7 +11,7 @@
"height": 70,
"platformSettings": {},
"subMetas": {
"pic_icon_tiger2_sn05_night": {
"pic_icon_tiger2_sn14_dds": {
"ver": "1.0.4",
"uuid": "603d0882-deba-4173-8432-b9da5e547d20",
"rawTextureUuid": "f6f170f4-59de-40e0-b666-1ddaf58a6997",
......
......@@ -11,7 +11,7 @@
"height": 70,
"platformSettings": {},
"subMetas": {
"pic_icon_tiger_sn05_night": {
"pic_icon_tiger_sn14_dds": {
"ver": "1.0.4",
"uuid": "5d214bcc-ae6a-48b2-8e3e-693089d66911",
"rawTextureUuid": "ffa50fcc-6561-4673-8e93-5e4abf03d963",
......
......@@ -2,7 +2,7 @@
// pg.event.once('layer_coin_show_coin_end',()=>{}) // 动画回调
import pg from "../../scene/pg_sn05_night";
import pg from "../../scene/pg_sn14_dds";
const { ccclass, property } = cc._decorator;
......@@ -72,3 +72,4 @@ export default class LayerCoin extends cc.Component {
......@@ -2,7 +2,7 @@
// alert('replay')
// })
// pg.event.emit('layer_ending_show')
import pg from "../../scene/pg_sn05_night";
import pg from "../../scene/pg_sn14_dds";
const { ccclass, property } = cc._decorator;
......@@ -61,3 +61,4 @@ export default class LayerEnding extends cc.Component {
......@@ -11,7 +11,7 @@
"height": 166,
"platformSettings": {},
"subMetas": {
"bg_finish_hy17_hds_sn05_night": {
"bg_finish_hy17_hds_sn14_dds": {
"ver": "1.0.4",
"uuid": "23a8b623-34a7-4290-b6c8-d6092f00b95d",
"rawTextureUuid": "664f0051-39fd-4f00-be8e-9b38b7b09e09",
......
......@@ -11,7 +11,7 @@
"height": 1109,
"platformSettings": {},
"subMetas": {
"bg_finishlight_hy17_hds_sn05_night": {
"bg_finishlight_hy17_hds_sn14_dds": {
"ver": "1.0.4",
"uuid": "25fb3f92-bcc7-4131-9799-223ffe697b15",
"rawTextureUuid": "68923e19-0a44-4014-996d-ed2c1f3adb8f",
......
......@@ -11,7 +11,7 @@
"height": 153,
"platformSettings": {},
"subMetas": {
"btn_next_hy17_hds_sn05_night": {
"btn_next_hy17_hds_sn14_dds": {
"ver": "1.0.4",
"uuid": "9cddc7ee-9ccf-4dd5-86a6-94b3a5d69135",
"rawTextureUuid": "14a91e97-25df-434f-bebc-0fc904a33ded",
......
......@@ -11,7 +11,7 @@
"height": 153,
"platformSettings": {},
"subMetas": {
"btn_replay_hy17_hds_sn05_night": {
"btn_replay_hy17_hds_sn14_dds": {
"ver": "1.0.4",
"uuid": "1b782eab-25d2-4314-b83a-258f7e4d7ea4",
"rawTextureUuid": "c50a3c0b-6c2c-4bca-a5f4-ab2a99cd1936",
......
......@@ -11,7 +11,7 @@
"height": 70,
"platformSettings": {},
"subMetas": {
"icon_coin_hy17_hds_sn05_night": {
"icon_coin_hy17_hds_sn14_dds": {
"ver": "1.0.4",
"uuid": "4c1488d1-d283-4f03-864e-742eedadf6d9",
"rawTextureUuid": "4ca1236a-5bad-48ce-87f8-972316595c05",
......
......@@ -2,7 +2,7 @@
// pg.event.emit('img_voice_play_voice_end')
import pg from "../../scene/pg_sn05_night";
import pg from "../../scene/pg_sn14_dds";
const { ccclass, property } = cc._decorator;
......@@ -62,3 +62,4 @@ export default class ImgVoice extends cc.Component {
......@@ -6,7 +6,7 @@
//pg.event.on('layer_record_start_record',()=>{});
//pg.event.on('layer_record_end_record',()=>{});
import pg from "../../scene/pg_sn05_night";
import pg from "../../scene/pg_sn14_dds";
const { ccclass, property } = cc._decorator;
......@@ -207,3 +207,4 @@ export default class LayerRecord extends cc.Component {
......@@ -12,7 +12,7 @@
// pg.event.emit('layer_right_show_tryagain')
import pg from "../../scene/pg_sn05_night";
import pg from "../../scene/pg_sn14_dds";
const { ccclass, property } = cc._decorator;
......@@ -114,3 +114,4 @@ export default class LayerRight extends cc.Component {
......@@ -11,7 +11,7 @@
"height": 16,
"platformSettings": {},
"subMetas": {
"i10_sn05_night": {
"i10_sn14_dds": {
"ver": "1.0.4",
"uuid": "045d2d5b-3dd4-4d14-9c48-d2653a121ff3",
"rawTextureUuid": "836deb81-aab1-46ff-ad8a-a58986968f66",
......
......@@ -11,7 +11,7 @@
"height": 25,
"platformSettings": {},
"subMetas": {
"i11_sn05_night": {
"i11_sn14_dds": {
"ver": "1.0.4",
"uuid": "30588365-43b3-44d3-ba68-7ed363a12cd8",
"rawTextureUuid": "2c3a0728-5d75-4ff1-ad2b-27138f7c708e",
......
......@@ -11,7 +11,7 @@
"height": 49,
"platformSettings": {},
"subMetas": {
"i12_sn05_night": {
"i12_sn14_dds": {
"ver": "1.0.4",
"uuid": "39024710-3326-4a35-945b-9838ed3a664d",
"rawTextureUuid": "cb1b8647-8a92-472e-8425-7b61f8198987",
......
......@@ -11,7 +11,7 @@
"height": 26,
"platformSettings": {},
"subMetas": {
"i13_sn05_night": {
"i13_sn14_dds": {
"ver": "1.0.4",
"uuid": "32da9db5-0f38-4fe9-a829-cc72a7c493cb",
"rawTextureUuid": "3a4c01ad-8bf9-4479-ab00-f37810e0ace7",
......
......@@ -11,7 +11,7 @@
"height": 24,
"platformSettings": {},
"subMetas": {
"i14_sn05_night": {
"i14_sn14_dds": {
"ver": "1.0.4",
"uuid": "8080ed25-725a-496d-ba84-a05b9d9c81b5",
"rawTextureUuid": "5f83a256-61a4-4a7b-a0a3-a7d68a01aa89",
......
......@@ -11,7 +11,7 @@
"height": 25,
"platformSettings": {},
"subMetas": {
"i1_sn05_night": {
"i1_sn14_dds": {
"ver": "1.0.4",
"uuid": "26b83f5f-b0d0-49cf-a4b7-41ab49eb3c63",
"rawTextureUuid": "bfe2d72f-fe2a-46b9-babb-d484e2726840",
......
......@@ -11,7 +11,7 @@
"height": 27,
"platformSettings": {},
"subMetas": {
"i2_sn05_night": {
"i2_sn14_dds": {
"ver": "1.0.4",
"uuid": "97f011d3-cfcf-478c-a647-3f9a6e7277d2",
"rawTextureUuid": "5389cb80-61f0-4937-afe0-d1e5d09ad019",
......
......@@ -11,7 +11,7 @@
"height": 16,
"platformSettings": {},
"subMetas": {
"i3_sn05_night": {
"i3_sn14_dds": {
"ver": "1.0.4",
"uuid": "16a8d0b6-9087-4746-8600-0051ffaf398a",
"rawTextureUuid": "8d31c083-8767-440c-bcff-3354f6ca6292",
......
......@@ -11,7 +11,7 @@
"height": 30,
"platformSettings": {},
"subMetas": {
"i4_sn05_night": {
"i4_sn14_dds": {
"ver": "1.0.4",
"uuid": "2f2e8df2-e4fb-43c8-a57b-9607f9e5bb04",
"rawTextureUuid": "d88afec7-becf-4616-b7eb-e3309075d561",
......
......@@ -11,7 +11,7 @@
"height": 25,
"platformSettings": {},
"subMetas": {
"i5_sn05_night": {
"i5_sn14_dds": {
"ver": "1.0.4",
"uuid": "7a164a82-4c71-4f0a-8f23-3b5241b8377d",
"rawTextureUuid": "21e9d54b-7bc1-4009-b2b5-cc7827fea153",
......
......@@ -11,7 +11,7 @@
"height": 61,
"platformSettings": {},
"subMetas": {
"i6_sn05_night": {
"i6_sn14_dds": {
"ver": "1.0.4",
"uuid": "ccddbef6-be14-42c0-be1b-79d5d7843bdd",
"rawTextureUuid": "d628dcc8-1d1d-44d3-829d-f20a63e74f43",
......
......@@ -11,7 +11,7 @@
"height": 16,
"platformSettings": {},
"subMetas": {
"i7_sn05_night": {
"i7_sn14_dds": {
"ver": "1.0.4",
"uuid": "4c1ec0cb-3f12-4f6a-8842-4bc9a8d30595",
"rawTextureUuid": "588386de-1521-4292-b7d7-17c8f29aa65e",
......
......@@ -11,7 +11,7 @@
"height": 25,
"platformSettings": {},
"subMetas": {
"i8_sn05_night": {
"i8_sn14_dds": {
"ver": "1.0.4",
"uuid": "d3038178-fbd6-48e9-865b-6dd1c3175a4d",
"rawTextureUuid": "13c723a8-348a-43ef-b389-a8bc852e12bd",
......
......@@ -11,7 +11,7 @@
"height": 36,
"platformSettings": {},
"subMetas": {
"i9_sn05_night": {
"i9_sn14_dds": {
"ver": "1.0.4",
"uuid": "f7b9f86e-e501-494c-86aa-e58f088b8c70",
"rawTextureUuid": "e82a7b7d-6112-478f-beae-cc9884c10694",
......
......@@ -11,7 +11,7 @@
"height": 426,
"platformSettings": {},
"subMetas": {
"pic_light_sn05_night": {
"pic_light_sn14_dds": {
"ver": "1.0.4",
"uuid": "ebe797e6-b395-4cf5-9d84-5ae5a2ca153c",
"rawTextureUuid": "1ceaac4e-845d-431a-9170-04cc6d3f90c8",
......
......@@ -11,7 +11,7 @@
"height": 150,
"platformSettings": {},
"subMetas": {
"p0_sn05_night": {
"p0_sn14_dds": {
"ver": "1.0.4",
"uuid": "c9eb055f-e3e0-4f6e-9e05-45d7c4608877",
"rawTextureUuid": "dd5d53aa-0ec7-4476-a807-42f251d89b87",
......
......@@ -11,7 +11,7 @@
"height": 150,
"platformSettings": {},
"subMetas": {
"p1_sn05_night": {
"p1_sn14_dds": {
"ver": "1.0.4",
"uuid": "84c11178-f263-4e14-aa51-104545bb5499",
"rawTextureUuid": "422dcc2c-0347-46ab-88d9-a167e71390ac",
......
......@@ -11,7 +11,7 @@
"height": 150,
"platformSettings": {},
"subMetas": {
"p2_sn05_night": {
"p2_sn14_dds": {
"ver": "1.0.4",
"uuid": "79273752-abd4-4f1c-90d6-790e6a7d507c",
"rawTextureUuid": "27ef14bc-6d9a-4418-b9be-57fa7debf46f",
......
......@@ -11,7 +11,7 @@
"height": 150,
"platformSettings": {},
"subMetas": {
"p3_sn05_night": {
"p3_sn14_dds": {
"ver": "1.0.4",
"uuid": "15171692-6cb7-462b-aca3-86891a8c425a",
"rawTextureUuid": "0a711ec1-92b8-4ff7-b0f5-feb00b6a2c24",
......
......@@ -11,7 +11,7 @@
"height": 162,
"platformSettings": {},
"subMetas": {
"record_bg_sn05_night": {
"record_bg_sn14_dds": {
"ver": "1.0.4",
"uuid": "9ca32a61-c62c-4a19-92f0-3108a36b6049",
"rawTextureUuid": "9c3873f5-0f12-4520-afea-c0ed25db2900",
......
......@@ -11,7 +11,7 @@
"height": 140,
"platformSettings": {},
"subMetas": {
"record_icon_sn05_night": {
"record_icon_sn14_dds": {
"ver": "1.0.4",
"uuid": "2e3bd73f-da94-4921-be21-5acaaa12f138",
"rawTextureUuid": "41437958-b6ab-422b-9f58-8762b3975e11",
......
......@@ -11,7 +11,7 @@
"height": 131,
"platformSettings": {},
"subMetas": {
"record_time_sn05_night": {
"record_time_sn14_dds": {
"ver": "1.0.4",
"uuid": "0907d9b3-c15d-444d-94cb-42a9523ca2d1",
"rawTextureUuid": "a1813758-d06f-450c-b4e1-ecdea7d5668b",
......
......@@ -11,7 +11,7 @@
"height": 184,
"platformSettings": {},
"subMetas": {
"voice_white_sn05_night": {
"voice_white_sn14_dds": {
"ver": "1.0.4",
"uuid": "4a26b10f-d021-4bad-ac0e-f513daa05ae5",
"rawTextureUuid": "de7b6722-7804-402d-93f0-1eb866a83834",
......
......@@ -11,7 +11,7 @@
"height": 106,
"platformSettings": {},
"subMetas": {
"v1_sn05_night": {
"v1_sn14_dds": {
"ver": "1.0.4",
"uuid": "5d6944d6-a8e5-4fb1-8a51-398599119594",
"rawTextureUuid": "88a816bc-c8ae-4ba8-9779-60efbf0ccf12",
......
......@@ -11,7 +11,7 @@
"height": 106,
"platformSettings": {},
"subMetas": {
"v2_sn05_night": {
"v2_sn14_dds": {
"ver": "1.0.4",
"uuid": "d1a502ee-14cf-4c20-95e9-e8132e334e85",
"rawTextureUuid": "ea3203e3-fd33-49a4-ac3d-7f08003a120b",
......
......@@ -11,7 +11,7 @@
"height": 106,
"platformSettings": {},
"subMetas": {
"v3_sn05_night": {
"v3_sn14_dds": {
"ver": "1.0.4",
"uuid": "422c2578-4308-4ecb-b662-e6f8ac2f7012",
"rawTextureUuid": "038cbd16-2bda-4ba7-ab31-5f0a2c07cf05",
......
......@@ -2,7 +2,7 @@
// pg.event.emit('img_voice_play_voice_end')
import pg from "./pg_sn05_night";
import pg from "./pg_sn14_dds";
const { ccclass, property } = cc._decorator;
......@@ -59,3 +59,4 @@ export default class ImgVoice extends cc.Component {
......@@ -19,3 +19,4 @@ export default class NewClass extends cc.Component {
}
......@@ -1877,7 +1877,7 @@
"__id__": 39
},
"_children": [],
"_active": true,
"_active": false,
"_components": [
{
"__id__": 41
......@@ -2953,13 +2953,13 @@
},
{
"__type__": "cc.Node",
"_name": "vegetable",
"_name": "fruit",
"_objFlags": 0,
"_parent": {
"__id__": 61
},
"_children": [],
"_active": true,
"_active": false,
"_components": [
{
"__id__": 63
......@@ -2989,7 +2989,7 @@
"ctor": "Float64Array",
"array": [
0,
76.221,
76.901,
0,
0,
0,
......@@ -3011,7 +3011,7 @@
"_is3DNode": false,
"_groupIndex": 0,
"groupIndex": 0,
"_id": "2dbF1DVJFDa6N4SXGD1n0t"
"_id": "364LOKkaZGE5N/2Tujd3Ly"
},
{
"__type__": "cc.Sprite",
......@@ -3029,7 +3029,7 @@
"_srcBlendFactor": 770,
"_dstBlendFactor": 771,
"_spriteFrame": {
"__uuid__": "912ad534-ebd6-4b3b-8288-bd05a5607923"
"__uuid__": "b1de31d8-69fa-425c-a763-ab3782aeafae"
},
"_type": 0,
"_sizeMode": 1,
......@@ -3043,11 +3043,11 @@
"_fillRange": 0,
"_isTrimmedMode": true,
"_atlas": null,
"_id": "9dapv9dONAF7SyKtTtduS3"
"_id": "89/+UbC+FBkI98EI+ghzIf"
},
{
"__type__": "cc.Node",
"_name": "fruit",
"_name": "vegetable",
"_objFlags": 0,
"_parent": {
"__id__": 61
......@@ -3083,7 +3083,7 @@
"ctor": "Float64Array",
"array": [
0,
76.901,
76.221,
0,
0,
0,
......@@ -3105,7 +3105,7 @@
"_is3DNode": false,
"_groupIndex": 0,
"groupIndex": 0,
"_id": "364LOKkaZGE5N/2Tujd3Ly"
"_id": "2dbF1DVJFDa6N4SXGD1n0t"
},
{
"__type__": "cc.Sprite",
......@@ -3123,7 +3123,7 @@
"_srcBlendFactor": 770,
"_dstBlendFactor": 771,
"_spriteFrame": {
"__uuid__": "b1de31d8-69fa-425c-a763-ab3782aeafae"
"__uuid__": "912ad534-ebd6-4b3b-8288-bd05a5607923"
},
"_type": 0,
"_sizeMode": 1,
......@@ -3137,7 +3137,7 @@
"_fillRange": 0,
"_isTrimmedMode": true,
"_atlas": null,
"_id": "89/+UbC+FBkI98EI+ghzIf"
"_id": "9dapv9dONAF7SyKtTtduS3"
},
{
"__type__": "cc.Node",
......@@ -3274,13 +3274,13 @@
},
{
"__type__": "cc.Node",
"_name": "fruit",
"_name": "vegetable",
"_objFlags": 0,
"_parent": {
"__id__": 67
},
"_children": [],
"_active": true,
"_active": false,
"_components": [
{
"__id__": 69
......@@ -3298,7 +3298,7 @@
"_contentSize": {
"__type__": "cc.Size",
"width": 367,
"height": 285
"height": 297
},
"_anchorPoint": {
"__type__": "cc.Vec2",
......@@ -3310,7 +3310,7 @@
"ctor": "Float64Array",
"array": [
0,
142,
147.887,
0,
0,
0,
......@@ -3332,7 +3332,7 @@
"_is3DNode": false,
"_groupIndex": 0,
"groupIndex": 0,
"_id": "72kGkRdaZMlana6oeWQVSM"
"_id": "45ku3xJXdL0Lrl4XRlPSip"
},
{
"__type__": "cc.Sprite",
......@@ -3350,7 +3350,7 @@
"_srcBlendFactor": 770,
"_dstBlendFactor": 771,
"_spriteFrame": {
"__uuid__": "c32ba01c-3a00-43f6-b403-ef7f83bdc7b3"
"__uuid__": "092b3caf-5018-4742-b3de-19a510f63795"
},
"_type": 0,
"_sizeMode": 1,
......@@ -3364,11 +3364,11 @@
"_fillRange": 0,
"_isTrimmedMode": true,
"_atlas": null,
"_id": "edxJpXRSxOEpvHHph+svTm"
"_id": "e5N1OM31NHoZwfNzu/U5CH"
},
{
"__type__": "cc.Node",
"_name": "vegetable",
"_name": "fruit",
"_objFlags": 0,
"_parent": {
"__id__": 67
......@@ -3392,7 +3392,7 @@
"_contentSize": {
"__type__": "cc.Size",
"width": 367,
"height": 297
"height": 285
},
"_anchorPoint": {
"__type__": "cc.Vec2",
......@@ -3404,7 +3404,7 @@
"ctor": "Float64Array",
"array": [
0,
147.887,
142,
0,
0,
0,
......@@ -3426,7 +3426,7 @@
"_is3DNode": false,
"_groupIndex": 0,
"groupIndex": 0,
"_id": "45ku3xJXdL0Lrl4XRlPSip"
"_id": "72kGkRdaZMlana6oeWQVSM"
},
{
"__type__": "cc.Sprite",
......@@ -3444,7 +3444,7 @@
"_srcBlendFactor": 770,
"_dstBlendFactor": 771,
"_spriteFrame": {
"__uuid__": "092b3caf-5018-4742-b3de-19a510f63795"
"__uuid__": "c32ba01c-3a00-43f6-b403-ef7f83bdc7b3"
},
"_type": 0,
"_sizeMode": 1,
......@@ -3458,7 +3458,7 @@
"_fillRange": 0,
"_isTrimmedMode": true,
"_atlas": null,
"_id": "e5N1OM31NHoZwfNzu/U5CH"
"_id": "edxJpXRSxOEpvHHph+svTm"
},
{
"__type__": "cc.Node",
......@@ -4362,7 +4362,7 @@
"__id__": 89
},
"_children": [],
"_active": true,
"_active": false,
"_components": [
{
"__id__": 91
......@@ -4777,7 +4777,7 @@
"__id__": 95
},
"_children": [],
"_active": true,
"_active": false,
"_components": [
{
"__id__": 99
......@@ -5765,7 +5765,7 @@
"__id__": 117
},
"_children": [],
"_active": true,
"_active": false,
"_components": [
{
"__id__": 119
......@@ -6086,7 +6086,7 @@
"__id__": 123
},
"_children": [],
"_active": true,
"_active": false,
"_components": [
{
"__id__": 125
......@@ -7262,7 +7262,7 @@
"__id__": 145
},
"_children": [],
"_active": true,
"_active": false,
"_components": [
{
"__id__": 149
......@@ -7751,7 +7751,7 @@
"__id__": 154
},
"_children": [],
"_active": true,
"_active": false,
"_components": [
{
"__id__": 158
......@@ -8739,7 +8739,7 @@
"__id__": 176
},
"_children": [],
"_active": true,
"_active": false,
"_components": [
{
"__id__": 178
......@@ -9060,7 +9060,7 @@
"__id__": 182
},
"_children": [],
"_active": true,
"_active": false,
"_components": [
{
"__id__": 184
......@@ -10236,7 +10236,7 @@
"__id__": 204
},
"_children": [],
"_active": true,
"_active": false,
"_components": [
{
"__id__": 208
......@@ -10557,7 +10557,7 @@
"__id__": 210
},
"_children": [],
"_active": true,
"_active": false,
"_components": [
{
"__id__": 214
......@@ -11545,7 +11545,7 @@
"__id__": 232
},
"_children": [],
"_active": true,
"_active": false,
"_components": [
{
"__id__": 234
......@@ -11866,7 +11866,7 @@
"__id__": 238
},
"_children": [],
"_active": true,
"_active": false,
"_components": [
{
"__id__": 240
......@@ -13042,7 +13042,7 @@
"__id__": 260
},
"_children": [],
"_active": true,
"_active": false,
"_components": [
{
"__id__": 264
......
import { asyncDelay, onHomeworkFinish } from "../script/util_sn05_night";
import { MyCocosSceneComponent } from "../script/MyCocosSceneComponent_sn05_night";
import pg from "./pg_sn05_night";
import ImgVoice from "./ImgVoice";
import { asyncDelay, onHomeworkFinish } from "../script/util_sn14_dds";
import { MyCocosSceneComponent } from "../script/MyCocosSceneComponent_sn14_dds";
import pg from "./pg_sn14_dds";
import ImgVoice from "./ImgVoice_sn14_dds";
const { ccclass, property } = cc._decorator;
......@@ -358,3 +358,4 @@ export default class SceneComponent extends MyCocosSceneComponent {
}
import { defaultData } from "../script/defaultData_sn05_night";
import { defaultData } from "../script/defaultData_sn14_dds";
export class MyCocosSceneComponent extends cc.Component {
......@@ -182,3 +182,4 @@ export class MyCocosSceneComponent extends cc.Component {
......@@ -11,7 +11,7 @@
"height": 336,
"platformSettings": {},
"subMetas": {
"1orange_sn05_night": {
"1orange_sn14_dds": {
"ver": "1.0.4",
"uuid": "43d1e79d-6de8-4dcb-b8ce-d767df7913aa",
"rawTextureUuid": "efa5fa09-a4dd-4bfc-ab7e-17c19f85408f",
......
......@@ -11,7 +11,7 @@
"height": 720,
"platformSettings": {},
"subMetas": {
"bg_sn05_night": {
"bg_sn14_dds": {
"ver": "1.0.4",
"uuid": "8288e3d4-4c75-4b27-8f01-f7014417f4dd",
"rawTextureUuid": "e1b4d971-9876-4832-803a-5a321964a78b",
......
......@@ -11,7 +11,7 @@
"height": 67,
"platformSettings": {},
"subMetas": {
"btn_left_sn05_night": {
"btn_left_sn14_dds": {
"ver": "1.0.4",
"uuid": "ce19457d-e8f3-4c38-ae3e-d4b99208ddb5",
"rawTextureUuid": "9a79969a-0506-48d4-bc98-3c05d109b027",
......
......@@ -11,7 +11,7 @@
"height": 67,
"platformSettings": {},
"subMetas": {
"btn_right_sn05_night": {
"btn_right_sn14_dds": {
"ver": "1.0.4",
"uuid": "e5a2dbaa-a677-4a32-90d7-a1b057d7fb59",
"rawTextureUuid": "d582359e-924e-4ee9-9964-1fc4bb417e71",
......
......@@ -11,7 +11,7 @@
"height": 1080,
"platformSettings": {},
"subMetas": {
"bg_sn05_night": {
"bg_sn14_dds": {
"ver": "1.0.4",
"uuid": "214f8d68-0a2d-4704-84c3-fe89645c0665",
"rawTextureUuid": "30e24ba1-19a8-49a5-a42f-e97ff2621690",
......
......@@ -11,7 +11,7 @@
"height": 194,
"platformSettings": {},
"subMetas": {
"c1_sn05_night": {
"c1_sn14_dds": {
"ver": "1.0.4",
"uuid": "bb47d73b-f927-41a1-8543-ef257f154f51",
"rawTextureUuid": "02d7f1a3-1f30-4b41-afe8-a0b6561e2acc",
......
......@@ -11,7 +11,7 @@
"height": 194,
"platformSettings": {},
"subMetas": {
"c2_sn05_night": {
"c2_sn14_dds": {
"ver": "1.0.4",
"uuid": "b6b77b42-7e73-4e68-b7b4-a65def4925a0",
"rawTextureUuid": "f875a794-028c-4d46-b6e7-f9c8d0a071e9",
......
......@@ -11,7 +11,7 @@
"height": 283,
"platformSettings": {},
"subMetas": {
"c3_sn05_night": {
"c3_sn14_dds": {
"ver": "1.0.4",
"uuid": "2ba6d3c0-dcb0-42b0-bf04-1c83a41ce3ac",
"rawTextureUuid": "5922aed3-eb45-46a3-a9ae-0e6e3d818e7c",
......
......@@ -11,7 +11,7 @@
"height": 283,
"platformSettings": {},
"subMetas": {
"c4_sn05_night": {
"c4_sn14_dds": {
"ver": "1.0.4",
"uuid": "8988881c-00b2-4fcb-9c3c-3947c3dbbb9d",
"rawTextureUuid": "2454cc13-ed84-4470-bf5c-aa78f4be29ba",
......
......@@ -11,7 +11,7 @@
"height": 397,
"platformSettings": {},
"subMetas": {
"view2_sn05_night": {
"view2_sn14_dds": {
"ver": "1.0.4",
"uuid": "5276f9b9-9eec-488f-a482-5738d3d65d91",
"rawTextureUuid": "b611a83b-41e5-4d13-aac8-305696857fcc",
......
......@@ -11,7 +11,7 @@
"height": 270,
"platformSettings": {},
"subMetas": {
"view_sn05_night": {
"view_sn14_dds": {
"ver": "1.0.4",
"uuid": "14a37530-0c16-4b2f-bbe9-2719b41f844a",
"rawTextureUuid": "358521cb-6c70-4ee0-aad6-870f3cf939cc",
......
......@@ -11,7 +11,7 @@
"height": 751,
"platformSettings": {},
"subMetas": {
"word_bg_sn05_night": {
"word_bg_sn14_dds": {
"ver": "1.0.4",
"uuid": "3f50cc9c-f554-43a3-b8bf-1b127230c581",
"rawTextureUuid": "51398e83-f2cb-476e-8130-f06c5d2a66d0",
......
......@@ -11,7 +11,7 @@
"height": 122,
"platformSettings": {},
"subMetas": {
"word_title_sn05_night": {
"word_title_sn14_dds": {
"ver": "1.0.4",
"uuid": "6fd869f3-8fc7-4192-9486-cba78df607a9",
"rawTextureUuid": "f9165ee2-e152-469e-a325-be5a4f2c4326",
......
......@@ -11,7 +11,7 @@
"height": 144,
"platformSettings": {},
"subMetas": {
"icon_sn05_night": {
"icon_sn14_dds": {
"ver": "1.0.4",
"uuid": "6fbc30a8-3c49-44ae-8ba4-7f56f385b78a",
"rawTextureUuid": "18d07592-51a9-421e-8972-0f67b68d29e1",
......
......@@ -11,7 +11,7 @@
"height": 1080,
"platformSettings": {},
"subMetas": {
"bg_sn05_night": {
"bg_sn14_dds": {
"ver": "1.0.4",
"uuid": "d0b19715-9681-4bf3-adca-8012e0177dd5",
"rawTextureUuid": "a054b930-a932-44f5-a91a-70c550e48015",
......
......@@ -11,7 +11,7 @@
"height": 88,
"platformSettings": {},
"subMetas": {
"icon_tine_sn05_night": {
"icon_tine_sn14_dds": {
"ver": "1.0.4",
"uuid": "a7af5f8a-b0c6-49eb-ab6f-2f6e63033613",
"rawTextureUuid": "684933db-f590-4608-83a5-b1f6a8ce27fc",
......
......@@ -11,7 +11,7 @@
"height": 346,
"platformSettings": {},
"subMetas": {
"img_ufo_sn05_night": {
"img_ufo_sn14_dds": {
"ver": "1.0.4",
"uuid": "7e967f0e-5e09-4b2b-9d31-2bc10aaaddef",
"rawTextureUuid": "c667ef67-2fcc-452b-8bb1-b446b5f99a02",
......
......@@ -11,7 +11,7 @@
"height": 504,
"platformSettings": {},
"subMetas": {
"img_ufo_success_sn05_night": {
"img_ufo_success_sn14_dds": {
"ver": "1.0.4",
"uuid": "3ad07a76-e5b3-4ab4-8277-49448f7e9972",
"rawTextureUuid": "c38e5d7e-8c4d-4878-b7c3-3bd2d2ec642c",
......
......@@ -11,7 +11,7 @@
"height": 677,
"platformSettings": {},
"subMetas": {
"progress_0sn05_night": {
"progress_0sn14_dds": {
"ver": "1.0.4",
"uuid": "23b67434-3764-4fa9-bad7-336241954046",
"rawTextureUuid": "e153c075-c643-4e95-86c6-8538715dc2de",
......
......@@ -11,7 +11,7 @@
"height": 283,
"platformSettings": {},
"subMetas": {
"progress_1sn05_night": {
"progress_1sn14_dds": {
"ver": "1.0.4",
"uuid": "18694e51-8133-4f78-9897-1b63a4f2d5ce",
"rawTextureUuid": "7b0225ac-af27-4000-a5bd-853ae06555d6",
......
......@@ -11,7 +11,7 @@
"height": 1080,
"platformSettings": {},
"subMetas": {
"view_right_sn05_night": {
"view_right_sn14_dds": {
"ver": "1.0.4",
"uuid": "b1e4bd61-c17c-4820-b882-ea0988834019",
"rawTextureUuid": "b751aeea-5c2f-430a-9859-9362d3f6cb04",
......
......@@ -11,7 +11,7 @@
"height": 297,
"platformSettings": {},
"subMetas": {
"bg_fruit_front": {
"bg_fruit_front_sn14_dds": {
"ver": "1.0.4",
"uuid": "b1de31d8-69fa-425c-a763-ab3782aeafae",
"rawTextureUuid": "26dce70a-6ad4-4c1d-99e1-364b199da896",
......
......@@ -11,7 +11,7 @@
"height": 297,
"platformSettings": {},
"subMetas": {
"bg_fruit": {
"bg_fruit_sn14_dds": {
"ver": "1.0.4",
"uuid": "c32ba01c-3a00-43f6-b403-ef7f83bdc7b3",
"rawTextureUuid": "ddfaac7c-78b7-4fbd-b655-efa0b91de63a",
......
......@@ -11,7 +11,7 @@
"height": 158,
"platformSettings": {},
"subMetas": {
"bg_mouse_normal": {
"bg_mouse_normal_sn14_dds": {
"ver": "1.0.4",
"uuid": "390f6d47-7d88-41a2-8979-27a2bd89b0e9",
"rawTextureUuid": "b6a9a78e-0c7a-42e6-ada2-f640b90b3e83",
......
......@@ -11,7 +11,7 @@
"height": 158,
"platformSettings": {},
"subMetas": {
"bg_mouse_right": {
"bg_mouse_right_sn14_dds": {
"ver": "1.0.4",
"uuid": "b665cc0e-b2c9-4849-9e93-6f84780e36c9",
"rawTextureUuid": "fa54d548-ef58-4bc2-a135-7ba07a944cf2",
......
......@@ -11,7 +11,7 @@
"height": 158,
"platformSettings": {},
"subMetas": {
"bg_mouse_wrong": {
"bg_mouse_wrong_sn14_dds": {
"ver": "1.0.4",
"uuid": "f9f37884-d783-4657-97c2-da813b020d14",
"rawTextureUuid": "58cb84fc-a350-40e7-b9b4-a8192d6aa8a2",
......
......@@ -11,7 +11,7 @@
"height": 332,
"platformSettings": {},
"subMetas": {
"bg_pic": {
"bg_pic_sn14_dds": {
"ver": "1.0.4",
"uuid": "1be53f37-23ec-478a-ad92-d5654530e6e0",
"rawTextureUuid": "8dfe73d5-bb8e-475c-afad-43045ded1eff",
......
......@@ -11,7 +11,7 @@
"height": 297,
"platformSettings": {},
"subMetas": {
"bg_vegetable_front": {
"bg_vegetable_front_sn14_dds": {
"ver": "1.0.4",
"uuid": "912ad534-ebd6-4b3b-8288-bd05a5607923",
"rawTextureUuid": "23123128-7822-46fd-81a1-3fd9bd9eb61a",
......
......@@ -11,7 +11,7 @@
"height": 297,
"platformSettings": {},
"subMetas": {
"bg_vegetable": {
"bg_vegetable_sn14_dds": {
"ver": "1.0.4",
"uuid": "092b3caf-5018-4742-b3de-19a510f63795",
"rawTextureUuid": "5eb2a793-7159-418a-8143-42c543d538b9",
......
......@@ -11,7 +11,7 @@
"height": 332,
"platformSettings": {},
"subMetas": {
"bg_word": {
"bg_word_sn14_dds": {
"ver": "1.0.4",
"uuid": "5c42d234-2a33-42ae-86ff-5a11c4292afb",
"rawTextureUuid": "f6d0f736-6a3a-4508-aab0-94a821252afc",
......
......@@ -11,7 +11,7 @@
"height": 1080,
"platformSettings": {},
"subMetas": {
"bg_bg": {
"bg_bg_sn14_dds": {
"ver": "1.0.4",
"uuid": "957f4e2f-6a4a-4a06-9f6f-b2582f0f2050",
"rawTextureUuid": "75f178b0-46d1-4f6c-943d-05f49bbdde1a",
......
......@@ -11,7 +11,7 @@
"height": 1080,
"platformSettings": {},
"subMetas": {
"bg_left": {
"bg_left_sn14_dds": {
"ver": "1.0.4",
"uuid": "e0b06a0c-f676-4b7b-903e-0c239b9f3360",
"rawTextureUuid": "5e075d54-1e39-41c4-a457-093ec5eb4aba",
......
......@@ -11,7 +11,7 @@
"height": 221,
"platformSettings": {},
"subMetas": {
"bg_planet": {
"bg_planet_sn14_dds": {
"ver": "1.0.4",
"uuid": "a3574451-3be0-4244-b80e-5ff5b7dc1c8a",
"rawTextureUuid": "b441573d-3d95-4354-a244-bbce44e1ebbf",
......
......@@ -11,7 +11,7 @@
"height": 1080,
"platformSettings": {},
"subMetas": {
"bg_right": {
"bg_right_sn14_dds": {
"ver": "1.0.4",
"uuid": "c318df03-7054-4f1f-a981-d7df4ba624c0",
"rawTextureUuid": "0515bdb1-8778-4256-b950-6d9c7684c8bc",
......
......@@ -11,7 +11,7 @@
"height": 165,
"platformSettings": {},
"subMetas": {
"bg_sale": {
"bg_sale_sn14_dds": {
"ver": "1.0.4",
"uuid": "df418e1e-235a-4d66-b2b1-039f9d66ffef",
"rawTextureUuid": "5728a610-ef45-4acc-a12a-fb1667755371",
......
......@@ -11,7 +11,7 @@
"height": 98,
"platformSettings": {},
"subMetas": {
"bg_shelf": {
"bg_shelf_sn14_dds": {
"ver": "1.0.4",
"uuid": "f70336a1-ead2-4bd6-85a7-3f9d60c4e81a",
"rawTextureUuid": "30685797-e2b0-44ba-a9cd-2753a8cf4742",
......
......@@ -11,7 +11,7 @@
"height": 996,
"platformSettings": {},
"subMetas": {
"bg_top": {
"bg_top_sn14_dds": {
"ver": "1.0.4",
"uuid": "4072a38b-956e-4e64-bcff-bee207f1d48f",
"rawTextureUuid": "d425b4e3-5c92-4558-b374-97c45c0b1cba",
......
......@@ -11,7 +11,7 @@
"height": 149,
"platformSettings": {},
"subMetas": {
"btn_laba1": {
"btn_laba1_sn14_dds": {
"ver": "1.0.4",
"uuid": "2e6c0e5a-cbaf-4bd6-b215-1274669a7c2d",
"rawTextureUuid": "5d8d1a83-57d4-414a-8212-a74f3d8ed0c4",
......
......@@ -11,7 +11,7 @@
"height": 149,
"platformSettings": {},
"subMetas": {
"btn_laba2": {
"btn_laba2_sn14_dds": {
"ver": "1.0.4",
"uuid": "a140e73e-91d7-4d26-86a2-e2215a650cc3",
"rawTextureUuid": "1f7f8006-6f8d-4e9f-8df7-d5239ae40a61",
......
......@@ -11,7 +11,7 @@
"height": 149,
"platformSettings": {},
"subMetas": {
"btn_laba3": {
"btn_laba3_sn14_dds": {
"ver": "1.0.4",
"uuid": "2fbbed74-e83b-46a7-8525-b8c342f4612e",
"rawTextureUuid": "8b2e71e5-3dec-4410-ab03-65fa79fae0b7",
......
......@@ -11,7 +11,7 @@
"height": 149,
"platformSettings": {},
"subMetas": {
"btn_laba_bg": {
"btn_laba_bg_sn14_dds": {
"ver": "1.0.4",
"uuid": "b7edc74d-e65d-4fdb-9d1d-fdc51b203b7b",
"rawTextureUuid": "768c3752-70c6-4f54-9ba5-4ba117708a93",
......
......@@ -11,7 +11,7 @@
"height": 1198,
"platformSettings": {},
"subMetas": {
"view2": {
"view2_sn14_dds": {
"ver": "1.0.4",
"uuid": "dd009b0c-a92b-44b7-9529-57538a2dcc21",
"rawTextureUuid": "33315b3f-2514-4db7-94b5-140bd18ecbb6",
......
......@@ -11,7 +11,7 @@
"height": 1080,
"platformSettings": {},
"subMetas": {
"view": {
"view_sn14_dds": {
"ver": "1.0.4",
"uuid": "3e7c0df2-5fbb-4e44-bcd7-29728c74264b",
"rawTextureUuid": "33ad0176-e683-46b6-8d19-39fe8eddf748",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment