Magic Maze: Icon
This commit is contained in:
parent
c7b0c78fb9
commit
49f70c60d8
3 changed files with 3 additions and 4 deletions
|
|
@ -7,7 +7,7 @@ Various contributors (see below, and AUTHORS.txt)
|
|||
https://tuxpaint.org/
|
||||
|
||||
|
||||
2022.January.25 (0.9.29)
|
||||
2022.January.26 (0.9.29)
|
||||
* Improvements to "Stamp" tool:
|
||||
-----------------------------
|
||||
* Stamps may now be rotated.
|
||||
|
|
@ -28,7 +28,6 @@ https://tuxpaint.org/
|
|||
|
||||
* [WIP] "Maze"; draw a maze pattern over part or all of
|
||||
your drawing.
|
||||
- needs icon
|
||||
- needs sound effect
|
||||
|
||||
* Improvements to Magic Tools:
|
||||
|
|
|
|||
BIN
magic/icons/maze.png
Normal file
BIN
magic/icons/maze.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.7 KiB |
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
Allows painting generated maze puzzles on your picture.
|
||||
|
||||
Last updated: January 25, 2023
|
||||
Last updated: January 26, 2023
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
|
|
@ -103,7 +103,7 @@ SDL_Surface *maze_get_icon(magic_api * api, int which ATTRIBUTE_UNUSED)
|
|||
{
|
||||
char fname[1024];
|
||||
|
||||
snprintf(fname, sizeof(fname), "%simages/magic/rivulet.png", /* FIXME */
|
||||
snprintf(fname, sizeof(fname), "%simages/magic/maze.png",
|
||||
api->data_directory);
|
||||
|
||||
return (IMG_Load(fname));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue