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:
parent
0bb663de04
commit
4049b6cbbc
8 changed files with 239 additions and 6 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -3,10 +3,10 @@
|
|||
|
||||
A simple drawing program for children
|
||||
|
||||
Copyright 2002-2020 by various contributors; see AUTHORS.txt
|
||||
Copyright 2002-2021 by various contributors; see AUTHORS.txt
|
||||
http://www.tuxpaint.org/
|
||||
|
||||
June 14, 2002 - December 27, 2020
|
||||
June 14, 2002 - January 6, 2021
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -28,14 +28,14 @@
|
|||
</h3>
|
||||
|
||||
<p>
|
||||
Copyright 2002-2020 by various contributors; see
|
||||
Copyright 2002-2021 by various contributors; see
|
||||
AUTHORS.txt<br>
|
||||
<a href=
|
||||
"http://www.tuxpaint.org/">http://www.tuxpaint.org/</a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
June 14, 2002 - December 27, 2020
|
||||
June 14, 2002 - January 6, 2021
|
||||
</p>
|
||||
</center>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue