Add function getBackground

Add function getBackground 
Function getBackground return background value, who contain background UI (login screen).
This commit is contained in:
EgzoT 2017-10-22 23:31:45 +02:00 committed by GitHub
parent 8c731ac016
commit d44733ff3e
1 changed files with 4 additions and 0 deletions

View File

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