From 65167bd202f20e345bc9cdb2f0fe36c5abe28fe3 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Thu, 8 Nov 2018 21:41:58 -0800 Subject: GLK: Added a fonts.dat Zip archive containing the fonts --- dists/engine-data/fonts.dat | Bin 0 -> 1794977 bytes dists/scummvm.rc | 3 +++ 2 files changed, 3 insertions(+) create mode 100644 dists/engine-data/fonts.dat (limited to 'dists') diff --git a/dists/engine-data/fonts.dat b/dists/engine-data/fonts.dat new file mode 100644 index 0000000000..b7dde60fe5 Binary files /dev/null and b/dists/engine-data/fonts.dat differ diff --git a/dists/scummvm.rc b/dists/scummvm.rc index 65e7f00301..6d7782a530 100644 --- a/dists/scummvm.rc +++ b/dists/scummvm.rc @@ -34,6 +34,9 @@ cryo.dat FILE "dists/engine-data/cryo.dat" #if ENABLE_DRASCULA == STATIC_PLUGIN drascula.dat FILE "dists/engine-data/drascula.dat" #endif +#if ENABLE_GARGOYLE == STATIC_PLUGIN +fonts.dat FILE "dists/engine-data/fonts.dat" +#endif #if ENABLE_HUGO == STATIC_PLUGIN hugo.dat FILE "dists/engine-data/hugo.dat" #endif -- cgit v1.2.3