summaryrefslogtreecommitdiff
path: root/project.godot
diff options
context:
space:
mode:
Diffstat (limited to 'project.godot')
-rw-r--r--project.godot12
1 files changed, 12 insertions, 0 deletions
diff --git a/project.godot b/project.godot
index 7208175..9c03cd8 100644
--- a/project.godot
+++ b/project.godot
@@ -40,11 +40,21 @@ _global_script_class_icons={
config/name="Texty"
run/main_scene="res://Scenes/Texty.tscn"
+run/delta_sync_after_draw=true
config/icon="res://icon.png"
+[display]
+
+window/size/width=640
+window/size/height=480
+window/energy_saving/keep_screen_on=false
+window/stretch/mode="viewport"
+window/stretch/aspect="expand"
+
[editor]
script_templates_search_path="res://ScriptTemplates"
+version_control_autoload_on_startup=true
[editor_plugins]
@@ -53,6 +63,7 @@ enabled=PoolStringArray( "res://addons/ClassExporter/plugin.cfg", "res://addons/
[gui]
theme/use_hidpi=true
+theme/custom_font="res://Assets/Fonts/VT323Font24.tres"
[locale]
@@ -64,4 +75,5 @@ common/enable_pause_aware_picking=true
[rendering]
+quality/driver/driver_name="GLES2"
environment/default_environment="res://default_env.tres"