diff --git a/DungeonShooting.csproj b/DungeonShooting.csproj
new file mode 100644
index 0000000..db88a8d
--- /dev/null
+++ b/DungeonShooting.csproj
@@ -0,0 +1,5 @@
+<Project Sdk="Godot.NET.Sdk/3.3.0">
+  <PropertyGroup>
+    <TargetFramework>net472</TargetFramework>
+  </PropertyGroup>
+</Project>
\ No newline at end of file
diff --git a/DungeonShooting.sln b/DungeonShooting.sln
new file mode 100644
index 0000000..746d57c
--- /dev/null
+++ b/DungeonShooting.sln
@@ -0,0 +1,19 @@
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio 2012
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DungeonShooting", "DungeonShooting.csproj", "{1C7B20F3-5430-47C7-988D-0A360C4E9CDB}"
+EndProject
+Global
+	GlobalSection(SolutionConfigurationPlatforms) = preSolution
+	Debug|Any CPU = Debug|Any CPU
+	ExportDebug|Any CPU = ExportDebug|Any CPU
+	ExportRelease|Any CPU = ExportRelease|Any CPU
+	EndGlobalSection
+	GlobalSection(ProjectConfigurationPlatforms) = postSolution
+		{1C7B20F3-5430-47C7-988D-0A360C4E9CDB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+		{1C7B20F3-5430-47C7-988D-0A360C4E9CDB}.Debug|Any CPU.Build.0 = Debug|Any CPU
+		{1C7B20F3-5430-47C7-988D-0A360C4E9CDB}.ExportDebug|Any CPU.ActiveCfg = ExportDebug|Any CPU
+		{1C7B20F3-5430-47C7-988D-0A360C4E9CDB}.ExportDebug|Any CPU.Build.0 = ExportDebug|Any CPU
+		{1C7B20F3-5430-47C7-988D-0A360C4E9CDB}.ExportRelease|Any CPU.ActiveCfg = ExportRelease|Any CPU
+		{1C7B20F3-5430-47C7-988D-0A360C4E9CDB}.ExportRelease|Any CPU.Build.0 = ExportRelease|Any CPU
+	EndGlobalSection
+EndGlobal
diff --git a/PlaneShooting.csproj b/PlaneShooting.csproj
deleted file mode 100644
index db88a8d..0000000
--- a/PlaneShooting.csproj
+++ /dev/null
@@ -1,5 +0,0 @@
-<Project Sdk="Godot.NET.Sdk/3.3.0">
-  <PropertyGroup>
-    <TargetFramework>net472</TargetFramework>
-  </PropertyGroup>
-</Project>
\ No newline at end of file
diff --git a/PlaneShooting.sln b/PlaneShooting.sln
deleted file mode 100644
index f7b41a3..0000000
--- a/PlaneShooting.sln
+++ /dev/null
@@ -1,19 +0,0 @@
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio 2012
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PlaneShooting", "PlaneShooting.csproj", "{1C7B20F3-5430-47C7-988D-0A360C4E9CDB}"
-EndProject
-Global
-	GlobalSection(SolutionConfigurationPlatforms) = preSolution
-	Debug|Any CPU = Debug|Any CPU
-	ExportDebug|Any CPU = ExportDebug|Any CPU
-	ExportRelease|Any CPU = ExportRelease|Any CPU
-	EndGlobalSection
-	GlobalSection(ProjectConfigurationPlatforms) = postSolution
-		{1C7B20F3-5430-47C7-988D-0A360C4E9CDB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
-		{1C7B20F3-5430-47C7-988D-0A360C4E9CDB}.Debug|Any CPU.Build.0 = Debug|Any CPU
-		{1C7B20F3-5430-47C7-988D-0A360C4E9CDB}.ExportDebug|Any CPU.ActiveCfg = ExportDebug|Any CPU
-		{1C7B20F3-5430-47C7-988D-0A360C4E9CDB}.ExportDebug|Any CPU.Build.0 = ExportDebug|Any CPU
-		{1C7B20F3-5430-47C7-988D-0A360C4E9CDB}.ExportRelease|Any CPU.ActiveCfg = ExportRelease|Any CPU
-		{1C7B20F3-5430-47C7-988D-0A360C4E9CDB}.ExportRelease|Any CPU.Build.0 = ExportRelease|Any CPU
-	EndGlobalSection
-EndGlobal
diff --git a/project.godot b/project.godot
index aab1136..94b9690 100644
--- a/project.godot
+++ b/project.godot
@@ -10,7 +10,7 @@
 
 [application]
 
-config/name="PlaneShooting"
+config/name="DungeonShooting"
 run/main_scene="res://scene/Room.tscn"
 config/icon="res://icon.png"