godot-xterm/project.godot

40 lines
800 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
2020-09-28 05:30:11 +02:00
_global_script_classes=[ {
"base": "Reference",
2020-09-29 11:16:59 +02:00
"class": "TPut",
2020-09-28 05:30:11 +02:00
"language": "GDScript",
2020-09-29 11:16:59 +02:00
"path": "res://addons/godot_xterm/util/tput.gd"
2020-09-28 05:30:11 +02:00
} ]
2020-05-09 19:07:31 +02:00
_global_script_class_icons={
2020-09-29 11:16:59 +02:00
"TPut": ""
2020-05-09 19:07:31 +02:00
}
[application]
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]
2020-09-29 11:16:59 +02:00
enabled=PoolStringArray( "godot_xterm" )
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"