reduce default tooltip delay in cnc to a playable level

This commit is contained in:
Chris Forbes
2011-10-21 23:20:30 +13:00
parent a290af6fb5
commit 52cec1e170

View File

@@ -24,7 +24,7 @@ namespace OpenRA.Mods.Cnc.Widgets
static readonly Action Nothing = () => {};
public int2 CursorOffset = new int2(0, 20);
public Action BeforeRender = Nothing;
public int TooltipDelay = 10;
public int TooltipDelay = 2;
Widget tooltip;
public TooltipContainerWidget()