pythonarcade / arcade

Easy to use Python library for creating 2D arcade games.
http://arcade.academy
Other
1.71k stars 330 forks source link

Broken tutorials due to blend not being globally enabled #2391

Closed einarf closed 1 month ago

einarf commented 1 month ago

Some of the shader based tutorials are broken due to blend no longer being globally enabled.

We just need to enable blend in the right places.

DragonMoffon commented 1 month ago

I'm going through examples right now so I can also do tutorials

einarf commented 1 month ago

https://github.com/pythonarcade/arcade/pull/2394