From 0c59e83dba5380947db0cae2df31e92dac9fb6fa Mon Sep 17 00:00:00 2001 From: Bill Kendrick Date: Wed, 25 Sep 2024 00:09:17 -0700 Subject: [PATCH] "Rotate" icon --- docs/CHANGES.txt | 3 +-- magic/icons/rotate.png | Bin 0 -> 310 bytes magic/src/rotate.c | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) create mode 100644 magic/icons/rotate.png diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt index 322948c50..8c0043ed6 100644 --- a/docs/CHANGES.txt +++ b/docs/CHANGES.txt @@ -18,11 +18,10 @@ https://tuxpaint.org/ + Closes https://sourceforge.net/p/tuxpaint/feature-requests/257/ * "Rotate", rotate's the entire image on the canvas. - + Code Bill Kendrick + + Code & icon Bill Kendrick + Sound effects based on "Rotating tank turret planetary electric motor" Creative Commons 0 by lorefold - + TODO Icon + TODO Documentation * "Fractal", a set of freehand drawing tools that diff --git a/magic/icons/rotate.png b/magic/icons/rotate.png new file mode 100644 index 0000000000000000000000000000000000000000..00e20a8bef74956008454b7a45ff727e31e03d93 GIT binary patch literal 310 zcmeAS@N?(olHy`uVBq!ia0vp^8bB<^!3-obnb*7rQuYBpA+A8060ljdNgt?Rq$J2M zn88^*v#h+;b)Ih6q?TPrxkHy{nJlmNUJR6<rF$({6ES_|``M~p?@#!)uRJNaP&JZAJybT4GnDnV zjdA8v8MgQNdata_directory); // FIXME + snprintf(fname, sizeof(fname), "%simages/magic/rotate.png", api->data_directory); return (IMG_Load(fname)); }