mirror of
https://gitee.com/yyz_o/bk_bishe_pi.git
synced 2025-09-07 23:21:26 +00:00
25.5.29第二次提交
This commit is contained in:
@@ -9,8 +9,10 @@ using namespace std;
|
||||
/*---定义数据---*/
|
||||
/*---定义全局常量---*/
|
||||
const int DIST_cell = 240; //单元格长度
|
||||
const int DIST_move = 330; //移动的单元格距离
|
||||
const int DIST_wall_F = 95; //与墙壁的距离
|
||||
const int DIST_move = 320; //移动的单元格距离
|
||||
//~ const int DIST_move = 330; //移动的单元格距离
|
||||
const int DIST_wall_F = 100; //与墙壁的距离
|
||||
//~ const int DIST_wall_F = 95; //与墙壁的距离
|
||||
//~ const int DIST_wall_RL = 90; //与左右墙壁的距离 1
|
||||
const int DIST_wall_RL = 87; //与左右墙壁的距离
|
||||
|
||||
|
||||
Reference in New Issue
Block a user