From c72f65ed36bad639435fb46fd7c716ff998f7742 Mon Sep 17 00:00:00 2001 From: Aaron Franke Date: Wed, 4 Mar 2020 20:22:52 -0500 Subject: [PATCH] Update C# demos to Godot 3.2 --- mono/dodge_the_creeps/Dodge the Creeps C#.csproj | 10 ++++++---- mono/pong/Pong with C#.csproj | 8 +++++--- mono/pong/project.godot | 1 + 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/mono/dodge_the_creeps/Dodge the Creeps C#.csproj b/mono/dodge_the_creeps/Dodge the Creeps C#.csproj index 9a4205c6..0fab230a 100644 --- a/mono/dodge_the_creeps/Dodge the Creeps C#.csproj +++ b/mono/dodge_the_creeps/Dodge the Creeps C#.csproj @@ -1,4 +1,4 @@ - + Debug @@ -11,6 +11,8 @@ v4.5 .mono/temp/obj $(BaseIntermediateOutputPath)/$(Configuration) + Debug + Release true @@ -40,12 +42,12 @@ - $(ProjectDir)/.mono/assemblies/GodotSharp.dll False + $(ProjectDir)/.mono/assemblies/$(ApiConfiguration)/GodotSharp.dll - $(ProjectDir)/.mono/assemblies/GodotSharpEditor.dll False + $(ProjectDir)/.mono/assemblies/$(ApiConfiguration)/GodotSharpEditor.dll @@ -57,4 +59,4 @@ - + \ No newline at end of file diff --git a/mono/pong/Pong with C#.csproj b/mono/pong/Pong with C#.csproj index e5a5c64b..4ac27b57 100644 --- a/mono/pong/Pong with C#.csproj +++ b/mono/pong/Pong with C#.csproj @@ -1,4 +1,4 @@ - + Debug @@ -11,6 +11,8 @@ v4.5 .mono/temp/obj $(BaseIntermediateOutputPath)/$(Configuration) + Debug + Release true @@ -40,12 +42,12 @@ - $(ProjectDir)/.mono/assemblies/GodotSharp.dll False + $(ProjectDir)/.mono/assemblies/$(ApiConfiguration)/GodotSharp.dll - $(ProjectDir)/.mono/assemblies/GodotSharpEditor.dll False + $(ProjectDir)/.mono/assemblies/$(ApiConfiguration)/GodotSharpEditor.dll diff --git a/mono/pong/project.godot b/mono/pong/project.godot index 50401a10..2df58cbe 100644 --- a/mono/pong/project.godot +++ b/mono/pong/project.godot @@ -65,4 +65,5 @@ right_move_up={ [rendering] +quality/driver/driver_name="GLES2" viewport/default_clear_color=Color( 0, 0, 0, 1 )