Three new wallsets and one new floorset by ADoS

This commit is contained in:
2015-10-05 15:34:51 -04:00
parent 0d5a57258a
commit 17095e1760
6 changed files with 3 additions and 3 deletions

View File

@@ -69,7 +69,7 @@ are by ADoS, and the rest are by Mistb0rn.
- ter9.png is entirely by ADoS (some based on original BoE graphics). - 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 - 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. ADoS (based on those tiles and original BoE graphics) with some tweaks by Celtic Minstrel.
- ter11.png and ter12.png are entirely by ADoS. - ter11.png, ter12.png, ter13.png, and ter14.png are entirely by ADoS.
- On teranim.png, graphic 15 is by Mistb0rn and graphic 16 is 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. - termap.png currently just contains directly shrunken versions of the other sheets.

BIN
rsrc/graphics/ter13.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

BIN
rsrc/graphics/ter14.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 162 KiB

After

Width:  |  Height:  |  Size: 177 KiB

View File

@@ -167,7 +167,7 @@ pic_num_t choose_graphic(short cur_choice,ePicType g_type,cDialog* parent) {
size_t total_pics = 0; size_t total_pics = 0;
cPictChoice* pic_dlg = nullptr; cPictChoice* pic_dlg = nullptr;
switch(g_type + PIC_PRESET) { switch(g_type + PIC_PRESET) {
case PIC_TER: total_pics = 600; break; case PIC_TER: total_pics = 680; break;
case PIC_TER_ANIM: total_pics = 28; break; case PIC_TER_ANIM: total_pics = 28; break;
case PIC_DLOG: total_pics = 44; break; case PIC_DLOG: total_pics = 44; break;
case PIC_TALK: total_pics = 84; break; case PIC_TALK: total_pics = 84; break;

View File

@@ -21,7 +21,7 @@
namespace fs = boost::filesystem; namespace fs = boost::filesystem;
#define LINES_IN_TEXT_WIN 11 #define LINES_IN_TEXT_WIN 11
#define NUM_TER_SHEETS 12 #define NUM_TER_SHEETS 14
#define NUM_MONST_SHEETS 10 #define NUM_MONST_SHEETS 10
struct m_pic_index_t { struct m_pic_index_t {