diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-11-22 18:32:08 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-11-22 18:32:08 -0500 |
| commit | 5907322e23673884ceb48d2a07f930337bdf18db (patch) | |
| tree | b4135ed5c0dca4959d0c618484af40cfcf980fcd /index.html | |
| parent | 8c544b08e8a855635007147cf21e795d74876025 (diff) | |
stroking brush
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ body.grid .focused { box-shadow: inset 0 0 2px white, inset 0 0 2px white, inset <input type="text" id="cursor_input"> </body> <script type="text/javascript-shader" id="demo_shader"> - lex.bg = colors[color_hue_order[Math.floor((x+y*y+t)/20)%16]] + lex.bg = hue((x+y*y+t/10)/20) lex.fg = (x+y)%16 lex.char = (y%2) ? ":" : "%" |
