forked from HEL/chronos
		
	changed destruction color + default arrow style
This commit is contained in:
		| @@ -262,8 +262,8 @@ | ||||
|       // Draw lifeline destructions | ||||
|       for dest in destructions { | ||||
|         let (cx, cy) = dest | ||||
|         draw.line((cx - 8, cy - 8), (cx + 8, cy + 8), stroke: red + 2pt) | ||||
|         draw.line((cx - 8, cy + 8), (cx + 8, cy - 8), stroke: red + 2pt) | ||||
|         draw.line((cx - 8, cy - 8), (cx + 8, cy + 8), stroke: COL-DESTRUCTION + 2pt) | ||||
|         draw.line((cx - 8, cy + 8), (cx + 8, cy - 8), stroke: COL-DESTRUCTION + 2pt) | ||||
|       } | ||||
|  | ||||
|       // Draw participants (end) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user