mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 05:52:59 +00:00 
			
		
		
		
	digons arising in the Warped Coast are now shown as narrow tiles
This commit is contained in:
		| @@ -371,7 +371,12 @@ void generate_floorshapes_for(int id, cell *c, int siid, int sidir) { | |||||||
|       } |       } | ||||||
|      |      | ||||||
|     sizeto(fsh.b, id); |     sizeto(fsh.b, id); | ||||||
|  |  | ||||||
|     bshape(fsh.b[id], fsh.prio); |     bshape(fsh.b[id], fsh.prio); | ||||||
|  |     if(&fsh == &shTriheptaFloor && cor == 4 && siid) | ||||||
|  |       /* draw digons specially */ | ||||||
|  |       for(int i=0; i<=cor; i++) hpcpush(spin((i&1) ? .1 : -.1) * cornerlist[i%cor]); | ||||||
|  |     else | ||||||
|       for(int i=0; i<=cor; i++) hpcpush(cornerlist[i%cor]); |       for(int i=0; i<=cor; i++) hpcpush(cornerlist[i%cor]); | ||||||
|      |      | ||||||
|     sizeto(fsh.shadow, id); |     sizeto(fsh.shadow, id); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue