mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-10 04:40:25 +01:00
40 lines
863 B
Text
40 lines
863 B
Text
; 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=5
|
|
|
|
_global_script_classes=[{
|
|
"base": "RefCounted",
|
|
"class": &"GutHookScript",
|
|
"language": &"GDScript",
|
|
"path": "res://addons/gut/hook_script.gd"
|
|
}]
|
|
_global_script_class_icons={
|
|
"GutHookScript": ""
|
|
}
|
|
|
|
[application]
|
|
|
|
config/name="GodotXterm"
|
|
run/main_scene="res://examples/menu/menu.tscn"
|
|
config/features=PackedStringArray("4.0")
|
|
config/icon="res://docs/media/icon.png"
|
|
|
|
[display]
|
|
|
|
window/vsync/use_vsync=false
|
|
|
|
[editor_plugins]
|
|
|
|
enabled=PackedStringArray()
|
|
|
|
[rendering]
|
|
|
|
quality/driver/driver_name="GLES2"
|
|
quality/filters/anisotropic_filter_level=16
|
|
environment/default_environment="res://default_env.tres"
|