Added drag direction mouse interaction for set the approach direction for airstrike and parabombs

This commit is contained in:
teinarss
2019-03-30 20:08:14 +01:00
committed by reaperrr
parent 1dd90a1d7b
commit 71596ae959
14 changed files with 342 additions and 12 deletions

View File

@@ -125,6 +125,8 @@ namespace OpenRA.Graphics
public void Render(Renderer renderer) { }
public int Frame { get { return frame; } }
public void Dispose()
{
foreach (var cursors in hardwareCursors)