Continued WIP: Googly Eyes
Needs sound effect, an icon, and boundary-limiting to keep the pupil inside the background.
This commit is contained in:
parent
b4f63f17ff
commit
9674a05e63
151 changed files with 1864 additions and 130 deletions
11
magic/magic-docs/ja_JP.UTF-8/googlyeyes.txt
Normal file
11
magic/magic-docs/ja_JP.UTF-8/googlyeyes.txt
Normal 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
|
||||
13
magic/magic-docs/ja_JP.UTF-8/html/googlyeyes.html
Normal file
13
magic/magic-docs/ja_JP.UTF-8/html/googlyeyes.html
Normal 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 <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>></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>
|
||||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -91,6 +91,7 @@ Picture Decorations
|
|||
Artistic
|
||||
|
||||
* Flower
|
||||
* Googly Eyes
|
||||
* Lightning
|
||||
* ROYGBIV Rainbow
|
||||
* Real Rainbow
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue