Beginning to implement switchin() and switchout() Magic tool plugin API.
This commit is contained in:
parent
b14e850f12
commit
b4ed444f0f
40 changed files with 389 additions and 420 deletions
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
version 0.9.20
|
||||
version 0.9.21
|
||||
Extending Tux Paint
|
||||
|
||||
Copyright 2002-2008 by Bill Kendrick and others
|
||||
|
|
@ -8,9 +8,9 @@
|
|||
bill@newbreedsoftware.com
|
||||
http://www.tuxpaint.org/
|
||||
|
||||
June 14, 2002 - March 27, 2008
|
||||
June 14, 2002 - July 7, 2008
|
||||
|
||||
--------------------------------------------------------------------------
|
||||
----------------------------------------------------------------------
|
||||
|
||||
If you wish to add or change things like Brushes and Rubber Stamps used by
|
||||
Tux Paint, you can do it fairly easily by simply putting or removing files
|
||||
|
|
@ -77,7 +77,7 @@ Where Files Go
|
|||
|
||||
/Users/(user name)/Library/Preferences/TuxPaint/brushes/
|
||||
|
||||
--------------------------------------------------------------------------
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Personal Files
|
||||
|
||||
|
|
@ -114,7 +114,7 @@ Where Files Go
|
|||
(For example, if you created a brush named "flower.png", you would put
|
||||
it in "~/.tuxpaint/brushes/" under Linux or Unix.)
|
||||
|
||||
--------------------------------------------------------------------------
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Brushes
|
||||
|
||||
|
|
@ -202,7 +202,7 @@ Brushes
|
|||
it's because you forgot to use alpha transparency! See the documentation
|
||||
file "PNG.txt" for more information and tips.
|
||||
|
||||
--------------------------------------------------------------------------
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Stamps
|
||||
|
||||
|
|
@ -245,7 +245,7 @@ Stamps
|
|||
make PNG images which will scale perfectly when used as stamps in
|
||||
Tux Paint.
|
||||
|
||||
--------------------------------------------------------------------------
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Description Text
|
||||
|
||||
|
|
@ -281,7 +281,7 @@ Stamps
|
|||
them as Plain Text, and make sure they have ".txt" at the end of the
|
||||
filename...
|
||||
|
||||
--------------------------------------------------------------------------
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Sound Effects
|
||||
|
||||
|
|
@ -306,7 +306,7 @@ Stamps
|
|||
Note: For descriptive sounds (not sound effects, like a bang or a bird
|
||||
chirping), consider using the Descriptive Sounds, described below.
|
||||
|
||||
--------------------------------------------------------------------------
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Descriptive Sound
|
||||
|
||||
|
|
@ -328,7 +328,7 @@ Stamps
|
|||
attempt to load the 'default' descriptive sound file. (e.g.,
|
||||
"picture_desc.wav")
|
||||
|
||||
--------------------------------------------------------------------------
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Stamp Options
|
||||
|
||||
|
|
@ -453,7 +453,7 @@ Stamps
|
|||
"_mirror_flip" doesn't exist, but either "_flip" or "_mirror" does, it
|
||||
will be used, and mirrored or flipped, respectively.
|
||||
|
||||
--------------------------------------------------------------------------
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Fonts
|
||||
|
||||
|
|
@ -463,7 +463,7 @@ Fonts
|
|||
and provide four different sizes in the 'Letters' selector when using
|
||||
the 'Text' tool.
|
||||
|
||||
--------------------------------------------------------------------------
|
||||
----------------------------------------------------------------------
|
||||
|
||||
'Starters'
|
||||
|
||||
|
|
@ -542,7 +542,7 @@ Fonts
|
|||
picture loaded or started. (In other words, if you base a drawing on a
|
||||
'starter' image, it will always be affected by it.)
|
||||
|
||||
--------------------------------------------------------------------------
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Translations
|
||||
|
||||
|
|
@ -557,18 +557,18 @@ Translations
|
|||
"pt_br.po" for Brazilian Portuguese, versus "pt.po" or "pt_pt.po" for
|
||||
Portuguese spoken in Portugal.)
|
||||
|
||||
Open the newly-created ".po" file -- you can edit in a plain text
|
||||
edtior, such as Emacs, Pico or VI on Linux, or NotePad on Windows. The
|
||||
original English text used in Tux Paint is listed in lines starting with
|
||||
"msgid". Enter your translations of each of these pieces of text in the
|
||||
empty "msgstr" lines directly below the corresponding "msgid" lines.
|
||||
(Note: Do not remove the quotes.)
|
||||
Open the newly-created ".po" file - you can edit in a plain text edtior,
|
||||
such as Emacs, Pico or VI on Linux, or NotePad on Windows. The original
|
||||
English text used in Tux Paint is listed in lines starting with "msgid".
|
||||
Enter your translations of each of these pieces of text in the empty
|
||||
"msgstr" lines directly below the corresponding "msgid" lines. (Note: Do
|
||||
not remove the quotes.)
|
||||
|
||||
Example:
|
||||
|
||||
msgid "Smudge"
|
||||
msgstr "Manchar"
|
||||
|
||||
|
||||
msgid "Click and move to draw large bricks."
|
||||
msgstr "Haz clic y arrastra para dibujar ladrillos grandes."
|
||||
|
||||
|
|
@ -640,7 +640,7 @@ Alternative Input Methods
|
|||
304E gi -
|
||||
304D:3083 kya -
|
||||
3063:305F tta -
|
||||
|
||||
|
||||
# Katakana
|
||||
section
|
||||
30AB ka -
|
||||
|
|
@ -649,7 +649,7 @@ Alternative Input Methods
|
|||
30AE gi -
|
||||
|
||||
Note: Blank lines within the ".im" file will be ignored, as will any
|
||||
text following a "#" (pound/hash) character -- it can be used to denote
|
||||
text following a "#" (pound/hash) character - it can be used to denote
|
||||
comments, as seen in the example above.
|
||||
|
||||
Note: Meanings of the flags are locale-specific, and are processed by
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue