diff -r 16391ff5e091 -r 111d15f81dbd DrawnMapFormat.wiki --- a/DrawnMapFormat.wiki Tue Feb 20 12:04:22 2018 +0000 +++ b/DrawnMapFormat.wiki Tue Feb 20 12:25:33 2018 +0000 @@ -15,13 +15,13 @@ where *flags* are: || 8th bit || 7th bit || 6th-1st bits || -|| if set, this is a first point of polyline || if set, polyline is erasing || *width*(thickness) of line || +|| if set, this is a first point of polyline || if set, polyline is erasing || *width* (thickness) of line || -where *width* defines `(width * 10) + 6` pixels width line to draw +… where *width* defines `(width * 10) + 6` pixels width line to draw. -Second and further points of polyline have 8th bit of *flags* unset, the content of others doesn't matter. +Second and further points of polyline have 8th bit of *flags* unset, the content of others are ignored for those. -Single-point polyline defines a circle (well, that's kinda obvious). +A single-point polyline defines a circle. == Sharing hand-drawn maps == Hand-drawn maps will be automatically transferred when playing online.