everything

This commit is contained in:
falc@null.net 2016-10-30 19:23:01 +01:00
parent 632ebfca7d
commit 0931459d2e

View file

@ -47,6 +47,7 @@ public class AudioManager : MonoBehaviour {
dir = directory;
}
private void loadMap(){
mapSound = new Dictionary<string, int> ();
mapSound.Add ("sword", 0);
mapSound.Add ("dodgesword", 1);
mapSound.Add ("arrow", 2);