aboutsummaryrefslogtreecommitdiff
path: root/devtools
diff options
context:
space:
mode:
authorJaromir Wysoglad2019-07-09 00:00:30 +0200
committerThierry Crozat2019-07-28 15:09:14 +0100
commitf9d13b8d2c92757eafe29fb796602f2fad0d98ed (patch)
tree0d609f3931b1a5e59076aaf748424ea449f090f3 /devtools
parentb883958c0582660dd0d7aa0bdf8a1edad30c7448 (diff)
downloadscummvm-rg350-f9d13b8d2c92757eafe29fb796602f2fad0d98ed.tar.gz
scummvm-rg350-f9d13b8d2c92757eafe29fb796602f2fad0d98ed.tar.bz2
scummvm-rg350-f9d13b8d2c92757eafe29fb796602f2fad0d98ed.zip
SUPERNOVA: Add translated Indiana Joe image
Diffstat (limited to 'devtools')
-rw-r--r--devtools/create_supernova/create_supernova.cpp1
-rw-r--r--devtools/create_supernova/img3-en.pbmbin0 -> 38457 bytes
-rw-r--r--devtools/create_supernova/img3-en.xcfbin0 -> 95507 bytes
3 files changed, 1 insertions, 0 deletions
diff --git a/devtools/create_supernova/create_supernova.cpp b/devtools/create_supernova/create_supernova.cpp
index b9571e4644..72d478aae3 100644
--- a/devtools/create_supernova/create_supernova.cpp
+++ b/devtools/create_supernova/create_supernova.cpp
@@ -354,6 +354,7 @@ void writeMS2(File &outputFile) {
// Other languages
const char **l = &lang[0];
while(*l) {
+ writeImage(outputFile, "img3", *l);
writeDatafile(outputFile, 15, *l, 2);
writeDatafile(outputFile, 28, *l, 2);
writeStrings(outputFile, *l, 2);
diff --git a/devtools/create_supernova/img3-en.pbm b/devtools/create_supernova/img3-en.pbm
new file mode 100644
index 0000000000..3d4a5d674d
--- /dev/null
+++ b/devtools/create_supernova/img3-en.pbm
Binary files differ
diff --git a/devtools/create_supernova/img3-en.xcf b/devtools/create_supernova/img3-en.xcf
new file mode 100644
index 0000000000..1774d0b927
--- /dev/null
+++ b/devtools/create_supernova/img3-en.xcf
Binary files differ