Adress review

Make sausage ascii-art have `a` line inside of stadium
This commit is contained in:
juliancoffee
2021-09-16 20:47:34 +03:00
parent 4e3fb87526
commit e5d69d153b

View File

@ -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);