Merge pull request #6995 from reaperrr/buildpal-tab-desc

Added description to ChooseBuildTabOnSelect
This commit is contained in:
Chris Forbes
2014-11-24 09:30:05 +13:00
2 changed files with 4 additions and 0 deletions

View File

@@ -16,6 +16,8 @@ using OpenRA.Widgets;
namespace OpenRA.Mods.D2k.Traits
{
[Desc("If the BuildPaletteWidget is used, this trait needs to be added to world actor",
"to make the build palette open automatically when a production facility is deployed.")]
class ChooseBuildTabOnSelectInfo : ITraitInfo
{
public readonly string BuildPaletteWidgetName = "INGAME_BUILD_PALETTE";

View File

@@ -26,6 +26,8 @@ using OpenRA.Widgets;
namespace OpenRA.Mods.D2k.Widgets
{
[Desc("Classic BuildPaletteWidget. Needs ChooseBuildTabOnSelect trait to be added to world actor",
"in order to make the build palette open automatically when a production facility is deployed.")]
class BuildPaletteWidget : Widget
{
public enum ReadyTextStyleOptions { Solid, AlternatingColor, Blinking }