Add a Vahnatai PC graphic by "Kelyar-Ihrno"

This commit is contained in:
2017-02-08 16:58:31 -05:00
parent ae02ac4793
commit 20ff735d2f
4 changed files with 3 additions and 3 deletions

View File

@@ -29,7 +29,7 @@ though in some cases rearranged a little:
- outhelp.png - outhelp.png
- pcedbuttons.png - pcedbuttons.png
- pcedtitle.png - pcedtitle.png
- pcs.png - pcs.png (except the Vahnatai which is by Kelyar-Ihrno)
- pixpats.png - pixpats.png
- scenpics.png - scenpics.png
- spidlogo.png - spidlogo.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 57 KiB

After

Width:  |  Height:  |  Size: 106 KiB

View File

@@ -2160,7 +2160,7 @@ bool pick_pc_graphic(short pc_num,short mode,cDialog* parent) {
make_cursor_sword(); make_cursor_sword();
cPictChoice pcPic(0,35,PIC_PC,parent); cPictChoice pcPic(0,36,PIC_PC,parent);
// Customize it for this special case of choosing a PC graphic // Customize it for this special case of choosing a PC graphic
dynamic_cast<cPict&>(pcPic->getControl("mainpic")).setPict(7); dynamic_cast<cPict&>(pcPic->getControl("mainpic")).setPict(7);
pcPic->getControl("prompt").setText("Select a graphic for your PC:"); pcPic->getControl("prompt").setText("Select a graphic for your PC:");

View File

@@ -174,7 +174,7 @@ pic_num_t choose_graphic(short cur_choice,ePicType g_type,cDialog* parent) {
case PIC_SCEN: total_pics = 30; break; case PIC_SCEN: total_pics = 30; break;
case PIC_ITEM: case PIC_TINY_ITEM: total_pics = 139; break; case PIC_ITEM: case PIC_TINY_ITEM: total_pics = 139; break;
// TODO: Include small monster graphics in the PC pic picker // TODO: Include small monster graphics in the PC pic picker
case PIC_PC: total_pics = 36; break; case PIC_PC: total_pics = 37; break;
case PIC_FIELD: all_pics = field_pics; break; case PIC_FIELD: all_pics = field_pics; break;
case PIC_BOOM: all_pics = boom_pics; break; case PIC_BOOM: all_pics = boom_pics; break;
case PIC_DLOG_LG: all_pics = lgdlog_pics; break; case PIC_DLOG_LG: all_pics = lgdlog_pics; break;