Исправления

This commit is contained in:
2025-04-04 02:53:00 +03:00
parent 46e296b7c2
commit bf037b0870
2 changed files with 12 additions and 13 deletions

View File

@ -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);