mirror of
https://github.com/edubart/otclient.git
synced 2025-10-16 20:43:26 +02:00
Add function getBackground
Add function getBackground Function getBackground return background value, who contain background UI (login screen).
This commit is contained in:
@@ -45,3 +45,7 @@ end
|
||||
function setVersionText(text)
|
||||
clientVersionLabel:setText(text)
|
||||
end
|
||||
|
||||
function getBackground()
|
||||
return background
|
||||
end
|
Reference in New Issue
Block a user