summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2014-12-09 01:40:49 -0500
committerJules Laplace <jules@okfoc.us>2014-12-09 01:41:14 -0500
commit6a16ad9c408fb84dd27c618312f3111563ca2ad5 (patch)
tree968ae1a0bbb75af36e8ee0611ca28d8f379fabf4 /index.html
parentdddd544a566ce53a70351b9fc1391af5034ae09e (diff)
blitting functions
Diffstat (limited to 'index.html')
-rw-r--r--index.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/index.html b/index.html
index bd9c1bd..a8b95bb 100644
--- a/index.html
+++ b/index.html
@@ -58,7 +58,8 @@
<script type="text/javascript-shader" id="demo_shader">
lex.bg = hue((x+y*y+t/10)/20)
lex.fg = (x+y)%16
- lex.char = (y%2) ? ":" : "%"
+ lex.char = (y%2) ? ":" : "%"
+ lex.opacity = 1
</script>
<script src="js/util.js"></script>
<script src="js/color.js"></script>
@@ -66,6 +67,7 @@
<script src="js/lex.js"></script>
<script src="js/matrix.js"></script>
+<script src="js/blit.js"></script>
<script src="js/tool.js"></script>
<script src="js/shader.js"></script>
<script src="js/draw.js"></script>