Finalized user manual and bug fixes

mainly added button/keyboard icon sprites
This commit is contained in:
djkellerman
2025-04-18 14:27:08 -04:00
parent 9578af346b
commit 38adb04d66
14 changed files with 1291 additions and 325 deletions

View File

@@ -30,8 +30,6 @@ public class AudioManager : MonoBehaviour
soundEffects.Add(soundEffect);
}
}
print(soundEffects);
}
public void PlaySound(string soundName)