From af2872325ed461252303ec8b7987058b664843f1 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sat, 10 Mar 2018 20:32:18 -0500 Subject: Update Chickadee manual. --- manuals/chickadee/Index.html | 66 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) (limited to 'manuals/chickadee/Index.html') diff --git a/manuals/chickadee/Index.html b/manuals/chickadee/Index.html index 3863270..3c1df5e 100644 --- a/manuals/chickadee/Index.html +++ b/manuals/chickadee/Index.html @@ -56,8 +56,31 @@ span.nolinebreak {white-space: nowrap} span.roman {font-family: initial; font-weight: normal} span.sansserif {font-family: sans-serif; font-weight: normal} ul.no-bullet {list-style: none} +@media (min-width: 1140px) { + body { + margin-left: 14rem; + margin-right: 4rem; + max-width: 52rem; + } +} + +@media (min-width: 800px) and (max-width: 1140px) { + body { + margin-left: 6rem; + margin-right: 4rem; + max-width: 52rem; + } +} + +@media (max-width: 800px) { + body { + margin: 1rem; + } +} + --> + @@ -80,6 +103,8 @@ Previous: D   +F +   G   K @@ -88,10 +113,14 @@ Previous: M   +P +   Q   R   +S +   T   U @@ -124,6 +153,18 @@ Previous:
D draw-hookKernel +draw-lineLines and Shapes +draw-nine-patchSprites +draw-spriteSprites +draw-textFonts +
+F +font-bold?Fonts +font-faceFonts +font-italic?Fonts +font-line-heightFonts +font-line-heightFonts +font?Fonts
G gpu-applyRendering Engine @@ -134,20 +175,38 @@ Previous: key-release-hookKernel
L +load-fontFonts load-hookKernel load-imageTextures +load-musicAudio +load-sampleAudio
M mouse-move-hookKernel mouse-press-hookKernel mouse-release-hookKernel +music-paused?Audio +music-playing?Audio +music-volumeAudio +
+P +pause-musicAudio +play-musicAudio +play-sampleAudio
Q quit-hookKernel
R +resume-musicAudio +rewind-musicAudio run-gameKernel
+S +set-music-volume!Audio +set-sample-volume!Audio +stop-musicAudio +
T text-input-hookKernel timeKernel @@ -156,6 +215,7 @@ Previous: update-hookKernel
W +with-batched-spritesSprites with-blend-modeRendering Engine with-depth-testRendering Engine with-framebufferRendering Engine @@ -172,6 +232,8 @@ Previous: D   +F +   G   K @@ -180,10 +242,14 @@ Previous: M   +P +   Q   R   +S +   T   U -- cgit v1.2.3