Background label hide function, Skins fix and combobox hide, messagebox changes, show entergame when reload

This commit is contained in:
Henrique Santiago
2012-08-06 16:15:20 -03:00
parent 9cb4cb9a58
commit e6bd3907e1
8 changed files with 34 additions and 27 deletions

View File

@@ -39,3 +39,7 @@ end
function Background.show()
background:show()
end
function Background.hideVersionLabel()
background:getChildById('clientVersionLabel'):hide()
end