From d44733ff3e25352a536fd8eac52ab9679dafc654 Mon Sep 17 00:00:00 2001 From: EgzoT Date: Sun, 22 Oct 2017 23:31:45 +0200 Subject: [PATCH] Add function getBackground Add function getBackground Function getBackground return background value, who contain background UI (login screen). --- modules/client_background/background.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/client_background/background.lua b/modules/client_background/background.lua index 9935b964..690897ea 100644 --- a/modules/client_background/background.lua +++ b/modules/client_background/background.lua @@ -45,3 +45,7 @@ end function setVersionText(text) clientVersionLabel:setText(text) end + +function getBackground() + return background +end \ No newline at end of file