mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-11 00:20:09 +00:00
3D:: added missing eyes and faces in drawMimic
This commit is contained in:
parent
5436265311
commit
f08c33a8e2
@ -1247,6 +1247,8 @@ void drawMimic(eMonster m, cell *where, const transmatrix& V, color_t col, doubl
|
||||
queuepoly(VBODY2 * VBS, shPrinceDress, darkena(col, 1, 0XC0));
|
||||
if(cs.charid == 3)
|
||||
queuepoly(VBODY2 * VBS, shPrincessDress, darkena(col, 1, 0XC0));
|
||||
|
||||
humanoid_eyes(V, 0xFF, darkena(col, 0, 0x40));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user