add menus

This commit is contained in:
airstruck
2015-11-08 15:06:16 -05:00
parent 21ace2a243
commit 7bcf8ffbda
16 changed files with 442 additions and 99 deletions

View File

@@ -3,7 +3,7 @@ return function (self)
self.flow = 'x' -- TODO: support vertical progress?
local bar = self:addChild {
type = 'progressInner',
type = 'progress.bar',
width = 0,
}