summaryrefslogtreecommitdiff
path: root/project.godot
diff options
context:
space:
mode:
authorSophia Pearson <codergal89@gmail.com>2022-10-04 16:08:13 +0200
committerSophia Pearson <codergal89@gmail.com>2022-10-04 22:18:24 +0200
commit6248648eff7dda1088bb196ee4f3fce3b5fc260a (patch)
treee7a00e5895b1f715d0547472a11476dbf9d71b3b /project.godot
parentb3bb378d0559d639d9914e33cdce2f6655617405 (diff)
downloadtexty-6248648eff7dda1088bb196ee4f3fce3b5fc260a.tar.xz
texty-6248648eff7dda1088bb196ee4f3fce3b5fc260a.zip
fonts: fix default font setup
Diffstat (limited to 'project.godot')
-rw-r--r--project.godot3
1 files changed, 1 insertions, 2 deletions
diff --git a/project.godot b/project.godot
index 7bf7b3f..f165fdf 100644
--- a/project.godot
+++ b/project.godot
@@ -53,8 +53,7 @@ enabled=PackedStringArray("res://addons/ClassExporter/plugin.cfg")
[gui]
theme/custom="res://Assets/Themes/Default.tres"
-theme/custom_font="res://Assets/Fonts/VT323Font24.tres"
-theme/use_hidpi=true
+theme/custom_font="res://Assets/Fonts/VT323-Regular.ttf"
[importer_defaults]