From f3c50714834d2d5cb204625c63aaeffb50bef236 Mon Sep 17 00:00:00 2001 From: Sophia Pearson Date: Sun, 22 May 2022 23:56:37 +0200 Subject: gui: set up a global theme --- project.godot | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'project.godot') 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 -- cgit v1.2.3