diff --git a/DangerousD/Content/Content.mgcb b/DangerousD/Content/Content.mgcb index 1152d6b..759d7fd 100644 --- a/DangerousD/Content/Content.mgcb +++ b/DangerousD/Content/Content.mgcb @@ -20,6 +20,9 @@ /processorParam:PremultiplyAlpha=True /processorParam:TextureFormat=Compressed /build:ButtonFont.spritefont +/processorParam:PremultiplyAlpha=True +/processorParam:TextureFormat=Compressed +/build:ButtonFont.spritefont #begin checkboxs_off.png /importer:TextureImporter @@ -56,9 +59,6 @@ /processorParam:MakeSquare=False /processorParam:TextureFormat=Color /build:checkboxs_on.png -/processorParam:PremultiplyAlpha=True -/processorParam:TextureFormat=Compressed -/build:ButtonFont.spritefont #begin deathAnimation.png /importer:TextureImporter diff --git a/DangerousD/GameCore/GameObjects/LivingEntities/Player/Player.cs b/DangerousD/GameCore/GameObjects/LivingEntities/Player/Player.cs index 5b0dc80..8c7227b 100644 --- a/DangerousD/GameCore/GameObjects/LivingEntities/Player/Player.cs +++ b/DangerousD/GameCore/GameObjects/LivingEntities/Player/Player.cs @@ -254,6 +254,4 @@ namespace DangerousD.GameCore.GameObjects.LivingEntities isOnGround = false; } } -} - } } \ No newline at end of file diff --git a/DangerousD/GameCore/Managers/AppManager.cs b/DangerousD/GameCore/Managers/AppManager.cs index 10124d6..81a43d0 100644 --- a/DangerousD/GameCore/Managers/AppManager.cs +++ b/DangerousD/GameCore/Managers/AppManager.cs @@ -204,7 +204,7 @@ namespace DangerousD.GameCore case GameState.Lobby: break; case GameState.Game: - GameManager.mapManager.LoadLevel("LastLvl"); + GameManager.mapManager.LoadLevel("lvl"); GameManager.FindBorders(); break; case GameState.Death: