X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=gacela_tetris.lisp;h=a89d138e2970f9634c2eb70e7b7a3a7a10eff6fe;hb=4fe9bd9e78b0e3cee1133da2abcb05bc98322b31;hp=ef56ed2faaa53c406bdd4c9e08729fb822cce762;hpb=725dbc52d30cf457f98fa4e0e5bf1051da09d1b9;p=gacela.git diff --git a/gacela_tetris.lisp b/gacela_tetris.lisp index ef56ed2..a89d138 100644 --- a/gacela_tetris.lisp +++ b/gacela_tetris.lisp @@ -104,7 +104,7 @@ (timer (make-timer)) (grid (make-list 20 :initial-element (make-list 14))) (background (draw-image-function "fondo_tetris.png")) - (font (open-font "lazy.ttf"))) + (font (load-font "lazy.ttf"))) (defun tetramine () (cond ((eq (timer-state timer) 'stopped) (start-timer timer)))