We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28d13b6 commit e2652ccCopy full SHA for e2652cc
org.xzpeter.game.starwar.asd
@@ -9,6 +9,7 @@
9
:description "A very simple starwar game. "
10
:depends-on (:lispbuilder-sdl
11
:lispbuilder-sdl-ttf
12
+ :lispbuilder-sdl-gfx
13
:org.xzpeter.game.lib)
14
:components ((:file "packages")
15
(:file "globals" :depends-on ("packages"))
starwar.conf
@@ -1,6 +1,6 @@
1
;; configuration file for starwar game
2
3
-(fullscreen t)
+(fullscreen nil)
4
(screen-width 1024)
5
(screen-height 768)
6
0 commit comments