"Tessellation" magic tool documentation
This commit is contained in:
parent
076ccbd947
commit
c40479c263
89 changed files with 682 additions and 53 deletions
|
|
@ -6,7 +6,7 @@
|
|||
Copyright © 2002-2024 by divers contributeurs; voir AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
octobre 7, 2024
|
||||
octobre 9, 2024
|
||||
|
||||
+-------------------------------------------------------+
|
||||
| Table des matières |
|
||||
|
|
@ -137,6 +137,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.
|
||||
|
||||
|
|
|
|||
|
|
@ -102,7 +102,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
octobre 7, 2024 </p>
|
||||
octobre 9, 2024 </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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue