MACVENTURE: Include border bitmaps in ScummVM

This commit is contained in:
Borja Lorente 2016-08-24 11:43:58 +02:00
parent b7b258474f
commit 841c22704c
15 changed files with 12 additions and 1 deletions

View file

@ -285,6 +285,9 @@ endif
ifdef ENABLE_WINTERMUTE
DIST_FILES_ENGINEDATA+=wintermute.zip
endif
ifdef ENABLE_MACVENTURE
DIST_FILES_ENGINEDATA+=macventure.dat
endif
DIST_FILES_ENGINEDATA:=$(addprefix $(srcdir)/dists/engine-data/,$(DIST_FILES_ENGINEDATA))
# pred.dic is currently only used for the AGI engine

Binary file not shown.

After

Width:  |  Height:  |  Size: 822 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 822 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB

View file

@ -0,0 +1,8 @@
printf "Creating border file...\n"
zip -r macventure.zip *.bmp
mv macventure.zip macventure.dat
echo done
ls -l macventure.dat

View file

@ -30,7 +30,7 @@
namespace MacVenture {
#define MACVENTURE_DATA_BUNDLE Common::String("macventure.zip")
#define MACVENTURE_DATA_BUNDLE Common::String("macventure.dat")
struct BorderName {
MVWindowType type;