obiwac / python-minecraft-clone

Source code for each episode of my Minecraft clone in Python YouTube tutorial series.
https://www.youtube.com/playlist?list=PL6_bLxRDFzoKjaa3qCGkwR5L_ouSreaVP
MIT License
162 stars 79 forks source link

Update to Pyglet 2.+ #79

Closed Jukitsu closed 1 year ago

Jukitsu commented 1 year ago

Pyglet 2 introduced some breaking changes. This PR fixes some NameErrors induced by those changes to avoid total destruction and 20 line long stderrs. Notes: