Update main.lua

This commit is contained in:
blocco 2013-06-29 15:18:24 -04:00
parent e23becef56
commit ff09148d2d
1 changed files with 69 additions and 68 deletions

View File

@ -117,6 +117,7 @@ if showVersion then
versionLabel.Parent = uiBase;
versionLabelShadow.ZIndex = 9;
-- aesthetics were always important to me
versionLabel.MouseEnter:connect(function()
versionLabel.TextTransparency = 0.1;
versionLabelShadow.TextTransparency = 0.6;