Skip to content

Commit e2652cc

Browse files
committed
draw-filled-polygon requires gfx lib
1 parent 28d13b6 commit e2652cc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

org.xzpeter.game.starwar.asd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
:description "A very simple starwar game. "
1010
:depends-on (:lispbuilder-sdl
1111
:lispbuilder-sdl-ttf
12+
:lispbuilder-sdl-gfx
1213
:org.xzpeter.game.lib)
1314
:components ((:file "packages")
1415
(:file "globals" :depends-on ("packages"))

starwar.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;; configuration file for starwar game
22

3-
(fullscreen t)
3+
(fullscreen nil)
44
(screen-width 1024)
55
(screen-height 768)
66

0 commit comments

Comments
 (0)