Add function getBackground
Add function getBackground Function getBackground return background value, who contain background UI (login screen).
This commit is contained in:
parent
8c731ac016
commit
d44733ff3e
|
@ -45,3 +45,7 @@ end
|
|||
function setVersionText(text)
|
||||
clientVersionLabel:setText(text)
|
||||
end
|
||||
|
||||
function getBackground()
|
||||
return background
|
||||
end
|
Loading…
Reference in New Issue