scatter出现音效修改,乘数符号图片更换

This commit is contained in:
TJH 2025-10-13 10:15:47 +08:00
parent 7871f668b5
commit 713526dc34
9 changed files with 23 additions and 23 deletions

View File

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

View File

@ -352,7 +352,7 @@
"__expectedType__": "sp.SkeletonData"
},
"defaultSkin": "default",
"defaultAnimation": "",
"defaultAnimation": "big_loop",
"_premultipliedAlpha": false,
"_timeScale": 1,
"_preCacheMode": 0,

View File

@ -37,9 +37,9 @@ export class BigWinUI extends Component {
onCloseCallBack: (() => void) | null = null;
winMainSpine: sp.Skeleton | null = null;
// bigwinLabelSprite: Sprite | null = null;
// megawinLabelSprite: Sprite | null = null;
// supermegawinLabelSprite: Sprite | null = null;
bigwinLabelSprite: Sprite | null = null;
megawinLabelSprite: Sprite | null = null;
supermegawinLabelSprite: Sprite | null = null;
// 添加金币特效节点引用
// bwEffectNode: Node | null = null;
// mewEffectNode: Node | null = null;

View File

@ -7,7 +7,7 @@ import { PREVIEW } from "cc/env"
const gameId = "rp_10012";
// let apiaddr = "https://rpgames-api.rpfafafahkdev.com";
let apiaddr = "";
let token = "eyJQIjoxMDA5NDksIkUiOjE3NjAxMDQ3MTcsIlMiOjEwMDUsIkQiOiJycF8xMDAxMiJ9.GhjJa25voqynNDx6YCecuLOTnzSBFOnyeZ5PMS575lA";
let token = "eyJQIjoxMDA5NDksIkUiOjE3NjAzNjQ4NTcsIlMiOjEwMDEsIkQiOiJycF8xMDAxMiJ9.tIGE9qcVt0Oplu5V-6_Awr5Qgl-Aw1NGLXMWpecqt9w";
let language = "en"
let currency = "THB"
let supportUrl = ""
@ -27,7 +27,7 @@ export function getHistoryUrl() {
}
export function getLanguage() {
// return 'en';
return 'zh';
return language;
}

View File

@ -2,7 +2,7 @@
"ver": "1.0.0",
"importer": "audio-clip",
"imported": true,
"uuid": "24e19fdc-2d92-4b70-981b-9d5d6b99b2c8",
"uuid": "ee95ba77-1081-44bd-b525-2986812241c1",
"files": [
".json",
".mp3"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

@ -2,7 +2,7 @@
"ver": "1.0.27",
"importer": "image",
"imported": true,
"uuid": "63d61279-06a4-453d-975d-af5bd14a6093",
"uuid": "75f5a565-4efa-41fd-96bd-a1c66aa396dd",
"files": [
".json",
".png"
@ -10,14 +10,14 @@
"subMetas": {
"6c48a": {
"importer": "texture",
"uuid": "63d61279-06a4-453d-975d-af5bd14a6093@6c48a",
"uuid": "75f5a565-4efa-41fd-96bd-a1c66aa396dd@6c48a",
"displayName": "MultiplierSymbols",
"id": "6c48a",
"name": "texture",
"userData": {
"wrapModeS": "clamp-to-edge",
"wrapModeT": "clamp-to-edge",
"imageUuidOrDatabaseUri": "63d61279-06a4-453d-975d-af5bd14a6093",
"imageUuidOrDatabaseUri": "75f5a565-4efa-41fd-96bd-a1c66aa396dd",
"isUuid": true,
"visible": false,
"minfilter": "linear",
@ -34,7 +34,7 @@
},
"f9941": {
"importer": "sprite-frame",
"uuid": "63d61279-06a4-453d-975d-af5bd14a6093@f9941",
"uuid": "75f5a565-4efa-41fd-96bd-a1c66aa396dd@f9941",
"displayName": "MultiplierSymbols",
"id": "f9941",
"name": "spriteFrame",
@ -46,9 +46,9 @@
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 119,
"width": 178,
"height": 29,
"rawWidth": 119,
"rawWidth": 178,
"rawHeight": 29,
"borderTop": 0,
"borderBottom": 0,
@ -61,16 +61,16 @@
"meshType": 0,
"vertices": {
"rawPosition": [
-59.5,
-89,
-14.5,
0,
59.5,
89,
-14.5,
0,
-59.5,
-89,
14.5,
0,
59.5,
89,
14.5,
0
],
@ -85,11 +85,11 @@
"uv": [
0,
29,
119,
178,
29,
0,
0,
119,
178,
0
],
"nuv": [
@ -103,18 +103,18 @@
1
],
"minPos": [
-59.5,
-89,
-14.5,
0
],
"maxPos": [
59.5,
89,
14.5,
0
]
},
"isUuid": true,
"imageUuidOrDatabaseUri": "63d61279-06a4-453d-975d-af5bd14a6093@6c48a",
"imageUuidOrDatabaseUri": "75f5a565-4efa-41fd-96bd-a1c66aa396dd@6c48a",
"atlasUuid": ""
},
"ver": "1.0.12",
@ -129,6 +129,6 @@
"type": "sprite-frame",
"hasAlpha": true,
"fixAlphaTransparencyArtifacts": false,
"redirect": "63d61279-06a4-453d-975d-af5bd14a6093@6c48a"
"redirect": "75f5a565-4efa-41fd-96bd-a1c66aa396dd@6c48a"
}
}