Skip to content

Commit a185088

Browse files
authored
1 parent d71c382 commit a185088

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Read Pygbag's [project description](https://pypi.org/project/pygbag/) for a more
2121
- Avoid using CPython's standard library for web operations, GUI (like tkinter), or I/O as it is very synchronous/platform-specific and will probably stay that way. In terms of GUI alternatives, [pygame_gui](https://pypi.org/project/pygame_gui) works on top of [pygame-ce](https://pyga.me), [Panda3D](https://www.panda3d.org/) provides [directgui](https://docs.panda3d.org/1.10/python/programming/gui/directgui/index) and Harfang3D provides imgui. They are all cross-platform.
2222
- 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.
2323
- Make sure all audio files are in OGG format, and all image files are compressed. (that is, not in BMP)
24+
- Do not use filenames like `*-pygbag.*` that pattern is reserved for pygbag internal use (optimizing pass).
2425

2526
Before packaging, adapt your code this way if you still want WAV/MP3 format on desktop:
2627
```py

0 commit comments

Comments
 (0)