Files
multiplayer-game-test/project/project.godot
2024-04-17 16:48:11 +02:00

21 lines
512 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="Multiplayer Game Test"
run/main_scene="res://scenes/ui/testinterface.tscn"
config/features=PackedStringArray("4.2", "Forward Plus")
config/icon="res://icon.svg"
[autoload]
UdpClient="*res://scripts/autoload/udp_client.gd"