master
Colin McMillen 4 years ago
parent
commit
54d5aa9d0c
  1. 2
      Cookbook.md

2
Cookbook.md

@ -1,3 +1,5 @@
* encode ogg files so that they're not above 48khz (the max monogame can handle): `oggenc --resample=48000 sword_swing_*.wav`
* find monogame content builder errors:
```shell
C:\Progra~2\MSBuild\MonoGame\v3.0\Tools\MGCB.exe /quiet /platform:DesktopGL /@:"C:\Users\mcmillen\src\sneak\Content\Content.mgcb" /outputDir:"bin\DesktopGL\Content" /intermediateDir:"obj\DesktopGL\Content"

Loading…
Cancel
Save