This commit is contained in:
Eduardo Bart
2012-01-09 19:16:50 -02:00
parent 4de5e45d52
commit b18f85d6fd
4 changed files with 16 additions and 11 deletions

View File

@@ -8,3 +8,10 @@ function drawDebugBoxes(enable)
if enable == nil then enable = true end
g_ui.setDebugBoxesDrawing(enable)
end
function displayItem(id)
local itemWidget = createWidget('Item', rootWidget)
--itemWidget:setItem(Item.create(11703))
end
addEvent(function() displayItem(408) end)