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
|
|
|
|
|
2021-07-03 15:44:51 +02:00
|
|
|
_global_script_classes=[ {
|
|
|
|
"base": "Reference",
|
|
|
|
"class": "GDXterm",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://addons/godot_xterm/namespace.gd"
|
2021-07-03 15:54:34 +02:00
|
|
|
}, {
|
|
|
|
"base": "Reference",
|
|
|
|
"class": "WAT",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://addons/WAT/namespace.gd"
|
|
|
|
}, {
|
|
|
|
"base": "Node",
|
|
|
|
"class": "WATTest",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://addons/WAT/test/test.gd"
|
2021-07-03 15:44:51 +02:00
|
|
|
} ]
|
|
|
|
_global_script_class_icons={
|
2021-07-03 15:54:34 +02:00
|
|
|
"GDXterm": "",
|
|
|
|
"WAT": "",
|
|
|
|
"WATTest": ""
|
2021-07-03 15:44:51 +02:00
|
|
|
}
|
|
|
|
|
2021-07-03 15:54:34 +02:00
|
|
|
[WAT]
|
|
|
|
|
|
|
|
Test_Directory="res://test"
|
|
|
|
Results_Directory="res://test"
|
|
|
|
Test_Metadata_Directory="res://test"
|
|
|
|
Tags=PoolStringArray( "unit", "integration", "unix", "windows" )
|
|
|
|
Window_Size=Vector2( 1280, 720 )
|
|
|
|
Minimize_Window_When_Running_Tests=false
|
|
|
|
Port=6008
|
|
|
|
Run_All_Tests=Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":0,"unicode":0,"echo":false,"script":null)
|
|
|
|
|
|
|
|
Auto_Refresh_Tests=false
|
|
|
|
Display=8
|
|
|
|
|
2020-05-09 19:07:31 +02:00
|
|
|
[application]
|
|
|
|
|
2020-09-17 10:14:04 +02:00
|
|
|
config/name="Godot Xterm"
|
2020-09-29 11:16:59 +02:00
|
|
|
run/main_scene="res://examples/menu/menu.tscn"
|
2020-05-09 19:07:31 +02:00
|
|
|
config/icon="res://icon.png"
|
|
|
|
|
2020-09-29 11:16:59 +02:00
|
|
|
[display]
|
|
|
|
|
|
|
|
window/vsync/use_vsync=false
|
|
|
|
|
2020-05-09 19:07:31 +02:00
|
|
|
[editor_plugins]
|
|
|
|
|
2021-07-18 14:15:08 +02:00
|
|
|
enabled=PoolStringArray( "godot_xterm", "gut" )
|
2020-05-09 19:07:31 +02:00
|
|
|
|
|
|
|
[rendering]
|
|
|
|
|
2020-09-29 11:16:59 +02:00
|
|
|
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"
|