Files
connect4-moderator-observer/project.godot
2025-12-03 19:13:23 -05:00

30 lines
673 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="connect4-moderator-observer"
run/main_scene="uid://cr8fi0e4r88s8"
config/features=PackedStringArray("4.5", "C#", "Forward Plus")
config/icon="res://icon.svg"
[autoload]
Connection="*res://scripts/Connection.cs"
[dotnet]
project/assembly_name="connect4-moderator-observer"
[rendering]
textures/canvas_textures/default_texture_filter=0
renderer/rendering_method="gl_compatibility"