mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-22 17:37:39 +00:00
rogueviz::seuphorica::draw retain markers for giants
This commit is contained in:
@@ -657,7 +657,7 @@ struct tilebox {
|
||||
if(&t == tile_moved && holdmouse) { idx++; continue; }
|
||||
|
||||
if(ptset == &drawn && idx < ev.retain_count) {
|
||||
auto T = ASP * eupush(lt) * euscalexx(tilesize) * spin(45._deg);
|
||||
auto T = ASP * eupush(lt) * euscalexx(tilesize * (has_power(t, sp::gigantic) ? 3 : 1)) * spin(45._deg);
|
||||
for(int i=0; i<=4; i++) curvepoint(spin(90._deg*i) * eupoint(1,1));
|
||||
queuecurve(T, darkena(col, 0, 0xFF), darkena(col, 0, 0x80), PPR::ZERO);
|
||||
}
|
||||
|
Reference in New Issue
Block a user