mirror of
https://gitlab.com/veloren/veloren.git
synced 2025-07-25 04:42:23 +00:00
Adress review
Make sausage ascii-art have `a` line inside of stadium
This commit is contained in:
@ -422,13 +422,13 @@ impl Body {
|
|||||||
//
|
//
|
||||||
// xxxxxxxxxxxxxxxxx
|
// xxxxxxxxxxxxxxxxx
|
||||||
//
|
//
|
||||||
// _ aaaaaaaaa
|
// _ ----------_
|
||||||
// y -* r * -
|
// y -* r *-
|
||||||
// y * r *
|
// y * r *
|
||||||
// y * rrr --------- rrr *
|
// y * rrr aaaaaaaaa rrr *
|
||||||
// y * r *
|
// y * r *
|
||||||
// y * r *
|
// y * r *
|
||||||
// *__aaaaaaaaa_ ^
|
// *____________ ^
|
||||||
let dim = self.dimensions();
|
let dim = self.dimensions();
|
||||||
// The width (shoulder to shoulder) and length (nose to tail)
|
// The width (shoulder to shoulder) and length (nose to tail)
|
||||||
let (width, length) = (dim.x, dim.y);
|
let (width, length) = (dim.x, dim.y);
|
||||||
|
Reference in New Issue
Block a user