改变面板大小,5x4写错成5x3

This commit is contained in:
枫谷剑仙 2025-05-13 22:04:00 +08:00
parent 3d28f4fba0
commit a22461374c
1 changed files with 1 additions and 1 deletions

View File

@ -1683,7 +1683,7 @@ const skillObjectParsers = {
}
case 2: {
width = 5;
height = 3;
height = 4;
break;
}
case 3: {