feat: 增加动态预瞄点
This commit is contained in:
@@ -22,6 +22,17 @@ void tracking()
|
||||
}
|
||||
}
|
||||
|
||||
void aim_distance_select(void)
|
||||
{
|
||||
if (cross_type != CROSS_NONE) {
|
||||
aim_distance = 0.4f;
|
||||
} else if (circle_type != CIRCLE_NONE) {
|
||||
aim_distance = 0.2f;
|
||||
} else {
|
||||
aim_distance = COMMON_AIM;
|
||||
}
|
||||
}
|
||||
|
||||
void ElementJudge()
|
||||
{
|
||||
CheckGarage();
|
||||
|
||||
Reference in New Issue
Block a user