New magic tool: Pixels

Suitable for simple 'pixel art'.  Draws 8x8 pixel rectangles on
a grid across the canvas.

Sound effect created via a small Atari BASIC program sampled in
the open source 'Atari800' emulator (emulating the POKEY sound
chip), and trimmed in Audacity.
This commit is contained in:
Bill Kendrick 2021-01-06 23:02:11 -08:00
parent 0bb663de04
commit 4049b6cbbc
8 changed files with 239 additions and 6 deletions

View file

@ -2,13 +2,17 @@ CHANGES.txt for Tux Paint
Tux Paint - A simple drawing program for children.
Copyright (c) 2002-2020
Copyright (c) 2002-2021
Various contributors (see below, and AUTHORS.txt)
http://www.tuxpaint.org/
$Id$
2020.December.27 (0.9.26)
2021.January.6 (0.9.26)
* New Magic Tools:
----------------
* Pixels
* Documentation updates
---------------------
* Expanded the steps for making and posting releases.