ethanmoffat / EndlessClient

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

NPC alignment is still wonky #181

Closed ethanmoffat closed 1 year ago

ethanmoffat commented 2 years ago

A lot of NPCs using the "univeral" alignment formula don't look properly aligned. It would be nice if such a formula existed, but the default gfx provide a ton of different edge cases. Offsets should be defined in a configurable way (perhaps an ini file like hair clip styles), using "universal" alignment as a fallback.

Some examples:

image image
ethanmoffat commented 1 year ago

Fixed in PR #237