Text appearing blurry?
-
Hello there, I am new to Godot. I am starting by following a tutorial on the Godot Docs. The first project is to create a 2D label node that says "Hello World". It's very small, but when I try to make it bigger it looks blurry in the normal view and when I run the current scene. Why is this?
-
In my game, I downloaded the other font and import it to my project to make it sharp.
-
Yeah when you use the default font the resolution is kinda meh, so you should always go to a place like google fonts to use one that's under a free use license
-
In the inspector (far right of your screen), scroll down and go to "Theme Overrides," then go to "Font Sizes." You can type in your desired text size with good resolution after checking the box.
Inspector>Theme Overrides>Font Sizes
-
This worked great! Thank you so much!