mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-05-09 05:02:22 +02:00
Make fonts 15% larger
This should help make the game more accessible, and reduce font rendering issues. Closes #5.
This commit is contained in:
parent
9a9541a858
commit
898f276eba
10 changed files with 44 additions and 34 deletions
|
@ -3,5 +3,5 @@
|
|||
[ext_resource path="res://fonts/cabin-bold.ttf" type="DynamicFontData" id=1]
|
||||
|
||||
[resource]
|
||||
size = 40
|
||||
size = 45
|
||||
font_data = ExtResource( 1 )
|
||||
|
|
|
@ -3,5 +3,5 @@
|
|||
[ext_resource path="res://fonts/cabin-regular.ttf" type="DynamicFontData" id=1]
|
||||
|
||||
[resource]
|
||||
size = 20
|
||||
size = 23
|
||||
font_data = ExtResource( 1 )
|
||||
|
|
|
@ -3,5 +3,5 @@
|
|||
[ext_resource path="res://fonts/iosevka-regular.ttf" type="DynamicFontData" id=1]
|
||||
|
||||
[resource]
|
||||
size = 20
|
||||
size = 21
|
||||
font_data = ExtResource( 1 )
|
||||
|
|
7
fonts/small.tres
Normal file
7
fonts/small.tres
Normal file
|
@ -0,0 +1,7 @@
|
|||
[gd_resource type="DynamicFont" load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://fonts/cabin-regular.ttf" type="DynamicFontData" id=1]
|
||||
|
||||
[resource]
|
||||
size = 15
|
||||
font_data = ExtResource( 1 )
|
Loading…
Add table
Add a link
Reference in a new issue