We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca85e83 commit 6873821Copy full SHA for 6873821
1 file changed
src/chart-standard/chart-format/pe/basic.md
@@ -9,18 +9,19 @@ PhiEditor不支持XY分离。
9
### 编辑器中
10
屏幕中心为`0,0`点;
11
左下角X坐标为`-1024`,Y坐标为`-700`;
12
-右上角X坐标为`1024`,Y坐标为`700`。
13
-角度逆时针为正,顺时针为负;
+右上角X坐标为`1024`,Y坐标为`700`。
+角度逆时针为正,顺时针为负;
14
15
### 实际文件中
16
-屏幕中心为`1024,700`点;
17
-左下角X坐标为`0`,Y坐标为`0`;
18
-右上角X坐标为`2048`,Y坐标为`1400`。
+屏幕中心为`1024,700`点;
+左下角X坐标为`0`,Y坐标为`0`;
+右上角X坐标为`2048`,Y坐标为`1400`。
19
角度顺时针为正,逆时针为负;
20
21
## 谱面偏移
22
23
-PEC第一行为谱面的 `offset`,单位为毫秒,是一个整数。
+PEC第一行为谱面的 `offset`,单位为毫秒,是一个整数。
24
+虽然是毫秒,但是实际计算时,请减去 `175`,为什么?我也不清楚,总之此数值始终偏移 `175` 毫秒。
25
26
## BPM列表
27
0 commit comments