添加新音效
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 2m6s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 2m6s
This commit is contained in:
parent
4bf73b7a7b
commit
9a08747464
@ -66,7 +66,7 @@ export class ErrorManager {
|
||||
if (e0) ccAny.error = (...args: any[]) => { try { this.reportError(args.map(String).join(' ')); } catch { } e0(...args); };
|
||||
if (e1) ccAny.errorID = (...args: any[]) => { try { this.reportError(args.map(String).join(' ')); } catch { } e1(...args); };
|
||||
if (w0) ccAny.warn = (...args: any[]) => { try { this.reportError(args.map(String).join(' ')); } catch { } w0(...args); };
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// 简单的指纹生成方法
|
||||
|
||||
Binary file not shown.
@ -2,7 +2,7 @@
|
||||
"ver": "1.0.0",
|
||||
"importer": "audio-clip",
|
||||
"imported": true,
|
||||
"uuid": "2abd65ab-fb3f-447c-a6ac-c89e0cf0cad6",
|
||||
"uuid": "0811c8cf-e482-4188-bce4-75bb85e86d2c",
|
||||
"files": [
|
||||
".json",
|
||||
".mp3"
|
||||
|
||||
Binary file not shown.
@ -2,7 +2,7 @@
|
||||
"ver": "1.0.0",
|
||||
"importer": "audio-clip",
|
||||
"imported": true,
|
||||
"uuid": "61e785e0-d774-494f-bdaa-5a8cbb707a79",
|
||||
"uuid": "2f9a306a-afa8-48e2-bee9-6a0f1d275438",
|
||||
"files": [
|
||||
".json",
|
||||
".mp3"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user