diff --git a/Eskape/.vs/Eskape/DesignTimeBuild/.dtbcache.v2 b/Eskape/.vs/Eskape/DesignTimeBuild/.dtbcache.v2
deleted file mode 100644
index 14cc012290f3fbe97abb4d14f8c565bce319de85..0000000000000000000000000000000000000000
Binary files a/Eskape/.vs/Eskape/DesignTimeBuild/.dtbcache.v2 and /dev/null differ
diff --git a/Eskape/.vs/Eskape/v16/.suo b/Eskape/.vs/Eskape/v16/.suo
deleted file mode 100644
index e6cec395b5bf69d482b52df93cbdbec811745e0a..0000000000000000000000000000000000000000
Binary files a/Eskape/.vs/Eskape/v16/.suo and /dev/null differ
diff --git a/Eskape/Eskape/Eskape.csproj b/Eskape/Eskape/Eskape.csproj
index b22fce8875b4048a9a14a83f278ee329a3bf78e2..a21aded76659dad6e3a4815a75aabf7f258dd422 100644
--- a/Eskape/Eskape/Eskape.csproj
+++ b/Eskape/Eskape/Eskape.csproj
@@ -1,4 +1,4 @@
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
 
     <PropertyGroup>
         <OutputType>WinExe</OutputType>
@@ -13,18 +13,87 @@
     </ItemGroup>
 
     <ItemGroup>
+        <None Update="Content\background1.png">
+          <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+        </None>
+        <None Update="Content\background2.jpg">
+          <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+        </None>
+        <None Update="Content\Box3.png">
+          <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+        </None>
+        <None Update="Content\bullet.png">
+          <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+        </None>
+        <None Update="Content\Enemy1.png">
+          <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+        </None>
+        <None Update="Content\Enemy2.png">
+          <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+        </None>
+        <None Update="Content\explosion.wav">
+          <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+        </None>
+        <None Update="Content\floor.png">
+          <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+        </None>
+        <None Update="Content\healthpotion.png">
+          <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+        </None>
+        <None Update="Content\Hit_Hurt3.wav">
+          <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+        </None>
+        <None Update="Content\Jump3.wav">
+          <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+        </None>
         <None Update="Content\kentta1.txt">
             <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
         </None>
+        <None Update="Content\Laser_Shoot.wav">
+          <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+        </None>
         <None Update="Content\maali.wav">
             <CopyToOutputDirectory>Always</CopyToOutputDirectory>
         </None>
+        <None Update="Content\nakymatonTaso.png">
+          <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+        </None>
         <None Update="Content\norsu.png">
             <CopyToOutputDirectory>Always</CopyToOutputDirectory>
         </None>
+        <None Update="Content\pickCoin.wav">
+          <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+        </None>
+        <None Update="Content\PlayerHero.png">
+          <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+        </None>
+        <None Update="Content\PlayerHero1.png">
+          <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+        </None>
+        <None Update="Content\points 2.png">
+          <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+        </None>
+        <None Update="Content\points.png">
+          <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+        </None>
+        <None Update="Content\powerUp.wav">
+          <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+        </None>
+        <None Update="Content\skull.png">
+          <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+        </None>
+        <None Update="Content\skull_logo.png">
+          <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+        </None>
+        <None Update="Content\spikes.png">
+          <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+        </None>
         <None Update="Content\tahti.png">
             <CopyToOutputDirectory>Always</CopyToOutputDirectory>
         </None>
+        <None Update="pickCoin.wav">
+          <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+        </None>
     </ItemGroup>
 
 </Project>
