mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 19:44:54 +02:00
restore terminal, rework console
This commit is contained in:
@@ -4,11 +4,11 @@ Background = { }
|
||||
local background
|
||||
|
||||
-- public functions
|
||||
function Background.create()
|
||||
function Background.init()
|
||||
background = displayUI('background.otui')
|
||||
end
|
||||
|
||||
function Background.destroy()
|
||||
function Background.terminate()
|
||||
background:destroy()
|
||||
background = nil
|
||||
end
|
||||
|
Reference in New Issue
Block a user