diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-11-22 11:44:05 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-11-22 11:44:05 -0500 |
| commit | dd8a053f9845d4adeb8540f24d1e8d46def35ad3 (patch) | |
| tree | d61188f3f87ddc3023709667a659f867506a5ead /index.html | |
| parent | 2464f6e5d4d190631efbb738e56d9c2c810f7ced (diff) | |
shader
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -11,7 +11,7 @@ body.grid div { border-top: 1px solid #444; border-left: 1px solid #444; } body.loading { opacity: 0; } body { transition: 0.1s linear; } body.grid .focused { box-shadow: inset 0 0 2px white, inset 0 0 2px white, inset 0 0 2px white; } -#shader_textarea { display: none; } +#shader_textarea { display: none; width: 400px; height: 400px; background: #333; color: #0f0; border: 0; font-family: 'FixedsysExcelsior301Regular'; } </style> <body class="grid loading"> @@ -35,7 +35,6 @@ body.grid .focused { box-shadow: inset 0 0 2px white, inset 0 0 2px white, inset </div> <textarea id="shader_textarea"></textarea> </div> - </body> <script type="text/javascript-shader" id="demo_shader"> lex.bg = colors[color_hue_order[Math.floor((x+y*y)/20)%16]] @@ -53,6 +52,7 @@ body.grid .focused { box-shadow: inset 0 0 2px white, inset 0 0 2px white, inset } */ </script> +<script src="js/util.js"></script> <script src="js/lex.js"></script> <script src="js/matrix.js"></script> <script src="js/tool.js"></script> |
