Ver código fonte

* Added a bird.

tags/v0.99.beta14
Jean-Yves Lamoureux jylam 20 anos atrás
pai
commit
73edc0b51c
1 arquivos alterados com 3 adições e 0 exclusões
  1. +3
    -0
      caca/driver_gl.c

+ 3
- 0
caca/driver_gl.c Ver arquivo

@@ -50,6 +50,9 @@ static GLbyte const gl_bgpal[][4] =
{ 0x3f, 0x3f, 0x00, 0x7f },
{ 0x3f, 0x3f, 0x3f, 0x7f },
// + intensity
// >.
// ()
// ^^
{ 0x1f, 0x1f, 0x1f, 0x7f },
{ 0x1f, 0x1f, 0x7f, 0x7f },
{ 0x1f, 0x7f, 0x1f, 0x7f },


Carregando…
Cancelar
Salvar