Ver Código Fonte

make the editor more easily visible

Lucas Stadler 10 anos atrás
pai
commit
6a3ac92675
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      glsl/raymarching.js

+ 1 - 1
glsl/raymarching.js

@ -245,7 +245,7 @@ void main() {
245 245
  left: 0;
246 246
247 247
  border: none;
248
  background-color: rgba(255, 255, 255, 0.5);
248
  background-color: rgba(255, 255, 255, 0.8);
249 249
250 250
  min-width: 72ex;
251 251
  height: 100vh;