Sounds
This commit is contained in:
parent
34fbd7f67e
commit
4d67061a2b
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ namespace ZoFo.GameCore.GameManagers
|
|||
|
||||
public void LoadSounds() // метод для загрузки звуков из папки
|
||||
{
|
||||
var k = Directory.GetFiles("../../..//Content/sounds").Where(x => x.EndsWith("wav"));
|
||||
var k = Directory.GetFiles("../../../Content/sounds").Where(x => x.EndsWith("wav"));
|
||||
|
||||
if (k.Count() > 0)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue