Rich2 / openstrat

Cross Platform Scala 2d graphics (but 3d compatible), basic geometry, maps, Earth maps, hex-tiling and strategy library(s).
https://richstrat.com
Apache License 2.0
21 stars 8 forks source link

Replace Mouth instances #269

Closed Rich2 closed 3 months ago

Rich2 commented 4 months ago

Replace the Mouth, MouthLt, MouthRt, MouthMin snd MouthMax instances, with the corresponding Orig, OrigLt, OrigRt, OrigMin and OrigMax classes reversing the direction. HVUp => HVDn HVUR => HVDL HVDR => HVUL etc. MouthOld has no direct replacement. so select the most appropriate Source class.

Rich2 commented 3 months ago

Done!