diff --git a/Eskape/Eskape/bin/Debug/net5.0/Content/Box3.png b/Eskape/Eskape/bin/Debug/net5.0/Content/Box3.png
deleted file mode 100644
index a6019d072bad274ad545b6312ec0da287e0dc53c..0000000000000000000000000000000000000000
Binary files a/Eskape/Eskape/bin/Debug/net5.0/Content/Box3.png and /dev/null differ
diff --git a/Eskape/Eskape/bin/Debug/net5.0/Content/Enemy1.png b/Eskape/Eskape/bin/Debug/net5.0/Content/Enemy1.png
deleted file mode 100644
index 35b4e102a85ac4bb9bda9de9025764ec12a3a45e..0000000000000000000000000000000000000000
Binary files a/Eskape/Eskape/bin/Debug/net5.0/Content/Enemy1.png and /dev/null differ
diff --git a/Eskape/Eskape/bin/Debug/net5.0/Content/Enemy2.png b/Eskape/Eskape/bin/Debug/net5.0/Content/Enemy2.png
deleted file mode 100644
index 5ff5aa86d2a138fe1b48543dc93a0ae04534f9dd..0000000000000000000000000000000000000000
Binary files a/Eskape/Eskape/bin/Debug/net5.0/Content/Enemy2.png and /dev/null differ
diff --git a/Eskape/Eskape/bin/Debug/net5.0/Content/Hit_Hurt3.wav b/Eskape/Eskape/bin/Debug/net5.0/Content/Hit_Hurt3.wav
deleted file mode 100644
index c48bda7af2bddf609563f537bb5085e9a2ada6c6..0000000000000000000000000000000000000000
Binary files a/Eskape/Eskape/bin/Debug/net5.0/Content/Hit_Hurt3.wav and /dev/null differ
diff --git a/Eskape/Eskape/bin/Debug/net5.0/Content/Jump3.wav b/Eskape/Eskape/bin/Debug/net5.0/Content/Jump3.wav
deleted file mode 100644
index d8d4c787e8b15278d1cb1cdd47bef049a608edf9..0000000000000000000000000000000000000000
Binary files a/Eskape/Eskape/bin/Debug/net5.0/Content/Jump3.wav and /dev/null differ
diff --git a/Eskape/Eskape/bin/Debug/net5.0/Content/Laser_Shoot.wav b/Eskape/Eskape/bin/Debug/net5.0/Content/Laser_Shoot.wav
deleted file mode 100644
index d246a598a52304a191695b4d3147a48cd87b275a..0000000000000000000000000000000000000000
Binary files a/Eskape/Eskape/bin/Debug/net5.0/Content/Laser_Shoot.wav and /dev/null differ
diff --git a/Eskape/Eskape/bin/Debug/net5.0/Content/PlayerHero.png b/Eskape/Eskape/bin/Debug/net5.0/Content/PlayerHero.png
deleted file mode 100644
index 8f869a765abb0e3d8a0108ef427e64acde7e098f..0000000000000000000000000000000000000000
Binary files a/Eskape/Eskape/bin/Debug/net5.0/Content/PlayerHero.png and /dev/null differ
diff --git a/Eskape/Eskape/bin/Debug/net5.0/Content/PlayerHero1.png b/Eskape/Eskape/bin/Debug/net5.0/Content/PlayerHero1.png
deleted file mode 100644
index 35d21893ede38245db590aa87e02a96536639bd2..0000000000000000000000000000000000000000
Binary files a/Eskape/Eskape/bin/Debug/net5.0/Content/PlayerHero1.png and /dev/null differ
diff --git a/Eskape/Eskape/bin/Debug/net5.0/Content/background1.png b/Eskape/Eskape/bin/Debug/net5.0/Content/background1.png
deleted file mode 100644
index e468d7cc4df351624d6ba727c77915746bc169ef..0000000000000000000000000000000000000000
Binary files a/Eskape/Eskape/bin/Debug/net5.0/Content/background1.png and /dev/null differ
diff --git a/Eskape/Eskape/bin/Debug/net5.0/Content/background2.jpg b/Eskape/Eskape/bin/Debug/net5.0/Content/background2.jpg
deleted file mode 100644
index a3adff0a8f16cf53d3a438a98f9f1b8dcbd197fd..0000000000000000000000000000000000000000
Binary files a/Eskape/Eskape/bin/Debug/net5.0/Content/background2.jpg and /dev/null differ
diff --git a/Eskape/Eskape/bin/Debug/net5.0/Content/bullet.png b/Eskape/Eskape/bin/Debug/net5.0/Content/bullet.png
deleted file mode 100644
index d1b497a3a3ed097437e0d1d5350923cb0dfad98c..0000000000000000000000000000000000000000
Binary files a/Eskape/Eskape/bin/Debug/net5.0/Content/bullet.png and /dev/null differ
diff --git a/Eskape/Eskape/bin/Debug/net5.0/Content/explosion.wav b/Eskape/Eskape/bin/Debug/net5.0/Content/explosion.wav
deleted file mode 100644
index 2ac1977dad02c31fd4cca8cc3779d83be92babf7..0000000000000000000000000000000000000000
Binary files a/Eskape/Eskape/bin/Debug/net5.0/Content/explosion.wav and /dev/null differ
diff --git a/Eskape/Eskape/bin/Debug/net5.0/Content/floor.png b/Eskape/Eskape/bin/Debug/net5.0/Content/floor.png
deleted file mode 100644
index 5b2b61c7f1e93ada96830c6d0a2761b7a2a94716..0000000000000000000000000000000000000000
Binary files a/Eskape/Eskape/bin/Debug/net5.0/Content/floor.png and /dev/null differ
diff --git a/Eskape/Eskape/bin/Debug/net5.0/Content/healthpotion.png b/Eskape/Eskape/bin/Debug/net5.0/Content/healthpotion.png
deleted file mode 100644
index 1463f275390cf221f2f94e6106a3602590389f15..0000000000000000000000000000000000000000
Binary files a/Eskape/Eskape/bin/Debug/net5.0/Content/healthpotion.png and /dev/null differ
diff --git a/Eskape/Eskape/bin/Debug/net5.0/Content/kentta1.txt b/Eskape/Eskape/bin/Debug/net5.0/Content/kentta1.txt
deleted file mode 100644
index c7169810111e36707c36ff05ec85124e186fd51a..0000000000000000000000000000000000000000
--- a/Eskape/Eskape/bin/Debug/net5.0/Content/kentta1.txt
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
-
-
-
-                                                      F
-                                            #  #    # ###
-                                    S
-            
-                                             #
-                                                        S
-            S
-                               **           #
-         XFEX                  *   
-         XXXX                        ##      
-                    H                 ##     #
-                    ##                         
-       XX H E    F    F        F                  #
-       ############################         ##
-   N     *^     F**#                        
-  ##     ##     ####                  ##
-                   #                          ###            
-       *   *^      #
-       ##  ##    X*#        ###########
-       S         X*#
-     *       *S  X^#      ##                      ##
-     ##  ##  ##  ###  ##                  ##
-                   #
-   *   *  *   *    #        E
-   ##  ##  ##  ##  #      #####
-                   #
- *    *   F   *  *E#
- ##  ##  ##  ##  ###      ##          
-                   #
-T    S             #   
-###############################################################################
diff --git a/Eskape/Eskape/bin/Debug/net5.0/Content/maali.wav b/Eskape/Eskape/bin/Debug/net5.0/Content/maali.wav
deleted file mode 100644
index d59487214e456fc654096d0f3284661051590b3d..0000000000000000000000000000000000000000
Binary files a/Eskape/Eskape/bin/Debug/net5.0/Content/maali.wav and /dev/null differ
diff --git a/Eskape/Eskape/bin/Debug/net5.0/Content/nakymatonTaso.png b/Eskape/Eskape/bin/Debug/net5.0/Content/nakymatonTaso.png
deleted file mode 100644
index b08b9a8272e50b2d3d01c7487e48599173272454..0000000000000000000000000000000000000000
Binary files a/Eskape/Eskape/bin/Debug/net5.0/Content/nakymatonTaso.png and /dev/null differ
diff --git a/Eskape/Eskape/bin/Debug/net5.0/Content/pickCoin.wav b/Eskape/Eskape/bin/Debug/net5.0/Content/pickCoin.wav
deleted file mode 100644
index f3f7c1133967366b617f0051ac99cae4ca52a304..0000000000000000000000000000000000000000
Binary files a/Eskape/Eskape/bin/Debug/net5.0/Content/pickCoin.wav and /dev/null differ
diff --git a/Eskape/Eskape/bin/Debug/net5.0/Content/points 2.png b/Eskape/Eskape/bin/Debug/net5.0/Content/points 2.png
deleted file mode 100644
index 7d10ba3a2cb826c64eca6a6e407906db0ad03a20..0000000000000000000000000000000000000000
Binary files a/Eskape/Eskape/bin/Debug/net5.0/Content/points 2.png and /dev/null differ
diff --git a/Eskape/Eskape/bin/Debug/net5.0/Content/points.png b/Eskape/Eskape/bin/Debug/net5.0/Content/points.png
deleted file mode 100644
index e1f35f3a73aed7321c4a525d3cff9c895cd7d146..0000000000000000000000000000000000000000
Binary files a/Eskape/Eskape/bin/Debug/net5.0/Content/points.png and /dev/null differ
diff --git a/Eskape/Eskape/bin/Debug/net5.0/Content/powerUp.wav b/Eskape/Eskape/bin/Debug/net5.0/Content/powerUp.wav
deleted file mode 100644
index c2cf0ad868d5b7dd12f52a97ca80e37e62324631..0000000000000000000000000000000000000000
Binary files a/Eskape/Eskape/bin/Debug/net5.0/Content/powerUp.wav and /dev/null differ
diff --git a/Eskape/Eskape/bin/Debug/net5.0/Content/skull.png b/Eskape/Eskape/bin/Debug/net5.0/Content/skull.png
deleted file mode 100644
index e61c4af3483f4ad3038b8f6fade5e9f2dc89878c..0000000000000000000000000000000000000000
Binary files a/Eskape/Eskape/bin/Debug/net5.0/Content/skull.png and /dev/null differ
diff --git a/Eskape/Eskape/bin/Debug/net5.0/Content/skull_logo.png b/Eskape/Eskape/bin/Debug/net5.0/Content/skull_logo.png
deleted file mode 100644
index 774a5ad450900c5efb087e16f5fbe878854699ff..0000000000000000000000000000000000000000
Binary files a/Eskape/Eskape/bin/Debug/net5.0/Content/skull_logo.png and /dev/null differ
diff --git a/Eskape/Eskape/bin/Debug/net5.0/Content/spikes.png b/Eskape/Eskape/bin/Debug/net5.0/Content/spikes.png
deleted file mode 100644
index c1668ec344d122de8da474b74f76624b481323b0..0000000000000000000000000000000000000000
Binary files a/Eskape/Eskape/bin/Debug/net5.0/Content/spikes.png and /dev/null differ
diff --git a/Eskape/Eskape/bin/Debug/net5.0/Cyotek.Drawing.BitmapFont.dll b/Eskape/Eskape/bin/Debug/net5.0/Cyotek.Drawing.BitmapFont.dll
deleted file mode 100644
index ef9befeffe91020eeda28145004fabc18a7b6bf5..0000000000000000000000000000000000000000
Binary files a/Eskape/Eskape/bin/Debug/net5.0/Cyotek.Drawing.BitmapFont.dll and /dev/null differ
diff --git a/Eskape/Eskape/bin/Debug/net5.0/Eskape.deps.json b/Eskape/Eskape/bin/Debug/net5.0/Eskape.deps.json
deleted file mode 100644
index f887fc1c28ebb1c94bb99241b3595f256aece702..0000000000000000000000000000000000000000
--- a/Eskape/Eskape/bin/Debug/net5.0/Eskape.deps.json
+++ /dev/null
@@ -1,250 +0,0 @@
-{
-  "runtimeTarget": {
-    "name": ".NETCoreApp,Version=v5.0",
-    "signature": ""
-  },
-  "compilationOptions": {},
-  "targets": {
-    ".NETCoreApp,Version=v5.0": {
-      "Eskape/1.0.0": {
-        "dependencies": {
-          "Jypeli.FarseerPhysics.NET": "1.0.10",
-          "Jypeli.NET": "10.1.5"
-        },
-        "runtime": {
-          "Eskape.dll": {}
-        }
-      },
-      "Cyotek.Drawing.BitmapFont/2.0.1": {
-        "runtime": {
-          "lib/netcoreapp3.1/Cyotek.Drawing.BitmapFont.dll": {
-            "assemblyVersion": "1.0.0.0",
-            "fileVersion": "2.0.1.0"
-          }
-        }
-      },
-      "FontStashSharp/0.9.2": {
-        "dependencies": {
-          "Cyotek.Drawing.BitmapFont": "2.0.1",
-          "StbImageSharp": "2.22.4",
-          "StbTrueTypeSharp": "1.24.7",
-          "System.Numerics.Vectors": "4.5.0"
-        },
-        "runtime": {
-          "lib/netstandard2.0/FontStashSharp.dll": {
-            "assemblyVersion": "0.9.2.0",
-            "fileVersion": "0.9.2.0"
-          }
-        }
-      },
-      "Jypeli.FarseerPhysics.NET/1.0.10": {
-        "dependencies": {
-          "Jypeli.NET": "10.1.5"
-        },
-        "runtime": {
-          "lib/net5.0/Jypeli.FarseerPhysics.dll": {
-            "assemblyVersion": "1.0.10.0",
-            "fileVersion": "1.0.10.0"
-          }
-        }
-      },
-      "Jypeli.NET/10.1.5": {
-        "dependencies": {
-          "FontStashSharp": "0.9.2",
-          "System.Drawing.Common": "5.0.1"
-        },
-        "runtime": {
-          "lib/net5.0/Jypeli.dll": {
-            "assemblyVersion": "10.1.5.0",
-            "fileVersion": "10.1.5.0"
-          },
-          "lib/net5.0/MonoGame.Framework.dll": {
-            "assemblyVersion": "1.0.0.0",
-            "fileVersion": "1.0.0.0"
-          }
-        },
-        "runtimeTargets": {
-          "runtimes/linux-x64/native/libSDL2-2.0.so.0": {
-            "rid": "linux-x64",
-            "assetType": "native",
-            "fileVersion": "0.0.0.0"
-          },
-          "runtimes/linux-x64/native/libopenal.so.1": {
-            "rid": "linux-x64",
-            "assetType": "native",
-            "fileVersion": "0.0.0.0"
-          },
-          "runtimes/osx/native/libSDL2-2.0.0.dylib": {
-            "rid": "osx",
-            "assetType": "native",
-            "fileVersion": "0.0.0.0"
-          },
-          "runtimes/osx/native/libopenal.1.dylib": {
-            "rid": "osx",
-            "assetType": "native",
-            "fileVersion": "0.0.0.0"
-          },
-          "runtimes/win-x64/native/SDL2.dll": {
-            "rid": "win-x64",
-            "assetType": "native",
-            "fileVersion": "2.0.14.0"
-          },
-          "runtimes/win-x64/native/soft_oal.dll": {
-            "rid": "win-x64",
-            "assetType": "native",
-            "fileVersion": "0.0.0.0"
-          },
-          "runtimes/win-x86/native/SDL2.dll": {
-            "rid": "win-x86",
-            "assetType": "native",
-            "fileVersion": "2.0.14.0"
-          },
-          "runtimes/win-x86/native/soft_oal.dll": {
-            "rid": "win-x86",
-            "assetType": "native",
-            "fileVersion": "0.0.0.0"
-          }
-        }
-      },
-      "Microsoft.NETCore.Platforms/5.0.0": {},
-      "Microsoft.Win32.SystemEvents/5.0.0": {
-        "dependencies": {
-          "Microsoft.NETCore.Platforms": "5.0.0"
-        },
-        "runtime": {
-          "lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll": {
-            "assemblyVersion": "5.0.0.0",
-            "fileVersion": "5.0.20.51904"
-          }
-        },
-        "runtimeTargets": {
-          "runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll": {
-            "rid": "win",
-            "assetType": "runtime",
-            "assemblyVersion": "5.0.0.0",
-            "fileVersion": "5.0.20.51904"
-          }
-        }
-      },
-      "StbImageSharp/2.22.4": {
-        "runtime": {
-          "lib/netstandard2.0/StbImageSharp.dll": {
-            "assemblyVersion": "2.22.4.0",
-            "fileVersion": "2.22.4.0"
-          }
-        }
-      },
-      "StbTrueTypeSharp/1.24.7": {
-        "runtime": {
-          "lib/netstandard2.0/StbTrueTypeSharp.dll": {
-            "assemblyVersion": "1.24.7.0",
-            "fileVersion": "1.24.7.0"
-          }
-        }
-      },
-      "System.Drawing.Common/5.0.1": {
-        "dependencies": {
-          "Microsoft.Win32.SystemEvents": "5.0.0"
-        },
-        "runtime": {
-          "lib/netcoreapp3.0/System.Drawing.Common.dll": {
-            "assemblyVersion": "5.0.0.1",
-            "fileVersion": "5.0.321.7212"
-          }
-        },
-        "runtimeTargets": {
-          "runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll": {
-            "rid": "unix",
-            "assetType": "runtime",
-            "assemblyVersion": "5.0.0.1",
-            "fileVersion": "5.0.321.7212"
-          },
-          "runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll": {
-            "rid": "win",
-            "assetType": "runtime",
-            "assemblyVersion": "5.0.0.1",
-            "fileVersion": "5.0.321.7212"
-          }
-        }
-      },
-      "System.Numerics.Vectors/4.5.0": {}
-    }
-  },
-  "libraries": {
-    "Eskape/1.0.0": {
-      "type": "project",
-      "serviceable": false,
-      "sha512": ""
-    },
-    "Cyotek.Drawing.BitmapFont/2.0.1": {
-      "type": "package",
-      "serviceable": true,
-      "sha512": "sha512-8C8Vdvf8p6RIOBNFE99ZNPWFxwV/ZT1wk11cajuL3+6/e5DBGPHe+ZjxLu2efTWQ1YvfLh4KpP2epUZ9z/WcFQ==",
-      "path": "cyotek.drawing.bitmapfont/2.0.1",
-      "hashPath": "cyotek.drawing.bitmapfont.2.0.1.nupkg.sha512"
-    },
-    "FontStashSharp/0.9.2": {
-      "type": "package",
-      "serviceable": true,
-      "sha512": "sha512-Zbu7fHrp1cuYqTTPucvbYlWKD9aeVVX/oecbEBd0qkm2ZCZU5KXmmeGEzOlC8OwGGwa8MNiEwwjLAaZ8Q7KjKQ==",
-      "path": "fontstashsharp/0.9.2",
-      "hashPath": "fontstashsharp.0.9.2.nupkg.sha512"
-    },
-    "Jypeli.FarseerPhysics.NET/1.0.10": {
-      "type": "package",
-      "serviceable": true,
-      "sha512": "sha512-VPLnPdyN2DjKuaXTU/E/6vRh/x69z3kmL+f7YSSV9Khi4RJbkhBCv2dwAMPT6o8Gn35SVO36xSsroI8MlFsWMA==",
-      "path": "jypeli.farseerphysics.net/1.0.10",
-      "hashPath": "jypeli.farseerphysics.net.1.0.10.nupkg.sha512"
-    },
-    "Jypeli.NET/10.1.5": {
-      "type": "package",
-      "serviceable": true,
-      "sha512": "sha512-TNJe00nqZWREz2mNnfXj+emKqzN/Og2LQzjcHmp9TznJnda7KqKZb232aruMt5S+1+gG0gIPB0ehomeDEd0Fsg==",
-      "path": "jypeli.net/10.1.5",
-      "hashPath": "jypeli.net.10.1.5.nupkg.sha512"
-    },
-    "Microsoft.NETCore.Platforms/5.0.0": {
-      "type": "package",
-      "serviceable": true,
-      "sha512": "sha512-VyPlqzH2wavqquTcYpkIIAQ6WdenuKoFN0BdYBbCWsclXacSOHNQn66Gt4z5NBqEYW0FAPm5rlvki9ZiCij5xQ==",
-      "path": "microsoft.netcore.platforms/5.0.0",
-      "hashPath": "microsoft.netcore.platforms.5.0.0.nupkg.sha512"
-    },
-    "Microsoft.Win32.SystemEvents/5.0.0": {
-      "type": "package",
-      "serviceable": true,
-      "sha512": "sha512-Bh6blKG8VAKvXiLe2L+sEsn62nc1Ij34MrNxepD2OCrS5cpCwQa9MeLyhVQPQ/R4Wlzwuy6wMK8hLb11QPDRsQ==",
-      "path": "microsoft.win32.systemevents/5.0.0",
-      "hashPath": "microsoft.win32.systemevents.5.0.0.nupkg.sha512"
-    },
-    "StbImageSharp/2.22.4": {
-      "type": "package",
-      "serviceable": true,
-      "sha512": "sha512-0dOXIj3OM8oGxtfqZHZdLJRnV7FjP4VToeCprpyVXbWpct6DplgWq6YKVFA5hAYVs8hzvGekA97Qg8C3exeVYg==",
-      "path": "stbimagesharp/2.22.4",
-      "hashPath": "stbimagesharp.2.22.4.nupkg.sha512"
-    },
-    "StbTrueTypeSharp/1.24.7": {
-      "type": "package",
-      "serviceable": true,
-      "sha512": "sha512-4hmKw+Fq22Fs8GI8o1U7SUGw7iNTYVNc476o/rxmDVgIsQgQX0nNvlG1hUEhvC0ouNmoJq32yclQko+n67bc7A==",
-      "path": "stbtruetypesharp/1.24.7",
-      "hashPath": "stbtruetypesharp.1.24.7.nupkg.sha512"
-    },
-    "System.Drawing.Common/5.0.1": {
-      "type": "package",
-      "serviceable": true,
-      "sha512": "sha512-3IN8zWk395Qu+7wnoTbebEjdP3izZBBKAahgWuC0jp9tCgTdUFN6KsrqQl0I3L+ptZD/LvwKjgFp1u+x3+p+DA==",
-      "path": "system.drawing.common/5.0.1",
-      "hashPath": "system.drawing.common.5.0.1.nupkg.sha512"
-    },
-    "System.Numerics.Vectors/4.5.0": {
-      "type": "package",
-      "serviceable": true,
-      "sha512": "sha512-QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ==",
-      "path": "system.numerics.vectors/4.5.0",
-      "hashPath": "system.numerics.vectors.4.5.0.nupkg.sha512"
-    }
-  }
-}
\ No newline at end of file
diff --git a/Eskape/Eskape/bin/Debug/net5.0/Eskape.dll b/Eskape/Eskape/bin/Debug/net5.0/Eskape.dll
deleted file mode 100644
index 2d11800715d08e3752ee7c26fc52f0173e6af2ed..0000000000000000000000000000000000000000
Binary files a/Eskape/Eskape/bin/Debug/net5.0/Eskape.dll and /dev/null differ
diff --git a/Eskape/Eskape/bin/Debug/net5.0/Eskape.exe b/Eskape/Eskape/bin/Debug/net5.0/Eskape.exe
deleted file mode 100644
index a21aa43a55fbef2fec94a1bec8126f34d6112d4b..0000000000000000000000000000000000000000
Binary files a/Eskape/Eskape/bin/Debug/net5.0/Eskape.exe and /dev/null differ
diff --git a/Eskape/Eskape/bin/Debug/net5.0/Eskape.pdb b/Eskape/Eskape/bin/Debug/net5.0/Eskape.pdb
deleted file mode 100644
index 64f8dcc94304431aeb326684ee5e869146ca3573..0000000000000000000000000000000000000000
Binary files a/Eskape/Eskape/bin/Debug/net5.0/Eskape.pdb and /dev/null differ
diff --git a/Eskape/Eskape/bin/Debug/net5.0/Eskape.runtimeconfig.dev.json b/Eskape/Eskape/bin/Debug/net5.0/Eskape.runtimeconfig.dev.json
deleted file mode 100644
index 5f2d0a71f9f73fcb6e5ffd9f0b58ee7fcb5405e9..0000000000000000000000000000000000000000
--- a/Eskape/Eskape/bin/Debug/net5.0/Eskape.runtimeconfig.dev.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
-  "runtimeOptions": {
-    "additionalProbingPaths": [
-      "C:\\Users\\royes\\.dotnet\\store\\|arch|\\|tfm|",
-      "C:\\Users\\royes\\.nuget\\packages"
-    ]
-  }
-}
\ No newline at end of file
diff --git a/Eskape/Eskape/bin/Debug/net5.0/Eskape.runtimeconfig.json b/Eskape/Eskape/bin/Debug/net5.0/Eskape.runtimeconfig.json
deleted file mode 100644
index 7df7c304d955574882e96fb84283690eabe4db80..0000000000000000000000000000000000000000
--- a/Eskape/Eskape/bin/Debug/net5.0/Eskape.runtimeconfig.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
-  "runtimeOptions": {
-    "tfm": "net5.0",
-    "framework": {
-      "name": "Microsoft.NETCore.App",
-      "version": "5.0.0"
-    },
-    "configProperties": {
-      "System.Runtime.TieredCompilation": false
-    }
-  }
-}
\ No newline at end of file
diff --git a/Eskape/Eskape/bin/Debug/net5.0/FontStashSharp.dll b/Eskape/Eskape/bin/Debug/net5.0/FontStashSharp.dll
deleted file mode 100644
index 5cab81f6a31db32b4a767c1551d57edc83145df1..0000000000000000000000000000000000000000
Binary files a/Eskape/Eskape/bin/Debug/net5.0/FontStashSharp.dll and /dev/null differ
diff --git a/Eskape/Eskape/bin/Debug/net5.0/Jypeli.FarseerPhysics.dll b/Eskape/Eskape/bin/Debug/net5.0/Jypeli.FarseerPhysics.dll
deleted file mode 100644
index 2ea6316750e9bcdff21bb1a654266dcce7b62333..0000000000000000000000000000000000000000
Binary files a/Eskape/Eskape/bin/Debug/net5.0/Jypeli.FarseerPhysics.dll and /dev/null differ
diff --git a/Eskape/Eskape/bin/Debug/net5.0/Jypeli.dll b/Eskape/Eskape/bin/Debug/net5.0/Jypeli.dll
deleted file mode 100644
index 81851153f1fc54da92df4c54cab26e5fc5677362..0000000000000000000000000000000000000000
Binary files a/Eskape/Eskape/bin/Debug/net5.0/Jypeli.dll and /dev/null differ
diff --git a/Eskape/Eskape/bin/Debug/net5.0/Microsoft.Win32.SystemEvents.dll b/Eskape/Eskape/bin/Debug/net5.0/Microsoft.Win32.SystemEvents.dll
deleted file mode 100644
index d62f3335bb75e1ac752e8705089fdd11a7d74a07..0000000000000000000000000000000000000000
Binary files a/Eskape/Eskape/bin/Debug/net5.0/Microsoft.Win32.SystemEvents.dll and /dev/null differ
diff --git a/Eskape/Eskape/bin/Debug/net5.0/MonoGame.Framework.dll b/Eskape/Eskape/bin/Debug/net5.0/MonoGame.Framework.dll
deleted file mode 100644
index 63a2acfd68a88f86016b3eb02b6cc042b8ad04cf..0000000000000000000000000000000000000000
Binary files a/Eskape/Eskape/bin/Debug/net5.0/MonoGame.Framework.dll and /dev/null differ
diff --git a/Eskape/Eskape/bin/Debug/net5.0/StbImageSharp.dll b/Eskape/Eskape/bin/Debug/net5.0/StbImageSharp.dll
deleted file mode 100644
index 087412a15eb3d2054a21aed6562820724fe9f30f..0000000000000000000000000000000000000000
Binary files a/Eskape/Eskape/bin/Debug/net5.0/StbImageSharp.dll and /dev/null differ
diff --git a/Eskape/Eskape/bin/Debug/net5.0/StbTrueTypeSharp.dll b/Eskape/Eskape/bin/Debug/net5.0/StbTrueTypeSharp.dll
deleted file mode 100644
index 4fdb214e1b171352d1ad226caae61e73018199a6..0000000000000000000000000000000000000000
Binary files a/Eskape/Eskape/bin/Debug/net5.0/StbTrueTypeSharp.dll and /dev/null differ
diff --git a/Eskape/Eskape/bin/Debug/net5.0/System.Drawing.Common.dll b/Eskape/Eskape/bin/Debug/net5.0/System.Drawing.Common.dll
deleted file mode 100644
index c1519e8c1145a253540e64258fe43d356d5045f1..0000000000000000000000000000000000000000
Binary files a/Eskape/Eskape/bin/Debug/net5.0/System.Drawing.Common.dll and /dev/null differ
diff --git a/Eskape/Eskape/bin/Debug/net5.0/ref/Eskape.dll b/Eskape/Eskape/bin/Debug/net5.0/ref/Eskape.dll
deleted file mode 100644
index 3158315594f6e78cad28e5813756240d0c624b95..0000000000000000000000000000000000000000
Binary files a/Eskape/Eskape/bin/Debug/net5.0/ref/Eskape.dll and /dev/null differ
diff --git a/Eskape/Eskape/bin/Debug/net5.0/runtimes/linux-x64/native/libSDL2-2.0.so.0 b/Eskape/Eskape/bin/Debug/net5.0/runtimes/linux-x64/native/libSDL2-2.0.so.0
deleted file mode 100644
index 7f32bb17994e83178a1eff2d34d8c75ffbbddcb6..0000000000000000000000000000000000000000
Binary files a/Eskape/Eskape/bin/Debug/net5.0/runtimes/linux-x64/native/libSDL2-2.0.so.0 and /dev/null differ
diff --git a/Eskape/Eskape/bin/Debug/net5.0/runtimes/linux-x64/native/libopenal.so.1 b/Eskape/Eskape/bin/Debug/net5.0/runtimes/linux-x64/native/libopenal.so.1
deleted file mode 100644
index af45fd0c2287ca8eefb5009bc9aedefd04b84703..0000000000000000000000000000000000000000
Binary files a/Eskape/Eskape/bin/Debug/net5.0/runtimes/linux-x64/native/libopenal.so.1 and /dev/null differ
diff --git a/Eskape/Eskape/bin/Debug/net5.0/runtimes/osx/native/libSDL2-2.0.0.dylib b/Eskape/Eskape/bin/Debug/net5.0/runtimes/osx/native/libSDL2-2.0.0.dylib
deleted file mode 100644
index e847d9b4a30dfd659b8b5ee889a7c4e241f8fbe3..0000000000000000000000000000000000000000
Binary files a/Eskape/Eskape/bin/Debug/net5.0/runtimes/osx/native/libSDL2-2.0.0.dylib and /dev/null differ
diff --git a/Eskape/Eskape/bin/Debug/net5.0/runtimes/osx/native/libopenal.1.dylib b/Eskape/Eskape/bin/Debug/net5.0/runtimes/osx/native/libopenal.1.dylib
deleted file mode 100644
index 883af9540d541fa5eb441d7d8de62798ac8be201..0000000000000000000000000000000000000000
Binary files a/Eskape/Eskape/bin/Debug/net5.0/runtimes/osx/native/libopenal.1.dylib and /dev/null differ
diff --git a/Eskape/Eskape/bin/Debug/net5.0/runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll b/Eskape/Eskape/bin/Debug/net5.0/runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll
deleted file mode 100644
index eb310e9635ab2e497c193f6ca0b7bb608385a9eb..0000000000000000000000000000000000000000
Binary files a/Eskape/Eskape/bin/Debug/net5.0/runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll and /dev/null differ
diff --git a/Eskape/Eskape/bin/Debug/net5.0/runtimes/win-x64/native/SDL2.dll b/Eskape/Eskape/bin/Debug/net5.0/runtimes/win-x64/native/SDL2.dll
deleted file mode 100644
index ce9fac89f25348e8355fa18fa72435bf7c8e933a..0000000000000000000000000000000000000000
Binary files a/Eskape/Eskape/bin/Debug/net5.0/runtimes/win-x64/native/SDL2.dll and /dev/null differ
diff --git a/Eskape/Eskape/bin/Debug/net5.0/runtimes/win-x64/native/soft_oal.dll b/Eskape/Eskape/bin/Debug/net5.0/runtimes/win-x64/native/soft_oal.dll
deleted file mode 100644
index 02027ee4e43d24aa6811141f6f4b6f8e630f9ec0..0000000000000000000000000000000000000000
Binary files a/Eskape/Eskape/bin/Debug/net5.0/runtimes/win-x64/native/soft_oal.dll and /dev/null differ
diff --git a/Eskape/Eskape/bin/Debug/net5.0/runtimes/win-x86/native/SDL2.dll b/Eskape/Eskape/bin/Debug/net5.0/runtimes/win-x86/native/SDL2.dll
deleted file mode 100644
index 1e3dd5f4cc593d81c6d5895db999f9ecf38b62eb..0000000000000000000000000000000000000000
Binary files a/Eskape/Eskape/bin/Debug/net5.0/runtimes/win-x86/native/SDL2.dll and /dev/null differ
diff --git a/Eskape/Eskape/bin/Debug/net5.0/runtimes/win-x86/native/soft_oal.dll b/Eskape/Eskape/bin/Debug/net5.0/runtimes/win-x86/native/soft_oal.dll
deleted file mode 100644
index 5dbbbe84cefc494122c13448f1e344e340f7fd40..0000000000000000000000000000000000000000
Binary files a/Eskape/Eskape/bin/Debug/net5.0/runtimes/win-x86/native/soft_oal.dll and /dev/null differ
diff --git a/Eskape/Eskape/bin/Debug/net5.0/runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll b/Eskape/Eskape/bin/Debug/net5.0/runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll
deleted file mode 100644
index b5aa0c4cd3e2d8c425138dde02b8f77434979697..0000000000000000000000000000000000000000
Binary files a/Eskape/Eskape/bin/Debug/net5.0/runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll and /dev/null differ
diff --git a/Eskape/Eskape/bin/Debug/net5.0/runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll b/Eskape/Eskape/bin/Debug/net5.0/runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll
deleted file mode 100644
index 1f250ab6c67366c2138f7412d9eb6d1501455dba..0000000000000000000000000000000000000000
Binary files a/Eskape/Eskape/bin/Debug/net5.0/runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll and /dev/null differ
diff --git a/Eskape/Eskape/obj/Debug/net5.0/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs b/Eskape/Eskape/obj/Debug/net5.0/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs
deleted file mode 100644
index 2f7e5ec5afa156f8313c6a17e8a80a25246858f5..0000000000000000000000000000000000000000
--- a/Eskape/Eskape/obj/Debug/net5.0/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs
+++ /dev/null
@@ -1,4 +0,0 @@
-// <autogenerated />
-using System;
-using System.Reflection;
-[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v5.0", FrameworkDisplayName = "")]
diff --git a/Eskape/Eskape/obj/Debug/net5.0/Eskape.AssemblyInfo.cs b/Eskape/Eskape/obj/Debug/net5.0/Eskape.AssemblyInfo.cs
deleted file mode 100644
index 2244298fba3fc7eceef5e40db8d6c70d231ce2b9..0000000000000000000000000000000000000000
--- a/Eskape/Eskape/obj/Debug/net5.0/Eskape.AssemblyInfo.cs
+++ /dev/null
@@ -1,23 +0,0 @@
-//------------------------------------------------------------------------------
-// <auto-generated>
-//     This code was generated by a tool.
-//     Runtime Version:4.0.30319.42000
-//
-//     Changes to this file may cause incorrect behavior and will be lost if
-//     the code is regenerated.
-// </auto-generated>
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("Eskape")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("Eskape")]
-[assembly: System.Reflection.AssemblyTitleAttribute("Eskape")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/Eskape/Eskape/obj/Debug/net5.0/Eskape.AssemblyInfoInputs.cache b/Eskape/Eskape/obj/Debug/net5.0/Eskape.AssemblyInfoInputs.cache
deleted file mode 100644
index 3644e06f7e2e47d122e57a4187482cc518fd1e33..0000000000000000000000000000000000000000
--- a/Eskape/Eskape/obj/Debug/net5.0/Eskape.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-6128cf5f22ef264d55887b25e53052be45bb8cf0
diff --git a/Eskape/Eskape/obj/Debug/net5.0/Eskape.GeneratedMSBuildEditorConfig.editorconfig b/Eskape/Eskape/obj/Debug/net5.0/Eskape.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index e3834dbf49c0224f6f6da31ea3b57484822eb09b..0000000000000000000000000000000000000000
--- a/Eskape/Eskape/obj/Debug/net5.0/Eskape.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,10 +0,0 @@
-is_global = true
-build_property.TargetFramework = net5.0
-build_property.TargetPlatformMinVersion = 
-build_property.UsingMicrosoftNETSdkWeb = 
-build_property.ProjectTypeGuids = 
-build_property.PublishSingleFile = 
-build_property.IncludeAllContentForSelfExtract = 
-build_property._SupportedPlatformList = Android,iOS,Linux,macOS,Windows
-build_property.RootNamespace = Eskape
-build_property.ProjectDir = C:\Users\royes\ohj1\Peli\Eskape\Eskape\
diff --git a/Eskape/Eskape/obj/Debug/net5.0/Eskape.assets.cache b/Eskape/Eskape/obj/Debug/net5.0/Eskape.assets.cache
deleted file mode 100644
index 1d8f58f1adcd684860820e6011c0a7ca62a01da0..0000000000000000000000000000000000000000
Binary files a/Eskape/Eskape/obj/Debug/net5.0/Eskape.assets.cache and /dev/null differ
diff --git a/Eskape/Eskape/obj/Debug/net5.0/Eskape.csproj.AssemblyReference.cache b/Eskape/Eskape/obj/Debug/net5.0/Eskape.csproj.AssemblyReference.cache
deleted file mode 100644
index f5e894aea93a73e58fa9d4feab241bc197ee1a40..0000000000000000000000000000000000000000
Binary files a/Eskape/Eskape/obj/Debug/net5.0/Eskape.csproj.AssemblyReference.cache and /dev/null differ
diff --git a/Eskape/Eskape/obj/Debug/net5.0/Eskape.csproj.CopyComplete b/Eskape/Eskape/obj/Debug/net5.0/Eskape.csproj.CopyComplete
deleted file mode 100644
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000
diff --git a/Eskape/Eskape/obj/Debug/net5.0/Eskape.csproj.CoreCompileInputs.cache b/Eskape/Eskape/obj/Debug/net5.0/Eskape.csproj.CoreCompileInputs.cache
deleted file mode 100644
index b0a9061b0aeb9dc78092f8c5bb3660408b2d5eab..0000000000000000000000000000000000000000
--- a/Eskape/Eskape/obj/Debug/net5.0/Eskape.csproj.CoreCompileInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-54531eaca2a14a931205dbc221ed8c09b2d8929b
diff --git a/Eskape/Eskape/obj/Debug/net5.0/Eskape.csproj.FileListAbsolute.txt b/Eskape/Eskape/obj/Debug/net5.0/Eskape.csproj.FileListAbsolute.txt
deleted file mode 100644
index ed39cf16676315b5b8f99368e3c97e33ac98d9b0..0000000000000000000000000000000000000000
--- a/Eskape/Eskape/obj/Debug/net5.0/Eskape.csproj.FileListAbsolute.txt
+++ /dev/null
@@ -1,39 +0,0 @@
-C:\Users\royes\ohj1\Peli\Eskape\Eskape\bin\Debug\net5.0\Eskape.exe
-C:\Users\royes\ohj1\Peli\Eskape\Eskape\bin\Debug\net5.0\Content\kentta1.txt
-C:\Users\royes\ohj1\Peli\Eskape\Eskape\bin\Debug\net5.0\Content\maali.wav
-C:\Users\royes\ohj1\Peli\Eskape\Eskape\bin\Debug\net5.0\Eskape.deps.json
-C:\Users\royes\ohj1\Peli\Eskape\Eskape\bin\Debug\net5.0\Eskape.runtimeconfig.json
-C:\Users\royes\ohj1\Peli\Eskape\Eskape\bin\Debug\net5.0\Eskape.runtimeconfig.dev.json
-C:\Users\royes\ohj1\Peli\Eskape\Eskape\bin\Debug\net5.0\Eskape.dll
-C:\Users\royes\ohj1\Peli\Eskape\Eskape\bin\Debug\net5.0\ref\Eskape.dll
-C:\Users\royes\ohj1\Peli\Eskape\Eskape\bin\Debug\net5.0\Eskape.pdb
-C:\Users\royes\ohj1\Peli\Eskape\Eskape\bin\Debug\net5.0\Cyotek.Drawing.BitmapFont.dll
-C:\Users\royes\ohj1\Peli\Eskape\Eskape\bin\Debug\net5.0\FontStashSharp.dll
-C:\Users\royes\ohj1\Peli\Eskape\Eskape\bin\Debug\net5.0\Jypeli.FarseerPhysics.dll
-C:\Users\royes\ohj1\Peli\Eskape\Eskape\bin\Debug\net5.0\Jypeli.dll
-C:\Users\royes\ohj1\Peli\Eskape\Eskape\bin\Debug\net5.0\MonoGame.Framework.dll
-C:\Users\royes\ohj1\Peli\Eskape\Eskape\bin\Debug\net5.0\Microsoft.Win32.SystemEvents.dll
-C:\Users\royes\ohj1\Peli\Eskape\Eskape\bin\Debug\net5.0\StbImageSharp.dll
-C:\Users\royes\ohj1\Peli\Eskape\Eskape\bin\Debug\net5.0\StbTrueTypeSharp.dll
-C:\Users\royes\ohj1\Peli\Eskape\Eskape\bin\Debug\net5.0\System.Drawing.Common.dll
-C:\Users\royes\ohj1\Peli\Eskape\Eskape\bin\Debug\net5.0\runtimes\linux-x64\native\libSDL2-2.0.so.0
-C:\Users\royes\ohj1\Peli\Eskape\Eskape\bin\Debug\net5.0\runtimes\linux-x64\native\libopenal.so.1
-C:\Users\royes\ohj1\Peli\Eskape\Eskape\bin\Debug\net5.0\runtimes\osx\native\libSDL2-2.0.0.dylib
-C:\Users\royes\ohj1\Peli\Eskape\Eskape\bin\Debug\net5.0\runtimes\osx\native\libopenal.1.dylib
-C:\Users\royes\ohj1\Peli\Eskape\Eskape\bin\Debug\net5.0\runtimes\win-x64\native\SDL2.dll
-C:\Users\royes\ohj1\Peli\Eskape\Eskape\bin\Debug\net5.0\runtimes\win-x64\native\soft_oal.dll
-C:\Users\royes\ohj1\Peli\Eskape\Eskape\bin\Debug\net5.0\runtimes\win-x86\native\SDL2.dll
-C:\Users\royes\ohj1\Peli\Eskape\Eskape\bin\Debug\net5.0\runtimes\win-x86\native\soft_oal.dll
-C:\Users\royes\ohj1\Peli\Eskape\Eskape\bin\Debug\net5.0\runtimes\win\lib\netcoreapp3.0\Microsoft.Win32.SystemEvents.dll
-C:\Users\royes\ohj1\Peli\Eskape\Eskape\bin\Debug\net5.0\runtimes\unix\lib\netcoreapp3.0\System.Drawing.Common.dll
-C:\Users\royes\ohj1\Peli\Eskape\Eskape\bin\Debug\net5.0\runtimes\win\lib\netcoreapp3.0\System.Drawing.Common.dll
-C:\Users\royes\ohj1\Peli\Eskape\Eskape\obj\Debug\net5.0\Eskape.csproj.AssemblyReference.cache
-C:\Users\royes\ohj1\Peli\Eskape\Eskape\obj\Debug\net5.0\Eskape.GeneratedMSBuildEditorConfig.editorconfig
-C:\Users\royes\ohj1\Peli\Eskape\Eskape\obj\Debug\net5.0\Eskape.AssemblyInfoInputs.cache
-C:\Users\royes\ohj1\Peli\Eskape\Eskape\obj\Debug\net5.0\Eskape.AssemblyInfo.cs
-C:\Users\royes\ohj1\Peli\Eskape\Eskape\obj\Debug\net5.0\Eskape.csproj.CoreCompileInputs.cache
-C:\Users\royes\ohj1\Peli\Eskape\Eskape\obj\Debug\net5.0\Eskape.csproj.CopyComplete
-C:\Users\royes\ohj1\Peli\Eskape\Eskape\obj\Debug\net5.0\Eskape.dll
-C:\Users\royes\ohj1\Peli\Eskape\Eskape\obj\Debug\net5.0\ref\Eskape.dll
-C:\Users\royes\ohj1\Peli\Eskape\Eskape\obj\Debug\net5.0\Eskape.pdb
-C:\Users\royes\ohj1\Peli\Eskape\Eskape\obj\Debug\net5.0\Eskape.genruntimeconfig.cache
diff --git a/Eskape/Eskape/obj/Debug/net5.0/Eskape.dll b/Eskape/Eskape/obj/Debug/net5.0/Eskape.dll
deleted file mode 100644
index 2d11800715d08e3752ee7c26fc52f0173e6af2ed..0000000000000000000000000000000000000000
Binary files a/Eskape/Eskape/obj/Debug/net5.0/Eskape.dll and /dev/null differ
diff --git a/Eskape/Eskape/obj/Debug/net5.0/Eskape.genruntimeconfig.cache b/Eskape/Eskape/obj/Debug/net5.0/Eskape.genruntimeconfig.cache
deleted file mode 100644
index bbe5d615bdf86f85f7a140e9bc084592e700401e..0000000000000000000000000000000000000000
--- a/Eskape/Eskape/obj/Debug/net5.0/Eskape.genruntimeconfig.cache
+++ /dev/null
@@ -1 +0,0 @@
-7555d57e37fc65d7872253fdfe2550e91ffdde42
diff --git a/Eskape/Eskape/obj/Debug/net5.0/Eskape.pdb b/Eskape/Eskape/obj/Debug/net5.0/Eskape.pdb
deleted file mode 100644
index 64f8dcc94304431aeb326684ee5e869146ca3573..0000000000000000000000000000000000000000
Binary files a/Eskape/Eskape/obj/Debug/net5.0/Eskape.pdb and /dev/null differ
diff --git a/Eskape/Eskape/obj/Debug/net5.0/apphost.exe b/Eskape/Eskape/obj/Debug/net5.0/apphost.exe
deleted file mode 100644
index a21aa43a55fbef2fec94a1bec8126f34d6112d4b..0000000000000000000000000000000000000000
Binary files a/Eskape/Eskape/obj/Debug/net5.0/apphost.exe and /dev/null differ
diff --git a/Eskape/Eskape/obj/Debug/net5.0/ref/Eskape.dll b/Eskape/Eskape/obj/Debug/net5.0/ref/Eskape.dll
deleted file mode 100644
index 3158315594f6e78cad28e5813756240d0c624b95..0000000000000000000000000000000000000000
Binary files a/Eskape/Eskape/obj/Debug/net5.0/ref/Eskape.dll and /dev/null differ
diff --git a/Eskape/Eskape/obj/Eskape.csproj.nuget.dgspec.json b/Eskape/Eskape/obj/Eskape.csproj.nuget.dgspec.json
deleted file mode 100644
index 11f22c3d5fefce32a3eb5518f2fe5287b9b19dd8..0000000000000000000000000000000000000000
--- a/Eskape/Eskape/obj/Eskape.csproj.nuget.dgspec.json
+++ /dev/null
@@ -1,72 +0,0 @@
-{
-  "format": 1,
-  "restore": {
-    "C:\\Users\\royes\\ohj1\\Peli\\Eskape\\Eskape\\Eskape.csproj": {}
-  },
-  "projects": {
-    "C:\\Users\\royes\\ohj1\\Peli\\Eskape\\Eskape\\Eskape.csproj": {
-      "version": "1.0.0",
-      "restore": {
-        "projectUniqueName": "C:\\Users\\royes\\ohj1\\Peli\\Eskape\\Eskape\\Eskape.csproj",
-        "projectName": "Eskape",
-        "projectPath": "C:\\Users\\royes\\ohj1\\Peli\\Eskape\\Eskape\\Eskape.csproj",
-        "packagesPath": "C:\\Users\\royes\\.nuget\\packages\\",
-        "outputPath": "C:\\Users\\royes\\ohj1\\Peli\\Eskape\\Eskape\\obj\\",
-        "projectStyle": "PackageReference",
-        "configFilePaths": [
-          "C:\\Users\\royes\\AppData\\Roaming\\NuGet\\NuGet.Config",
-          "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
-        ],
-        "originalTargetFrameworks": [
-          "net5.0"
-        ],
-        "sources": {
-          "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
-          "https://api.nuget.org/v3/index.json": {}
-        },
-        "frameworks": {
-          "net5.0": {
-            "targetAlias": "net5.0",
-            "projectReferences": {}
-          }
-        },
-        "warningProperties": {
-          "warnAsError": [
-            "NU1605"
-          ]
-        }
-      },
-      "frameworks": {
-        "net5.0": {
-          "targetAlias": "net5.0",
-          "dependencies": {
-            "Jypeli.FarseerPhysics.NET": {
-              "target": "Package",
-              "version": "[1.0.*, )"
-            },
-            "Jypeli.NET": {
-              "target": "Package",
-              "version": "[10.*, )"
-            }
-          },
-          "imports": [
-            "net461",
-            "net462",
-            "net47",
-            "net471",
-            "net472",
-            "net48"
-          ],
-          "assetTargetFallback": true,
-          "warn": true,
-          "frameworkReferences": {
-            "Microsoft.NETCore.App": {
-              "privateAssets": "all"
-            }
-          },
-          "runtimeIdentifierGraphPath": "C:\\Program Files (x86)\\dotnet\\sdk\\5.0.400\\RuntimeIdentifierGraph.json"
-        }
-      }
-    }
-  }
-}
\ No newline at end of file
diff --git a/Eskape/Eskape/obj/Eskape.csproj.nuget.g.props b/Eskape/Eskape/obj/Eskape.csproj.nuget.g.props
deleted file mode 100644
index e6fc01232ef7638270cf213f2f1533e19d06a078..0000000000000000000000000000000000000000
--- a/Eskape/Eskape/obj/Eskape.csproj.nuget.g.props
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8" standalone="no"?>
-<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
-    <RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
-    <RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
-    <ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
-    <NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
-    <NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\royes\.nuget\packages\</NuGetPackageFolders>
-    <NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
-    <NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">5.11.0</NuGetToolVersion>
-  </PropertyGroup>
-  <ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
-    <SourceRoot Include="C:\Users\royes\.nuget\packages\" />
-  </ItemGroup>
-  <PropertyGroup>
-    <MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
-  </PropertyGroup>
-</Project>
\ No newline at end of file
diff --git a/Eskape/Eskape/obj/Eskape.csproj.nuget.g.targets b/Eskape/Eskape/obj/Eskape.csproj.nuget.g.targets
deleted file mode 100644
index 53cfaa19b16f3769b2bfc33db3b5c0053c16fdba..0000000000000000000000000000000000000000
--- a/Eskape/Eskape/obj/Eskape.csproj.nuget.g.targets
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="utf-8" standalone="no"?>
-<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <PropertyGroup>
-    <MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
-  </PropertyGroup>
-</Project>
\ No newline at end of file
diff --git a/Eskape/Eskape/obj/project.assets.json b/Eskape/Eskape/obj/project.assets.json
deleted file mode 100644
index 44e9660f113c96ed7e03b7ec18c392c1bca69720..0000000000000000000000000000000000000000
--- a/Eskape/Eskape/obj/project.assets.json
+++ /dev/null
@@ -1,493 +0,0 @@
-{
-  "version": 3,
-  "targets": {
-    "net5.0": {
-      "Cyotek.Drawing.BitmapFont/2.0.1": {
-        "type": "package",
-        "compile": {
-          "lib/netcoreapp3.1/Cyotek.Drawing.BitmapFont.dll": {}
-        },
-        "runtime": {
-          "lib/netcoreapp3.1/Cyotek.Drawing.BitmapFont.dll": {}
-        }
-      },
-      "FontStashSharp/0.9.2": {
-        "type": "package",
-        "dependencies": {
-          "Cyotek.Drawing.BitmapFont": "2.0.1",
-          "StbImageSharp": "2.22.4",
-          "StbTrueTypeSharp": "1.24.7",
-          "System.Numerics.Vectors": "4.5.0"
-        },
-        "compile": {
-          "lib/netstandard2.0/FontStashSharp.dll": {}
-        },
-        "runtime": {
-          "lib/netstandard2.0/FontStashSharp.dll": {}
-        }
-      },
-      "Jypeli.FarseerPhysics.NET/1.0.10": {
-        "type": "package",
-        "dependencies": {
-          "Jypeli.NET": "10.1.5"
-        },
-        "compile": {
-          "lib/net5.0/Jypeli.FarseerPhysics.dll": {}
-        },
-        "runtime": {
-          "lib/net5.0/Jypeli.FarseerPhysics.dll": {}
-        }
-      },
-      "Jypeli.NET/10.1.5": {
-        "type": "package",
-        "dependencies": {
-          "FontStashSharp": "0.9.2",
-          "System.Drawing.Common": "5.0.1"
-        },
-        "compile": {
-          "lib/net5.0/FontStashSharp.dll": {},
-          "lib/net5.0/Jypeli.dll": {},
-          "lib/net5.0/MonoGame.Framework.dll": {}
-        },
-        "runtime": {
-          "lib/net5.0/FontStashSharp.dll": {},
-          "lib/net5.0/Jypeli.dll": {},
-          "lib/net5.0/MonoGame.Framework.dll": {}
-        },
-        "runtimeTargets": {
-          "runtimes/linux-x64/native/libSDL2-2.0.so.0": {
-            "assetType": "native",
-            "rid": "linux-x64"
-          },
-          "runtimes/linux-x64/native/libopenal.so.1": {
-            "assetType": "native",
-            "rid": "linux-x64"
-          },
-          "runtimes/osx/native/libSDL2-2.0.0.dylib": {
-            "assetType": "native",
-            "rid": "osx"
-          },
-          "runtimes/osx/native/libopenal.1.dylib": {
-            "assetType": "native",
-            "rid": "osx"
-          },
-          "runtimes/win-x64/native/SDL2.dll": {
-            "assetType": "native",
-            "rid": "win-x64"
-          },
-          "runtimes/win-x64/native/soft_oal.dll": {
-            "assetType": "native",
-            "rid": "win-x64"
-          },
-          "runtimes/win-x86/native/SDL2.dll": {
-            "assetType": "native",
-            "rid": "win-x86"
-          },
-          "runtimes/win-x86/native/soft_oal.dll": {
-            "assetType": "native",
-            "rid": "win-x86"
-          }
-        }
-      },
-      "Microsoft.NETCore.Platforms/5.0.0": {
-        "type": "package",
-        "compile": {
-          "lib/netstandard1.0/_._": {}
-        },
-        "runtime": {
-          "lib/netstandard1.0/_._": {}
-        }
-      },
-      "Microsoft.Win32.SystemEvents/5.0.0": {
-        "type": "package",
-        "dependencies": {
-          "Microsoft.NETCore.Platforms": "5.0.0"
-        },
-        "compile": {
-          "ref/netstandard2.0/_._": {}
-        },
-        "runtime": {
-          "lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll": {}
-        },
-        "runtimeTargets": {
-          "runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll": {
-            "assetType": "runtime",
-            "rid": "win"
-          }
-        }
-      },
-      "StbImageSharp/2.22.4": {
-        "type": "package",
-        "compile": {
-          "lib/netstandard2.0/StbImageSharp.dll": {}
-        },
-        "runtime": {
-          "lib/netstandard2.0/StbImageSharp.dll": {}
-        }
-      },
-      "StbTrueTypeSharp/1.24.7": {
-        "type": "package",
-        "compile": {
-          "lib/netstandard2.0/StbTrueTypeSharp.dll": {}
-        },
-        "runtime": {
-          "lib/netstandard2.0/StbTrueTypeSharp.dll": {}
-        }
-      },
-      "System.Drawing.Common/5.0.1": {
-        "type": "package",
-        "dependencies": {
-          "Microsoft.Win32.SystemEvents": "5.0.0"
-        },
-        "compile": {
-          "ref/netcoreapp3.0/System.Drawing.Common.dll": {}
-        },
-        "runtime": {
-          "lib/netcoreapp3.0/System.Drawing.Common.dll": {}
-        },
-        "runtimeTargets": {
-          "runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll": {
-            "assetType": "runtime",
-            "rid": "unix"
-          },
-          "runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll": {
-            "assetType": "runtime",
-            "rid": "win"
-          }
-        }
-      },
-      "System.Numerics.Vectors/4.5.0": {
-        "type": "package",
-        "compile": {
-          "ref/netcoreapp2.0/_._": {}
-        },
-        "runtime": {
-          "lib/netcoreapp2.0/_._": {}
-        }
-      }
-    }
-  },
-  "libraries": {
-    "Cyotek.Drawing.BitmapFont/2.0.1": {
-      "sha512": "8C8Vdvf8p6RIOBNFE99ZNPWFxwV/ZT1wk11cajuL3+6/e5DBGPHe+ZjxLu2efTWQ1YvfLh4KpP2epUZ9z/WcFQ==",
-      "type": "package",
-      "path": "cyotek.drawing.bitmapfont/2.0.1",
-      "files": [
-        ".nupkg.metadata",
-        ".signature.p7s",
-        "cyotek.drawing.bitmapfont.2.0.1.nupkg.sha512",
-        "cyotek.drawing.bitmapfont.nuspec",
-        "icon.png",
-        "lib/net35/Cyotek.Drawing.BitmapFont.dll",
-        "lib/net35/Cyotek.Drawing.BitmapFont.xml",
-        "lib/net40/Cyotek.Drawing.BitmapFont.dll",
-        "lib/net40/Cyotek.Drawing.BitmapFont.xml",
-        "lib/net452/Cyotek.Drawing.BitmapFont.dll",
-        "lib/net452/Cyotek.Drawing.BitmapFont.xml",
-        "lib/net462/Cyotek.Drawing.BitmapFont.dll",
-        "lib/net462/Cyotek.Drawing.BitmapFont.xml",
-        "lib/net472/Cyotek.Drawing.BitmapFont.dll",
-        "lib/net472/Cyotek.Drawing.BitmapFont.xml",
-        "lib/net48/Cyotek.Drawing.BitmapFont.dll",
-        "lib/net48/Cyotek.Drawing.BitmapFont.xml",
-        "lib/netcoreapp2.1/Cyotek.Drawing.BitmapFont.dll",
-        "lib/netcoreapp2.1/Cyotek.Drawing.BitmapFont.xml",
-        "lib/netcoreapp2.2/Cyotek.Drawing.BitmapFont.dll",
-        "lib/netcoreapp2.2/Cyotek.Drawing.BitmapFont.xml",
-        "lib/netcoreapp3.1/Cyotek.Drawing.BitmapFont.dll",
-        "lib/netcoreapp3.1/Cyotek.Drawing.BitmapFont.xml",
-        "lib/netstandard1.3/Cyotek.Drawing.BitmapFont.dll",
-        "lib/netstandard1.3/Cyotek.Drawing.BitmapFont.xml",
-        "lib/netstandard2.0/Cyotek.Drawing.BitmapFont.dll",
-        "lib/netstandard2.0/Cyotek.Drawing.BitmapFont.xml",
-        "lib/netstandard2.1/Cyotek.Drawing.BitmapFont.dll",
-        "lib/netstandard2.1/Cyotek.Drawing.BitmapFont.xml"
-      ]
-    },
-    "FontStashSharp/0.9.2": {
-      "sha512": "Zbu7fHrp1cuYqTTPucvbYlWKD9aeVVX/oecbEBd0qkm2ZCZU5KXmmeGEzOlC8OwGGwa8MNiEwwjLAaZ8Q7KjKQ==",
-      "type": "package",
-      "path": "fontstashsharp/0.9.2",
-      "files": [
-        ".nupkg.metadata",
-        ".signature.p7s",
-        "fontstashsharp.0.9.2.nupkg.sha512",
-        "fontstashsharp.nuspec",
-        "lib/netstandard2.0/FontStashSharp.dll"
-      ]
-    },
-    "Jypeli.FarseerPhysics.NET/1.0.10": {
-      "sha512": "VPLnPdyN2DjKuaXTU/E/6vRh/x69z3kmL+f7YSSV9Khi4RJbkhBCv2dwAMPT6o8Gn35SVO36xSsroI8MlFsWMA==",
-      "type": "package",
-      "path": "jypeli.farseerphysics.net/1.0.10",
-      "files": [
-        ".nupkg.metadata",
-        ".signature.p7s",
-        "Farseer.txt",
-        "jypeli.farseerphysics.net.1.0.10.nupkg.sha512",
-        "jypeli.farseerphysics.net.nuspec",
-        "lib/net5.0/Jypeli.FarseerPhysics.dll"
-      ]
-    },
-    "Jypeli.NET/10.1.5": {
-      "sha512": "TNJe00nqZWREz2mNnfXj+emKqzN/Og2LQzjcHmp9TznJnda7KqKZb232aruMt5S+1+gG0gIPB0ehomeDEd0Fsg==",
-      "type": "package",
-      "path": "jypeli.net/10.1.5",
-      "files": [
-        ".nupkg.metadata",
-        ".signature.p7s",
-        "Jypeli.txt",
-        "jypeli.net.10.1.5.nupkg.sha512",
-        "jypeli.net.nuspec",
-        "jypeli_logo.png",
-        "lib/net5.0/FontStashSharp.dll",
-        "lib/net5.0/Jypeli.dll",
-        "lib/net5.0/Jypeli.xml",
-        "lib/net5.0/MonoGame.Framework.dll",
-        "lib/net5.0/MonoGame.Framework.xml",
-        "runtimes/linux-x64/native/libSDL2-2.0.so.0",
-        "runtimes/linux-x64/native/libopenal.so.1",
-        "runtimes/osx/native/libSDL2-2.0.0.dylib",
-        "runtimes/osx/native/libopenal.1.dylib",
-        "runtimes/win-x64/native/SDL2.dll",
-        "runtimes/win-x64/native/soft_oal.dll",
-        "runtimes/win-x86/native/SDL2.dll",
-        "runtimes/win-x86/native/soft_oal.dll"
-      ]
-    },
-    "Microsoft.NETCore.Platforms/5.0.0": {
-      "sha512": "VyPlqzH2wavqquTcYpkIIAQ6WdenuKoFN0BdYBbCWsclXacSOHNQn66Gt4z5NBqEYW0FAPm5rlvki9ZiCij5xQ==",
-      "type": "package",
-      "path": "microsoft.netcore.platforms/5.0.0",
-      "files": [
-        ".nupkg.metadata",
-        ".signature.p7s",
-        "Icon.png",
-        "LICENSE.TXT",
-        "THIRD-PARTY-NOTICES.TXT",
-        "lib/netstandard1.0/_._",
-        "microsoft.netcore.platforms.5.0.0.nupkg.sha512",
-        "microsoft.netcore.platforms.nuspec",
-        "runtime.json",
-        "useSharedDesignerContext.txt",
-        "version.txt"
-      ]
-    },
-    "Microsoft.Win32.SystemEvents/5.0.0": {
-      "sha512": "Bh6blKG8VAKvXiLe2L+sEsn62nc1Ij34MrNxepD2OCrS5cpCwQa9MeLyhVQPQ/R4Wlzwuy6wMK8hLb11QPDRsQ==",
-      "type": "package",
-      "path": "microsoft.win32.systemevents/5.0.0",
-      "files": [
-        ".nupkg.metadata",
-        ".signature.p7s",
-        "Icon.png",
-        "LICENSE.TXT",
-        "THIRD-PARTY-NOTICES.TXT",
-        "lib/net461/Microsoft.Win32.SystemEvents.dll",
-        "lib/net461/Microsoft.Win32.SystemEvents.xml",
-        "lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll",
-        "lib/netstandard2.0/Microsoft.Win32.SystemEvents.xml",
-        "microsoft.win32.systemevents.5.0.0.nupkg.sha512",
-        "microsoft.win32.systemevents.nuspec",
-        "ref/net461/Microsoft.Win32.SystemEvents.dll",
-        "ref/net461/Microsoft.Win32.SystemEvents.xml",
-        "ref/netstandard2.0/Microsoft.Win32.SystemEvents.dll",
-        "ref/netstandard2.0/Microsoft.Win32.SystemEvents.xml",
-        "runtimes/win/lib/netcoreapp2.0/Microsoft.Win32.SystemEvents.dll",
-        "runtimes/win/lib/netcoreapp2.0/Microsoft.Win32.SystemEvents.xml",
-        "runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll",
-        "runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.xml",
-        "useSharedDesignerContext.txt",
-        "version.txt"
-      ]
-    },
-    "StbImageSharp/2.22.4": {
-      "sha512": "0dOXIj3OM8oGxtfqZHZdLJRnV7FjP4VToeCprpyVXbWpct6DplgWq6YKVFA5hAYVs8hzvGekA97Qg8C3exeVYg==",
-      "type": "package",
-      "path": "stbimagesharp/2.22.4",
-      "files": [
-        ".nupkg.metadata",
-        ".signature.p7s",
-        "lib/net45/StbImageSharp.dll",
-        "lib/netstandard2.0/StbImageSharp.dll",
-        "stbimagesharp.2.22.4.nupkg.sha512",
-        "stbimagesharp.nuspec"
-      ]
-    },
-    "StbTrueTypeSharp/1.24.7": {
-      "sha512": "4hmKw+Fq22Fs8GI8o1U7SUGw7iNTYVNc476o/rxmDVgIsQgQX0nNvlG1hUEhvC0ouNmoJq32yclQko+n67bc7A==",
-      "type": "package",
-      "path": "stbtruetypesharp/1.24.7",
-      "files": [
-        ".nupkg.metadata",
-        ".signature.p7s",
-        "lib/net45/StbTrueTypeSharp.dll",
-        "lib/netstandard2.0/StbTrueTypeSharp.dll",
-        "stbtruetypesharp.1.24.7.nupkg.sha512",
-        "stbtruetypesharp.nuspec"
-      ]
-    },
-    "System.Drawing.Common/5.0.1": {
-      "sha512": "3IN8zWk395Qu+7wnoTbebEjdP3izZBBKAahgWuC0jp9tCgTdUFN6KsrqQl0I3L+ptZD/LvwKjgFp1u+x3+p+DA==",
-      "type": "package",
-      "path": "system.drawing.common/5.0.1",
-      "files": [
-        ".nupkg.metadata",
-        ".signature.p7s",
-        "Icon.png",
-        "LICENSE.TXT",
-        "THIRD-PARTY-NOTICES.TXT",
-        "lib/MonoAndroid10/_._",
-        "lib/MonoTouch10/_._",
-        "lib/net461/System.Drawing.Common.dll",
-        "lib/netcoreapp3.0/System.Drawing.Common.dll",
-        "lib/netcoreapp3.0/System.Drawing.Common.xml",
-        "lib/netstandard2.0/System.Drawing.Common.dll",
-        "lib/xamarinios10/_._",
-        "lib/xamarinmac20/_._",
-        "lib/xamarintvos10/_._",
-        "lib/xamarinwatchos10/_._",
-        "ref/MonoAndroid10/_._",
-        "ref/MonoTouch10/_._",
-        "ref/net461/System.Drawing.Common.dll",
-        "ref/netcoreapp3.0/System.Drawing.Common.dll",
-        "ref/netcoreapp3.0/System.Drawing.Common.xml",
-        "ref/netstandard2.0/System.Drawing.Common.dll",
-        "ref/xamarinios10/_._",
-        "ref/xamarinmac20/_._",
-        "ref/xamarintvos10/_._",
-        "ref/xamarinwatchos10/_._",
-        "runtimes/unix/lib/netcoreapp2.0/System.Drawing.Common.dll",
-        "runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll",
-        "runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.xml",
-        "runtimes/win/lib/netcoreapp2.0/System.Drawing.Common.dll",
-        "runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll",
-        "runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.xml",
-        "system.drawing.common.5.0.1.nupkg.sha512",
-        "system.drawing.common.nuspec",
-        "useSharedDesignerContext.txt",
-        "version.txt"
-      ]
-    },
-    "System.Numerics.Vectors/4.5.0": {
-      "sha512": "QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ==",
-      "type": "package",
-      "path": "system.numerics.vectors/4.5.0",
-      "files": [
-        ".nupkg.metadata",
-        ".signature.p7s",
-        "LICENSE.TXT",
-        "THIRD-PARTY-NOTICES.TXT",
-        "lib/MonoAndroid10/_._",
-        "lib/MonoTouch10/_._",
-        "lib/net46/System.Numerics.Vectors.dll",
-        "lib/net46/System.Numerics.Vectors.xml",
-        "lib/netcoreapp2.0/_._",
-        "lib/netstandard1.0/System.Numerics.Vectors.dll",
-        "lib/netstandard1.0/System.Numerics.Vectors.xml",
-        "lib/netstandard2.0/System.Numerics.Vectors.dll",
-        "lib/netstandard2.0/System.Numerics.Vectors.xml",
-        "lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.dll",
-        "lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.xml",
-        "lib/uap10.0.16299/_._",
-        "lib/xamarinios10/_._",
-        "lib/xamarinmac20/_._",
-        "lib/xamarintvos10/_._",
-        "lib/xamarinwatchos10/_._",
-        "ref/MonoAndroid10/_._",
-        "ref/MonoTouch10/_._",
-        "ref/net45/System.Numerics.Vectors.dll",
-        "ref/net45/System.Numerics.Vectors.xml",
-        "ref/net46/System.Numerics.Vectors.dll",
-        "ref/net46/System.Numerics.Vectors.xml",
-        "ref/netcoreapp2.0/_._",
-        "ref/netstandard1.0/System.Numerics.Vectors.dll",
-        "ref/netstandard1.0/System.Numerics.Vectors.xml",
-        "ref/netstandard2.0/System.Numerics.Vectors.dll",
-        "ref/netstandard2.0/System.Numerics.Vectors.xml",
-        "ref/uap10.0.16299/_._",
-        "ref/xamarinios10/_._",
-        "ref/xamarinmac20/_._",
-        "ref/xamarintvos10/_._",
-        "ref/xamarinwatchos10/_._",
-        "system.numerics.vectors.4.5.0.nupkg.sha512",
-        "system.numerics.vectors.nuspec",
-        "useSharedDesignerContext.txt",
-        "version.txt"
-      ]
-    }
-  },
-  "projectFileDependencyGroups": {
-    "net5.0": [
-      "Jypeli.FarseerPhysics.NET >= 1.0.*",
-      "Jypeli.NET >= 10.*"
-    ]
-  },
-  "packageFolders": {
-    "C:\\Users\\royes\\.nuget\\packages\\": {}
-  },
-  "project": {
-    "version": "1.0.0",
-    "restore": {
-      "projectUniqueName": "C:\\Users\\royes\\ohj1\\Peli\\Eskape\\Eskape\\Eskape.csproj",
-      "projectName": "Eskape",
-      "projectPath": "C:\\Users\\royes\\ohj1\\Peli\\Eskape\\Eskape\\Eskape.csproj",
-      "packagesPath": "C:\\Users\\royes\\.nuget\\packages\\",
-      "outputPath": "C:\\Users\\royes\\ohj1\\Peli\\Eskape\\Eskape\\obj\\",
-      "projectStyle": "PackageReference",
-      "configFilePaths": [
-        "C:\\Users\\royes\\AppData\\Roaming\\NuGet\\NuGet.Config",
-        "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
-      ],
-      "originalTargetFrameworks": [
-        "net5.0"
-      ],
-      "sources": {
-        "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
-        "https://api.nuget.org/v3/index.json": {}
-      },
-      "frameworks": {
-        "net5.0": {
-          "targetAlias": "net5.0",
-          "projectReferences": {}
-        }
-      },
-      "warningProperties": {
-        "warnAsError": [
-          "NU1605"
-        ]
-      }
-    },
-    "frameworks": {
-      "net5.0": {
-        "targetAlias": "net5.0",
-        "dependencies": {
-          "Jypeli.FarseerPhysics.NET": {
-            "target": "Package",
-            "version": "[1.0.*, )"
-          },
-          "Jypeli.NET": {
-            "target": "Package",
-            "version": "[10.*, )"
-          }
-        },
-        "imports": [
-          "net461",
-          "net462",
-          "net47",
-          "net471",
-          "net472",
-          "net48"
-        ],
-        "assetTargetFallback": true,
-        "warn": true,
-        "frameworkReferences": {
-          "Microsoft.NETCore.App": {
-            "privateAssets": "all"
-          }
-        },
-        "runtimeIdentifierGraphPath": "C:\\Program Files (x86)\\dotnet\\sdk\\5.0.400\\RuntimeIdentifierGraph.json"
-      }
-    }
-  }
-}
\ No newline at end of file
diff --git a/Eskape/Eskape/obj/project.nuget.cache b/Eskape/Eskape/obj/project.nuget.cache
deleted file mode 100644
index d887b01fba8c05cf2b99d4ffe1ec85f9b6a3d400..0000000000000000000000000000000000000000
--- a/Eskape/Eskape/obj/project.nuget.cache
+++ /dev/null
@@ -1,19 +0,0 @@
-{
-  "version": 2,
-  "dgSpecHash": "I5p2y63Pra6fGkyNJEs2hT9Rx9aDR2Nd6pPTGNpLF8FIq38jjGMxUXRVRsH7b+37QQXH9LTxISDkmDUvLG5gzw==",
-  "success": true,
-  "projectFilePath": "C:\\Users\\royes\\ohj1\\Peli\\Eskape\\Eskape\\Eskape.csproj",
-  "expectedPackageFiles": [
-    "C:\\Users\\royes\\.nuget\\packages\\cyotek.drawing.bitmapfont\\2.0.1\\cyotek.drawing.bitmapfont.2.0.1.nupkg.sha512",
-    "C:\\Users\\royes\\.nuget\\packages\\fontstashsharp\\0.9.2\\fontstashsharp.0.9.2.nupkg.sha512",
-    "C:\\Users\\royes\\.nuget\\packages\\jypeli.farseerphysics.net\\1.0.10\\jypeli.farseerphysics.net.1.0.10.nupkg.sha512",
-    "C:\\Users\\royes\\.nuget\\packages\\jypeli.net\\10.1.5\\jypeli.net.10.1.5.nupkg.sha512",
-    "C:\\Users\\royes\\.nuget\\packages\\microsoft.netcore.platforms\\5.0.0\\microsoft.netcore.platforms.5.0.0.nupkg.sha512",
-    "C:\\Users\\royes\\.nuget\\packages\\microsoft.win32.systemevents\\5.0.0\\microsoft.win32.systemevents.5.0.0.nupkg.sha512",
-    "C:\\Users\\royes\\.nuget\\packages\\stbimagesharp\\2.22.4\\stbimagesharp.2.22.4.nupkg.sha512",
-    "C:\\Users\\royes\\.nuget\\packages\\stbtruetypesharp\\1.24.7\\stbtruetypesharp.1.24.7.nupkg.sha512",
-    "C:\\Users\\royes\\.nuget\\packages\\system.drawing.common\\5.0.1\\system.drawing.common.5.0.1.nupkg.sha512",
-    "C:\\Users\\royes\\.nuget\\packages\\system.numerics.vectors\\4.5.0\\system.numerics.vectors.4.5.0.nupkg.sha512"
-  ],
-  "logs": []
-}
\ No newline at end of file