mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 11:34:54 +02:00
restore terminal, rework console
This commit is contained in:
@@ -1,12 +1,14 @@
|
||||
MapEffects = {}
|
||||
|
||||
function MapEffects.init()
|
||||
--[[
|
||||
local box = createWidget('ComboBox')
|
||||
box:moveTo({x=100, y=8})
|
||||
box:addOption('Normal')
|
||||
box:addOption('Bloom')
|
||||
box:addOption('TV')
|
||||
--displayUI(box)
|
||||
displayUI(box)
|
||||
]]--
|
||||
end
|
||||
|
||||
function MapEffects.terminate()
|
||||
|
Reference in New Issue
Block a user