X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=gacela_tetris.lisp;h=95268fc0c9efcf728aaaa9cd6cd3a74253d3e49a;hb=c2771be74a6564012fe0e4493322fa007af2af1a;hp=6a0242f6271305034fcbce2460ee677fc381400a;hpb=357aa6f62c04d59385ac4e44a5303d0825aa81ba;p=gacela.git diff --git a/gacela_tetris.lisp b/gacela_tetris.lisp index 6a0242f..95268fc 100644 --- a/gacela_tetris.lisp +++ b/gacela_tetris.lisp @@ -1,5 +1,7 @@ (in-package :gacela) +(set-frames-per-second 15) + (defun tetramine-i () (let ((color '(1 0 0))) `((,color ,color ,color ,color)))) @@ -127,12 +129,11 @@ (setq next (random-tetramine))) (t (incf y) (start-timer timer))))) -; (draw-square :size 200))) - (funcall background))) -; (translate -288 218) -; (draw-grid (join-grids tetramine grid x y)) -; (translate 440 440) -; (draw-grid next))) + (funcall background) + (translate -288 218) + (draw-grid (join-grids tetramine grid x y)) + (translate 440 440) + (draw-grid next))) (let ((frame 0.0) (fps (make-timer)) (update (make-timer))) (start-timer update)