mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-10 06:16:00 +00:00
new player shape: spaceship
This commit is contained in:
@@ -3121,7 +3121,11 @@ bool celldrawer::draw_shmup_monster() {
|
||||
col = (mirrorcolor(det(view.T) < 0) << 8) | 0xFF;
|
||||
else
|
||||
col = (minf[m->get_parenttype()].color << 8) | 0xFF;
|
||||
if(getcs().charid >= 4) {
|
||||
if(getcs().charid >= 10) {
|
||||
queuepoly(at_missile_level(view), cgi.shMissile, col);
|
||||
ShadowV(view, cgi.shMissile);
|
||||
}
|
||||
else if(getcs().charid >= 4) {
|
||||
queuepoly(at_missile_level(view), cgi.shPHead, col);
|
||||
ShadowV(view, cgi.shPHead);
|
||||
}
|
||||
|
Reference in New Issue
Block a user