We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a000aa commit ca85e83Copy full SHA for ca85e83
2 files changed
src/chart-standard/chart-format/pe/basic.md
@@ -6,9 +6,17 @@ PhiEditor不支持XY分离。
6
7
## 坐标系
8
9
+### 编辑器中
10
屏幕中心为`0,0`点;
11
左下角X坐标为`-1024`,Y坐标为`-700`;
12
右上角X坐标为`1024`,Y坐标为`700`。
13
+角度逆时针为正,顺时针为负;
14
+
15
+### 实际文件中
16
+屏幕中心为`1024,700`点;
17
+左下角X坐标为`0`,Y坐标为`0`;
18
+右上角X坐标为`2048`,Y坐标为`1400`。
19
+角度顺时针为正,逆时针为负;
20
21
## 谱面偏移
22
src/chart-standard/chart-format/pe/event.md
@@ -19,7 +19,7 @@ ca 所属判定线号 所属拍 不透明度
- `cv` 为速度事件瞬时事件,要注意的是,速度事件不支持缓动。
- `cp` 为移动事件瞬时事件。
-- `cd` 为旋转事件瞬时事件,需要注意的是,制谱器会将在制谱界面输入的角度取反后存入谱面文件中,原因未知。
+- `cd` 为旋转事件瞬时事件。
23
- `ca` 为不透明度事件瞬时事件。
24
25
## 缓动事件
0 commit comments