Update main.lua
This commit is contained in:
parent
e23becef56
commit
ff09148d2d
|
|
@ -117,6 +117,7 @@ if showVersion then
|
||||||
versionLabel.Parent = uiBase;
|
versionLabel.Parent = uiBase;
|
||||||
versionLabelShadow.ZIndex = 9;
|
versionLabelShadow.ZIndex = 9;
|
||||||
|
|
||||||
|
-- aesthetics were always important to me
|
||||||
versionLabel.MouseEnter:connect(function()
|
versionLabel.MouseEnter:connect(function()
|
||||||
versionLabel.TextTransparency = 0.1;
|
versionLabel.TextTransparency = 0.1;
|
||||||
versionLabelShadow.TextTransparency = 0.6;
|
versionLabelShadow.TextTransparency = 0.6;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue