1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-15 13:17:13 +00:00

3D models for Frogs and Pikes

This commit is contained in:
Zeno Rogue
2020-02-27 21:03:38 +01:00
parent aec3589260
commit a12bdf5d40
2 changed files with 14 additions and 1 deletions

View File

@@ -1430,7 +1430,7 @@ EX bool drawMonsterType(eMonster m, cell *where, const transmatrix& V1, color_t
case moFrog: case moPhaser: case moVaulter: {
ShadowV(V, cgi.shFrogBody);
const transmatrix VL = mmscale(V, cgi.ALEG0);
const transmatrix VL = GDIM == 3 ? V : mmscale(V, cgi.ALEG0);
color_t xcolor = darkena(0xFF0000, 1, 0xFF);
int alpha = (m == moPhaser ? 0xC0 : 0xFF);
if(footphase) {