Icons for 1- & 2-pt perspective tools

This commit is contained in:
Bill Kendrick 2023-12-22 16:00:14 -08:00
parent 2fb0d2693a
commit 7d424071eb
5 changed files with 4 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 741 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 965 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 795 B

View file

@ -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
};