mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-10 04:40:25 +01:00
5a290e927a
Fresh clones of this repo will need to install Gut using gd-plug: ``` godot --no-window -s plug.gd install ``` Similar to how git submodules also need to be installed.
29 lines
671 B
Text
29 lines
671 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=4
|
|
|
|
[application]
|
|
|
|
config/name="Godot Xterm"
|
|
run/main_scene="res://examples/menu/menu.tscn"
|
|
config/icon="res://icon.png"
|
|
|
|
[display]
|
|
|
|
window/vsync/use_vsync=false
|
|
|
|
[editor_plugins]
|
|
|
|
enabled=PoolStringArray( "res://addons/godot_xterm/plugin.cfg", "res://addons/gut/plugin.cfg" )
|
|
|
|
[rendering]
|
|
|
|
quality/filters/anisotropic_filter_level=16
|
|
quality/filters/msaa=4
|
|
environment/default_environment="res://default_env.tres"
|