mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2024-11-11 19:04:50 +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]
|
||||
size = 45
|
||||
use_mipmaps = true
|
||||
use_filter = true
|
||||
font_data = ExtResource( 1 )
|
||||
|
|
|
@ -4,4 +4,6 @@
|
|||
|
||||
[resource]
|
||||
size = 23
|
||||
use_mipmaps = true
|
||||
use_filter = true
|
||||
font_data = ExtResource( 1 )
|
||||
|
|
|
@ -4,4 +4,6 @@
|
|||
|
||||
[resource]
|
||||
size = 21
|
||||
use_mipmaps = true
|
||||
use_filter = true
|
||||
font_data = ExtResource( 1 )
|
||||
|
|
|
@ -4,4 +4,6 @@
|
|||
|
||||
[resource]
|
||||
size = 15
|
||||
use_mipmaps = true
|
||||
use_filter = true
|
||||
font_data = ExtResource( 1 )
|
||||
|
|
Loading…
Reference in a new issue