]> git.jsancho.org Git - gacela.git/blobdiff - gacela_tetris.lisp
(no commit message)
[gacela.git] / gacela_tetris.lisp
index 6403e2c72fc4c3329740e7a537d246a1de406318..95268fc0c9efcf728aaaa9cd6cd3a74253d3e49a 100644 (file)
@@ -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)))
       (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)))