mirror of
https://github.com/airstruck/luigi.git
synced 2025-11-18 12:25:06 +00:00
minor cleanup
This commit is contained in:
@@ -41,10 +41,14 @@ return function (config)
|
||||
slider = {
|
||||
slices = RESOURCE .. 'button_pressed.png',
|
||||
padding = 0,
|
||||
minimumWidth = 24,
|
||||
minimumHeight = 24
|
||||
},
|
||||
progress = {
|
||||
slices = RESOURCE .. 'button_pressed.png',
|
||||
padding = 0,
|
||||
minimumWidth = 24,
|
||||
minimumHeight = 24
|
||||
},
|
||||
progressInner = {
|
||||
slices = RESOURCE .. 'progress.png',
|
||||
|
||||
@@ -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