Add function getBackground

Add function getBackground 
Function getBackground return background value, who contain background UI (login screen).
master
EgzoT 7年前 committed by GitHub
コミット d44733ff3e

@ -45,3 +45,7 @@ end
function setVersionText(text)
clientVersionLabel:setText(text)
end
function getBackground()
return background
end
読み込み中…
キャンセル
保存