summaryrefslogtreecommitdiff
path: root/manuals
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2021-04-13 11:40:22 -0400
committerDavid Thompson <dthompson2@worcester.edu>2021-04-13 11:40:22 -0400
commit03e7ad8bc9a4ba2b24086b1092db308eaaef503c (patch)
tree4d339e75843280d69d435f6046458530994023b8 /manuals
parente8dacb9baa0f2e5345c51f115f895fb4a0165d7d (diff)
Update chickadee manual.
Diffstat (limited to 'manuals')
-rw-r--r--manuals/chickadee/9_002dPatches.html2
-rw-r--r--manuals/chickadee/Index.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/manuals/chickadee/9_002dPatches.html b/manuals/chickadee/9_002dPatches.html
index 270ee0e..0f6dd96 100644
--- a/manuals/chickadee/9_002dPatches.html
+++ b/manuals/chickadee/9_002dPatches.html
@@ -104,7 +104,7 @@ dynamically resizable. By using a 9-patch, they can be rendered at
any size without scaling artifacts.
</p>
<dl>
-<dt id="index-draw_002dnine_002dpatch">Procedure: <strong>draw-nine-patch</strong> <em>texture rect [#:margin 0] [#:top-margin margin] [#:bottom-margin margin] [#:left-margin margin] [#:right-margin margin] [#:mode stretch] [#:origin] [#:scale] [#:rotation] [#:blend-mode] [#:tint white]</em></dt>
+<dt id="index-draw_002d9_002dpatch">Procedure: <strong>draw-9-patch</strong> <em>texture rect [#:margin 0] [#:top-margin margin] [#:bottom-margin margin] [#:left-margin margin] [#:right-margin margin] [#:mode stretch] [#:origin] [#:scale] [#:rotation] [#:blend-mode] [#:tint white]</em></dt>
<dd>
<p>Draw a 9-patch over the area <var>rect</var> using <var>texture</var> whose
stretchable/tileable patches are defined by the given margin
diff --git a/manuals/chickadee/Index.html b/manuals/chickadee/Index.html
index 74142f7..e9ea924 100644
--- a/manuals/chickadee/Index.html
+++ b/manuals/chickadee/Index.html
@@ -252,9 +252,9 @@ Previous: <a href="Copying-This-Manual.html" accesskey="p" rel="prev">Copying Th
<tr><td></td><td valign="top"><a href="Basics.html#index-degrees_002d_003eradians"><code>degrees-&gt;radians</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Basics.html">Basics</a></td></tr>
<tr><td></td><td valign="top"><a href="The-Environment.html#index-distance_002dmodel"><code>distance-model</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="The-Environment.html">The Environment</a></td></tr>
<tr><td></td><td valign="top"><a href="The-Environment.html#index-doppler_002dfactor"><code>doppler-factor</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="The-Environment.html">The Environment</a></td></tr>
+<tr><td></td><td valign="top"><a href="9_002dPatches.html#index-draw_002d9_002dpatch"><code>draw-9-patch</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="9_002dPatches.html">9-Patches</a></td></tr>
<tr><td></td><td valign="top"><a href="Vector-Paths.html#index-draw_002dcanvas"><code>draw-canvas</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Vector-Paths.html">Vector Paths</a></td></tr>
<tr><td></td><td valign="top"><a href="3D-Models.html#index-draw_002dmodel"><code>draw-model</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="3D-Models.html">3D Models</a></td></tr>
-<tr><td></td><td valign="top"><a href="9_002dPatches.html#index-draw_002dnine_002dpatch"><code>draw-nine-patch</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="9_002dPatches.html">9-Patches</a></td></tr>
<tr><td></td><td valign="top"><a href="Particles.html#index-draw_002dparticles"><code>draw-particles</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Particles.html">Particles</a></td></tr>
<tr><td></td><td valign="top"><a href="Particles.html#index-draw_002dparticles_002a"><code>draw-particles*</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Particles.html">Particles</a></td></tr>
<tr><td></td><td valign="top"><a href="Sprites.html#index-draw_002dsprite"><code>draw-sprite</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Sprites.html">Sprites</a></td></tr>