Icons for 1- & 2-pt perspective tools
This commit is contained in:
parent
2fb0d2693a
commit
7d424071eb
5 changed files with 4 additions and 4 deletions
BIN
magic/icons/1pt_persp_draw.png
Normal file
BIN
magic/icons/1pt_persp_draw.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 741 B |
BIN
magic/icons/1pt_persp_select.png
Normal file
BIN
magic/icons/1pt_persp_select.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 965 B |
BIN
magic/icons/2pt_persp_draw.png
Normal file
BIN
magic/icons/2pt_persp_draw.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.4 KiB |
BIN
magic/icons/2pt_persp_select.png
Normal file
BIN
magic/icons/2pt_persp_select.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 795 B |
|
|
@ -42,10 +42,10 @@ const char *sound_filenames[NUM_TOOLS] = {
|
|||
};
|
||||
|
||||
const char *icon_filenames[NUM_TOOLS] = {
|
||||
"perspective.png", // FIXME
|
||||
"perspective.png", // FIXME
|
||||
"perspective.png", // FIXME
|
||||
"perspective.png", // FIXME
|
||||
"1pt_persp_select.png",
|
||||
"1pt_persp_draw.png",
|
||||
"2pt_persp_select.png",
|
||||
"2pt_persp_draw.png",
|
||||
"perspective.png", // FIXME
|
||||
"perspective.png", // FIXME
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue