Refraction

Refraction

199k Downloads

InGame Guide Font Resize Issue

DnielMC opened this issue ยท 6 comments

commented

Pretty much that. That's the biggest size I can go, but the text is unreadable.
The text is just to small.

2017-01-14_13 15 32

commented

Try setting gui size to large in your video settings.

commented

Well, already tried that.. Also tried on Fullscreen (not just large screen on the screenshot)
Nothing working..
Maybe it's my Resolution? I only have 1600x900.

commented

Saad, I built in a way for you to dynamically resize the GUI, but you don't use it. This is what happens when you make enormous GUIs.

commented

@thecodewarrior I set the GUI size to its actual size in the super method. You said that would auto size and it is. It's working in most cases except this. What else must I do? Check screen res and scale the comp accordingly?

commented

use GuiBase.adjustGuiSize() to change the comp size based on the size of the gui, yes.

commented