cowsay-org / cowsay

apjanke's fork of the classic cowsay project
http://cowsay.diamonds
GNU General Public License v3.0
83 stars 15 forks source link

convert non-extension mech-and-cow to *.cow format #23

Closed ndim closed 2 years ago

ndim commented 2 years ago

Convert the non-extension mech-and-cow file to the *.cow format, taking some hints from the MechAndCow.pm source for the location of the $thoughts line, and from the default.cow file for the $eyes and $tongue.

The mech-and-cow.cow file can probably be removed in the future once the *.pm format has been implemented.

The $thoughts line to the bubble ends quite far away from the left edge of the screen (column 18) which looks weird for narrow messages, but other cows end even further to the right (e.g dragon-and-cow.cow in column 23), so this should be ok.

This should solve a small part of https://github.com/cowsay-org/cowsay/issues/22.

apjanke commented 2 years ago

This is obviously correct; I'm not even going to bother testing it. Merged.