add progress bar

This commit is contained in:
airstruck
2015-10-28 11:15:23 -04:00
parent 4372740363
commit 0759d36702
10 changed files with 44 additions and 5 deletions

View File

@@ -42,10 +42,18 @@ return function (config)
slices = RESOURCE .. 'button_pressed.png',
padding = 0,
},
progress = {
slices = RESOURCE .. 'button_pressed.png',
padding = 0,
},
progressInner = {
slices = RESOURCE .. 'progress.png',
padding = 0,
minimumWidth = 12,
},
slider_hovered = {
},
stepper = {
type = 'panel',
},
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 534 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 507 B

After

Width:  |  Height:  |  Size: 495 B

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 388 B