mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-03 12:49:17 +00:00
TurretMissiles now have a different color
This commit is contained in:
parent
afadd898a2
commit
5fcccc91b7
@ -165,7 +165,7 @@ void draw_game_cell(const cell_to_draw& cd) {
|
|||||||
curvepoint(rock.pts[0].h);
|
curvepoint(rock.pts[0].h);
|
||||||
queuecurve(shiftless(Id),
|
queuecurve(shiftless(Id),
|
||||||
rock.type == oMissile ? missile_color :
|
rock.type == oMissile ? missile_color :
|
||||||
rock.type == oTurretMissile ? missile_color :
|
rock.type == oTurretMissile ? 0xFF8000FF :
|
||||||
rock.type == oParticle ? rock.col :
|
rock.type == oParticle ? rock.col :
|
||||||
0x000000FF, rock.col, obj_prio[rock.type]);
|
0x000000FF, rock.col, obj_prio[rock.type]);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user