Slight cleanup of blind.c; new Checkerboard tool
Use enums everywhere; credits/copyright clean-up.
This commit is contained in:
parent
5fa952c460
commit
67b05a0579
11 changed files with 288 additions and 14 deletions
|
|
@ -5,7 +5,7 @@ individual HTML files for each of them, and an index.html that links to
|
|||
them all. */
|
||||
|
||||
/* Bill Kendrick <bill@newbreedsoftware.com> */
|
||||
/* Oct. 8, 2009 - January 10, 2020 */
|
||||
/* Oct. 8, 2009 - February 15, 2020 */
|
||||
|
||||
|
||||
/* Authors of the Magic tools: */
|
||||
|
|
@ -80,6 +80,10 @@ $tools = array(
|
|||
'desc'=>'This makes parts of the picture (where you move the mouse) look like a chalk drawing.',
|
||||
'author'=>$AUTHOR_KENDRICK),
|
||||
|
||||
array('name'=>'Checkerboard',
|
||||
'desc'=>'This covers the entire canvas with a checkboard pattern using the current color. Drag to change the size of the squares.',
|
||||
'author'=>$AUTHOR_KENDRICK),
|
||||
|
||||
array('name'=>'Clone',
|
||||
'desc'=>'Clone (copy, via painting) part of the picture. Click ones to choose the source, then click and drag to clone it elsewhere in the drawing. Once you release, click to choose another source and start again.',
|
||||
'author'=>$AUTHOR_KENDRICK),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue