diff options
| author | Sophia Pearson <codergal89@gmail.com> | 2022-09-04 11:42:20 +0200 |
|---|---|---|
| committer | Sophia Pearson <codergal89@gmail.com> | 2022-09-04 11:42:20 +0200 |
| commit | 461fec003cdf3144b2e0d97392edd090f457a555 (patch) | |
| tree | 83e5e40b3c1a8f8e118079f08ee7218849a8a825 /project.godot | |
| parent | 5002381a84d62178518c484f4d17b8b57ba955e3 (diff) | |
| download | texty-461fec003cdf3144b2e0d97392edd090f457a555.tar.xz texty-461fec003cdf3144b2e0d97392edd090f457a555.zip | |
gui: create basic layout
Diffstat (limited to 'project.godot')
| -rw-r--r-- | project.godot | 12 |
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" |
