GPS satellite launch animation

This commit is contained in:
Paul Chote
2010-01-08 20:49:25 +13:00
parent b332785d2e
commit 9b4959bbb2
6 changed files with 97 additions and 12 deletions

View File

@@ -32,6 +32,7 @@ namespace OpenRa.Game
for (int x = 0; x < 128; x++)
for (int y = 0; y < 128; y++)
explored[x, y] = true;
dirty = true;
}
public void HideAll()
@@ -39,6 +40,7 @@ namespace OpenRa.Game
for (int x = 0; x < 128; x++)
for (int y = 0; y < 128; y++)
explored[x, y] = false;
dirty = true;
}
Sprite ChooseShroud(int i, int j)