Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Switched font-rendering mode to pixmap.
- Loading branch information
Showing
with
2 additions
and
2 deletions.
-
+2
−2
Makefile.emscripten
|
@@ -25,8 +25,8 @@ MUSIC=-DHAVE_MUSIC |
|
|
DESIGNER=-DHAVE_DESIGNER |
|
|
|
|
|
# Choose ONE of these and comment out the other |
|
|
#FONT_USE_PIXMAP=-DUSE_PIXMAP_FONT |
|
|
FONT_USE_SDL_TTF=-lSDL_ttf |
|
|
FONT_USE_PIXMAP=-DUSE_PIXMAP_FONT |
|
|
#FONT_USE_SDL_TTF=-lSDL_ttf |
|
|
|
|
|
# You won't need to alter these |
|
|
TARGET=gnurobbo.html |
|
|