mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Adress review
Make sausage ascii-art have `a` line inside of stadium
This commit is contained in:
parent
4e3fb87526
commit
e5d69d153b
@ -422,13 +422,13 @@ impl Body {
|
||||
//
|
||||
// xxxxxxxxxxxxxxxxx
|
||||
//
|
||||
// _ aaaaaaaaa
|
||||
// y -* r * -
|
||||
// _ ----------_
|
||||
// y -* r *-
|
||||
// y * r *
|
||||
// y * rrr --------- rrr *
|
||||
// y * rrr aaaaaaaaa rrr *
|
||||
// y * r *
|
||||
// y * r *
|
||||
// *__aaaaaaaaa_ ^
|
||||
// *____________ ^
|
||||
let dim = self.dimensions();
|
||||
// The width (shoulder to shoulder) and length (nose to tail)
|
||||
let (width, length) = (dim.x, dim.y);
|
||||
|
Loading…
Reference in New Issue
Block a user