From 24036bbf809d846b6b5ac3a74e76f831930f1c0d Mon Sep 17 00:00:00 2001 From: paulinetheitgirl <6815137+paulinetheitgirl@users.noreply.github.com> Date: Fri, 1 Sep 2023 00:29:54 +1000 Subject: [PATCH] Add link to alien sprite file, issue #311 Add a direct link to the master file in Github --- doc/introduction.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/introduction.rst b/doc/introduction.rst index e75161cc..60f46b8b 100644 --- a/doc/introduction.rst +++ b/doc/introduction.rst @@ -77,6 +77,8 @@ Create a directory called ``images`` and save the image into it as ``alien.png``. Both of those must be lower case. Pygame Zero will complain otherwise, to alert you to a potential cross-platform compatibility pitfall. +If the alien sprite is showing a WEBP file extension when you download it, use the file from `Github `_ instead. + If you've done that, your project should look like this: .. code-block:: none