Merge pull request #873 from EgzoT/EgzoT-getBackground
Add function getBackground
This commit is contained in:
commit
a4a40426bf
|
@ -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