Исправления
This commit is contained in:
@ -33,7 +33,7 @@ namespace DroneSimulator
|
||||
if (data.Connect)
|
||||
{
|
||||
Drone drone = new Drone(data.ID);
|
||||
drone.Create(0.5f, 1.0f, 1.0f);
|
||||
drone.Create(1.0f, 0.5f, 1.0f);
|
||||
|
||||
screen2D.CreateDrone(Color.Red, data.ID);
|
||||
|
||||
|
Reference in New Issue
Block a user