48 lines
1.1 KiB
Plaintext
48 lines
1.1 KiB
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
|
|
|
|
[animation]
|
|
|
|
compatibility/default_parent_skeleton_in_mesh_instance_3d=true
|
|
|
|
[application]
|
|
|
|
config/name="Connect4 Observer"
|
|
config/version="1.0.1"
|
|
run/main_scene="uid://dcx5nvs0pa7me"
|
|
config/features=PackedStringArray("4.6", "C#", "Forward Plus")
|
|
boot_splash/image="uid://dd7lvnidxr5ss"
|
|
config/icon="uid://dd7lvnidxr5ss"
|
|
|
|
[autoload]
|
|
|
|
Connection="*res://scripts/Connection.cs"
|
|
BackgroundMusic="*res://scripts/background_music.gd"
|
|
|
|
[display]
|
|
|
|
window/size/viewport_width=1280
|
|
window/size/viewport_height=720
|
|
window/stretch/mode="canvas_items"
|
|
window/stretch/aspect="expand"
|
|
window/vsync/vsync_mode=2
|
|
|
|
[dotnet]
|
|
|
|
project/assembly_name="connect4-moderator-observer"
|
|
|
|
[rendering]
|
|
|
|
textures/canvas_textures/default_texture_filter=0
|
|
textures/vram_compression/import_s3tc_bptc=true
|
|
textures/vram_compression/import_etc2_astc=true
|
|
anti_aliasing/quality/msaa_2d=2
|
|
anti_aliasing/quality/msaa_3d=2
|