Continued WIP: Googly Eyes

Needs sound effect, an icon, and boundary-limiting to keep the
pupil inside the background.
This commit is contained in:
Bill Kendrick 2022-12-24 11:33:11 -08:00
parent b4f63f17ff
commit 9674a05e63
151 changed files with 1864 additions and 130 deletions

View file

@ -0,0 +1,11 @@
Tux Paint "Magic" Tool: Googly Eyes
Group: Artistic
Author: Bill Kendrick <bill@newbreedsoftware.com>
Draws a googly eye where you click. Drag to position the pupil.
----------------------------------------------------------------------
Tux Paint 0.9.29

View file

@ -0,0 +1,13 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: Googly Eyes</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
<h1 align="center">Tux Paint "Magic" Tool: Googly Eyes</h1>
<h2 align="center">Group: Artistic</h2>
<h3 align="center">Author:
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>Draws a googly eye where you click. Drag to position the pupil.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.29</p>
</body></html>

View file

@ -95,6 +95,7 @@
<h2>Artistic</h2>
<ul>
<li><a href="flower.html">Flower</a></li>
<li><a href="googlyeyes.html">Googly Eyes</a></li>
<li><a href="lightning.html">Lightning</a></li>
<li><a href="roygbiv_rainbow.html">ROYGBIV Rainbow</a></li>
<li><a href="real_rainbow.html">Real Rainbow</a></li>

View file

@ -91,6 +91,7 @@ Picture Decorations
Artistic
* Flower
* Googly Eyes
* Lightning
* ROYGBIV Rainbow
* Real Rainbow