arcade
arcade copied to clipboard
Add tutorial for adding custom resource handlers
This PR adds a new page in the tutorial section of the docs that details how to add a custom resource handler.
Currently, it contains a section on adding resource handlers to one-file, standalone builds with Nuitka and PyInstaller. On the Nuitka and PyInstaller pages a references is added to this section.
This PR also fixes a small typo on the PyInstaller Tutorial page.
This PR would close #1200.