Browse Source

new positions

Haobin Luo 2 years ago
parent
commit
cc4f33bbe5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      simulationcontrol.cpp

+ 2 - 2
simulationcontrol.cpp

@@ -16,8 +16,8 @@ SimulationControl::SimulationControl(QObject *parent) : QObject(parent)
     ally.push_back(allyplane);
     ally.push_back(allymissile);
 
-    enemyradar.push_back(new Platform(this,6001,QString::fromLocal8Bit("Thaad系统1"),120,20,0));
-    enemyradar.push_back(new Platform(this,6002,QString::fromLocal8Bit("Thaad系统2"),122,20,0));
+    enemyradar.push_back(new Platform(this,6001,QString::fromLocal8Bit("Thaad系统1"),121,24.5,0));
+    enemyradar.push_back(new Platform(this,6002,QString::fromLocal8Bit("Thaad系统2"),121,22.5,0));
 
     enemy.push_back(enemyradar);
     enemy.push_back(enemysat);