mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 11:34:54 +02:00
fix outfit glitches, init combobox, move shaders, remove unused particles files, create timer utility
This commit is contained in:
@@ -1 +1,10 @@
|
||||
-- place any code for testing purposes here
|
||||
-- place any code for testing purposes here
|
||||
|
||||
function init()
|
||||
local box = UIComboBox.create()
|
||||
box:setStyle('ComboBox')
|
||||
box:moveTo({x=100, y=8})
|
||||
UI.display(box)
|
||||
end
|
||||
|
||||
addEvent(init)
|
Reference in New Issue
Block a user