Skip to content

Commit ca85e83

Browse files
committed
修复:修正PhiEditChart坐标系
1 parent 2a000aa commit ca85e83

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,17 @@ PhiEditor不支持XY分离。
66

77
## 坐标系
88

9+
### 编辑器中
910
屏幕中心为`0,0`点;
1011
左下角X坐标为`-1024`,Y坐标为`-700`
1112
右上角X坐标为`1024`,Y坐标为`700`
13+
角度逆时针为正,顺时针为负;
14+
15+
### 实际文件中
16+
屏幕中心为`1024,700`点;
17+
左下角X坐标为`0`,Y坐标为`0`
18+
右上角X坐标为`2048`,Y坐标为`1400`
19+
角度顺时针为正,逆时针为负;
1220

1321
## 谱面偏移
1422

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ca 所属判定线号 所属拍 不透明度
1919

2020
- `cv` 为速度事件瞬时事件,要注意的是,速度事件不支持缓动。
2121
- `cp` 为移动事件瞬时事件。
22-
- `cd` 为旋转事件瞬时事件,需要注意的是,制谱器会将在制谱界面输入的角度取反后存入谱面文件中,原因未知
22+
- `cd` 为旋转事件瞬时事件。
2323
- `ca` 为不透明度事件瞬时事件。
2424

2525
## 缓动事件

0 commit comments

Comments
 (0)