Skip to content

Commit 6873821

Browse files
committed
更新:修正Phieditor基本文档中部分描述
1 parent ca85e83 commit 6873821

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

  • src/chart-standard/chart-format/pe

src/chart-standard/chart-format/pe/basic.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,19 @@ PhiEditor不支持XY分离。
99
### 编辑器中
1010
屏幕中心为`0,0`点;
1111
左下角X坐标为`-1024`,Y坐标为`-700`
12-
右上角X坐标为`1024`,Y坐标为`700`
13-
角度逆时针为正,顺时针为负;
12+
右上角X坐标为`1024`,Y坐标为`700`
13+
角度逆时针为正,顺时针为负;
1414

1515
### 实际文件中
16-
屏幕中心为`1024,700`点;
17-
左下角X坐标为`0`,Y坐标为`0`
18-
右上角X坐标为`2048`,Y坐标为`1400`
16+
屏幕中心为`1024,700`点;
17+
左下角X坐标为`0`,Y坐标为`0`
18+
右上角X坐标为`2048`,Y坐标为`1400`
1919
角度顺时针为正,逆时针为负;
2020

2121
## 谱面偏移
2222

23-
PEC第一行为谱面的 `offset`,单位为毫秒,是一个整数。
23+
PEC第一行为谱面的 `offset`,单位为毫秒,是一个整数。
24+
虽然是毫秒,但是实际计算时,请减去 `175`,为什么?我也不清楚,总之此数值始终偏移 `175` 毫秒。
2425

2526
## BPM列表
2627

0 commit comments

Comments
 (0)