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)
|
function setVersionText(text)
|
||||||
clientVersionLabel:setText(text)
|
clientVersionLabel:setText(text)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
function getBackground()
|
||||||
|
return background
|
||||||
|
end
|
Loading…
Reference in New Issue