Skip to content
Snippets Groups Projects
Commit 22332fa3 authored by Salonen Matteus Elmeri's avatar Salonen Matteus Elmeri
Browse files

Harjoitustyöpohjan teon kanssa sekoilua

parent ea9b019e
No related branches found
No related tags found
No related merge requests found
......@@ -2,9 +2,9 @@
/shelf/
/workspace.xml
# Rider ignored files
/projectSettingsUpdater.xml
/.idea.Harjoitustyo.iml
/modules.xml
/.idea.HyttysPeli.iml
/projectSettingsUpdater.xml
/contentModel.xml
# Editor-based HTTP Client requests
/httpRequests/
......
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$/../.." vcs="Git" />
<mapping directory="$PROJECT_DIR$/.." vcs="Git" />
</component>
</project>
\ No newline at end of file
......@@ -5,14 +5,14 @@ using Jypeli.Assets;
using Jypeli.Controls;
using Jypeli.Widgets;
namespace HyttysPeli;
namespace Harjoitustyo;
/// @author Omanimi
/// @version 12.11.2023
/// <summary>
///
/// </summary>
public class HyttysPeli : PhysicsGame
public class Harjoitustyo : PhysicsGame
{
public override void Begin()
{
......
......@@ -6,7 +6,7 @@ using System.Linq;
#endregion
namespace HyttysPeli
namespace Harjoitustyo
{
/// <summary>
/// The main class.
......@@ -19,7 +19,7 @@ namespace HyttysPeli
[STAThread]
static void Main()
{
using var game = new HyttysPeli();
using var game = new Harjoitustyo();
game.Run();
}
}
......

Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HyttysPeli", "HyttysPeli\HyttysPeli.csproj", "{FD49906A-8A65-4D8A-8F99-6252BC47D6FD}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Harjoitustyo", "Harjoitustyo\Harjoitustyo.csproj", "{490FDDD4-EF93-46E7-877D-A1C5B3F83355}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
......@@ -8,9 +8,9 @@ Global
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FD49906A-8A65-4D8A-8F99-6252BC47D6FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FD49906A-8A65-4D8A-8F99-6252BC47D6FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FD49906A-8A65-4D8A-8F99-6252BC47D6FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FD49906A-8A65-4D8A-8F99-6252BC47D6FD}.Release|Any CPU.Build.0 = Release|Any CPU
{490FDDD4-EF93-46E7-877D-A1C5B3F83355}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{490FDDD4-EF93-46E7-877D-A1C5B3F83355}.Debug|Any CPU.Build.0 = Debug|Any CPU
{490FDDD4-EF93-46E7-877D-A1C5B3F83355}.Release|Any CPU.ActiveCfg = Release|Any CPU
{490FDDD4-EF93-46E7-877D-A1C5B3F83355}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment