Merge pull request #873 from EgzoT/EgzoT-getBackground

Add function getBackground
master
Henrique Santiago 7 years ago committed by GitHub
commit a4a40426bf

@ -45,3 +45,7 @@ end
function setVersionText(text)
clientVersionLabel:setText(text)
end
function getBackground()
return background
end
Loading…
Cancel
Save