feat: 删除战鼓相关代码 + 修复数据加载异常问题

This commit is contained in:
Zhukj
2025-12-12 14:24:45 +08:00
parent 4a829b7dfc
commit 717d263850
7 changed files with 287 additions and 689 deletions

View File

@@ -950,36 +950,5 @@
"battleEndTime": {
"date": "2026-02-08",
"time": "00:00:00"
},
"drumConfig": {
"sound": {
"volume": 1,
"frequency1": 150,
"frequency2": 100,
"attackTime": 0.01,
"decayTime": 0.3,
"type1": "sine",
"type2": "triangle",
"enabled": false
},
"animation": {
"beatInterval": 200,
"beatScale": 1.3,
"beatTranslateY": -15,
"beatRotate": 5,
"idlePulseDuration": 2,
"beatDuration": 100,
"enabled": true
},
"pattern": {
"strongBeats": [
1,
4
],
"totalBeats": 4,
"accentMultiplier": 1.5,
"accentFrequencyOffset": 10,
"accentAnimation": 50
}
}
}