diff options
Diffstat (limited to 'html/en/screenshots.html')
-rw-r--r-- | html/en/screenshots.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/html/en/screenshots.html b/html/en/screenshots.html index d8b3c28..1d1968a 100644 --- a/html/en/screenshots.html +++ b/html/en/screenshots.html @@ -19,9 +19,10 @@ <h2 align="center" style="text-align:center">Screenshots</h2> <p class="style5">All the screenshots here were generated with the same -<a href="screenshots_src_c.html">C source code</a>. The code contains only the +<a href="screenshots_src_c.html">C source code</a>. The same example is +available in <a href="screenshots_src_lua.html">Lua source code</a>. The code contains only the primitives and attributes, the canvas initialization is simply:</p> -<pre>cdCanvas* canvas = <strong>canvas = cdCreateCanvas</strong>(ctx, data); +<pre>cdCanvas* canvas = <strong>cdCreateCanvas</strong>(ctx, data); <a href="screenshots_src_c.html">SimpleDraw</a>(canvas); |