mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 05:52:59 +00:00 
			
		
		
		
	linepatterns:: patTriRings now works with a4
This commit is contained in:
		| @@ -1891,8 +1891,11 @@ namespace linepatterns { | ||||
|         break; | ||||
|  | ||||
|       case patTriRings: | ||||
|         forCellEx(c2, c) if(c2 > c) if(gmatrix.count(c2) && celldist(c) == celldist(c2))  | ||||
|           queuelinef(tC0(V), gmatrix[c2]*C0, col, 2); | ||||
|         forCellIdEx(c2, i, c) { | ||||
|           if(S3 == 4) c2 = (cellwalker(c, i) + wstep + 1 + wstep).c; | ||||
|           if(c2 > c) if(gmatrix.count(c2) && celldist(c) == celldist(c2))  | ||||
|             queuelinef(tC0(V), gmatrix[c2]*C0, col, 2); | ||||
|           } | ||||
|         break; | ||||
|  | ||||
|       case patHepta: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue