minor cleanup

This commit is contained in:
airstruck
2015-10-28 11:20:40 -04:00
parent 0759d36702
commit 0d8a01b405
2 changed files with 6 additions and 2 deletions

View File

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