Skip to content

Commit f8f349b

Browse files
committed
chore: 步进开始帧改成2帧
1 parent dfb4e1b commit f8f349b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aao/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
FRAMES_PER_SECOND = 30
4646
TICK_MAX_DEFAULT = 30 # 1s = 30 ticks
4747

48-
BULLET_THRESHOLD = 15 # frames before target → enter bullet time
48+
BULLET_THRESHOLD = 2 # frames before target → enter bullet time
4949
SPEED_UP_THRESHOLD = 90 # 距目标超此帧数 → 开 2 倍速(远了加速省时)
5050
FRAME_THRESHOLD = 2 # frames before target → frame-by-frame
5151
MINIMUM_WAIT_MS = 20

0 commit comments

Comments
 (0)