scandum / tintin

TinTin++, aka tt++, is an extensible console MUD client.
https://tintin.mudhalla.net
GNU General Public License v3.0
201 stars 56 forks source link

Use arrows from bmp for e/w to have same style as n/s #9

Closed lucianposton closed 4 years ago

lucianposton commented 4 years ago

In unicode map drawing mode, the north/south arrows were from the basic plane, while the east/west were from the supplemental plane.

This changes the east/west to basic plane. This makes the arrows have a consistent style, as well as will be better supported, since many fonts don't have glyphs for supplemental planes.

Existing maps won't be affected since the default hardcoded values are copied into the map file when written.

lucianposton commented 4 years ago

Now the n/s and e/w arrows are consistent. :)

img-2020-04-12T14:32:59 073Z

scandum commented 4 years ago

Some issues where reported with those arrows on other systems, but I've added it as a comment upstream.