From b4f6258d5fb604095472d2b309a8976ca4130f42 Mon Sep 17 00:00:00 2001 From: Mario Steele Date: Sat, 27 Sep 2025 02:24:43 -0500 Subject: [PATCH] Updated project.godot Set Main Scene Updated configuration to have C# Configuration. --- project.godot | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/project.godot b/project.godot index a77dfee..c51218f 100644 --- a/project.godot +++ b/project.godot @@ -12,7 +12,8 @@ config_version=5 config/name="MediaPortal" config/description="Enter an interesting project description here!" -config/features=PackedStringArray("4.5") +run/main_scene="uid://b6v8kn5pjdd1b" +config/features=PackedStringArray("4.5", "C#") config/icon="res://icon.png" [dotnet]