diff --git a/mono/dodge_the_creeps/Dodge the Creeps with C#.csproj b/mono/dodge_the_creeps/Dodge the Creeps with C#.csproj index e4b73e2a1e..c6d380016a 100644 --- a/mono/dodge_the_creeps/Dodge the Creeps with C#.csproj +++ b/mono/dodge_the_creeps/Dodge the Creeps with C#.csproj @@ -1,6 +1,12 @@ - + - net472 + net6.0 DodgeTheCreeps + + + + + + \ No newline at end of file diff --git a/mono/dodge_the_creeps/HUD.cs b/mono/dodge_the_creeps/HUD.cs index 3dea08598c..60125e3988 100644 --- a/mono/dodge_the_creeps/HUD.cs +++ b/mono/dodge_the_creeps/HUD.cs @@ -3,7 +3,7 @@ public partial class HUD : CanvasLayer { [Signal] - public delegate void StartGame(); + public delegate void StartGameEventHandler(); public void ShowMessage(string text) { @@ -36,9 +36,10 @@ public void UpdateScore(int score) public void OnStartButtonPressed() { GetNode