2022-11-09 22:58:07 +01:00
|
|
|
; Engine configuration file.
|
|
|
|
; It's best edited using the editor UI and not directly,
|
|
|
|
; since the parameters that go here are not all obvious.
|
|
|
|
;
|
|
|
|
; Format:
|
|
|
|
; [section] ; section goes between []
|
|
|
|
; param=value ; assign values to parameters
|
|
|
|
|
2022-11-09 21:57:46 +01:00
|
|
|
config_version=5
|
2022-11-09 22:58:07 +01:00
|
|
|
|
2020-05-09 19:07:31 +02:00
|
|
|
[application]
|
|
|
|
|
2022-08-23 04:49:26 +02:00
|
|
|
config/name="GodotXterm"
|
2020-09-29 11:16:59 +02:00
|
|
|
run/main_scene="res://examples/menu/menu.tscn"
|
2022-11-09 22:58:07 +01:00
|
|
|
config/features=PackedStringArray("4.0")
|
2022-08-07 12:49:29 +02:00
|
|
|
config/icon="res://docs/media/icon.png"
|
2020-05-09 19:07:31 +02:00
|
|
|
|
2020-09-29 11:16:59 +02:00
|
|
|
[display]
|
|
|
|
|
|
|
|
window/vsync/use_vsync=false
|
|
|
|
|
2023-01-25 19:12:27 +01:00
|
|
|
[editor]
|
|
|
|
|
|
|
|
export/convert_text_resources_to_binary=true
|
|
|
|
|
2023-01-08 10:41:48 +01:00
|
|
|
[editor_plugins]
|
|
|
|
|
|
|
|
enabled=PackedStringArray("res://addons/godot_xterm/plugin.cfg")
|
|
|
|
|
2020-05-09 19:07:31 +02:00
|
|
|
[rendering]
|
|
|
|
|
2022-08-01 09:56:43 +02:00
|
|
|
quality/driver/driver_name="GLES2"
|
2020-09-29 11:16:59 +02:00
|
|
|
quality/filters/anisotropic_filter_level=16
|
2020-05-09 19:07:31 +02:00
|
|
|
environment/default_environment="res://default_env.tres"
|