remance / Masendor

Open source educational and historical battle action game, All helps accepted
MIT License
142 stars 31 forks source link

Implementing ellipsis on draw text #63

Closed coppermouse closed 1 year ago

coppermouse commented 1 year ago

ellipsis implemented

implemented on listui

uses draw_text method. I notice there is already a common draw_text method but wrote my own to not risk any issues. We should merge logic into one?

The ellipse length calculated on listui does not appear perfect on different solution but maybe good enough for a start