LevCommit

This commit is contained in:
Lev 2023-08-18 19:39:09 +03:00
parent e6c976f230
commit 12be8971ad
3 changed files with 4 additions and 6 deletions

View file

@ -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

View file

@ -254,6 +254,4 @@ namespace DangerousD.GameCore.GameObjects.LivingEntities
isOnGround = false;
}
}
}
}
}

View file

@ -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: