X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=gacela_tetris.lisp;h=6b4320f661f0e808275793feeb55457e1b57ac03;hb=b1bda2479eebac341086054f217e20faadb7f7a7;hp=200c4faa5e56316a30f1e22b0c59cd82fa74ad3a;hpb=02026932e3ecf2ff041a8a0389cf6c077df3e49d;p=gacela.git diff --git a/gacela_tetris.lisp b/gacela_tetris.lisp index 200c4fa..6b4320f 100644 --- a/gacela_tetris.lisp +++ b/gacela_tetris.lisp @@ -128,7 +128,7 @@ (setq tetramine next x 6 y 0) (setq next (random-tetramine))) (t (incf y) (start-timer timer))))) - + (draw-color '(0.8 0.8 0.8)) (funcall background) (translate -288 218) (draw-grid (join-grids tetramine grid x y))