It's incredibly small, both me (1440p) and ammathor at (1080p) can barely read the text used on the main and score hud.
Is there any way to change that or is that coded in? (example)
Also out of curiosity, are the development-editors for the devs only?
Btw thanks for letting both of us test this out, we've been really enjoying the auto-switching for characters.
The small font size is not intentional. Font can technically be changed, although only through our editors currently which are only for dev use for the time being.
Fixing this font issue has become a top priority. I'll likely update this thread when we push potential fixes out. Also, do you run a custom DPI?
Alright, try updating to 0.10.1.2. I wasn't able to recreate the exact problem on my end, but I did find two issues that would affect font scaling at different DPI settings which I verified. Of course this is the font getting larger-- not smaller, but I'm hoping it fixes your issues.
The issue looks like it's how font data was serialized from our editors. Non-us systems would fail to deserialize it properly due to number formatting differences and it would default to a standard ms font. Culture invariant data is now expected instead.
Thanks for everyone's help in troubleshooting this.