45 lines
982 B
Plaintext
45 lines
982 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]
|
|
|
|
CameraTransition="*res://camera_transition.tscn"
|
|
|
|
[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]
|
|
|
|
environment/defaults/default_clear_color=Color(0.670588, 0.670588, 0.670588, 1)
|
|
anti_aliasing/quality/screen_space_aa=1
|
|
environment/defaults/default_environment="res://default_env.tres"
|
|
quality/filters/msaa=4
|
|
quality/filters/use_fxaa=true
|