ethanmoffat / EndlessClient

An open source client for Endless Online written in C#
MIT License
34 stars 16 forks source link

Use bitmap fonts instead of sprite fonts; fix most line wrapping and text alignment #280

Closed ethanmoffat closed 1 year ago

ethanmoffat commented 1 year ago

A side-effect of this change is that packages are now downloaded to $(SourceRoot)/packages instead of your global nuget package cache. This is required so that MonoGame.Extended.Content.Pipeline can be referenced reliably.

Major fixes included:

Minor fixes included:

Fixes #168