Add a Vahnatai PC graphic by "Kelyar-Ihrno"
This commit is contained in:
@@ -29,7 +29,7 @@ though in some cases rearranged a little:
|
||||
- outhelp.png
|
||||
- pcedbuttons.png
|
||||
- pcedtitle.png
|
||||
- pcs.png
|
||||
- pcs.png (except the Vahnatai which is by Kelyar-Ihrno)
|
||||
- pixpats.png
|
||||
- scenpics.png
|
||||
- spidlogo.png
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 57 KiB After Width: | Height: | Size: 106 KiB |
@@ -2160,7 +2160,7 @@ bool pick_pc_graphic(short pc_num,short mode,cDialog* parent) {
|
||||
|
||||
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
|
||||
dynamic_cast<cPict&>(pcPic->getControl("mainpic")).setPict(7);
|
||||
pcPic->getControl("prompt").setText("Select a graphic for your PC:");
|
||||
|
||||
@@ -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_ITEM: case PIC_TINY_ITEM: total_pics = 139; break;
|
||||
// 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_BOOM: all_pics = boom_pics; break;
|
||||
case PIC_DLOG_LG: all_pics = lgdlog_pics; break;
|
||||
|
||||
Reference in New Issue
Block a user