把测试的func音频人工延后一拍

This commit is contained in:
ZizhiLotika
2026-07-01 22:16:54 +08:00
parent ddd387ef35
commit 0e13c6ab37
16 changed files with 363 additions and 262 deletions

10
.vscode/launch.json vendored Normal file
View File

@@ -0,0 +1,10 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Attach to Unity",
"type": "vstuc",
"request": "attach"
}
]
}