fix defense home base menu buy icon

ipv6
Maikel de Vries 2017-01-03 17:54:27 +01:00
parent 422207b54d
commit 577da1566a
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@ private func CreateToggleVisibilityButton()
OnClick = GuiAction_Call(this, "ToggleVisibility"),
BackgroundColor = {Std = nil, OnHover = 0x50000000 },
//GraphicsName = GetGraphicsName(is_open),
Symbol = { Std=Library_Base, OnHover=Library_Base },
Symbol = { Std=Icon_Buy, OnHover=Icon_Buy },
Text = { Std=Format("$Buy$%s", hotkey_string), OnHover=Format("<c ffff00>$Buy$</c>%s", hotkey_string) },
}
};