diff --git a/rsrc/graphics.exd/mac/CREDITS.md b/rsrc/graphics.exd/mac/CREDITS.md index b7657e2b..13aef8cc 100644 --- a/rsrc/graphics.exd/mac/CREDITS.md +++ b/rsrc/graphics.exd/mac/CREDITS.md @@ -72,13 +72,11 @@ Graphics 24 and 46-49 were monster graphics in original BoE. Minstrel. - On ter8.png, graphics 0, 1, 5, 6, 10, 11, 15, 16 are by Celtic Minstrel; 48 and 49 are by -Wyrmfire; 18 and 19 are by ADoS; and the rest are by Mistb0rn. -- ter9.png is entirely by Wyrmfire. -- On ter10.png, graphics 0-5, 8-19 are by Wyrmfire, and the rest are by Mistb0rn (but -based -on Wyrmfire's graphics). -- On ter11.png, graphics 0-22 are by Mistb0rn. -- On teranim.png, graphic 15 is by Mistb0rn and graphic 16 is by Wyrmfire. +- ter9.png is entirely by ADoS (some based on original BoE graphics). +- On ter10.png, the base ice tiles (graphics 1 and 2) are by Mistb0rn and the rest is by +ADoS (based on those tiles and original BoE graphics) with some tweaks by Celtic Minstrel. +- ter11.png is entirely by ADoS. +- On teranim.png, graphic 15 is by Mistb0rn and graphic 16 is by ADoS. - termap.png currently just contains directly shrunken versions of the other sheets. For monster graphics, most are original BoE graphics, except for the following (some of @@ -92,8 +90,8 @@ background flooring. For item graphics, most are original BoE graphics, except for the following: -- The last row of objects.png are by ADoS, as is graphic 17. -- On tinyobj.png, graphics 17 and 45-49 are by ADoS. +- The last two rows of objects.png are by ADoS, as is graphic 17. +- On tinyobj.png, graphics 17, 45-54, and 134-138 are by ADoS. startanim.png has been heavily modified with new text, but the actual pictures in it are still all original BoE graphics. diff --git a/rsrc/graphics.exd/mac/objects.png b/rsrc/graphics.exd/mac/objects.png index 99c75a50..e1c4dd21 100644 Binary files a/rsrc/graphics.exd/mac/objects.png and b/rsrc/graphics.exd/mac/objects.png differ diff --git a/rsrc/graphics.exd/mac/ter10.png b/rsrc/graphics.exd/mac/ter10.png index 69112b29..104e669c 100644 Binary files a/rsrc/graphics.exd/mac/ter10.png and b/rsrc/graphics.exd/mac/ter10.png differ diff --git a/rsrc/graphics.exd/mac/ter11.png b/rsrc/graphics.exd/mac/ter11.png index 507f2477..f439ef0f 100644 Binary files a/rsrc/graphics.exd/mac/ter11.png and b/rsrc/graphics.exd/mac/ter11.png differ diff --git a/rsrc/graphics.exd/mac/ter8.png b/rsrc/graphics.exd/mac/ter8.png index 4cf31cd6..986c20d6 100644 Binary files a/rsrc/graphics.exd/mac/ter8.png and b/rsrc/graphics.exd/mac/ter8.png differ diff --git a/rsrc/graphics.exd/mac/ter9.png b/rsrc/graphics.exd/mac/ter9.png index 247bf592..41ac1d2a 100644 Binary files a/rsrc/graphics.exd/mac/ter9.png and b/rsrc/graphics.exd/mac/ter9.png differ diff --git a/rsrc/graphics.exd/mac/teranim.png b/rsrc/graphics.exd/mac/teranim.png index 32c0a9f6..494d3a34 100644 Binary files a/rsrc/graphics.exd/mac/teranim.png and b/rsrc/graphics.exd/mac/teranim.png differ diff --git a/rsrc/graphics.exd/mac/termap.png b/rsrc/graphics.exd/mac/termap.png index 09917156..81062a3a 100644 Binary files a/rsrc/graphics.exd/mac/termap.png and b/rsrc/graphics.exd/mac/termap.png differ diff --git a/rsrc/graphics.exd/mac/tinyobj.png b/rsrc/graphics.exd/mac/tinyobj.png index 361e9622..858eeb71 100644 Binary files a/rsrc/graphics.exd/mac/tinyobj.png and b/rsrc/graphics.exd/mac/tinyobj.png differ diff --git a/src/scenedit/scen.keydlgs.cpp b/src/scenedit/scen.keydlgs.cpp index 33036653..1d41d767 100644 --- a/src/scenedit/scen.keydlgs.cpp +++ b/src/scenedit/scen.keydlgs.cpp @@ -161,7 +161,7 @@ pic_num_t choose_graphic(short cur_choice,ePicType g_type,cDialog* parent) { size_t total_pics = 0; cPictChoice* pic_dlg = nullptr; switch(g_type + PIC_PRESET) { - case PIC_TER: total_pics = 523; break; + case PIC_TER: total_pics = 539; break; case PIC_TER_ANIM: total_pics = 17; break; case PIC_DLOG: total_pics = 44; break; case PIC_TALK: total_pics = 84; break;