"Tessellation" magic tool documentation

This commit is contained in:
Bill Kendrick 2024-10-09 20:09:49 -07:00
parent 076ccbd947
commit c40479c263
89 changed files with 682 additions and 53 deletions

View file

@ -6,7 +6,7 @@
Copyright © 2002-2024 by various contributors; AUTHORS.txt 参照.
https://tuxpaint.org/
2024年10月 7
2024年10月 9
+--------------------------------------------------+
| 目次 |
@ -130,6 +130,10 @@ New Magic tool: Concentric Circle
Draw concentric circles.
New Magic tool: Concentric Square
Draw concentric squares.
New Magic tool: Tessellation Pointy
Draw repeating tessellation patterns with pointy-topped hexagons.
New Magic tool: Tessellation Flat
Draw repeating tessellation patterns with flat-topped hexagons.
Magic API Updates
Sound pause and resume functions added.

View file

@ -102,7 +102,7 @@
</p>
<p>
2024年10月 7</p>
2024年10月 9</p>
</center>
</header>
<table border="2"
@ -267,6 +267,12 @@
<dt>New Magic tool: Concentric Square</dt>
<dd>Draw concentric squares.</dt>
<dt>New Magic tool: Tessellation Pointy</dt>
<dd>Draw repeating tessellation patterns with pointy-topped hexagons.</dt>
<dt>New Magic tool: Tessellation Flat</dt>
<dd>Draw repeating tessellation patterns with flat-topped hexagons.</dt>
<dt>Magic API Updates</dt>
<dd>Sound pause and resume functions added.</dt>
</dl>