Merge pull request #873 from EgzoT/EgzoT-getBackground

Add function getBackground
This commit is contained in:
Henrique Santiago 2017-10-22 20:18:53 -03:00 committed by GitHub
commit a4a40426bf
1 changed files with 4 additions and 0 deletions

View File

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