44 lines
920 B
Plaintext
44 lines
920 B
Plaintext
; 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
|
|
|
|
[application]
|
|
|
|
config/name="ai-game"
|
|
run/main_scene="res://Game.tscn"
|
|
config/features=PackedStringArray("4.2")
|
|
config/icon="res://icon.png"
|
|
|
|
[autoload]
|
|
|
|
CutscenerGlobal="*res://addons/Cutscener/clazz/CutscenerGlobal.gd"
|
|
|
|
[display]
|
|
|
|
window/size/viewport_width=1920
|
|
window/size/viewport_height=1080
|
|
window/size/mode=2
|
|
window/size/initial_position_type=0
|
|
window/stretch/mode="viewport"
|
|
|
|
[gui]
|
|
|
|
common/drop_mouse_on_gui_input_disabled=true
|
|
|
|
[physics]
|
|
|
|
common/enable_pause_aware_picking=true
|
|
|
|
[rendering]
|
|
|
|
anti_aliasing/quality/screen_space_aa=1
|
|
environment/defaults/default_environment="res://default_env.tres"
|
|
quality/filters/msaa=4
|
|
quality/filters/use_fxaa=true
|