paintwell.png image for better paintwell
This commit is contained in:
parent
85ef258f24
commit
8fe16768d0
2 changed files with 1 additions and 1 deletions
BIN
data/images/ui/paintwell.png
Normal file
BIN
data/images/ui/paintwell.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.7 KiB |
|
|
@ -6701,7 +6701,7 @@ static void setup(int argc, char * argv[])
|
|||
#ifndef LOW_QUALITY_COLOR_SELECTOR
|
||||
|
||||
/* Create appropriately-shaped buttons: */
|
||||
SDL_Surface *img1 = loadimage(DATA_PREFIX "brushes/round_36.png");
|
||||
SDL_Surface *img1 = loadimage(DATA_PREFIX "images/ui/paintwell.png");
|
||||
SDL_Surface *img2 = thumbnail(img1, (WINDOW_WIDTH - 96) / NUM_COLORS, 48, 0);
|
||||
tmp_btn_up = thumbnail(img_btn_up, (WINDOW_WIDTH - 96) / NUM_COLORS, 48, 0);
|
||||
tmp_btn_down = thumbnail(img_btn_down,(WINDOW_WIDTH - 96) / NUM_COLORS, 48, 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue