godot-xterm/project.godot

46 lines
961 B
Text
Raw Normal View History

2020-05-09 19:07:31 +02: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
config_version=4
_global_script_classes=[ {
"base": "Reference",
"class": "GutHookScript",
"language": "GDScript",
"path": "res://addons/gut/hook_script.gd"
}, {
"base": "Node",
"class": "GutTest",
"language": "GDScript",
"path": "res://addons/gut/test.gd"
} ]
_global_script_class_icons={
"GutHookScript": "",
"GutTest": ""
}
2020-05-09 19:07:31 +02:00
[application]
config/name="GodotXterm"
run/main_scene="res://examples/menu/menu.tscn"
config/icon="res://docs/media/icon.png"
2020-05-09 19:07:31 +02:00
[display]
window/vsync/use_vsync=false
2020-05-09 19:07:31 +02:00
[editor_plugins]
enabled=PoolStringArray( "res://addons/godot_xterm/plugin.cfg" )
2020-05-09 19:07:31 +02:00
[rendering]
quality/filters/anisotropic_filter_level=16
quality/filters/msaa=4
2020-05-09 19:07:31 +02:00
environment/default_environment="res://default_env.tres"