add menu example in playerground module

This commit is contained in:
Eduardo Bart
2011-11-13 02:13:07 -02:00
parent 0fa61333fa
commit ce3b02fa09
8 changed files with 85 additions and 7 deletions

View File

@@ -1 +1,10 @@
-- place any code for testing purposes here
-- place any code for testing purposes here
function displayMenuPopup(file, parent)
end
local function init()
UI.loadAndDisplay('/playground/menubar.otui')
end
addEvent(init)