We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b33ded8 commit 840395dCopy full SHA for 840395d
wiki/pygbag/README.md
@@ -161,7 +161,7 @@ You can use `--no_opt` to prevent png recompression.
161
162
### File formats and names
163
- You can add a square image file named `favicon.png` in your game's root folder to make Pygbag use it as the web package's favicon.
164
-- Make sure all audio files are in OGG format, and all files are compressed. (that is, not in WAV/AIFF)
+- Make sure all audio files are in OGG format, and all files are compressed. (that is, not in WAV/AIFF/M4A/MP3)
165
- Avoid raw formats like BMP for your image assets, they are too big for web use; use PNG/WEBP or JPG instead.
166
167
- Do not use filenames like `*-pygbag.*` that pattern is reserved for pygbag internal use (optimizing pass).
0 commit comments