tibia-client/modules/addon_mapeffects/mapeffects.lua

17 lines
254 B
Lua
Raw Normal View History

2012-01-06 09:48:59 +01:00
MapEffects = {}
function MapEffects.init()
2012-01-07 18:36:58 +01:00
--[[
2012-01-06 09:48:59 +01:00
local box = createWidget('ComboBox')
box:moveTo({x=100, y=8})
box:addOption('Normal')
box:addOption('Bloom')
box:addOption('TV')
2012-01-07 18:36:58 +01:00
displayUI(box)
]]--
2012-01-06 09:48:59 +01:00
end
function MapEffects.terminate()
end