diff options
| author | Sophia Pearson <codergal89@gmail.com> | 2022-05-22 23:56:37 +0200 |
|---|---|---|
| committer | Sophia Pearson <codergal89@gmail.com> | 2022-05-22 23:56:37 +0200 |
| commit | f3c50714834d2d5cb204625c63aaeffb50bef236 (patch) | |
| tree | 61e6a12a7568129fe609ebb4633a59c781984a62 /project.godot | |
| parent | 05d29ccce1898ed89c0b650c77242c2fa2805128 (diff) | |
| download | texty-f3c50714834d2d5cb204625c63aaeffb50bef236.tar.xz texty-f3c50714834d2d5cb204625c63aaeffb50bef236.zip | |
gui: set up a global theme
Diffstat (limited to 'project.godot')
| -rw-r--r-- | project.godot | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/project.godot b/project.godot index 5ee4903..789ed61 100644 --- a/project.godot +++ b/project.godot @@ -50,6 +50,12 @@ script_templates_search_path="res://ScriptTemplates" enabled=PoolStringArray( "res://addons/gut/plugin.cfg" ) +[gui] + +theme/use_hidpi=true +theme/custom="res://Assets/Themes/Texty.tres" +theme/custom_font="res://Assets/Fonts/VT323Font24.tres" + [physics] common/enable_pause_aware_picking=true |
