+resampled sounds, readded and completed Arrakis tileset

all tilesets combined into one without redundancy
This commit is contained in:
Matthias Mailänder
2012-06-14 21:09:44 +02:00
parent 72d038e04e
commit 722c7a5f7d
78 changed files with 6676 additions and 5266 deletions

View File

@@ -25,13 +25,13 @@ namespace OpenRA.Mods.D2k.Widgets.Logic
Dictionary<string,string> installData;
ProgressBarWidget progressBar;
LabelWidget statusLabel;
Action afterInstall;
//Action afterInstall;
[ObjectCreator.UseCtor]
public D2kDownloadPackagesLogic(Widget widget, Dictionary<string,string> installData, Action afterInstall)
{
this.installData = installData;
this.afterInstall = afterInstall;
//this.afterInstall = afterInstall;
panel = widget.Get("INSTALL_DOWNLOAD_PANEL");
progressBar = panel.Get<ProgressBarWidget>("PROGRESS_BAR");