为了24架修改自动生成的列数
修改倒计时数组“1”的bug
This commit is contained in:
parent
39a1002852
commit
f09fadd475
@ -224,7 +224,7 @@ namespace Plane.FormationCreator.Formation
|
|||||||
var newTask = new FlightTask(FlightTaskType.FlyTo);
|
var newTask = new FlightTask(FlightTaskType.FlyTo);
|
||||||
int coptindex = 0;
|
int coptindex = 0;
|
||||||
|
|
||||||
int colnum = 5; //自动生成列数=4
|
int colnum = 4; //自动生成列数=4
|
||||||
float coldis = 5;//列相距5米
|
float coldis = 5;//列相距5米
|
||||||
float rowdis = 5;//行相距5米
|
float rowdis = 5;//行相距5米
|
||||||
float matrixdis = 20; //生成方阵距离30米
|
float matrixdis = 20; //生成方阵距离30米
|
||||||
|
@ -273,7 +273,7 @@ namespace Plane.FormationCreator.Formation
|
|||||||
private int[] numberFour = { 2, 4, 5, 6, 7,8, 9,10, 12 };
|
private int[] numberFour = { 2, 4, 5, 6, 7,8, 9,10, 12 };
|
||||||
private int[] numberthree = { 0, 1, 2, 4, 5, 6, 7, 9, 10, 11, 12 };
|
private int[] numberthree = { 0, 1, 2, 4, 5, 6, 7, 9, 10, 11, 12 };
|
||||||
private int[] numbertwo = { 0, 1, 2, 3, 5, 6, 7, 9, 10, 11, 12 };
|
private int[] numbertwo = { 0, 1, 2, 3, 5, 6, 7, 9, 10, 11, 12 };
|
||||||
private int[] numberone = { 0, 4, 7, 9, 12 };
|
private int[] numberone = { 2, 4, 7, 9, 12 };
|
||||||
private int[] numberzero = { 0, 1, 2, 3, 4,5, 7, 8,9, 10, 11, 12 };
|
private int[] numberzero = { 0, 1, 2, 3, 4,5, 7, 8,9, 10, 11, 12 };
|
||||||
|
|
||||||
|
|
||||||
|
@ -54,7 +54,7 @@ namespace Plane.FormationCreator.ViewModels
|
|||||||
var center = _mapManager.Center;
|
var center = _mapManager.Center;
|
||||||
string id;
|
string id;
|
||||||
|
|
||||||
int colnum = 5; //自动生成列数=4
|
int colnum = 4; //自动生成列数=4
|
||||||
float coldis = 5;//列相距5米
|
float coldis = 5;//列相距5米
|
||||||
float rowdis = 5;//行相距5米
|
float rowdis = 5;//行相距5米
|
||||||
int currcol = 0; //当前列号
|
int currcol = 0; //当前列号
|
||||||
|
Loading…
Reference in New Issue
Block a user