Add click sounds to ingame buttons

This commit is contained in:
Paul Chote
2011-07-09 17:56:47 +12:00
parent 195aecec0e
commit 47ba4cb285
5 changed files with 31 additions and 4 deletions

View File

@@ -33,7 +33,7 @@ namespace OpenRA.Mods.Cnc.Widgets
public class ProductionPaletteWidget : Widget
{
public readonly int Columns = 3;
public readonly string TabClick = "button.aud";
public readonly string TabClick = null;
public readonly string TooltipContainer;
public readonly string TooltipTemplate = "PRODUCTION_TOOLTIP";