diff --git a/TestGame/TestGame.cs b/TestGame/TestGame.cs index ba50694..05058f5 100644 --- a/TestGame/TestGame.cs +++ b/TestGame/TestGame.cs @@ -8,7 +8,7 @@ using Voile.Rendering; public class TestGame : Game { - public override string Name => "Jump Adventures 2"; + public override string Name => "Test Game"; public override string ResourceRoot => "Resources/"; public override void Initialize() diff --git a/TestGame/TestGame.csproj b/TestGame/TestGame.csproj index 4c92661..054790f 100644 --- a/TestGame/TestGame.csproj +++ b/TestGame/TestGame.csproj @@ -1,7 +1,7 @@ - Exe + WinExe net8.0 enable disable