mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2024-11-20 16:20:18 +01:00
Make all fonts pretty by activating filtering
This commit is contained in:
parent
aed852122b
commit
3b2e3f11f4
4 changed files with 8 additions and 0 deletions
|
@ -4,4 +4,6 @@
|
||||||
|
|
||||||
[resource]
|
[resource]
|
||||||
size = 45
|
size = 45
|
||||||
|
use_mipmaps = true
|
||||||
|
use_filter = true
|
||||||
font_data = ExtResource( 1 )
|
font_data = ExtResource( 1 )
|
||||||
|
|
|
@ -4,4 +4,6 @@
|
||||||
|
|
||||||
[resource]
|
[resource]
|
||||||
size = 23
|
size = 23
|
||||||
|
use_mipmaps = true
|
||||||
|
use_filter = true
|
||||||
font_data = ExtResource( 1 )
|
font_data = ExtResource( 1 )
|
||||||
|
|
|
@ -4,4 +4,6 @@
|
||||||
|
|
||||||
[resource]
|
[resource]
|
||||||
size = 21
|
size = 21
|
||||||
|
use_mipmaps = true
|
||||||
|
use_filter = true
|
||||||
font_data = ExtResource( 1 )
|
font_data = ExtResource( 1 )
|
||||||
|
|
|
@ -4,4 +4,6 @@
|
||||||
|
|
||||||
[resource]
|
[resource]
|
||||||
size = 15
|
size = 15
|
||||||
|
use_mipmaps = true
|
||||||
|
use_filter = true
|
||||||
font_data = ExtResource( 1 )
|
font_data = ExtResource( 1 )
|
||||||
|
|
Loading…
Reference in a new issue