X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;ds=sidebyside;f=gacela_tetris.lisp;h=95268fc0c9efcf728aaaa9cd6cd3a74253d3e49a;hb=5e3843acaf7628122c750406e48e83ac6fdb6312;hp=6403e2c72fc4c3329740e7a537d246a1de406318;hpb=b56cc2e7d421a067fbdcd3a542908fe0617352b8;p=gacela.git diff --git a/gacela_tetris.lisp b/gacela_tetris.lisp index 6403e2c..95268fc 100644 --- a/gacela_tetris.lisp +++ b/gacela_tetris.lisp @@ -1,6 +1,6 @@ (in-package :gacela) -(setq *frames-per-second* 15) +(set-frames-per-second 15) (defun tetramine-i () (let ((color '(1 0 0))) @@ -103,7 +103,7 @@ (next (random-tetramine)) (timer (make-timer)) (grid (make-list 20 :initial-element (make-list 14))) - (background (draw-image-function "fondo_tetris2.png"))) + (background (draw-image-function "fondo_tetris.png"))) (defun tetramine () (cond ((eq (timer-state timer) 'stopped) (start-timer timer)))