Adding Lightning to Magic tool docs
This commit is contained in:
parent
e7c7a51a00
commit
74f5748da5
5 changed files with 21 additions and 1 deletions
|
|
@ -33,6 +33,7 @@
|
||||||
<li><a href="kaleidoscope.html">Kaleidoscope</a></li>
|
<li><a href="kaleidoscope.html">Kaleidoscope</a></li>
|
||||||
<li><a href="light.html">Light</a></li>
|
<li><a href="light.html">Light</a></li>
|
||||||
<li><a href="lighten.html">Lighten</a></li>
|
<li><a href="lighten.html">Lighten</a></li>
|
||||||
|
<li><a href="lightning.html">Lightning</a></li>
|
||||||
<li><a href="metal_paint.html">Metal Paint</a></li>
|
<li><a href="metal_paint.html">Metal Paint</a></li>
|
||||||
<li><a href="mirror.html">Mirror</a></li>
|
<li><a href="mirror.html">Mirror</a></li>
|
||||||
<li><a href="mosaic.html">Mosaic</a></li>
|
<li><a href="mosaic.html">Mosaic</a></li>
|
||||||
|
|
|
||||||
9
magic/magic-docs/en/html/lightning.html
Normal file
9
magic/magic-docs/en/html/lightning.html
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||||
|
<body><html><head><title>Tux Paint "Magic" Tool: Lightning</title>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||||
|
</head>
|
||||||
|
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
|
||||||
|
<h1 align="center">Tux Paint "Magic" Tool: Lightning</h1>
|
||||||
|
<h2 align="center">By Bill Kendrick <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>></h2>
|
||||||
|
<p>Draws a lightning bolt between two points on the picture.</p>
|
||||||
|
</body></html>
|
||||||
|
|
@ -29,6 +29,7 @@
|
||||||
* Kaleidoscope
|
* Kaleidoscope
|
||||||
* Light
|
* Light
|
||||||
* Lighten
|
* Lighten
|
||||||
|
* Lightning
|
||||||
* Metal Paint
|
* Metal Paint
|
||||||
* Mirror
|
* Mirror
|
||||||
* Mosaic
|
* Mosaic
|
||||||
|
|
|
||||||
5
magic/magic-docs/en/lightning.txt
Normal file
5
magic/magic-docs/en/lightning.txt
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
Tux Paint "Magic" Tool: Lightning
|
||||||
|
|
||||||
|
By Bill Kendrick <bill@newbreedsoftware.com>
|
||||||
|
|
||||||
|
Draws a lightning bolt between two points on the picture.
|
||||||
|
|
@ -5,7 +5,7 @@ individual HTML files for each of them, and an index.html that links to
|
||||||
them all. */
|
them all. */
|
||||||
|
|
||||||
/* Bill Kendrick <bill@newbreedsoftware.com> */
|
/* Bill Kendrick <bill@newbreedsoftware.com> */
|
||||||
/* Oct. 8, 2009 - September 22, 2021 */
|
/* Oct. 8, 2009 - September 27, 2021 */
|
||||||
|
|
||||||
|
|
||||||
/* Authors of the Magic tools: */
|
/* Authors of the Magic tools: */
|
||||||
|
|
@ -176,6 +176,10 @@ $tools = array(
|
||||||
'author'=>$AUTHOR_KENDRICK,
|
'author'=>$AUTHOR_KENDRICK,
|
||||||
'see'=>array('Darken', 'Tint')),
|
'see'=>array('Darken', 'Tint')),
|
||||||
|
|
||||||
|
array('name'=>'Lightning',
|
||||||
|
'desc'=>'Draws a lightning bolt between two points on the picture.',
|
||||||
|
'author'=>$AUTHOR_KENDRICK),
|
||||||
|
|
||||||
array('name'=>'Metal Paint',
|
array('name'=>'Metal Paint',
|
||||||
'desc'=>'Click and drag to draw shiny metal using the current color.',
|
'desc'=>'Click and drag to draw shiny metal using the current color.',
|
||||||
'author'=>$AUTHOR_KENDRICK),
|
'author'=>$AUTHOR_KENDRICK),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue