godot-xterm/project.godot

31 lines
762 B
Text
Raw Permalink Normal View History

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]
config/name="GodotXterm"
run/main_scene="res://examples/menu/menu.tscn"
config/features=PackedStringArray("4.2")
config/icon="res://docs/_static/images/icon.png"
2020-05-09 19:07:31 +02:00
[display]
window/vsync/use_vsync=false
[editor_plugins]
enabled=PackedStringArray("res://addons/godot_xterm/plugin.cfg", "res://addons/zylann.editor_debugger/plugin.cfg")
2020-05-09 19:07:31 +02:00
[rendering]
quality/driver/driver_name="GLES2"
quality/filters/anisotropic_filter_level=16
2020-05-09 19:07:31 +02:00
environment/default_environment="res://default_env.tres"