From 03e7ad8bc9a4ba2b24086b1092db308eaaef503c Mon Sep 17 00:00:00 2001 From: David Thompson Date: Tue, 13 Apr 2021 11:40:22 -0400 Subject: Update chickadee manual. --- manuals/chickadee/9_002dPatches.html | 2 +- manuals/chickadee/Index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'manuals') 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.

-
Procedure: draw-nine-patch 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]
+
Procedure: draw-9-patch 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]

Draw a 9-patch over the area rect using texture 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: degrees->radiansBasics distance-modelThe Environment doppler-factorThe Environment +draw-9-patch9-Patches draw-canvasVector Paths draw-model3D Models -draw-nine-patch9-Patches draw-particlesParticles draw-particles*Particles draw-spriteSprites -- cgit v1.2.3