mirror of
https://github.com/edubart/otclient.git
synced 2025-10-19 14:03:26 +02:00
save window position and size
This commit is contained in:
14
modules/addon_mapeffects/mapeffects.lua
Normal file
14
modules/addon_mapeffects/mapeffects.lua
Normal file
@@ -0,0 +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)
|
||||
end
|
||||
|
||||
function MapEffects.terminate()
|
||||
|
||||
end
|
Reference in New Issue
Block a user