Fix progress bar images.

SVN revision: 22304
master
Kim Woelders 17 years ago
parent 15f9621064
commit ec7fdf2ddf
  1. BIN
      winter/data/init/images/progress.png
  2. BIN
      winter/data/init/images/progress_bar.png
  3. BIN
      winter/data/init/images/text_bg.png
  4. 12
      winter/data/init/init.cfg

Binary file not shown.

After

Width:  |  Height:  |  Size: 677 B

@ -18,15 +18,15 @@ __END
__ICLASS __BGN
__NAME PROGRESS_BAR
/* normal used for text background */
__NORMAL "init/images/text_bg.png"
__EDGE_SCALING 6 22 1 1
__NORMAL "init/images/progress.png"
__EDGE_SCALING 2 2 2 2
/* used for numeric bg */
__CLICKED "init/images/text_bg.png"
__EDGE_SCALING 6 22 1 1
__CLICKED "init/images/progress.png"
__EDGE_SCALING 2 2 2 2
/* used for bar itself */
__NORMAL_ACTIVE "init/images/progress_bar.png"
__EDGE_SCALING 6 22 1 1
__PADDING 6 22 1 1
__EDGE_SCALING 2 2 2 2
__PADDING 2 2 2 2
__END
/* text class for text above progress bar */

Loading…
Cancel
Save