experimenting with auto-downloader, sandworm

This commit is contained in:
Matthias Mailänder
2012-06-10 21:13:40 +02:00
parent d110b45679
commit f9cbd1bbbf
12 changed files with 249 additions and 8 deletions

View File

@@ -26,6 +26,9 @@ namespace OpenRA.Mods.D2k.Widgets.Logic
{ "installData", installData }
};
panel.Get<ButtonWidget>("DOWNLOAD_BUTTON").OnClick = () =>
Ui.OpenWindow("INSTALL_DOWNLOAD_PANEL", args);
panel.Get<ButtonWidget>("COPY_BUTTON").OnClick = () =>
Ui.OpenWindow("INSTALL_FROMCD_PANEL", args);