lordmauve / pgzero

A zero-boilerplate games programming framework for Python 3, based on Pygame.
https://pygame-zero.readthedocs.io/
GNU Lesser General Public License v3.0
530 stars 190 forks source link

pgzero stable ICON does not use images folder. #268

Closed JeremiahCheatham closed 2 years ago

JeremiahCheatham commented 2 years ago

pgzero stable need complete relative path to image with full name.

ICON = "images/icon.png"

pgzero current uses the images folder like the Actor class.

ICON = "icon"

This causes programs to crash when changing from one branch to the other.

lordmauve commented 2 years ago

This was fixed in 225bfe500d05218e71cb504ea2611b7611f76c02.