mirror of
https://github.com/airstruck/luigi.git
synced 2025-12-19 02:16:43 +00:00
minor cleanup
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user