Commit 2c76c908 authored by yu's avatar yu

音频时长

parent bbf62353
import { onHomeworkFinish } from "../script/util";
import { defaultData } from "../script/defaultData";
import { itemData } from "./data";
import { hyLoader } from "./hyLoader";
import GameManager from "./gameManager";
import pg from "./pg";
import ani from "./ani";
import { asyncDelay, RandomInt, showFireworks } from "../script/utils";
import { onHomeworkFinish } from "../script/util_OP54";
import { defaultData } from "../script/defaultData_OP54";
import GameManager from "./gameManager_OP54";
import pg from "./pg_OP54";
import { asyncDelay, RandomInt, showFireworks } from "../script/utils_OP54";
cc.Class({
......@@ -750,13 +747,15 @@ cc.Class({
for (let i = 0; i < orderAudio.length; i++) {
let t = orderAudio[i];
await pg.audio.playAudioByUrl(t.audio, (id) => {
let time = cc.audioEngine.getDuration(id);
for (let j = 0; j < t.index.length; j++) {
if (t.index[j] && t.index[j] == 1) {
console.log("id: " + j + " i:" + i);
this.showCardAction(j, time);
setTimeout(() => {
let time = cc.audioEngine.getDuration(id);
for (let j = 0; j < t.index.length; j++) {
if (t.index[j] && t.index[j] == 1) {
console.log("id: " + j + " i:" + i);
this.showCardAction(j, time);
}
}
}
}, 60);
})
}
let layout_short = cc.find("card_group/layout_short", this.node);
......@@ -773,9 +772,10 @@ cc.Class({
let layout_short = cc.find("card_group/layout_short", this.node);
let layout_long = cc.find("card_group/layout_long", this.node);
let layout = this._stageData.word.length <= 5 ? layout_short : layout_long;
if (!time || time < 0) time = 0.4;
let t = time / 2;
if (t < 0.1) t += 0.2;
layout.children.forEach((item,idx) => {
layout.children.forEach((item, idx) => {
if (idx != id) return;
cc.tween(item).by(t, { y: 20 }).by(t, { y: -20 }).start();
})
......
{
"ver": "1.0.8",
"uuid": "56a81a72-9fae-4ab6-9954-934fb2cad5e3",
"uuid": "c9cab6a1-ce65-47e5-b86c-f9aa4eb88629",
"isPlugin": false,
"loadPluginInWeb": true,
"loadPluginInNative": true,
......
......@@ -5,7 +5,7 @@
// Learn life-cycle callbacks:
// - https://docs.cocos.com/creator/manual/en/scripting/life-cycle-callbacks.html
import pg from "./pg";
import pg from "./pg_OP54";
cc.Class({
extends: cc.Component,
......
import pg from "./pg";
import pg from "./pg_OP54";
cc.Class({
extends: cc.Component,
......
......@@ -11,7 +11,7 @@
"height": 42,
"platformSettings": {},
"subMetas": {
"bg_lowerright": {
"bg_lowerright_OP54": {
"ver": "1.0.4",
"uuid": "29b37500-3c36-402b-87df-7fdc2051f790",
"rawTextureUuid": "04be2091-7249-4fcb-a65e-bfc2c3ecc96b",
......
......@@ -11,7 +11,7 @@
"height": 134,
"platformSettings": {},
"subMetas": {
"bg_upperleft": {
"bg_upperleft_OP54": {
"ver": "1.0.4",
"uuid": "3c0175c5-2b7a-4126-bbb8-0f5d11281fc2",
"rawTextureUuid": "3a02c5e9-45c7-4435-be30-c2af31be3de9",
......
......@@ -11,7 +11,7 @@
"height": 80,
"platformSettings": {},
"subMetas": {
"btn_laba1": {
"btn_laba1_OP54": {
"ver": "1.0.4",
"uuid": "75904944-b4a7-4ba2-9aa5-0497e1551e50",
"rawTextureUuid": "051bfd31-ec34-48e0-a631-a11245509c14",
......
......@@ -11,7 +11,7 @@
"height": 80,
"platformSettings": {},
"subMetas": {
"btn_laba2": {
"btn_laba2_OP54": {
"ver": "1.0.4",
"uuid": "5612cac7-1ce6-487c-b25a-42e05ed2e78a",
"rawTextureUuid": "36daaa39-08e0-4cd8-9f68-36108886aea1",
......
......@@ -11,7 +11,7 @@
"height": 80,
"platformSettings": {},
"subMetas": {
"btn_laba3": {
"btn_laba3_OP54": {
"ver": "1.0.4",
"uuid": "a86c2d0f-9ee5-4cc0-8237-ae48d4169a41",
"rawTextureUuid": "461e8914-a1e8-4c83-a8f4-60aea22dd5e0",
......
......@@ -11,7 +11,7 @@
"height": 80,
"platformSettings": {},
"subMetas": {
"btn_laba": {
"btn_laba_OP54": {
"ver": "1.0.4",
"uuid": "2c7eeebc-c053-492e-a012-ea7213569315",
"rawTextureUuid": "d6fba06c-25ff-41cc-83a2-0cb8354ea244",
......
......@@ -11,7 +11,7 @@
"height": 42,
"platformSettings": {},
"subMetas": {
"btn_replay": {
"btn_replay_OP54": {
"ver": "1.0.4",
"uuid": "30d458b1-dc30-4f78-909a-2013739fb431",
"rawTextureUuid": "5d8d8e3b-377b-4ac1-9e3a-ef2fb85baa17",
......
......@@ -11,7 +11,7 @@
"height": 252,
"platformSettings": {},
"subMetas": {
"bg_bian3": {
"bg_bian3_OP54": {
"ver": "1.0.4",
"uuid": "e6db9f06-74c0-4ae4-887d-64837fd242f0",
"rawTextureUuid": "9a587b06-cf32-4d48-a541-6ada3ad274e4",
......
......@@ -11,7 +11,7 @@
"height": 252,
"platformSettings": {},
"subMetas": {
"bg_card3": {
"bg_card3_OP54": {
"ver": "1.0.4",
"uuid": "77c7f91a-4edd-4977-9ec5-c26b341005a7",
"rawTextureUuid": "3cc45ca8-434e-4600-90ba-56b9a2760fd6",
......
......@@ -11,7 +11,7 @@
"height": 342,
"platformSettings": {},
"subMetas": {
"bg_bian2": {
"bg_bian2_OP54": {
"ver": "1.0.4",
"uuid": "d6cce320-5f9e-489c-a472-a9365e7d24b6",
"rawTextureUuid": "811f7d25-d89a-44a2-9d51-b46f5f5249cb",
......
......@@ -11,7 +11,7 @@
"height": 342,
"platformSettings": {},
"subMetas": {
"bg_card2": {
"bg_card2_OP54": {
"ver": "1.0.4",
"uuid": "257625f4-9a61-42fb-8422-1f0b05e376f0",
"rawTextureUuid": "2e392a4b-6991-4ff9-a669-5c9b127df2f1",
......
......@@ -11,7 +11,7 @@
"height": 304,
"platformSettings": {},
"subMetas": {
"bg_bian1": {
"bg_bian1_OP54": {
"ver": "1.0.4",
"uuid": "c66d52bb-5d83-4c9a-b93e-abcadc126dd8",
"rawTextureUuid": "f9f52fd3-fcec-40fe-99a5-f48100c8f9d1",
......
......@@ -11,7 +11,7 @@
"height": 304,
"platformSettings": {},
"subMetas": {
"bg_card1": {
"bg_card1_OP54": {
"ver": "1.0.4",
"uuid": "1a4f36a9-6013-47ac-9f82-24b670c459b9",
"rawTextureUuid": "80fd26f4-7566-4bc9-96e7-f1e752256024",
......
......@@ -11,7 +11,7 @@
"height": 275,
"platformSettings": {},
"subMetas": {
"icon_bigstar": {
"icon_bigstar_OP54": {
"ver": "1.0.4",
"uuid": "b605e3ec-c73b-4f18-8658-1297286390b6",
"rawTextureUuid": "58f797a6-d197-4c41-a806-b2dcbcdf4281",
......
......@@ -11,7 +11,7 @@
"height": 69,
"platformSettings": {},
"subMetas": {
"icon_star": {
"icon_star_OP54": {
"ver": "1.0.4",
"uuid": "7b444d01-27cb-46a2-b383-f897f9c2e5a6",
"rawTextureUuid": "97bfb9c6-d3dc-4c16-b97f-3fe30c06dbf7",
......
......@@ -11,7 +11,7 @@
"height": 69,
"platformSettings": {},
"subMetas": {
"icon_stardi": {
"icon_stardi_OP54": {
"ver": "1.0.4",
"uuid": "6eb027e3-4628-4a98-99b0-3977f187254d",
"rawTextureUuid": "b5dc32ee-1aed-49e4-a4a2-b7545dbc5738",
......
......@@ -11,7 +11,7 @@
"height": 629,
"platformSettings": {},
"subMetas": {
"invalid_name_2": {
"invalid_name_2_OP54": {
"ver": "1.0.4",
"uuid": "dfaabebe-a706-4ea6-ad4a-6be4152236e6",
"rawTextureUuid": "60927e11-4a7b-47a1-975e-9dac1f33d2d0",
......
......@@ -11,7 +11,7 @@
"height": 720,
"platformSettings": {},
"subMetas": {
"invalid_name": {
"invalid_name_OP54": {
"ver": "1.0.4",
"uuid": "4c0abb83-4c66-45cc-af40-4c1e87804615",
"rawTextureUuid": "499b9a09-2590-4e82-9f8a-d05f5d7e173f",
......
......@@ -11,7 +11,7 @@
"height": 76,
"platformSettings": {},
"subMetas": {
"title_bg": {
"title_bg_OP54": {
"ver": "1.0.4",
"uuid": "a23a27e9-93c7-40f5-b990-970eb7461386",
"rawTextureUuid": "c520da64-ba31-4144-a89c-dd1375a6546f",
......
......@@ -11,7 +11,7 @@
"height": 80,
"platformSettings": {},
"subMetas": {
"chose": {
"chose_OP54": {
"ver": "1.0.4",
"uuid": "ffcc7049-c012-41b4-a1a0-95f2126e4c0e",
"rawTextureUuid": "8ddcb48a-953f-4953-a724-6a68c683e8a7",
......
......@@ -11,7 +11,7 @@
"height": 68,
"platformSettings": {},
"subMetas": {
"combined_shape_3": {
"combined_shape_3_OP54": {
"ver": "1.0.4",
"uuid": "a7a6c002-01a7-4105-8cbb-98d89c69c483",
"rawTextureUuid": "a54aaa8a-6cc3-4ebe-a3fa-adbcd1a26ea2",
......
......@@ -11,7 +11,7 @@
"height": 68,
"platformSettings": {},
"subMetas": {
"combined_shape_4": {
"combined_shape_4_OP54": {
"ver": "1.0.4",
"uuid": "6460afbf-8cb2-4c70-95cf-7984eb6eb994",
"rawTextureUuid": "9738c999-f1d3-4967-8c37-9582aceb0561",
......
......@@ -11,7 +11,7 @@
"height": 86,
"platformSettings": {},
"subMetas": {
"fail": {
"fail_OP54": {
"ver": "1.0.4",
"uuid": "87959c9a-5b44-4daa-9588-e53f4ad8409d",
"rawTextureUuid": "df1a04ed-bea1-405d-991e-b4a8b3e41205",
......
......@@ -11,7 +11,7 @@
"height": 185,
"platformSettings": {},
"subMetas": {
"group_4_copy_2": {
"group_4_copy_2_OP54": {
"ver": "1.0.4",
"uuid": "82d2299b-4cde-4255-9f7b-8d8cc6c9ced2",
"rawTextureUuid": "0a321fab-54e3-407e-97fa-78d2f84b24fe",
......
......@@ -11,7 +11,7 @@
"height": 48,
"platformSettings": {},
"subMetas": {
"icon": {
"icon_OP54": {
"ver": "1.0.4",
"uuid": "2cb62424-5512-46c0-9efb-dbe6ca78abb0",
"rawTextureUuid": "080a3627-7341-48cc-a8d4-4378a3fceccd",
......
......@@ -11,7 +11,7 @@
"height": 88,
"platformSettings": {},
"subMetas": {
"oval_18": {
"oval_18_OP54": {
"ver": "1.0.4",
"uuid": "a805e5fe-2ddd-4725-be60-5f67d1257199",
"rawTextureUuid": "f272f9f6-3ec9-42a6-941f-654f959bc768",
......
......@@ -11,7 +11,7 @@
"height": 75,
"platformSettings": {},
"subMetas": {
"oval_2_copy_10": {
"oval_2_copy_10_OP54": {
"ver": "1.0.4",
"uuid": "2498587e-c0ac-4e81-9f87-2083b77069d9",
"rawTextureUuid": "aef878ee-8edf-4502-8e48-3cc5dce10398",
......
......@@ -11,7 +11,7 @@
"height": 75,
"platformSettings": {},
"subMetas": {
"oval_2_copy_9": {
"oval_2_copy_9_OP54": {
"ver": "1.0.4",
"uuid": "387dacc2-528e-4137-b3a0-fb6d73625da9",
"rawTextureUuid": "14c3c6f1-e03b-4b1e-a7b1-b65209a13177",
......
......@@ -11,7 +11,7 @@
"height": 86,
"platformSettings": {},
"subMetas": {
"oval_2_copy": {
"oval_2_copy_OP54": {
"ver": "1.0.4",
"uuid": "7e12b04c-0760-4585-a4b3-445631999c0c",
"rawTextureUuid": "1a587687-c2b9-4015-8fc9-b6d5483fd6af",
......
......@@ -11,7 +11,7 @@
"height": 47,
"platformSettings": {},
"subMetas": {
"success": {
"success_OP54": {
"ver": "1.0.4",
"uuid": "3a570f8c-bca5-411b-a15a-eb7e20441589",
"rawTextureUuid": "e136b36f-c708-493e-a51b-ce851a3fe08e",
......
......@@ -11,7 +11,7 @@
"height": 117,
"platformSettings": {},
"subMetas": {
"combined_shape_2": {
"combined_shape_2_OP54": {
"ver": "1.0.4",
"uuid": "fe02395b-22e7-484b-a423-19fb223040d4",
"rawTextureUuid": "f71593f6-524f-485d-b9af-d6ff0e630780",
......
......@@ -11,7 +11,7 @@
"height": 104,
"platformSettings": {},
"subMetas": {
"combined_shape": {
"combined_shape_OP54": {
"ver": "1.0.4",
"uuid": "0f0a3782-14ae-44c1-9c81-7b347a9fe9fa",
"rawTextureUuid": "ff457c2b-a3e5-441b-8708-7799df39c784",
......
......@@ -11,7 +11,7 @@
"height": 85,
"platformSettings": {},
"subMetas": {
"combined_shape_copy_2": {
"combined_shape_copy_2_OP54": {
"ver": "1.0.4",
"uuid": "f12b9d52-0c35-45fe-a370-fe14cbbb3796",
"rawTextureUuid": "be50965b-e281-400a-9fd1-c92197c1b599",
......
......@@ -11,7 +11,7 @@
"height": 51,
"platformSettings": {},
"subMetas": {
"combined_shape_copy_3": {
"combined_shape_copy_3_OP54": {
"ver": "1.0.4",
"uuid": "e8f8b8f7-7dec-4f75-bdd3-d7a2e27824b8",
"rawTextureUuid": "98872fde-51af-4b1e-be33-132d195ecb5c",
......
......@@ -11,7 +11,7 @@
"height": 86,
"platformSettings": {},
"subMetas": {
"group_5": {
"group_5_OP54": {
"ver": "1.0.4",
"uuid": "b8deb4db-e901-40a5-8895-f6ded99786d2",
"rawTextureUuid": "6348f810-20c4-471c-b5c8-343ac386a0d1",
......
......@@ -11,7 +11,7 @@
"height": 85,
"platformSettings": {},
"subMetas": {
"group_6": {
"group_6_OP54": {
"ver": "1.0.4",
"uuid": "482b9d01-4f5d-4b8e-9e13-a789274856dd",
"rawTextureUuid": "fb1fb34b-2df9-4e3a-9a6a-6b1aead88aee",
......
......@@ -11,7 +11,7 @@
"height": 70,
"platformSettings": {},
"subMetas": {
"rectangle_40": {
"rectangle_40_OP54": {
"ver": "1.0.4",
"uuid": "6d6fde15-32c1-4aa3-8671-7b97cb10a028",
"rawTextureUuid": "f9a1431a-c8c3-4ebd-a393-6b38109f3abe",
......
......@@ -11,7 +11,7 @@
"height": 679,
"platformSettings": {},
"subMetas": {
"view": {
"view_OP54": {
"ver": "1.0.4",
"uuid": "47d90d18-3e34-41df-9dce-102492cc7664",
"rawTextureUuid": "09b16b4e-c31b-4097-9fab-cf3e5487b89e",
......
......@@ -11,7 +11,7 @@
"height": 144,
"platformSettings": {},
"subMetas": {
"icon": {
"icon_OP54": {
"ver": "1.0.4",
"uuid": "dcd9b55d-50f7-4690-b156-36948ffcfa26",
"rawTextureUuid": "e0c1200a-6f16-41fb-865b-5328be610e79",
......
......@@ -11,7 +11,7 @@
"height": 49,
"platformSettings": {},
"subMetas": {
"add": {
"add_OP54": {
"ver": "1.0.4",
"uuid": "a8521d09-43bc-48c6-bf96-aec1a703f2d5",
"rawTextureUuid": "46b4d12f-678f-46be-9d28-3c91deb56ddb",
......
......@@ -11,7 +11,7 @@
"height": 34,
"platformSettings": {},
"subMetas": {
"arrow": {
"arrow_OP54": {
"ver": "1.0.4",
"uuid": "d7ca7d00-0002-4291-aca1-37b7b033ff28",
"rawTextureUuid": "f6559b43-6320-4e66-a93c-9fe70ff93826",
......
......@@ -11,7 +11,7 @@
"height": 48,
"platformSettings": {},
"subMetas": {
"arrow_bg1": {
"arrow_bg1_OP54": {
"ver": "1.0.4",
"uuid": "17d7c1c4-9957-46b7-8945-67637369c4d2",
"rawTextureUuid": "6aa9b6c6-4e61-4c73-af3b-28ffb68e0939",
......
......@@ -11,7 +11,7 @@
"height": 48,
"platformSettings": {},
"subMetas": {
"arrow_bg_2": {
"arrow_bg_2_OP54": {
"ver": "1.0.4",
"uuid": "5b8ac35d-1d97-4997-b18a-e10333a7e479",
"rawTextureUuid": "a11ff1a2-ffd2-468a-b5ca-4856abbfa816",
......
......@@ -11,7 +11,7 @@
"height": 800,
"platformSettings": {},
"subMetas": {
"bg_bg": {
"bg_bg_OP54": {
"ver": "1.0.4",
"uuid": "052707e2-cfaf-4da2-81d3-8c2985a65632",
"rawTextureUuid": "8671b1d2-68fa-4663-8ed4-b448c03a304b",
......
......@@ -11,7 +11,7 @@
"height": 537,
"platformSettings": {},
"subMetas": {
"bg_book": {
"bg_book_OP54": {
"ver": "1.0.4",
"uuid": "b31b79e0-8c49-4687-802e-e9ed9f7a8075",
"rawTextureUuid": "f9138d33-3570-4013-87ff-406259dd81db",
......
......@@ -11,7 +11,7 @@
"height": 336,
"platformSettings": {},
"subMetas": {
"bg_desk": {
"bg_desk_OP54": {
"ver": "1.0.4",
"uuid": "d3b42dd7-2be2-474f-909a-8d5b66a7738a",
"rawTextureUuid": "090c3f75-3ffd-4248-86da-1a55a4d2d541",
......
......@@ -11,7 +11,7 @@
"height": 416,
"platformSettings": {},
"subMetas": {
"bg_good_job": {
"bg_good_job_OP54": {
"ver": "1.0.4",
"uuid": "329fc254-1425-4084-87e1-2c60a826baa5",
"rawTextureUuid": "34b141a7-d9d7-49e5-affb-5149e704c6ab",
......
......@@ -11,7 +11,7 @@
"height": 1234,
"platformSettings": {},
"subMetas": {
"bg_light": {
"bg_light_OP54": {
"ver": "1.0.4",
"uuid": "be335e28-926b-4650-96b5-58d072391319",
"rawTextureUuid": "87bd1e30-4bb0-4948-a8c0-abd47c7ab45d",
......
......@@ -11,7 +11,7 @@
"height": 45,
"platformSettings": {},
"subMetas": {
"bg_progressbar2": {
"bg_progressbar2_OP54": {
"ver": "1.0.4",
"uuid": "63af6b14-ba9c-4ffc-93a8-1b8c7ae110ed",
"rawTextureUuid": "d278c330-20c7-4ac6-909a-e604177e2b39",
......
......@@ -11,7 +11,7 @@
"height": 45,
"platformSettings": {},
"subMetas": {
"bg_progressbar": {
"bg_progressbar_OP54": {
"ver": "1.0.4",
"uuid": "59020d38-70b1-4a1f-8d4e-7e9643887fe9",
"rawTextureUuid": "1d02522e-fe24-4237-b8ac-06411361d3a5",
......
......@@ -11,7 +11,7 @@
"height": 234,
"platformSettings": {},
"subMetas": {
"bg_recordmove": {
"bg_recordmove_OP54": {
"ver": "1.0.4",
"uuid": "02272fe8-fe5a-495e-a26f-a03825cedb9d",
"rawTextureUuid": "cdf3ee89-b887-48ad-bb25-57b0c9329edc",
......
......@@ -11,7 +11,7 @@
"height": 416,
"platformSettings": {},
"subMetas": {
"bg_tryagain": {
"bg_tryagain_OP54": {
"ver": "1.0.4",
"uuid": "3e9c7f0e-3653-41b9-900f-a3898a3e0375",
"rawTextureUuid": "d7daf15c-699f-4df8-9caa-0d247a457140",
......
......@@ -11,7 +11,7 @@
"height": 244,
"platformSettings": {},
"subMetas": {
"bg_word_background": {
"bg_word_background_OP54": {
"ver": "1.0.4",
"uuid": "853c0ef8-7d6b-438c-8949-20681f962c5c",
"rawTextureUuid": "bd76d5d8-abdd-4245-a182-ec97b31d19c4",
......
......@@ -11,7 +11,7 @@
"height": 146,
"platformSettings": {},
"subMetas": {
"btn_next": {
"btn_next_OP54": {
"ver": "1.0.4",
"uuid": "8c630d8b-f003-48a9-b8f5-f39a3824f230",
"rawTextureUuid": "09b03f9b-7363-46fb-8bbf-4aad24dc0957",
......
......@@ -11,7 +11,7 @@
"height": 251,
"platformSettings": {},
"subMetas": {
"btn_picture": {
"btn_picture_OP54": {
"ver": "1.0.4",
"uuid": "e4ded563-6640-4c46-8167-aed19c759dfd",
"rawTextureUuid": "5c6002b3-1cc9-4418-8f10-cf101dc5fe36",
......
......@@ -11,7 +11,7 @@
"height": 232,
"platformSettings": {},
"subMetas": {
"btn_record": {
"btn_record_OP54": {
"ver": "1.0.4",
"uuid": "1fe111e1-c7ef-4f05-8a67-c69c2dfd5d9b",
"rawTextureUuid": "7f354b84-87af-4c16-bb32-4585dcacb4ca",
......
......@@ -11,7 +11,7 @@
"height": 206,
"platformSettings": {},
"subMetas": {
"btn_replay": {
"btn_replay_OP54": {
"ver": "1.0.4",
"uuid": "b4f5b53f-2dc8-4850-9957-887e77dd115f",
"rawTextureUuid": "7a11522c-c1d2-46e2-b5f0-5c6dae623d6e",
......
......@@ -11,7 +11,7 @@
"height": 268,
"platformSettings": {},
"subMetas": {
"btn_restart": {
"btn_restart_OP54": {
"ver": "1.0.4",
"uuid": "1582ef5e-45dc-4a1d-90b9-61d5b178c97a",
"rawTextureUuid": "02aa95f9-9845-40ff-bf9e-aee23bdd5616",
......
......@@ -11,7 +11,7 @@
"height": 409,
"platformSettings": {},
"subMetas": {
"btn_restart_circle": {
"btn_restart_circle_OP54": {
"ver": "1.0.4",
"uuid": "f38265e4-3563-422e-8453-8b2f5562a4b9",
"rawTextureUuid": "98ccac60-6078-4559-94a6-94d8fe272a4b",
......
......@@ -11,7 +11,7 @@
"height": 146,
"platformSettings": {},
"subMetas": {
"btn_return": {
"btn_return_OP54": {
"ver": "1.0.4",
"uuid": "24994435-c3b7-4fdd-816b-4d470fb175c8",
"rawTextureUuid": "f38228be-cabf-4536-95e0-46e2a54c5e51",
......
......@@ -11,7 +11,7 @@
"height": 124,
"platformSettings": {},
"subMetas": {
"card_bg1": {
"card_bg1_OP54": {
"ver": "1.0.4",
"uuid": "81016803-48db-40f1-b395-281176257602",
"rawTextureUuid": "7d1b6274-d1c3-4287-9e46-8932851676d7",
......
......@@ -11,7 +11,7 @@
"height": 124,
"platformSettings": {},
"subMetas": {
"card_bg2": {
"card_bg2_OP54": {
"ver": "1.0.4",
"uuid": "7a2d98d5-f6f6-49e3-aca1-2d4dd7757c6c",
"rawTextureUuid": "1c918ead-9c07-43ea-a8f0-f38cb1459dc3",
......
......@@ -11,7 +11,7 @@
"height": 124,
"platformSettings": {},
"subMetas": {
"card_bg3": {
"card_bg3_OP54": {
"ver": "1.0.4",
"uuid": "2358357c-6368-4283-a6e6-95cdd640d4ed",
"rawTextureUuid": "61056a9a-48f0-46fd-ba57-cd7508232eac",
......
......@@ -11,7 +11,7 @@
"height": 124,
"platformSettings": {},
"subMetas": {
"card_bg4": {
"card_bg4_OP54": {
"ver": "1.0.4",
"uuid": "6385d39e-4f5f-4cb5-80a2-fb11fb9040e3",
"rawTextureUuid": "381349a2-33bb-4107-babc-5f9b3e5de89a",
......
......@@ -11,7 +11,7 @@
"height": 124,
"platformSettings": {},
"subMetas": {
"card_long": {
"card_long_OP54": {
"ver": "1.0.4",
"uuid": "c25ab265-b923-4fd0-ab93-f93bd01f436c",
"rawTextureUuid": "f1d2b2e5-02aa-4201-b7cd-32deff7c3402",
......
......@@ -11,7 +11,7 @@
"height": 124,
"platformSettings": {},
"subMetas": {
"card_short": {
"card_short_OP54": {
"ver": "1.0.4",
"uuid": "2878e53a-7fa3-40f0-b7e8-2d1aff1cf248",
"rawTextureUuid": "84aaff2b-c9e6-4c8d-8d0f-e9ecbeffe283",
......
......@@ -11,7 +11,7 @@
"height": 185,
"platformSettings": {},
"subMetas": {
"icon_hand": {
"icon_hand_OP54": {
"ver": "1.0.4",
"uuid": "f5f705ef-0b96-45c0-8f0a-9e6f5a339ef9",
"rawTextureUuid": "faeaf880-7e3e-4950-87a3-ddb85bf1afb8",
......
......@@ -11,7 +11,7 @@
"height": 232,
"platformSettings": {},
"subMetas": {
"icon_record": {
"icon_record_OP54": {
"ver": "1.0.4",
"uuid": "4caa3981-528e-46f9-9ab5-464ba0029221",
"rawTextureUuid": "dd334483-414b-4444-94c4-2ed9df282ffe",
......
......@@ -11,7 +11,7 @@
"height": 232,
"platformSettings": {},
"subMetas": {
"icon_recording": {
"icon_recording_OP54": {
"ver": "1.0.4",
"uuid": "4453f80c-2c07-469a-b1b3-98b9146c682c",
"rawTextureUuid": "a3c1e3df-3101-42c9-a1f0-e14daba69765",
......
......@@ -11,7 +11,7 @@
"height": 61,
"platformSettings": {},
"subMetas": {
"icon_recording_point": {
"icon_recording_point_OP54": {
"ver": "1.0.4",
"uuid": "7ba4be5d-ecd8-41f3-a5e0-0a65ac260ae8",
"rawTextureUuid": "61ed9b1d-c0fb-4cd5-be2e-d70d099cd0f3",
......
......@@ -11,7 +11,7 @@
"height": 29,
"platformSettings": {},
"subMetas": {
"Img_paper": {
"Img_paper_OP54": {
"ver": "1.0.4",
"uuid": "441fcbac-a44b-4456-ae27-ae0567806858",
"rawTextureUuid": "4ba05011-67d2-4992-8756-02affcf92378",
......
......@@ -11,7 +11,7 @@
"height": 24,
"platformSettings": {},
"subMetas": {
"bg_sahua": {
"bg_sahua_OP54": {
"ver": "1.0.4",
"uuid": "d7d7ef01-d3fb-4ea2-bbea-d88babee51bc",
"rawTextureUuid": "5ad4d7fb-2b61-42a3-8ea8-682f0bd63265",
......
......@@ -11,7 +11,7 @@
"height": 275,
"platformSettings": {},
"subMetas": {
"icon_bigstar": {
"icon_bigstar_OP54": {
"ver": "1.0.4",
"uuid": "e24eac70-2a45-4cd8-9a98-37961b0fb673",
"rawTextureUuid": "32b6f333-4f82-46dc-82d6-eec494cc8f70",
......
......@@ -11,7 +11,7 @@
"height": 69,
"platformSettings": {},
"subMetas": {
"icon_star": {
"icon_star_OP54": {
"ver": "1.0.4",
"uuid": "56a48527-2ffc-4bd4-add2-c3f5c20f8c62",
"rawTextureUuid": "97f8068f-5802-4fb3-8553-0d4faf75bcb8",
......
......@@ -11,7 +11,7 @@
"height": 69,
"platformSettings": {},
"subMetas": {
"icon_stardi": {
"icon_stardi_OP54": {
"ver": "1.0.4",
"uuid": "2f084e9a-cdcf-4629-a0d5-d899b8bd5aec",
"rawTextureUuid": "69defc51-ba45-4d7e-b600-b5bc23cee7fb",
......
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