SamTheBlow / grand-strategy-game

A grand strategy game made in Godot.
MIT License
5 stars 4 forks source link

Automatically adjust the font size depending on viewport size #132

Open SamTheBlow opened 7 months ago

SamTheBlow commented 7 months ago

Particularly, when going from a small window to full screen, it's easy to notice that the interface gets better, but not the text. I think the text should scale up or down like everything else.

SamTheBlow commented 2 weeks ago

I made a class that does specifically this: ScaledLabel. But, it is currently unused.